Class: EBay::SetShippingDiscountProfilesRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::SetShippingDiscountProfilesRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSetShippingDiscountProfilesRequestType
detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
- SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - EBay::ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - EBay::WarningLevelCodeType
botBlock - EBay::BotBlockRequestType
currencyID - EBay::CurrencyCodeType
combinedDuration - EBay::CombinedPaymentPeriodCodeType
modifyActionCode - EBay::ModifyActionCodeType
flatShippingDiscount - EBay::FlatShippingDiscountType
calculatedShippingDiscount - EBay::CalculatedShippingDiscountType
calculatedHandlingDiscount - EBay::CalculatedHandlingDiscountType
promotionalShippingDiscountDetails - EBay::PromotionalShippingDiscountDetailsType
shippingInsurance - EBay::ShippingInsuranceType
internationalShippingInsurance - EBay::ShippingInsuranceType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#calculatedHandlingDiscount ⇒ Object
Returns the value of attribute calculatedHandlingDiscount.
-
#calculatedShippingDiscount ⇒ Object
Returns the value of attribute calculatedShippingDiscount.
-
#combinedDuration ⇒ Object
Returns the value of attribute combinedDuration.
-
#currencyID ⇒ Object
Returns the value of attribute currencyID.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
-
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#flatShippingDiscount ⇒ Object
Returns the value of attribute flatShippingDiscount.
-
#internationalShippingInsurance ⇒ Object
Returns the value of attribute internationalShippingInsurance.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#modifyActionCode ⇒ Object
Returns the value of attribute modifyActionCode.
-
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
-
#promotionalShippingDiscountDetails ⇒ Object
Returns the value of attribute promotionalShippingDiscountDetails.
-
#shippingInsurance ⇒ Object
Returns the value of attribute shippingInsurance.
-
#version ⇒ Object
Returns the value of attribute version.
-
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
Instance Method Summary collapse
-
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, currencyID = nil, combinedDuration = nil, modifyActionCode = nil, flatShippingDiscount = nil, calculatedShippingDiscount = nil, calculatedHandlingDiscount = nil, promotionalShippingDiscountDetails = nil, shippingInsurance = nil, internationalShippingInsurance = nil) ⇒ SetShippingDiscountProfilesRequestType
constructor
A new instance of SetShippingDiscountProfilesRequestType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, currencyID = nil, combinedDuration = nil, modifyActionCode = nil, flatShippingDiscount = nil, calculatedShippingDiscount = nil, calculatedHandlingDiscount = nil, promotionalShippingDiscountDetails = nil, shippingInsurance = nil, internationalShippingInsurance = nil) ⇒ SetShippingDiscountProfilesRequestType
Returns a new instance of SetShippingDiscountProfilesRequestType.
7938 7939 7940 7941 7942 7943 7944 7945 7946 7947 7948 7949 7950 7951 7952 7953 7954 7955 7956 7957 7958 7959 |
# File 'lib/eBay.rb', line 7938 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, currencyID = nil, combinedDuration = nil, modifyActionCode = nil, flatShippingDiscount = nil, calculatedShippingDiscount = nil, calculatedHandlingDiscount = nil, promotionalShippingDiscountDetails = nil, shippingInsurance = nil, internationalShippingInsurance = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @endUserIP = endUserIP @errorHandling = errorHandling @invocationID = invocationID @outputSelector = outputSelector @warningLevel = warningLevel @botBlock = botBlock @__xmlele_any = nil @currencyID = currencyID @combinedDuration = combinedDuration @modifyActionCode = modifyActionCode @flatShippingDiscount = flatShippingDiscount @calculatedShippingDiscount = calculatedShippingDiscount @calculatedHandlingDiscount = calculatedHandlingDiscount @promotionalShippingDiscountDetails = promotionalShippingDiscountDetails @shippingInsurance = shippingInsurance @internationalShippingInsurance = internationalShippingInsurance end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
7923 7924 7925 |
# File 'lib/eBay.rb', line 7923 def __xmlele_any @__xmlele_any end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
7922 7923 7924 |
# File 'lib/eBay.rb', line 7922 def botBlock @botBlock end |
#calculatedHandlingDiscount ⇒ Object
Returns the value of attribute calculatedHandlingDiscount.
7929 7930 7931 |
# File 'lib/eBay.rb', line 7929 def calculatedHandlingDiscount @calculatedHandlingDiscount end |
#calculatedShippingDiscount ⇒ Object
Returns the value of attribute calculatedShippingDiscount.
7928 7929 7930 |
# File 'lib/eBay.rb', line 7928 def calculatedShippingDiscount @calculatedShippingDiscount end |
#combinedDuration ⇒ Object
Returns the value of attribute combinedDuration.
7925 7926 7927 |
# File 'lib/eBay.rb', line 7925 def combinedDuration @combinedDuration end |
#currencyID ⇒ Object
Returns the value of attribute currencyID.
7924 7925 7926 |
# File 'lib/eBay.rb', line 7924 def currencyID @currencyID end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
7913 7914 7915 |
# File 'lib/eBay.rb', line 7913 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
7917 7918 7919 |
# File 'lib/eBay.rb', line 7917 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
7918 7919 7920 |
# File 'lib/eBay.rb', line 7918 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
7914 7915 7916 |
# File 'lib/eBay.rb', line 7914 def errorLanguage @errorLanguage end |
#flatShippingDiscount ⇒ Object
Returns the value of attribute flatShippingDiscount.
7927 7928 7929 |
# File 'lib/eBay.rb', line 7927 def flatShippingDiscount @flatShippingDiscount end |
#internationalShippingInsurance ⇒ Object
Returns the value of attribute internationalShippingInsurance.
7932 7933 7934 |
# File 'lib/eBay.rb', line 7932 def internationalShippingInsurance @internationalShippingInsurance end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
7919 7920 7921 |
# File 'lib/eBay.rb', line 7919 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
7915 7916 7917 |
# File 'lib/eBay.rb', line 7915 def @messageID end |
#modifyActionCode ⇒ Object
Returns the value of attribute modifyActionCode.
7926 7927 7928 |
# File 'lib/eBay.rb', line 7926 def modifyActionCode @modifyActionCode end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
7920 7921 7922 |
# File 'lib/eBay.rb', line 7920 def outputSelector @outputSelector end |
#promotionalShippingDiscountDetails ⇒ Object
Returns the value of attribute promotionalShippingDiscountDetails.
7930 7931 7932 |
# File 'lib/eBay.rb', line 7930 def promotionalShippingDiscountDetails @promotionalShippingDiscountDetails end |
#shippingInsurance ⇒ Object
Returns the value of attribute shippingInsurance.
7931 7932 7933 |
# File 'lib/eBay.rb', line 7931 def shippingInsurance @shippingInsurance end |
#version ⇒ Object
Returns the value of attribute version.
7916 7917 7918 |
# File 'lib/eBay.rb', line 7916 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
7921 7922 7923 |
# File 'lib/eBay.rb', line 7921 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
7934 7935 7936 |
# File 'lib/eBay.rb', line 7934 def set_any(elements) @__xmlele_any = elements end |