eBay Trading APIVersion 1349
 

NettedTransactionSummaryType

This type is used by the NettedTransactionSummary container, which shows the total amount of fees (and credits if applicable) that have already been paid through seller payout deductions.

Type that uses NettedTransactionSummaryType:

Call that uses NettedTransactionSummaryType:

Fields

TotalNettedChargeAmount ( AmountType (double) ) [0..1]
The amount in this field is the total amount of all charges/fees that have been deducted from seller payouts, and not invoiced to the seller. This value should equal the total sum of all the 'netted' fees in the AccountEntries array. The corresponding Netted boolean field for each fee in AccountEntries array will show as true if the fee has already been deducted from a seller payout.

This field is returned even if 0.0.
See the Field Index to learn which calls use TotalNettedChargeAmount.

TotalNettedCreditAmount ( AmountType (double) ) [0..1]
The amount in this field is the total amount of all credits for fees that have been deducted from seller payouts, and not invoiced to the seller. This value should equal the total sum of all the 'netted' credit in the AccountEntries array. The corresponding Netted boolean field for each credit in AccountEntries array will show as true if the credit is for a fee that has already been deducted from a seller payout.

This field is returned even if 0.0.
See the Field Index to learn which calls use TotalNettedCreditAmount.