Class: CombinedPaymentPreferencesType

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

Overview

urn:ebay:apis:eBLBaseComponentsCombinedPaymentPreferencesType

calculatedShippingPreferences - CalculatedShippingPreferencesType
combinedPaymentOption - CombinedPaymentOptionCodeType
combinedPaymentPeriod - CombinedPaymentPeriodCodeType
flatShippingPreferences - 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.



18408
18409
18410
18411
18412
18413
18414
# File 'lib/eBay.rb', line 18408

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.



18402
18403
18404
# File 'lib/eBay.rb', line 18402

def __xmlele_any
  @__xmlele_any
end

#calculatedShippingPreferencesObject

Returns the value of attribute calculatedShippingPreferences.



18398
18399
18400
# File 'lib/eBay.rb', line 18398

def calculatedShippingPreferences
  @calculatedShippingPreferences
end

#combinedPaymentOptionObject

Returns the value of attribute combinedPaymentOption.



18399
18400
18401
# File 'lib/eBay.rb', line 18399

def combinedPaymentOption
  @combinedPaymentOption
end

#combinedPaymentPeriodObject

Returns the value of attribute combinedPaymentPeriod.



18400
18401
18402
# File 'lib/eBay.rb', line 18400

def combinedPaymentPeriod
  @combinedPaymentPeriod
end

#flatShippingPreferencesObject

Returns the value of attribute flatShippingPreferences.



18401
18402
18403
# File 'lib/eBay.rb', line 18401

def flatShippingPreferences
  @flatShippingPreferences
end

Instance Method Details

#set_any(elements) ⇒ Object



18404
18405
18406
# File 'lib/eBay.rb', line 18404

def set_any(elements)
  @__xmlele_any = elements
end