Class: EBay::GetShippingDiscountProfilesResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::GetShippingDiscountProfilesResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetShippingDiscountProfilesResponseType
- SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
- SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - EBay::DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - EBay::BotBlockResponseType
externalUserData - SOAP::SOAPString
currencyID - EBay::CurrencyCodeType
flatShippingDiscount - EBay::FlatShippingDiscountType
calculatedShippingDiscount - EBay::CalculatedShippingDiscountType
promotionalShippingDiscount - SOAP::SOAPBoolean
calculatedHandlingDiscount - EBay::CalculatedHandlingDiscountType
promotionalShippingDiscountDetails - EBay::PromotionalShippingDiscountDetailsType
shippingInsurance - EBay::ShippingInsuranceType
internationalShippingInsurance - EBay::ShippingInsuranceType
combinedDuration - EBay::CombinedPaymentPeriodCodeType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#build ⇒ Object
Returns the value of attribute build.
-
#calculatedHandlingDiscount ⇒ Object
Returns the value of attribute calculatedHandlingDiscount.
-
#calculatedShippingDiscount ⇒ Object
Returns the value of attribute calculatedShippingDiscount.
-
#combinedDuration ⇒ Object
Returns the value of attribute combinedDuration.
-
#correlationID ⇒ Object
Returns the value of attribute correlationID.
-
#currencyID ⇒ Object
Returns the value of attribute currencyID.
-
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
-
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
-
#flatShippingDiscount ⇒ Object
Returns the value of attribute flatShippingDiscount.
-
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
-
#internationalShippingInsurance ⇒ Object
Returns the value of attribute internationalShippingInsurance.
-
#message ⇒ Object
Returns the value of attribute message.
-
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
-
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
-
#promotionalShippingDiscount ⇒ Object
Returns the value of attribute promotionalShippingDiscount.
-
#promotionalShippingDiscountDetails ⇒ Object
Returns the value of attribute promotionalShippingDiscountDetails.
-
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
-
#shippingInsurance ⇒ Object
Returns the value of attribute shippingInsurance.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, botBlock = nil, externalUserData = nil, currencyID = nil, flatShippingDiscount = nil, calculatedShippingDiscount = nil, promotionalShippingDiscount = nil, calculatedHandlingDiscount = nil, promotionalShippingDiscountDetails = nil, shippingInsurance = nil, internationalShippingInsurance = nil, combinedDuration = nil) ⇒ GetShippingDiscountProfilesResponseType
constructor
A new instance of GetShippingDiscountProfilesResponseType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, botBlock = nil, externalUserData = nil, currencyID = nil, flatShippingDiscount = nil, calculatedShippingDiscount = nil, promotionalShippingDiscount = nil, calculatedHandlingDiscount = nil, promotionalShippingDiscountDetails = nil, shippingInsurance = nil, internationalShippingInsurance = nil, combinedDuration = nil) ⇒ GetShippingDiscountProfilesResponseType
Returns a new instance of GetShippingDiscountProfilesResponseType.
15082 15083 15084 15085 15086 15087 15088 15089 15090 15091 15092 15093 15094 15095 15096 15097 15098 15099 15100 15101 15102 15103 15104 15105 15106 15107 15108 |
# File 'lib/eBay.rb', line 15082 def initialize( = nil, ack = nil, correlationID = nil, errors = [], = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, botBlock = nil, externalUserData = nil, currencyID = nil, flatShippingDiscount = nil, calculatedShippingDiscount = nil, promotionalShippingDiscount = nil, calculatedHandlingDiscount = nil, promotionalShippingDiscountDetails = nil, shippingInsurance = nil, internationalShippingInsurance = nil, combinedDuration = nil) @timestamp = @ack = ack @correlationID = correlationID @errors = errors @message = @version = version @build = build @notificationEventName = notificationEventName @duplicateInvocationDetails = duplicateInvocationDetails @recipientUserID = recipientUserID @eIASToken = eIASToken @notificationSignature = notificationSignature @hardExpirationWarning = hardExpirationWarning @botBlock = botBlock @externalUserData = externalUserData @__xmlele_any = nil @currencyID = currencyID @flatShippingDiscount = flatShippingDiscount @calculatedShippingDiscount = calculatedShippingDiscount @promotionalShippingDiscount = promotionalShippingDiscount @calculatedHandlingDiscount = calculatedHandlingDiscount @promotionalShippingDiscountDetails = promotionalShippingDiscountDetails @shippingInsurance = shippingInsurance @internationalShippingInsurance = internationalShippingInsurance @combinedDuration = combinedDuration end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
15067 15068 15069 |
# File 'lib/eBay.rb', line 15067 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
15053 15054 15055 |
# File 'lib/eBay.rb', line 15053 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
15065 15066 15067 |
# File 'lib/eBay.rb', line 15065 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
15058 15059 15060 |
# File 'lib/eBay.rb', line 15058 def build @build end |
#calculatedHandlingDiscount ⇒ Object
Returns the value of attribute calculatedHandlingDiscount.
15072 15073 15074 |
# File 'lib/eBay.rb', line 15072 def calculatedHandlingDiscount @calculatedHandlingDiscount end |
#calculatedShippingDiscount ⇒ Object
Returns the value of attribute calculatedShippingDiscount.
15070 15071 15072 |
# File 'lib/eBay.rb', line 15070 def calculatedShippingDiscount @calculatedShippingDiscount end |
#combinedDuration ⇒ Object
Returns the value of attribute combinedDuration.
15076 15077 15078 |
# File 'lib/eBay.rb', line 15076 def combinedDuration @combinedDuration end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
15054 15055 15056 |
# File 'lib/eBay.rb', line 15054 def correlationID @correlationID end |
#currencyID ⇒ Object
Returns the value of attribute currencyID.
15068 15069 15070 |
# File 'lib/eBay.rb', line 15068 def currencyID @currencyID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
15060 15061 15062 |
# File 'lib/eBay.rb', line 15060 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
15062 15063 15064 |
# File 'lib/eBay.rb', line 15062 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
15055 15056 15057 |
# File 'lib/eBay.rb', line 15055 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
15066 15067 15068 |
# File 'lib/eBay.rb', line 15066 def externalUserData @externalUserData end |
#flatShippingDiscount ⇒ Object
Returns the value of attribute flatShippingDiscount.
15069 15070 15071 |
# File 'lib/eBay.rb', line 15069 def flatShippingDiscount @flatShippingDiscount end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
15064 15065 15066 |
# File 'lib/eBay.rb', line 15064 def hardExpirationWarning @hardExpirationWarning end |
#internationalShippingInsurance ⇒ Object
Returns the value of attribute internationalShippingInsurance.
15075 15076 15077 |
# File 'lib/eBay.rb', line 15075 def internationalShippingInsurance @internationalShippingInsurance end |
#message ⇒ Object
Returns the value of attribute message.
15056 15057 15058 |
# File 'lib/eBay.rb', line 15056 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
15059 15060 15061 |
# File 'lib/eBay.rb', line 15059 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
15063 15064 15065 |
# File 'lib/eBay.rb', line 15063 def notificationSignature @notificationSignature end |
#promotionalShippingDiscount ⇒ Object
Returns the value of attribute promotionalShippingDiscount.
15071 15072 15073 |
# File 'lib/eBay.rb', line 15071 def promotionalShippingDiscount @promotionalShippingDiscount end |
#promotionalShippingDiscountDetails ⇒ Object
Returns the value of attribute promotionalShippingDiscountDetails.
15073 15074 15075 |
# File 'lib/eBay.rb', line 15073 def promotionalShippingDiscountDetails @promotionalShippingDiscountDetails end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
15061 15062 15063 |
# File 'lib/eBay.rb', line 15061 def recipientUserID @recipientUserID end |
#shippingInsurance ⇒ Object
Returns the value of attribute shippingInsurance.
15074 15075 15076 |
# File 'lib/eBay.rb', line 15074 def shippingInsurance @shippingInsurance end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
15052 15053 15054 |
# File 'lib/eBay.rb', line 15052 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
15057 15058 15059 |
# File 'lib/eBay.rb', line 15057 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
15078 15079 15080 |
# File 'lib/eBay.rb', line 15078 def set_any(elements) @__xmlele_any = elements end |