Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 1.02 KB

PaymentSummary.md

File metadata and controls

11 lines (8 loc) · 1.02 KB

# PaymentSummary

Properties

Name Type Description Notes
payments \Ebay\Sell\Fulfillment\Model\Payment[] This array consists of payment information for the order, including payment status, payment method, payment amount, and payment date. This array is always returned, although some of the fields under this container will not be returned until payment has been made. [optional]
refunds \Ebay\Sell\Fulfillment\Model\OrderRefund[] This array is always returned, but is returned as an empty array unless the seller has submitted a partial or full refund to the buyer for the order. If a refund has occurred, the refund amount and refund date will be shown for each refund. [optional]
total_due_seller \Ebay\Sell\Fulfillment\Model\Amount [optional]

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