The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

eBay::API::XML::DataType::AdditionalAccountType

DESCRIPTION

Contains the data for one additional account. An additional account is created when the user has an active account and changes country of registry (i.e., registers with the eBay site for the new country). A new account is created and the old account becomes inactive as an additional account. A user who never changes country of residency while having an account will never have any additional accounts.

SYNOPSIS

INHERITANCE

eBay::API::XML::DataType::AdditionalAccountType inherits from the eBay::API::XML::BaseDataType class

Subroutines:

setAccountCode()

Indicates the unique identifier for the additional account (the account ID).

# Argument: 'xs:string'

getAccountCode()

  Calls: GetAccount
  Returned: Conditionally

# Returns: 'xs:string'

setBalance()

Indicates the current balance of the additional account.

# Argument: 'ns:AmountType'

getBalance()

  Calls: GetAccount
  Returned: Conditionally

# Returns: 'ns:AmountType'

setCurrency()

Indicates the currency in which monetary amounts for the additional account are expressed.

# Argument: 'ns:CurrencyCodeType'

getCurrency()

  Calls: GetAccount
  Returned: Conditionally

# Returns: 'ns:CurrencyCodeType'