Skip to content

Latest commit

 

History

History
35 lines (32 loc) · 7.57 KB

TransactionSummaryResponse.md

File metadata and controls

35 lines (32 loc) · 7.57 KB

# TransactionSummaryResponse

Properties

Name Type Description Notes
adjustment_amount \Ebay\Sell\Finances\Model\Amount [optional]
adjustment_booking_entry string The credit debit sign indicator for adjustment. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/finances/types/pay:BookingEntryEnum&#39;&gt;eBay API documentation</a> [optional]
adjustment_count int Total adjustment count for given payee within a specified period. [optional]
balance_transfer_amount \Ebay\Sell\Finances\Model\Amount [optional]
balance_transfer_booking_entry string The credit debit sign indicator for the balance transfer. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/finances/types/pay:BookingEntryEnum&#39;&gt;eBay API documentation</a> [optional]
balance_transfer_count int The total balance transfer count for given payee within the specified period. [optional]
credit_amount \Ebay\Sell\Finances\Model\Amount [optional]
credit_booking_entry string The enumeration value indicates whether the dollar amount in the creditAmount field is a charge (debit) to the seller or a credit. Typically, the enumeration value returned here will be CREDIT. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/finances/types/pay:BookingEntryEnum&#39;&gt;eBay API documentation</a> [optional]
credit_count int This integer value indicates the total number of the seller's sales and/or credits that match the input criteria. Note: Unless the transactionType filter is used in the request to retrieve a specific type of monetary transaction (sale, buyer refund, or seller credit), the creditCount and creditAmount fields account for both order sales and seller credits (the count and value is not distinguished between the two monetary transaction types). This field is generally returned, even if 0, but it will not be returned if a transactionType filter is used, and its value is set to either REFUND, DISPUTE, or SHIPPING_LABEL. [optional]
dispute_amount \Ebay\Sell\Finances\Model\Amount [optional]
dispute_booking_entry string The enumeration value indicates whether the dollar amount in the disputeAmount field is a charge (debit) to the seller or a credit. Typically, the enumeration value returned here will be DEBIT, but its possible that CREDIT could be returned if the seller contested one or more payment disputes and won the dispute. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/finances/types/pay:BookingEntryEnum&#39;&gt;eBay API documentation</a> [optional]
dispute_count int This integer value indicates the total number of payment disputes that have been initiated by one or more buyers. Only the orders that match the input criteria are considered. The Payment Disputes methods in the Fulfillment API can be used by the seller to retrieve more information about any payment disputes. This field is generally returned, even if 0, but it will not be returned if a transactionType filter is used, and its value is set to any value other than DISPUTE. [optional]
non_sale_charge_amount \Ebay\Sell\Finances\Model\Amount [optional]
non_sale_charge_booking_entry string The credit/debit sign indicator for the non-sale charge. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/finances/types/pay:BookingEntryEnum&#39;&gt;eBay API documentation</a> [optional]
non_sale_charge_count int The total non-sale charge count for given payee within a specified period. [optional]
on_hold_amount \Ebay\Sell\Finances\Model\Amount [optional]
on_hold_booking_entry string The enumeration value indicates whether the dollar amount in the onHoldAmount field is a charge (debit) to the seller or a credit. Typically, the enumeration value returned here will be CREDIT, since on-hold funds should eventually be released as part of a payout to the seller once the hold is cleared. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/finances/types/pay:BookingEntryEnum&#39;&gt;eBay API documentation</a> [optional]
on_hold_count int This integer value indicates the total number of order sales where the associated funds are on hold. Only the orders that match the input criteria are considered. This field is generally returned, even if 0, but it will not be returned if a transactionStatus filter is used, and its value is set to any value other than FUNDS_ON_HOLD. [optional]
refund_amount \Ebay\Sell\Finances\Model\Amount [optional]
refund_booking_entry string The enumeration value indicates whether the dollar amount in the refundAmount field is a charge (debit) to the seller or a credit. Typically, the enumeration value returned here will be DEBIT since this a refund from the seller to the buyer. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/finances/types/pay:BookingEntryEnum&#39;&gt;eBay API documentation</a> [optional]
refund_count int This integer value indicates the total number of buyer refunds that match the input criteria. This field is generally returned, even if 0, but it will not be returned if a transactionType filter is used, and its value is set to any value other than REFUND. [optional]
shipping_label_amount \Ebay\Sell\Finances\Model\Amount [optional]
shipping_label_booking_entry string The enumeration value indicates whether the dollar amount in the shippingLabelAmount field is a charge (debit) to the seller or a credit. Typically, the enumeration value returned here will be DEBIT, as eBay will charge the seller when eBay shipping labels are purchased, but it can be CREDIT if the seller was refunded for a shipping label or was possibly overcharged for a shipping label. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/finances/types/pay:BookingEntryEnum&#39;&gt;eBay API documentation</a> [optional]
shipping_label_count int This is the total number of eBay shipping labels purchased by the seller. The count returned here may depend on the specified input criteria. [optional]
transfer_amount \Ebay\Sell\Finances\Model\Amount [optional]
transfer_booking_entry string The enumeration value indicates whether the dollar amount in the transferAmount field is a charge (debit) to the seller or a credit. Typically, the enumeration value returned here will be DEBIT since this a seller reimbursement to eBay for buyer refunds. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/finances/types/pay:BookingEntryEnum&#39;&gt;eBay API documentation</a> [optional]
transfer_count int This integer value indicates the total number of buyer refund transfers that match the input criteria. This field is generally returned, even if 0, but it will not be returned if a transactionType filter is used, and its value is set to any value other than TRANSFER. [optional]

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