Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.15 KB

ReturnResponse.md

File metadata and controls

19 lines (14 loc) · 1.15 KB

# ReturnResponse

Properties

Name Type Description Notes
id string The unique identifier of the return. [optional] [readonly]
created_time \DateTime The time at which the return was created. [optional] [readonly]
order_id string The unique identifier of the order associated with the return. [optional]
rma_number string The return merchandise authorization number. [optional]
reason string The reason for the return. [optional]
type string [optional]
return_to \DigitalRiver\ApiSdk\Model\Shipping [optional]
items \DigitalRiver\ApiSdk\Model\ReturnItem[] [optional]
live_mode bool Has the value <code>true</code> if the object exists in live mode or the value <code>false</code> if the object exists in test mode. [optional]

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