Refund Object
Represents a refund scoped to an nautical order, a seller order, or a seller order line
Fields
#
buyer
The buyer who is receiving the refund. This may be NULL in the case of refunds issued against anonymous orders
externalId
Optional external ID which can be used to synchronize Nautical refunds to data in an external system
metadata
List of public metadata items. Can be accessed without permissions.
privateMetadata
List of private metadata items.Requires proper staff permissions to access.
refundType
Type of the refund: manual or order line. An order line refund is scoped to either an OrderLine or an Order with the lineType of Shipping. A manual refund is scoped either to a BuyerOrder or a SellerOrder with any lineType besides Shipping
Interfaces
#
Also implements Node , ObjectWithMetadata .
Usages
#
References
#
- Field refund from Query
- Field refunds from NauticalOrder
- Field refund from RefundLine