Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.41 KB

GlobalFulfillmentReturnResponse.md

File metadata and controls

20 lines (15 loc) · 1.41 KB

# GlobalFulfillmentReturnResponse

Properties

Name Type Description Notes
id string The unique identifier for the fulfillment return. [optional] [readonly]
created_time \DateTime The time when the fulfillment return was created. [optional] [readonly]
fulfillment_order_id string The unique identifier of the fulfillment order associated with the fulfillment return. [optional] [readonly]
upstream_id string The unique identifier of the upstream order. [optional] [readonly]
items \DigitalRiver\ApiSdk\Model\GlobalFulfillmentReturnItemResponse[] [optional]
reason string The reason for the return. [optional]
state string An enumeration indicating the state of the fulfillment return. [optional]
type string An enumeration indicating the type of the fulfillment return. [optional]
location \DigitalRiver\ApiSdk\Model\Location [optional]
livemode bool Has the value true if the object exists in live mode or the value false if the object exists in test mode. [optional]

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