The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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'