Class: SetShippingDiscountProfilesRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsSetShippingDiscountProfilesRequestType

detailLevel - DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - WarningLevelCodeType
botBlock - BotBlockRequestType
currencyID - CurrencyCodeType
combinedDuration - CombinedPaymentPeriodCodeType
modifyActionCode - ModifyActionCodeType
flatShippingDiscount - FlatShippingDiscountType
calculatedShippingDiscount - CalculatedShippingDiscountType
calculatedHandlingDiscount - CalculatedHandlingDiscountType
promotionalShippingDiscountDetails - PromotionalShippingDiscountDetailsType
shippingInsurance - ShippingInsuranceType
internationalShippingInsurance - 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.



6628
6629
6630
6631
6632
6633
6634
6635
6636
6637
6638
6639
6640
6641
6642
6643
6644
6645
6646
6647
6648
6649
# File 'lib/eBay.rb', line 6628

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.



6613
6614
6615
# File 'lib/eBay.rb', line 6613

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



6612
6613
6614
# File 'lib/eBay.rb', line 6612

def botBlock
  @botBlock
end

#calculatedHandlingDiscountObject

Returns the value of attribute calculatedHandlingDiscount.



6619
6620
6621
# File 'lib/eBay.rb', line 6619

def calculatedHandlingDiscount
  @calculatedHandlingDiscount
end

#calculatedShippingDiscountObject

Returns the value of attribute calculatedShippingDiscount.



6618
6619
6620
# File 'lib/eBay.rb', line 6618

def calculatedShippingDiscount
  @calculatedShippingDiscount
end

#combinedDurationObject

Returns the value of attribute combinedDuration.



6615
6616
6617
# File 'lib/eBay.rb', line 6615

def combinedDuration
  @combinedDuration
end

#currencyIDObject

Returns the value of attribute currencyID.



6614
6615
6616
# File 'lib/eBay.rb', line 6614

def currencyID
  @currencyID
end

#detailLevelObject

Returns the value of attribute detailLevel.



6603
6604
6605
# File 'lib/eBay.rb', line 6603

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



6607
6608
6609
# File 'lib/eBay.rb', line 6607

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



6608
6609
6610
# File 'lib/eBay.rb', line 6608

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



6604
6605
6606
# File 'lib/eBay.rb', line 6604

def errorLanguage
  @errorLanguage
end

#flatShippingDiscountObject

Returns the value of attribute flatShippingDiscount.



6617
6618
6619
# File 'lib/eBay.rb', line 6617

def flatShippingDiscount
  @flatShippingDiscount
end

#internationalShippingInsuranceObject

Returns the value of attribute internationalShippingInsurance.



6622
6623
6624
# File 'lib/eBay.rb', line 6622

def internationalShippingInsurance
  @internationalShippingInsurance
end

#invocationIDObject

Returns the value of attribute invocationID.



6609
6610
6611
# File 'lib/eBay.rb', line 6609

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



6605
6606
6607
# File 'lib/eBay.rb', line 6605

def messageID
  @messageID
end

#modifyActionCodeObject

Returns the value of attribute modifyActionCode.



6616
6617
6618
# File 'lib/eBay.rb', line 6616

def modifyActionCode
  @modifyActionCode
end

#outputSelectorObject

Returns the value of attribute outputSelector.



6610
6611
6612
# File 'lib/eBay.rb', line 6610

def outputSelector
  @outputSelector
end

#promotionalShippingDiscountDetailsObject

Returns the value of attribute promotionalShippingDiscountDetails.



6620
6621
6622
# File 'lib/eBay.rb', line 6620

def promotionalShippingDiscountDetails
  @promotionalShippingDiscountDetails
end

#shippingInsuranceObject

Returns the value of attribute shippingInsurance.



6621
6622
6623
# File 'lib/eBay.rb', line 6621

def shippingInsurance
  @shippingInsurance
end

#versionObject

Returns the value of attribute version.



6606
6607
6608
# File 'lib/eBay.rb', line 6606

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



6611
6612
6613
# File 'lib/eBay.rb', line 6611

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



6624
6625
6626
# File 'lib/eBay.rb', line 6624

def set_any(elements)
  @__xmlele_any = elements
end