Przejdź do głównej zawartości

Variable: OrderFulfillmentStatus

const OrderFulfillmentStatus: object

Type Declaration

Delivered

readonly Delivered: "DELIVERED" = 'DELIVERED'

Fulfilled

readonly Fulfilled: "FULFILLED" = 'FULFILLED'

InTransit

readonly InTransit: "IN_TRANSIT" = 'IN_TRANSIT'

Lost

readonly Lost: "LOST" = 'LOST'

PartiallyFulfilled

readonly PartiallyFulfilled: "PARTIALLY_FULFILLED" = 'PARTIALLY_FULFILLED'

PartiallyReturned

readonly PartiallyReturned: "PARTIALLY_RETURNED" = 'PARTIALLY_RETURNED'

Returned

readonly Returned: "RETURNED" = 'RETURNED'

Unfulfilled

readonly Unfulfilled: "UNFULFILLED" = 'UNFULFILLED'