Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 1.03 KB

PayoutSummaryResponse.md

File metadata and controls

11 lines (8 loc) · 1.03 KB

# PayoutSummaryResponse

Properties

Name Type Description Notes
amount \eBay\Sell\Finances\Model\Amount [optional]
payout_count int This integer value indicates the total count of payouts to the seller that match the input criteria. This field is always returned, even if there are no payouts that match the input criteria (its value will show 0). [optional]
transaction_count int This integer value indicates the total count of monetary transactions (order payments, buyer refunds, and seller credits) associated with the payouts that match the input criteria. This field is always returned, even if there are no payouts that match the input criteria (its value will show 0). If there is at least one payout that matches the input criteria, the value in this field will be at least 1. [optional]

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