Class: SendInvoiceRequestType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

Returns the value of attribute __xmlele_any.



12475
12476
12477
# File 'lib/eBay.rb', line 12475

def __xmlele_any
  @__xmlele_any
end

#checkoutInstructionsObject

Returns the value of attribute checkoutInstructions.



12486
12487
12488
# File 'lib/eBay.rb', line 12486

def checkoutInstructions
  @checkoutInstructions
end

#detailLevelObject

Returns the value of attribute detailLevel.



12468
12469
12470
# File 'lib/eBay.rb', line 12468

def detailLevel
  @detailLevel
end

#emailCopyToSellerObject

Returns the value of attribute emailCopyToSeller.



12487
12488
12489
# File 'lib/eBay.rb', line 12487

def emailCopyToSeller
  @emailCopyToSeller
end

#errorHandlingObject

Returns the value of attribute errorHandling.



12472
12473
12474
# File 'lib/eBay.rb', line 12472

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



12469
12470
12471
# File 'lib/eBay.rb', line 12469

def errorLanguage
  @errorLanguage
end

#insuranceFeeObject

Returns the value of attribute insuranceFee.



12483
12484
12485
# File 'lib/eBay.rb', line 12483

def insuranceFee
  @insuranceFee
end

#insuranceOptionObject

Returns the value of attribute insuranceOption.



12482
12483
12484
# File 'lib/eBay.rb', line 12482

def insuranceOption
  @insuranceOption
end

#internationalShippingServiceOptionsObject

Returns the value of attribute internationalShippingServiceOptions.



12479
12480
12481
# File 'lib/eBay.rb', line 12479

def internationalShippingServiceOptions
  @internationalShippingServiceOptions
end

#invocationIDObject

Returns the value of attribute invocationID.



12473
12474
12475
# File 'lib/eBay.rb', line 12473

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



12476
12477
12478
# File 'lib/eBay.rb', line 12476

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



12470
12471
12472
# File 'lib/eBay.rb', line 12470

def messageID
  @messageID
end

#orderIDObject

Returns the value of attribute orderID.



12478
12479
12480
# File 'lib/eBay.rb', line 12478

def orderID
  @orderID
end

#paymentMethodsObject

Returns the value of attribute paymentMethods.



12484
12485
12486
# File 'lib/eBay.rb', line 12484

def paymentMethods
  @paymentMethods
end

#payPalEmailAddressObject

Returns the value of attribute payPalEmailAddress.



12485
12486
12487
# File 'lib/eBay.rb', line 12485

def payPalEmailAddress
  @payPalEmailAddress
end

#salesTaxObject

Returns the value of attribute salesTax.



12481
12482
12483
# File 'lib/eBay.rb', line 12481

def salesTax
  @salesTax
end

#shippingServiceOptionsObject

Returns the value of attribute shippingServiceOptions.



12480
12481
12482
# File 'lib/eBay.rb', line 12480

def shippingServiceOptions
  @shippingServiceOptions
end

#transactionIDObject

Returns the value of attribute transactionID.



12477
12478
12479
# File 'lib/eBay.rb', line 12477

def transactionID
  @transactionID
end

#versionObject

Returns the value of attribute version.



12471
12472
12473
# File 'lib/eBay.rb', line 12471

def version
  @version
end

#warningLevelObject

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