Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 2.52 KB

File metadata and controls

29 lines (26 loc) · 2.52 KB

# ModelReturn

Properties

Name Type Description Notes
id int The unique identifier of this Return object [optional]
createdAt \DateTime The creation date of this Return, in ISO 8601 format [optional]
reason int Identifier of the reason for this return [optional]
outgoingParcel int Identifier of the original outgoing Parcel object [optional]
incomingParcel int Identifier of the incoming return Parcel object [optional]
message string Return reason message as written by the customer [optional]
refund \Toppy\Sendcloud\V2\Model\ReturnRefund [optional]
isCancellable bool Whether the incoming return parcel can still be cancelled [optional]
returnFee float The fee associated with this return [optional]
returnFeeCurrency string Currency of the return fee in three-letter ISO 4217 format [optional]
labelCost float Cost of the label for the incoming return parcel [optional]
labelCurrency string Currency of the label cost in three-letter ISO 4217 format [optional]
itemsCost float Total cost of the returned items [optional]
deliveredAt \DateTime Delivery date of the incoming return parcel [optional]
deliveryOption string The options the customer has for returning this parcel: * drop\_off\_point: At a drop-off point - Print at home * drop\_off\_labelless: At a drop-off point - No printer needed * in\_store: Return in store * pickup: Arrange a pick-up [optional]
storeLocation int The identifier of the in-store return address [optional]
outgoingParcelData \Toppy\Sendcloud\V2\Model\ReturnParcel [optional]
incomingParcelData \Toppy\Sendcloud\V2\Model\ReturnIncomingParcelData [optional]
incomingParcelStatus \Toppy\Sendcloud\V2\Model\ReturnIncomingParcelStatus [optional]
images \Toppy\Sendcloud\V2\Model\ReturnImageObject[] A list of images attached to a return [optional]
ruleModifications \Toppy\Sendcloud\V2\Model\ReturnRuleModificationsInner[] List of return rules applied to this Return [optional]

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