Class: CombinedPaymentPreferencesType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsCombinedPaymentPreferencesType

Constant Summary collapse

@@schema_type =
"CombinedPaymentPreferencesType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
["calculatedShippingPreferences", ["CalculatedShippingPreferencesType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CalculatedShippingPreferences")]],
["combinedPaymentOption", ["CombinedPaymentOptionCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CombinedPaymentOption")]],
["combinedPaymentPeriod", ["CombinedPaymentPeriodCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CombinedPaymentPeriod")]],
["flatShippingPreferences", ["FlatShippingPreferencesType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "FlatShippingPreferences")]],
["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(calculatedShippingPreferences = nil, combinedPaymentOption = nil, combinedPaymentPeriod = nil, flatShippingPreferences = nil) ⇒ CombinedPaymentPreferencesType

Returns a new instance of CombinedPaymentPreferencesType.



13188
13189
13190
13191
13192
13193
13194
# File 'lib/eBay.rb', line 13188

def initialize(calculatedShippingPreferences = nil, combinedPaymentOption = nil, combinedPaymentPeriod = nil, flatShippingPreferences = nil)
  @calculatedShippingPreferences = calculatedShippingPreferences
  @combinedPaymentOption = combinedPaymentOption
  @combinedPaymentPeriod = combinedPaymentPeriod
  @flatShippingPreferences = flatShippingPreferences
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



13182
13183
13184
# File 'lib/eBay.rb', line 13182

def __xmlele_any
  @__xmlele_any
end

#calculatedShippingPreferencesObject

Returns the value of attribute calculatedShippingPreferences.



13178
13179
13180
# File 'lib/eBay.rb', line 13178

def calculatedShippingPreferences
  @calculatedShippingPreferences
end

#combinedPaymentOptionObject

Returns the value of attribute combinedPaymentOption.



13179
13180
13181
# File 'lib/eBay.rb', line 13179

def combinedPaymentOption
  @combinedPaymentOption
end

#combinedPaymentPeriodObject

Returns the value of attribute combinedPaymentPeriod.



13180
13181
13182
# File 'lib/eBay.rb', line 13180

def combinedPaymentPeriod
  @combinedPaymentPeriod
end

#flatShippingPreferencesObject

Returns the value of attribute flatShippingPreferences.



13181
13182
13183
# File 'lib/eBay.rb', line 13181

def flatShippingPreferences
  @flatShippingPreferences
end

Instance Method Details

#set_any(elements) ⇒ Object



13184
13185
13186
# File 'lib/eBay.rb', line 13184

def set_any(elements)
  @__xmlele_any = elements
end