eBay::API::XML::DataType::CheckoutCompleteRedirectType - eBay::API::XML::DataType::CheckoutCompleteRedirectType documentation


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

Index


NAME

Top

eBay::API::XML::DataType::CheckoutCompleteRedirectType

DESCRIPTION

Top

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

SYNOPSIS

Top

INHERITANCE

Top

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

Subroutines:

Top

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'


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