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

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

DESCRIPTION ^

Defines a seller's preferences for allowing buyers to combine more than one purchase into one payment.

SYNOPSIS ^

INHERITANCE ^

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

Subroutines: ^

setCalculatedShippingPreferences()

Contains a seller's preferences for having shipping costs calculated by eBay.

  Calls: SetUserPreferences
  RequiredInput: No

# Argument: 'ns:CalculatedShippingPreferencesType'

getCalculatedShippingPreferences()

  Calls: GetUserPreferences
  Returned: Conditionally

# Returns: 'ns:CalculatedShippingPreferencesType'

setCombinedPaymentOption()

Specifies whether or not a seller wants to allow buyers to combine purchases in order to receive a discount.

  Calls: SetUserPreferences
  RequiredInput: No

# Argument: 'ns:CombinedPaymentOptionCodeType'

getCombinedPaymentOption()

  Calls: GetUserPreferences
  Returned: Conditionally

# Returns: 'ns:CombinedPaymentOptionCodeType'

setCombinedPaymentPeriod()

Specifies the period in which the user will allow buyers to combine purchases in order to receive a discount.

  Calls: SetUserPreferences
  RequiredInput: No

# Argument: 'ns:CombinedPaymentPeriodCodeType'

getCombinedPaymentPeriod()

  Calls: GetUserPreferences
  Returned: Conditionally

# Returns: 'ns:CombinedPaymentPeriodCodeType'

setFlatShippingPreferences()

Specifies a seller's preferences for flat-rate shipping.

  Calls: SetUserPreferences
  RequiredInput: No

# Argument: 'ns:FlatShippingPreferencesType'

getFlatShippingPreferences()

  Calls: GetUserPreferences
  Returned: Conditionally

# Returns: 'ns:FlatShippingPreferencesType'

syntax highlighting: