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

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::CheckoutCompleteRedirectType

DESCRIPTION ^

Details about the webpage to which to direct users who have completed checkout.

SYNOPSIS ^

INHERITANCE ^

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

Subroutines: ^

setName()

The name of the third party site (the visible text to display for the link defined in the URL element). This is only returned if it was set via SetCart input.

  Calls: SetCart
  RequiredInput: No

# Argument: 'xs:string'

getName()

  Calls: GetCart
         SetCart
  Returned: Conditionally

# Returns: 'xs:string'

setURL()

The URL of the third party site. This is only returned if it was set via SetCart input.

  Calls: SetCart
  RequiredInput: No

# Argument: 'xs:anyURI'

getURL()

  Calls: GetCart
         SetCart
  Returned: Conditionally

# Returns: 'xs:anyURI'

syntax highlighting: