Class: EBay::SetShippingDiscountProfilesRequestType

Inherits:
AbstractRequestType show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsSetShippingDiscountProfilesRequestType

detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - 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

Instance Method Summary collapse

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, 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)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = 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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



7923
7924
7925
# File 'lib/eBay.rb', line 7923

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



7922
7923
7924
# File 'lib/eBay.rb', line 7922

def botBlock
  @botBlock
end

#calculatedHandlingDiscountObject

Returns the value of attribute calculatedHandlingDiscount.



7929
7930
7931
# File 'lib/eBay.rb', line 7929

def calculatedHandlingDiscount
  @calculatedHandlingDiscount
end

#calculatedShippingDiscountObject

Returns the value of attribute calculatedShippingDiscount.



7928
7929
7930
# File 'lib/eBay.rb', line 7928

def calculatedShippingDiscount
  @calculatedShippingDiscount
end

#combinedDurationObject

Returns the value of attribute combinedDuration.



7925
7926
7927
# File 'lib/eBay.rb', line 7925

def combinedDuration
  @combinedDuration
end

#currencyIDObject

Returns the value of attribute currencyID.



7924
7925
7926
# File 'lib/eBay.rb', line 7924

def currencyID
  @currencyID
end

#detailLevelObject

Returns the value of attribute detailLevel.



7913
7914
7915
# File 'lib/eBay.rb', line 7913

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



7917
7918
7919
# File 'lib/eBay.rb', line 7917

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



7918
7919
7920
# File 'lib/eBay.rb', line 7918

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



7914
7915
7916
# File 'lib/eBay.rb', line 7914

def errorLanguage
  @errorLanguage
end

#flatShippingDiscountObject

Returns the value of attribute flatShippingDiscount.



7927
7928
7929
# File 'lib/eBay.rb', line 7927

def flatShippingDiscount
  @flatShippingDiscount
end

#internationalShippingInsuranceObject

Returns the value of attribute internationalShippingInsurance.



7932
7933
7934
# File 'lib/eBay.rb', line 7932

def internationalShippingInsurance
  @internationalShippingInsurance
end

#invocationIDObject

Returns the value of attribute invocationID.



7919
7920
7921
# File 'lib/eBay.rb', line 7919

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



7915
7916
7917
# File 'lib/eBay.rb', line 7915

def messageID
  @messageID
end

#modifyActionCodeObject

Returns the value of attribute modifyActionCode.



7926
7927
7928
# File 'lib/eBay.rb', line 7926

def modifyActionCode
  @modifyActionCode
end

#outputSelectorObject

Returns the value of attribute outputSelector.



7920
7921
7922
# File 'lib/eBay.rb', line 7920

def outputSelector
  @outputSelector
end

#promotionalShippingDiscountDetailsObject

Returns the value of attribute promotionalShippingDiscountDetails.



7930
7931
7932
# File 'lib/eBay.rb', line 7930

def promotionalShippingDiscountDetails
  @promotionalShippingDiscountDetails
end

#shippingInsuranceObject

Returns the value of attribute shippingInsurance.



7931
7932
7933
# File 'lib/eBay.rb', line 7931

def shippingInsurance
  @shippingInsurance
end

#versionObject

Returns the value of attribute version.



7916
7917
7918
# File 'lib/eBay.rb', line 7916

def version
  @version
end

#warningLevelObject

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