Class: EBay::CombinedPaymentPreferencesType

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

Overview

urn:ebay:apis:eBLBaseComponentsCombinedPaymentPreferencesType

calculatedShippingPreferences - EBay::CalculatedShippingPreferencesType
combinedPaymentOption - EBay::CombinedPaymentOptionCodeType
combinedPaymentPeriod - EBay::CombinedPaymentPeriodCodeType
flatShippingPreferences - EBay::FlatShippingPreferencesType

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.



23019
23020
23021
23022
23023
23024
23025
# File 'lib/eBay.rb', line 23019

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.



23013
23014
23015
# File 'lib/eBay.rb', line 23013

def __xmlele_any
  @__xmlele_any
end

#calculatedShippingPreferencesObject

Returns the value of attribute calculatedShippingPreferences.



23009
23010
23011
# File 'lib/eBay.rb', line 23009

def calculatedShippingPreferences
  @calculatedShippingPreferences
end

#combinedPaymentOptionObject

Returns the value of attribute combinedPaymentOption.



23010
23011
23012
# File 'lib/eBay.rb', line 23010

def combinedPaymentOption
  @combinedPaymentOption
end

#combinedPaymentPeriodObject

Returns the value of attribute combinedPaymentPeriod.



23011
23012
23013
# File 'lib/eBay.rb', line 23011

def combinedPaymentPeriod
  @combinedPaymentPeriod
end

#flatShippingPreferencesObject

Returns the value of attribute flatShippingPreferences.



23012
23013
23014
# File 'lib/eBay.rb', line 23012

def flatShippingPreferences
  @flatShippingPreferences
end

Instance Method Details

#set_any(elements) ⇒ Object



23015
23016
23017
# File 'lib/eBay.rb', line 23015

def set_any(elements)
  @__xmlele_any = elements
end