eBay::API::XML::DataType::AccountEntriesType - eBay::API::XML::DataType::AccountEntriesType documentation


eBay-API documentation  | view source Contained in the eBay-API distribution.

Index


NAME

Top

eBay::API::XML::DataType::AccountEntriesType

DESCRIPTION

Top

Collection of zero, one, or multiple individual detail account entries. Contains one AccountEntry object for each account entry returned. See the schema documentation for AccountEntryType for details on its properties. You can uniquely identify the entries that the GetAccount call returns within the AccountEntries tag. Specifically, the following fields, returned within the AccountEntries tag, can be used in combination as a unique key: AccountEntry.Date, AccountEntry.AccountDetailsEntryType, AccountEntry.ItemID, and AccountEntry.RefNumber.

SYNOPSIS

Top

INHERITANCE

Top

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

Subroutines:

Top

setAccountEntry()

Contains the data for one account entry. (See the schema documentation for AccountEntryType for details on its properties.)

# Argument: reference to an array of 'ns:AccountEntryType'

getAccountEntry()

  Calls: GetAccount
  Returned: Conditionally

# Returns: reference to an array of 'ns:AccountEntryType'


eBay-API documentation  | view source Contained in the eBay-API distribution.