Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.75 KB

File metadata and controls

16 lines (13 loc) · 1.75 KB

# Charge

Properties

Name Type Description Notes
cancellation_id string The unique identifier of an order cancellation. This field is only applicable and returned if the charge is related to an order cancellation. [optional]
case_id string The unique identifier of a case filed against an order. This field is only applicable and returned if the charge is related to a case filed against an order. [optional]
charge_net_amount \Ebay\Sell\Finances\Model\Amount [optional]
inquiry_id string The unique identifier of an Item Not Received (INR) inquiry filed against an order. This field is only applicable and returned if the charge is related to has an INR inquiry filed against the order. [optional]
order_id string The unique identifier of the order that is associated with the charge. [optional]
payment_dispute_id string The unique identifier of a third-party payment dispute filed against an order. This occurs when the buyer files a dispute against the order with their payment provider, and then the dispute comes into eBay's system. This field is only applicable and returned if the charge is related to a third-party payment dispute filed against an order. [optional]
refund_id string The unique identifier of a buyer refund associated with the charge. [optional]
return_id string The unique identifier of an order return. This field is only applicable and returned if the charge is related to an order that was returned by the buyer. [optional]

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