The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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'