5 changed files with 48 additions and 2 deletions
@ -0,0 +1,9 @@ |
|||||
|
namespace BBWY.Client.Models |
||||
|
{ |
||||
|
public class BillCorrectionRequest |
||||
|
{ |
||||
|
public string OrderId { get; set; } |
||||
|
|
||||
|
public decimal NewDeliveryExpressFreight { get; set; } |
||||
|
} |
||||
|
} |
Loading…
Reference in new issue