eBay::API::XML::DataType::ItemTransactionIDType - eBay::API::XML::DataType::ItemTransactionIDType documentation


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

Index


NAME

Top

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

DESCRIPTION

Top

A container for item and transaction IDs.

SYNOPSIS

Top

INHERITANCE

Top

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

Subroutines:

Top

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'


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