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.



14898
14899
14900
14901
14902
14903
14904
# File 'lib/eBay.rb', line 14898

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.



14892
14893
14894
# File 'lib/eBay.rb', line 14892

def __xmlele_any
  @__xmlele_any
end

#calculatedShippingPreferencesObject

Returns the value of attribute calculatedShippingPreferences.



14888
14889
14890
# File 'lib/eBay.rb', line 14888

def calculatedShippingPreferences
  @calculatedShippingPreferences
end

#combinedPaymentOptionObject

Returns the value of attribute combinedPaymentOption.



14889
14890
14891
# File 'lib/eBay.rb', line 14889

def combinedPaymentOption
  @combinedPaymentOption
end

#combinedPaymentPeriodObject

Returns the value of attribute combinedPaymentPeriod.



14890
14891
14892
# File 'lib/eBay.rb', line 14890

def combinedPaymentPeriod
  @combinedPaymentPeriod
end

#flatShippingPreferencesObject

Returns the value of attribute flatShippingPreferences.



14891
14892
14893
# File 'lib/eBay.rb', line 14891

def flatShippingPreferences
  @flatShippingPreferences
end

Instance Method Details

#set_any(elements) ⇒ Object



14894
14895
14896
# File 'lib/eBay.rb', line 14894

def set_any(elements)
  @__xmlele_any = elements
end