Class: Ebay::Types::DiscountProfile

Inherits:
Object
  • Object
show all
Includes:
Initializer, XML::Mapping
Defined in:
lib/ebay/types/discount_profile.rb

Overview

Attributes

text_node :discount_profile_id, 'DiscountProfileID', :optional => true
text_node :discount_profile_name, 'DiscountProfileName', :optional => true
money_node :each_additional_amount, 'EachAdditionalAmount', :optional => true
money_node :each_additional_amount_off, 'EachAdditionalAmountOff', :optional => true
numeric_node :each_additional_percent_off, 'EachAdditionalPercentOff', :optional => true
object_node :weight_off, 'WeightOff', :class => Measure, :optional => true
text_node :mapped_discount_profile_id, 'MappedDiscountProfileID', :optional => true

Method Summary

Methods included from Initializer

#initialize, #object_attributes=