Trading_AccountSummaryType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_AccountSummaryType.h Trading_AccountSummaryType.m |
Overview
Summary data for the requesting user’s seller account as a whole. This includes a
balance for the account, any past due amount and date, and defining data for
additional accounts (if the user has changed country of residency while having an
active eBay account).
@ingroup EBayAPIInterface
Tasks
-
accountStateIndicates the current state of the account (such as active or inactive).
property
Possible values are enumerated in the AccountStateCodeType code list. -
invoicePaymentSpecifies payment made since the previous invoice, but is
property
returned only if AccountHistorySelection is LastInvoice or Specified
Invoice. The value is positive for debits and negative for credits. -
invoiceCreditSpecifies credits granted since the previous invoice, but
property
is only returned AccountHistorySelection is LastInvoice or Specified
Invoice.
The value is positive for debits and negative for credits. -
invoiceNewFeeSpecifies fees incurred since the last invoice, including
property
tax if applicable. Returned only if AccountHistorySelection
is LastInvoice or Specified Invoice. The value is positive for debits and negative for credits. -
additionalAccountContains the data for one additional account. An AccountSummaryType object
property
may return zero, one, or multiple additional accounts. See the schema
documentation for AdditionalAccountType for details on additional accounts.
The value is positive for debits and negative for credits. -
amountPastDueAmount past due, 0.00 if not past due.
property
The value is positive for debits and negative for credits. -
bankAccountInfoFirst four digits of the bank account the user associated with the seller
property
account (with remainder Xed-out). This may be an empty string depending
upon the payment type the user selected for the account (e.g., if no
debit-card specified). -
bankModifyDateIndicates the date and time BankAccountInfo was last modified, in GMT.
property
(Also see the Data Types appendix for more information on how GMT dates are
handled in SOAP.) This may be an empty string depending upon the payment
type the user selected for the account (e.g., if no debit-card specified). -
billingCycleDateIndicates the billing cycle in which eBay sends a billing invoice to the
property
user. A value of 0 (zero) indicates an invoice sent on the last day of the
month. A value of 15 indicates an invoice sent on the 15th day of the
month. -
creditCardExpirationExpiration date for the credit card selected by the user as payment method
property
for the account, in GMT. (Also see the Data Types appendix for more
information on how GMT dates are handled in SOAP.) Empty string if no
credit card is on file or if the account is inactive - even if there is a
credit card on file. -
creditCardInfoLast four digits of the credit card the user selected as payment method for
property
the account. Empty string if no credit is on file. -
creditCardModifyDateIndicates the date and time credit card or credit card expiration date was
property
last modified, in GMT. (Also see the Data Types appendix for more
information on how GMT dates are handled in SOAP.) This may be an empty
string depending on the payment method the user selected for the account
(e.g., Empty string if no credit card is on file.) -
currentBalanceCurrent balance for the account. Can be 0.00, positive, or negative.
property
The value is positive for debits and negative for credits. -
email(out) Email address for the user. You cannot retrieve an email address for any
property
user with whom you do not have a transactional relationship, regardless of
site. Email is only returned for applicable calls when you are retrieving your
own user data OR when you and the other user are in a transactional
relationship and the call is being executed within a certain amount of time
after the transaction is created. -
invoiceBalanceAmount of last invoice. 0.00 if account not yet invoiced.
property
The value is positive for debits and negative for credits. -
invoiceDateDate of last invoice sent by eBay to the user, in GMT. (Also see the Data
property
Types appendix for more information on how GMT dates are handled in SOAP.)
Empty string if this account has not been invoiced yet. -
lastAmountPaidAmount of last payment posted, 0.00 if no payments posted.
property
The value is positive for debits and negative for credits. -
lastPaymentDateDate of last payment by the user to eBay, in GMT. (Also see the Data Types
property
appendix for more information on how GMT dates are handled in SOAP.) Empty
string if no payments have been posted. -
pastDueIndicates whether the account has past due amounts outstanding. A value of
property
true indicates that the account is past due. A value of false indicates the
account is current. -
paymentMethodIndicates the method the user selected to pay eBay with for the account.
property
The values for PaymentMethod vary from one global eBay site to the next.
Payment methods are enumerated in the SellerPaymentMethodCodeType code
list. -
any(public property)
property
Properties
accountState
Indicates the current state of the account (such as active or inactive).
Possible values are enumerated in the AccountStateCodeType code list.
@property (nonatomic, retain) NSString *accountStateDiscussion
Indicates the current state of the account (such as active or inactive).
Possible values are enumerated in the AccountStateCodeType code list.
type: string constant in Trading_AccountStateCodeType.h
Declared In
Trading_AccountSummaryType.hadditionalAccount
Contains the data for one additional account. An AccountSummaryType object
may return zero, one, or multiple additional accounts. See the schema
documentation for AdditionalAccountType for details on additional accounts.
The value is positive for debits and negative for credits.
@property (nonatomic, retain) NSMutableArray *additionalAccountDiscussion
Contains the data for one additional account. An AccountSummaryType object
may return zero, one, or multiple additional accounts. See the schema
documentation for AdditionalAccountType for details on additional accounts.
The value is positive for debits and negative for credits.
entry type : class Trading_AdditionalAccountType
Declared In
Trading_AccountSummaryType.hamountPastDue
Amount past due, 0.00 if not past due.
The value is positive for debits and negative for credits.
@property (nonatomic, retain) Trading_AmountType *amountPastDueDiscussion
Amount past due, 0.00 if not past due.
The value is positive for debits and negative for credits.
type : class Trading_AmountType
Declared In
Trading_AccountSummaryType.hany
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_AccountSummaryType.hbankAccountInfo
First four digits of the bank account the user associated with the seller
account (with remainder Xed-out). This may be an empty string depending
upon the payment type the user selected for the account (e.g., if no
debit-card specified).
@property (nonatomic, retain) NSString *bankAccountInfoDiscussion
First four digits of the bank account the user associated with the seller
account (with remainder Xed-out). This may be an empty string depending
upon the payment type the user selected for the account (e.g., if no
debit-card specified).
type : NSString, wrapper for primitive string
Declared In
Trading_AccountSummaryType.hbankModifyDate
Indicates the date and time BankAccountInfo was last modified, in GMT.
(Also see the Data Types appendix for more information on how GMT dates are
handled in SOAP.) This may be an empty string depending upon the payment
type the user selected for the account (e.g., if no debit-card specified).
@property (nonatomic, retain) NSDate *bankModifyDateDiscussion
Indicates the date and time BankAccountInfo was last modified, in GMT.
(Also see the Data Types appendix for more information on how GMT dates are
handled in SOAP.) This may be an empty string depending upon the payment
type the user selected for the account (e.g., if no debit-card specified).
type : NSDate, wrapper for primitive date
Declared In
Trading_AccountSummaryType.hbillingCycleDate
Indicates the billing cycle in which eBay sends a billing invoice to the
user. A value of 0 (zero) indicates an invoice sent on the last day of the
month. A value of 15 indicates an invoice sent on the 15th day of the
month.
@property (nonatomic, retain) NSNumber *billingCycleDateDiscussion
Indicates the billing cycle in which eBay sends a billing invoice to the
user. A value of 0 (zero) indicates an invoice sent on the last day of the
month. A value of 15 indicates an invoice sent on the 15th day of the
month.
type : NSNumber, wrapper for primitive int
Declared In
Trading_AccountSummaryType.hcreditCardExpiration
Expiration date for the credit card selected by the user as payment method
for the account, in GMT. (Also see the Data Types appendix for more
information on how GMT dates are handled in SOAP.) Empty string if no
credit card is on file or if the account is inactive - even if there is a
credit card on file.
@property (nonatomic, retain) NSDate *creditCardExpirationDiscussion
Expiration date for the credit card selected by the user as payment method
for the account, in GMT. (Also see the Data Types appendix for more
information on how GMT dates are handled in SOAP.) Empty string if no
credit card is on file or if the account is inactive - even if there is a
credit card on file.
type : NSDate, wrapper for primitive date
Declared In
Trading_AccountSummaryType.hcreditCardInfo
Last four digits of the credit card the user selected as payment method for
the account. Empty string if no credit is on file.
@property (nonatomic, retain) NSString *creditCardInfoDiscussion
Last four digits of the credit card the user selected as payment method for
the account. Empty string if no credit is on file.
type : NSString, wrapper for primitive string
Declared In
Trading_AccountSummaryType.hcreditCardModifyDate
Indicates the date and time credit card or credit card expiration date was
last modified, in GMT. (Also see the Data Types appendix for more
information on how GMT dates are handled in SOAP.) This may be an empty
string depending on the payment method the user selected for the account
(e.g., Empty string if no credit card is on file.)
@property (nonatomic, retain) NSDate *creditCardModifyDateDiscussion
Indicates the date and time credit card or credit card expiration date was
last modified, in GMT. (Also see the Data Types appendix for more
information on how GMT dates are handled in SOAP.) This may be an empty
string depending on the payment method the user selected for the account
(e.g., Empty string if no credit card is on file.)
type : NSDate, wrapper for primitive date
Declared In
Trading_AccountSummaryType.hcurrentBalance
Current balance for the account. Can be 0.00, positive, or negative.
The value is positive for debits and negative for credits.
@property (nonatomic, retain) Trading_AmountType *currentBalanceDiscussion
Current balance for the account. Can be 0.00, positive, or negative.
The value is positive for debits and negative for credits.
type : class Trading_AmountType
Declared In
Trading_AccountSummaryType.h(out) Email address for the user. You cannot retrieve an email address for any
user with whom you do not have a transactional relationship, regardless of
site. Email is only returned for applicable calls when you are retrieving your
own user data OR when you and the other user are in a transactional
relationship and the call is being executed within a certain amount of time
after the transaction is created.
@property (nonatomic, retain) NSString *emailDiscussion
(out) Email address for the user. You cannot retrieve an email address for any
user with whom you do not have a transactional relationship, regardless of
site. Email is only returned for applicable calls when you are retrieving your
own user data OR when you and the other user are in a transactional
relationship and the call is being executed within a certain amount of time
after the transaction is created.
type : NSString, wrapper for primitive string
Declared In
Trading_AccountSummaryType.hinvoiceBalance
Amount of last invoice. 0.00 if account not yet invoiced.
The value is positive for debits and negative for credits.
@property (nonatomic, retain) Trading_AmountType *invoiceBalanceDiscussion
Amount of last invoice. 0.00 if account not yet invoiced.
The value is positive for debits and negative for credits.
type : class Trading_AmountType
Declared In
Trading_AccountSummaryType.hinvoiceCredit
Specifies credits granted since the previous invoice, but
is only returned AccountHistorySelection is LastInvoice or Specified
Invoice.
The value is positive for debits and negative for credits.
@property (nonatomic, retain) Trading_AmountType *invoiceCreditDiscussion
Specifies credits granted since the previous invoice, but
is only returned AccountHistorySelection is LastInvoice or Specified
Invoice.
The value is positive for debits and negative for credits.
type : class Trading_AmountType
Declared In
Trading_AccountSummaryType.hinvoiceDate
Date of last invoice sent by eBay to the user, in GMT. (Also see the Data
Types appendix for more information on how GMT dates are handled in SOAP.)
Empty string if this account has not been invoiced yet.
@property (nonatomic, retain) NSDate *invoiceDateDiscussion
Date of last invoice sent by eBay to the user, in GMT. (Also see the Data
Types appendix for more information on how GMT dates are handled in SOAP.)
Empty string if this account has not been invoiced yet.
type : NSDate, wrapper for primitive date
Declared In
Trading_AccountSummaryType.hinvoiceNewFee
Specifies fees incurred since the last invoice, including
tax if applicable. Returned only if AccountHistorySelection
is LastInvoice or Specified Invoice. The value is positive for debits and negative for credits.
@property (nonatomic, retain) Trading_AmountType *invoiceNewFeeDiscussion
Specifies fees incurred since the last invoice, including
tax if applicable. Returned only if AccountHistorySelection
is LastInvoice or Specified Invoice. The value is positive for debits and negative for credits.
type : class Trading_AmountType
Declared In
Trading_AccountSummaryType.hinvoicePayment
Specifies payment made since the previous invoice, but is
returned only if AccountHistorySelection is LastInvoice or Specified
Invoice. The value is positive for debits and negative for credits.
@property (nonatomic, retain) Trading_AmountType *invoicePaymentDiscussion
Specifies payment made since the previous invoice, but is
returned only if AccountHistorySelection is LastInvoice or Specified
Invoice. The value is positive for debits and negative for credits.
type : class Trading_AmountType
Declared In
Trading_AccountSummaryType.hlastAmountPaid
Amount of last payment posted, 0.00 if no payments posted.
The value is positive for debits and negative for credits.
@property (nonatomic, retain) Trading_AmountType *lastAmountPaidDiscussion
Amount of last payment posted, 0.00 if no payments posted.
The value is positive for debits and negative for credits.
type : class Trading_AmountType
Declared In
Trading_AccountSummaryType.hlastPaymentDate
Date of last payment by the user to eBay, in GMT. (Also see the Data Types
appendix for more information on how GMT dates are handled in SOAP.) Empty
string if no payments have been posted.
@property (nonatomic, retain) NSDate *lastPaymentDateDiscussion
Date of last payment by the user to eBay, in GMT. (Also see the Data Types
appendix for more information on how GMT dates are handled in SOAP.) Empty
string if no payments have been posted.
type : NSDate, wrapper for primitive date
Declared In
Trading_AccountSummaryType.hpastDue
Indicates whether the account has past due amounts outstanding. A value of
true indicates that the account is past due. A value of false indicates the
account is current.
@property (nonatomic, retain) NSNumber *pastDueDiscussion
Indicates whether the account has past due amounts outstanding. A value of
true indicates that the account is past due. A value of false indicates the
account is current.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_AccountSummaryType.hpaymentMethod
Indicates the method the user selected to pay eBay with for the account.
The values for PaymentMethod vary from one global eBay site to the next.
Payment methods are enumerated in the SellerPaymentMethodCodeType code
list.
@property (nonatomic, retain) NSString *paymentMethodDiscussion
Indicates the method the user selected to pay eBay with for the account.
The values for PaymentMethod vary from one global eBay site to the next.
Payment methods are enumerated in the SellerPaymentMethodCodeType code
list.
type: string constant in Trading_SellerPaymentMethodCodeType.h
Declared In
Trading_AccountSummaryType.h