Tim Keefer > eBay-API > eBay::API::XML::DataType::ItemTransactionIDType

Download:
eBay-API-0.25.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  0
View/Report Bugs
Source  

NAME ^

eBay::API::XML::DataType::ItemTransactionIDType

DESCRIPTION ^

A container for item and transaction IDs.

SYNOPSIS ^

INHERITANCE ^

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

Subroutines: ^

setItemID()

The ID of an item.

MaxLength: 19 (Note: The eBay database specifies 38. Currently, Item IDs are usually 9 to 12 digits)

  Calls: GetOrderTransactions
  RequiredInput: Conditionally

# Argument: 'ns:ItemIDType'

getItemID()

# Returns: 'ns:ItemIDType'

setTransactionID()

The ID of a transaction.

MaxLength: 19 (Note: The eBay database specifies 38. Currently, transaction IDs are usually 9 to 12 digits.)

  Calls: GetOrderTransactions
  RequiredInput: Conditionally

# Argument: 'xs:string'

getTransactionID()

# Returns: 'xs:string'

syntax highlighting: