BillingStatement
Container for details about a billing statement.

Types that use BillingStatement:

Call that uses one or more fields of BillingStatement:

Fields

adjustmentTotal ( Amount (double) )
balanceDue ( Amount (double) )
closedTime ( dateTime )
newChargeTotal ( Amount (double) )
newCreditTotal ( Amount (double) )
paymentTotal ( Amount (double) )
statementId ( string )
statementTime ( dateTime )
statementTotal ( Amount (double) )

adjustmentTotal ( Amount (double) ) [1]
Net adjustments (credits) applied to this statement. Varies, depending on credits applied. These are post-bill adjustments only. Changes such as payments or adjustments are made against statements.
See the Field Index to learn which calls use adjustmentTotal.

balanceDue ( Amount (double) ) [1]
Sum of the new charges, plus adjustments, plus payments.
See the Field Index to learn which calls use balanceDue.

closedTime ( dateTime ) [1]
Time at which full payment was made. Note that a payment reversal can reopen a statement.
See the Field Index to learn which calls use closedTime.

newChargeTotal ( Amount (double) ) [1]
Total new charges (combination of postitive and negative charges). The newChargeTotal minus the adjustmentTotal lets you know the available balance to credit for the statement. This value doesn't change after statement creation.
See the Field Index to learn which calls use newChargeTotal.

newCreditTotal ( Amount (double) ) [1]
Total new negative charges for a statement. Includes pre-billed adjustments. Not changed after statement creation.
See the Field Index to learn which calls use newCreditTotal.

paymentTotal ( Amount (double) ) [1]
Total payments already applied to the statement.
See the Field Index to learn which calls use paymentTotal.

statementId ( string ) [1]
Unique identifier for a billing statement, created at statement-time.
See the Field Index to learn which calls use statementId.

statementTime ( dateTime ) [1]
Time a statement was generated. Subscribers see the date only.
See the Field Index to learn which calls use statementTime.

statementTotal ( Amount (double) ) [1]
Previous statement balance, plus new charges (RC, NRC, Usage, Prebill Usage Adjustments, Discounts, Unit Credits and Taxes) and payments. This value doesn't change after statement creation.
See the Field Index to learn which calls use statementTotal.

© 2010 eBay, Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developers Program and API License Agreement.