Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 2.04 KB

Payment.md

File metadata and controls

15 lines (11 loc) · 2.04 KB

Payment

Properties

Name Type Description Notes
amount \macropage\SDKs\ebay\rest\fulfillment\Model\Amount [optional]
paymentDate string The date and time that the payment was received by the seller. This field will not be returned if buyer has yet to pay for the order. This timestamp is in ISO 8601 format, which uses the 24-hour Universal Coordinated Time (UTC) clock. Format: YYYY-MM-DDTHH:MM:SS.SSSZ Example: 2015-08-04T19:09:02.768Z [optional]
paymentHolds \macropage\SDKs\ebay\rest\fulfillment\Model\PaymentHold[] This container is only returned if eBay is temporarily holding the seller's funds for the order. If a payment hold has been placed on the order, this container includes the reason for the payment hold, the expected release date of the funds into the seller's account, the current state of the hold, and as soon as the payment hold has been released, the actual release date. [optional]
paymentMethod string The payment method used by the buyer to pay for the order. For implementation help, refer to <a href='https://developer.ebay.com/devzone/rest/api-ref/fulfillment/types/PaymentMethodTypeEnum.html&#39;&gt;eBay API documentation</a> [optional]
paymentReferenceId string This field shows the unique identifier of the buyer's payment for the order. [optional]
paymentStatus string The enumeration value returned in this field indicates the status of the buyer's payment for the order. See the PaymentStatusEnum type definition for more information on the possible payment states. For implementation help, refer to <a href='https://developer.ebay.com/devzone/rest/api-ref/fulfillment/types/PaymentStatusEnum.html&#39;&gt;eBay API documentation</a> [optional]

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