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

NAME

eBay::API::XML::DataType::ShippingInsuranceType

DESCRIPTION

Details about insurance for combined payment.

SYNOPSIS

INHERITANCE

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

Subroutines:

setFlatRateInsuranceRangeCost()

A pairing of range of item price total and insurance cost. For SetShippingDiscountProfiles, if InsuranceOption is Optional or Required, you must submit all range pairs. For those ranges that do not apply, set the cost to 0.

  Calls: SetShippingDiscountProfiles
  RequiredInput: Conditionally

# Argument: reference to an array of 'ns:FlatRateInsuranceRangeCostType'

getFlatRateInsuranceRangeCost()

  Calls: GetShippingDiscountProfiles
  Returned: Conditionally

# Returns: reference to an array of 'ns:FlatRateInsuranceRangeCostType'

setInsuranceOption()

Whether the seller offers shipping insurance and, if so, whether the insurance is optional or required. Flat and calculated shipping.

  Calls: SetShippingDiscountProfiles
  RequiredInput: Conditionally
  AllValuesExcept: NotOfferedOnSite

# Argument: 'ns:InsuranceOptionCodeType'

getInsuranceOption()

  Calls: GetShippingDiscountProfiles
  Returned: Conditionally

# Returns: 'ns:InsuranceOptionCodeType'