Class: SendInvoiceRequestType
- Inherits:
-
Object
- Object
- SendInvoiceRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSendInvoiceRequestType
Constant Summary collapse
- @@schema_type =
"SendInvoiceRequestType"- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"- @@schema_element =
[ ["detailLevel", ["DetailLevelCodeType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DetailLevel")]], ["errorLanguage", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorLanguage")]], ["messageID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MessageID")]], ["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]], ["errorHandling", ["ErrorHandlingCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorHandling")]], ["invocationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]], ["warningLevel", ["WarningLevelCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "WarningLevel")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]], ["itemID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ItemID")]], ["transactionID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "TransactionID")]], ["orderID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "OrderID")]], ["internationalShippingServiceOptions", ["InternationalShippingServiceOptionsType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InternationalShippingServiceOptions")]], ["shippingServiceOptions", ["ShippingServiceOptionsType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ShippingServiceOptions")]], ["salesTax", ["SalesTaxType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SalesTax")]], ["insuranceOption", ["InsuranceOptionCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InsuranceOption")]], ["insuranceFee", ["AmountType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InsuranceFee")]], ["paymentMethods", ["BuyerPaymentMethodCodeType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PaymentMethods")]], ["payPalEmailAddress", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PayPalEmailAddress")]], ["checkoutInstructions", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CheckoutInstructions")]], ["emailCopyToSeller", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "EmailCopyToSeller")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#checkoutInstructions ⇒ Object
Returns the value of attribute checkoutInstructions.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#emailCopyToSeller ⇒ Object
Returns the value of attribute emailCopyToSeller.
-
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#insuranceFee ⇒ Object
Returns the value of attribute insuranceFee.
-
#insuranceOption ⇒ Object
Returns the value of attribute insuranceOption.
-
#internationalShippingServiceOptions ⇒ Object
Returns the value of attribute internationalShippingServiceOptions.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#itemID ⇒ Object
Returns the value of attribute itemID.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#orderID ⇒ Object
Returns the value of attribute orderID.
-
#paymentMethods ⇒ Object
Returns the value of attribute paymentMethods.
-
#payPalEmailAddress ⇒ Object
Returns the value of attribute payPalEmailAddress.
-
#salesTax ⇒ Object
Returns the value of attribute salesTax.
-
#shippingServiceOptions ⇒ Object
Returns the value of attribute shippingServiceOptions.
-
#transactionID ⇒ Object
Returns the value of attribute transactionID.
-
#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, errorHandling = nil, invocationID = nil, warningLevel = nil, itemID = nil, transactionID = nil, orderID = nil, internationalShippingServiceOptions = [], shippingServiceOptions = [], salesTax = nil, insuranceOption = nil, insuranceFee = nil, paymentMethods = [], payPalEmailAddress = nil, checkoutInstructions = nil, emailCopyToSeller = nil) ⇒ SendInvoiceRequestType
constructor
A new instance of SendInvoiceRequestType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, itemID = nil, transactionID = nil, orderID = nil, internationalShippingServiceOptions = [], shippingServiceOptions = [], salesTax = nil, insuranceOption = nil, insuranceFee = nil, paymentMethods = [], payPalEmailAddress = nil, checkoutInstructions = nil, emailCopyToSeller = nil) ⇒ SendInvoiceRequestType
Returns a new instance of SendInvoiceRequestType.
12493 12494 12495 12496 12497 12498 12499 12500 12501 12502 12503 12504 12505 12506 12507 12508 12509 12510 12511 12512 12513 12514 |
# File 'lib/eBay.rb', line 12493 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, itemID = nil, transactionID = nil, orderID = nil, internationalShippingServiceOptions = [], shippingServiceOptions = [], salesTax = nil, insuranceOption = nil, insuranceFee = nil, paymentMethods = [], payPalEmailAddress = nil, checkoutInstructions = nil, emailCopyToSeller = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @errorHandling = errorHandling @invocationID = invocationID @warningLevel = warningLevel @__xmlele_any = nil @itemID = itemID @transactionID = transactionID @orderID = orderID @internationalShippingServiceOptions = internationalShippingServiceOptions @shippingServiceOptions = shippingServiceOptions @salesTax = salesTax @insuranceOption = insuranceOption @insuranceFee = insuranceFee @paymentMethods = paymentMethods @payPalEmailAddress = payPalEmailAddress @checkoutInstructions = checkoutInstructions @emailCopyToSeller = emailCopyToSeller end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
12475 12476 12477 |
# File 'lib/eBay.rb', line 12475 def __xmlele_any @__xmlele_any end |
#checkoutInstructions ⇒ Object
Returns the value of attribute checkoutInstructions.
12486 12487 12488 |
# File 'lib/eBay.rb', line 12486 def checkoutInstructions @checkoutInstructions end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
12468 12469 12470 |
# File 'lib/eBay.rb', line 12468 def detailLevel @detailLevel end |
#emailCopyToSeller ⇒ Object
Returns the value of attribute emailCopyToSeller.
12487 12488 12489 |
# File 'lib/eBay.rb', line 12487 def emailCopyToSeller @emailCopyToSeller end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
12472 12473 12474 |
# File 'lib/eBay.rb', line 12472 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
12469 12470 12471 |
# File 'lib/eBay.rb', line 12469 def errorLanguage @errorLanguage end |
#insuranceFee ⇒ Object
Returns the value of attribute insuranceFee.
12483 12484 12485 |
# File 'lib/eBay.rb', line 12483 def insuranceFee @insuranceFee end |
#insuranceOption ⇒ Object
Returns the value of attribute insuranceOption.
12482 12483 12484 |
# File 'lib/eBay.rb', line 12482 def insuranceOption @insuranceOption end |
#internationalShippingServiceOptions ⇒ Object
Returns the value of attribute internationalShippingServiceOptions.
12479 12480 12481 |
# File 'lib/eBay.rb', line 12479 def internationalShippingServiceOptions @internationalShippingServiceOptions end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
12473 12474 12475 |
# File 'lib/eBay.rb', line 12473 def invocationID @invocationID end |
#itemID ⇒ Object
Returns the value of attribute itemID.
12476 12477 12478 |
# File 'lib/eBay.rb', line 12476 def itemID @itemID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
12470 12471 12472 |
# File 'lib/eBay.rb', line 12470 def @messageID end |
#orderID ⇒ Object
Returns the value of attribute orderID.
12478 12479 12480 |
# File 'lib/eBay.rb', line 12478 def orderID @orderID end |
#paymentMethods ⇒ Object
Returns the value of attribute paymentMethods.
12484 12485 12486 |
# File 'lib/eBay.rb', line 12484 def paymentMethods @paymentMethods end |
#payPalEmailAddress ⇒ Object
Returns the value of attribute payPalEmailAddress.
12485 12486 12487 |
# File 'lib/eBay.rb', line 12485 def payPalEmailAddress @payPalEmailAddress end |
#salesTax ⇒ Object
Returns the value of attribute salesTax.
12481 12482 12483 |
# File 'lib/eBay.rb', line 12481 def salesTax @salesTax end |
#shippingServiceOptions ⇒ Object
Returns the value of attribute shippingServiceOptions.
12480 12481 12482 |
# File 'lib/eBay.rb', line 12480 def shippingServiceOptions @shippingServiceOptions end |
#transactionID ⇒ Object
Returns the value of attribute transactionID.
12477 12478 12479 |
# File 'lib/eBay.rb', line 12477 def transactionID @transactionID end |
#version ⇒ Object
Returns the value of attribute version.
12471 12472 12473 |
# File 'lib/eBay.rb', line 12471 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
12474 12475 12476 |
# File 'lib/eBay.rb', line 12474 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
12489 12490 12491 |
# File 'lib/eBay.rb', line 12489 def set_any(elements) @__xmlele_any = elements end |