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
-
accountState
Indicates the current state of the account (such as active or inactive).
property
Possible values are enumerated in the AccountStateCodeType code list. -
invoicePayment
Specifies 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. -
invoiceCredit
Specifies 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. -
invoiceNewFee
Specifies 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. -
additionalAccount
Contains 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. -
amountPastDue
Amount past due, 0.00 if not past due.
property
The value is positive for debits and negative for credits. -
bankAccountInfo
First 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). -
bankModifyDate
Indicates 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). -
billingCycleDate
Indicates 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. -
creditCardExpiration
Expiration 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. -
creditCardInfo
Last four digits of the credit card the user selected as payment method for
property
the account. Empty string if no credit is on file. -
creditCardModifyDate
Indicates 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.) -
currentBalance
Current 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. -
invoiceBalance
Amount of last invoice. 0.00 if account not yet invoiced.
property
The value is positive for debits and negative for credits. -
invoiceDate
Date 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. -
lastAmountPaid
Amount of last payment posted, 0.00 if no payments posted.
property
The value is positive for debits and negative for credits. -
lastPaymentDate
Date 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. -
pastDue
Indicates 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. -
paymentMethod
Indicates 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 *accountState
Discussion
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.h
additionalAccount
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 *additionalAccount
Discussion
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.h
amountPastDue
Amount past due, 0.00 if not past due.
The value is positive for debits and negative for credits.
@property (nonatomic, retain) Trading_AmountType *amountPastDue
Discussion
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.h
any
(public property)
@property (nonatomic, retain) NSMutableArray *any
Discussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_AccountSummaryType.h
bankAccountInfo
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 *bankAccountInfo
Discussion
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.h
bankModifyDate
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 *bankModifyDate
Discussion
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.h
billingCycleDate
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 *billingCycleDate
Discussion
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.h
creditCardExpiration
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 *creditCardExpiration
Discussion
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.h
creditCardInfo
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 *creditCardInfo
Discussion
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.h
creditCardModifyDate
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 *creditCardModifyDate
Discussion
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.h
currentBalance
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 *currentBalance
Discussion
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 *email
Discussion
(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.h
invoiceBalance
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 *invoiceBalance
Discussion
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.h
invoiceCredit
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 *invoiceCredit
Discussion
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.h
invoiceDate
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 *invoiceDate
Discussion
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.h
invoiceNewFee
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 *invoiceNewFee
Discussion
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.h
invoicePayment
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 *invoicePayment
Discussion
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.h
lastAmountPaid
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 *lastAmountPaid
Discussion
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.h
lastPaymentDate
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 *lastPaymentDate
Discussion
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.h
pastDue
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 *pastDue
Discussion
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.h
paymentMethod
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 *paymentMethod
Discussion
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