Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.83 KB

OrderRefund.md

File metadata and controls

14 lines (10 loc) · 1.83 KB

OrderRefund

Properties

Name Type Description Notes
amount \macropage\SDKs\ebay\rest\fulfillment\Model\Amount [optional]
refundDate string The date and time that the refund was issued. This timestamp is in ISO 8601 format, which uses the 24-hour Universal Coordinated Time (UTC) clock. This field is not returned until the refund has been issued. Format: YYYY-MM-DDTHH:MM:SS.SSSZ Example: 2015-08-04T19:09:02.768Z [optional]
refundId string Unique identifier of a refund that was initiated for an order through the issueRefund method. If the issueRefund method was used to issue one or more refunds at the line item level, these refund identifiers are returned at the line item level instead (lineItems.refunds.refundId field). A refundId value is returned in the response of the issueRefund method, and this same value will be returned in the getOrders and getOrders responses for pending and completed refunds. The issueRefund method can only be used for eBay managed payment orders. For other refunds, see the refundReferenceId field. [optional]
refundReferenceId string The eBay-generated unique identifier for the refund. This field is not returned until the refund has been issued. [optional]
refundStatus string This enumeration value indicates the current status of the refund to the buyer. This container is always returned for each refund. For implementation help, refer to <a href='https://developer.ebay.com/devzone/rest/api-ref/fulfillment/types/RefundStatusEnum.html&#39;&gt;eBay API documentation</a> [optional]

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