Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 2.23 KB

MerchantReturnResponse.md

File metadata and controls

28 lines (25 loc) · 2.23 KB

# MerchantReturnResponse

Properties

Name Type Description Notes
merchantOrderNo string The unique order reference used by the Merchant. [optional]
channelOrderNo string The unique order reference used by the Channel. [optional]
channelId int The id of the channel. [optional]
globalChannelId int The id of the Global Channel. [optional]
globalChannelName string The name of the Global Channel. [optional]
lines \FriendsOfCE\Channel\ApiClient\Model\MerchantReturnLineResponse[] [optional]
createdAt \DateTime The date at which the return was created in ChannelEngine. [optional]
updatedAt \DateTime The date at which the return was last modified in ChannelEngine. [optional]
merchantReturnNo string The unique return reference used by the Merchant, will be empty in case of a channel or unacknowledged return. [optional]
channelReturnNo string The unique return reference used by the Channel, will be empty in case of a merchant return. [optional]
status \FriendsOfCE\Channel\ApiClient\Model\ReturnStatus [optional]
acknowledgedDate \DateTime Date of acknowledgement [optional]
id int The unique return reference used by ChannelEngine. [optional]
reason \FriendsOfCE\Channel\ApiClient\Model\ReturnReason [optional]
customerComment string Optional. Comment of customer on the (reason of) the return. [optional]
merchantComment string Optional. Comment of merchant on the return. [optional]
refundInclVat float Refund amount incl. VAT. [optional]
refundExclVat float Refund amount excl. VAT. [optional]
returnDate \DateTime The date at which the return was originally created in the source system (if available). [optional]
extraData array<string,string> Extra data on the return. Each item must have an unqiue key [optional]

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