Skip to content

Commit

Permalink
Update Src/VTEX/Transport/Inventory.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
gitauto-ai[bot] authored Oct 29, 2024
1 parent 2901efd commit 929d30a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Src/VTEX/Transport/Inventory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@
// Created : 01-15-2023
//
// Last Modified By : Guilherme Branco Stracini

// New property for SKU Service Value
/// <summary>
/// Gets or sets the service value for the sku.
/// </summary>
// Last Modified On : 01-16-2023
[JsonProperty("serviceValue")]
// ***********************************************************************
public decimal ServiceValue { get; set; }
// <copyright file="Inventory.cs" company="Guilherme Branco Stracini">
// © 2020 Guilherme Branco Stracini. All rights reserved.
// </copyright>
Expand Down

0 comments on commit 929d30a

Please sign in to comment.