eBay::API::XML::DataType::SellerPaymentPreferencesType - eBay::API::XML::DataType::SellerPaymentPreferencesType documentation


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

Index


NAME

Top

eBay::API::XML::DataType::SellerPaymentPreferencesType

DESCRIPTION

Top

Defines the values that make up the seller's preferences.

SYNOPSIS

Top

INHERITANCE

Top

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

Subroutines:

Top

setAlwaysUseThisPaymentAddress()

Indicates whether the seller wants all transactions with eBay to use the address specified in SellerPaymentAddress.

  Calls: SetUserPreferences
  RequiredInput: No

# Argument: 'xs:boolean'

isAlwaysUseThisPaymentAddress()

  Calls: GetUserPreferences
  Returned: Conditionally

# Returns: 'xs:boolean'

setDefaultPayPalEmailAddress()

Specifies the default email address the seller uses for receiving PayPal payments.

  Calls: SetUserPreferences
  RequiredInput: No

# Argument: 'xs:string'

getDefaultPayPalEmailAddress()

  Calls: GetUserPreferences
  Returned: Conditionally

# Returns: 'xs:string'

setDisplayPayNowButton()

Determines whether the Pay Now button should always be displayed for the user's listings.

  Calls: SetUserPreferences
  RequiredInput: No

# Argument: 'ns:DisplayPayNowButtonCodeType'

getDisplayPayNowButton()

  Calls: GetUserPreferences
  Returned: Conditionally

# Returns: 'ns:DisplayPayNowButtonCodeType'

setPayPalAlwaysOn()

Indicates whether PayPal is always accepted for the seller's listings.

  Calls: SetUserPreferences
  RequiredInput: No

# Argument: 'xs:boolean'

isPayPalAlwaysOn()

  Calls: GetUserPreferences
  Returned: Conditionally

# Returns: 'xs:boolean'

setPayPalPreferred()

Specifies whether a seller wants to let buyers know that PayPal payments are preferred.

  Calls: SetUserPreferences
  RequiredInput: No

# Argument: 'xs:boolean'

isPayPalPreferred()

  Calls: GetUserPreferences
  Returned: Conditionally

# Returns: 'xs:boolean'

setSellerPaymentAddress()

Specifies the address the seller uses to receive payments from buyers.

  Calls: SetUserPreferences
  RequiredInput: No

# Argument: 'ns:AddressType'

getSellerPaymentAddress()

  Calls: GetUserPreferences
  Returned: Conditionally

# Returns: 'ns:AddressType'

setUPSRateOption()

Specifies the type of United Postal Service rates to use.

  Calls: SetUserPreferences
  RequiredInput: No

# Argument: 'ns:UPSRateOptionCodeType'

getUPSRateOption()

  Calls: GetUserPreferences
  Returned: Conditionally

# Returns: 'ns:UPSRateOptionCodeType'


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