Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 871 Bytes

TrackedExternalOrder.md

File metadata and controls

16 lines (11 loc) · 871 Bytes

TrackedExternalOrder

Properties

Name Type Description Notes
utcDate DateTime The utc date of the external order.
merchantOrderId String The merchant order identifier
visitorId String Can be null. The visitor identifier related to this external order [optional]
totalAmount BigDecimal The total amount related to the external order.
currencyCode BeezUPCommonCurrencyCode
paymentValidated Boolean Indicate if the payment of this external order has been validated or not.
products List<TrackedExternalOrderProduct> Can be null. the product list related to this external order. [optional]