Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.1 KB

FulfillmentOrder.md

File metadata and controls

19 lines (15 loc) · 1.1 KB

Yaksa.OrckestraCommerce.Client.Model.FulfillmentOrder

FulfillmentOrder

Properties

Name Type Description Notes
BillingCurrency string The currency ISO code under which the items are sold 'Currency.IsoCode'. [optional]
Created DateTime The date when the order as created. [optional]
CustomerId string The customer id who made the order. [optional]
CustomerName string The complete name of the customer who made the order. [optional]
FulfillmentShipments List<FulfillmentShipment> The list of fulfillment shipments for this order. [optional]
Id string The id of the order. [optional]
OrderNumber string The order number. [optional]
ScopeId string The scope id. [optional]
Total double The total of the order. [optional]

[Back to Model list] [Back to API list] [Back to README]