Class: BillUserRequestType
- Inherits:
-
Object
- Object
- BillUserRequestType
- Defined in:
- lib/paypal-business/default.rb
Overview
urn:ebay:api:PayPalAPIBillUserRequestType
Constant Summary collapse
- @@schema_type =
"BillUserRequestType"
- @@schema_ns =
"urn:ebay:api:PayPalAPI"
- @@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")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]], ["merchantPullPaymentDetails", ["MerchantPullPaymentType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MerchantPullPaymentDetails")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#merchantPullPaymentDetails ⇒ Object
Returns the value of attribute merchantPullPaymentDetails.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, merchantPullPaymentDetails = nil) ⇒ BillUserRequestType
constructor
A new instance of BillUserRequestType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, merchantPullPaymentDetails = nil) ⇒ BillUserRequestType
Returns a new instance of BillUserRequestType.
465 466 467 468 469 470 471 472 |
# File 'lib/paypal-business/default.rb', line 465 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, merchantPullPaymentDetails = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @__xmlele_any = nil @merchantPullPaymentDetails = merchantPullPaymentDetails end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
458 459 460 |
# File 'lib/paypal-business/default.rb', line 458 def __xmlele_any @__xmlele_any end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
454 455 456 |
# File 'lib/paypal-business/default.rb', line 454 def detailLevel @detailLevel end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
455 456 457 |
# File 'lib/paypal-business/default.rb', line 455 def errorLanguage @errorLanguage end |
#merchantPullPaymentDetails ⇒ Object
Returns the value of attribute merchantPullPaymentDetails.
459 460 461 |
# File 'lib/paypal-business/default.rb', line 459 def merchantPullPaymentDetails @merchantPullPaymentDetails end |
#messageID ⇒ Object
Returns the value of attribute messageID.
456 457 458 |
# File 'lib/paypal-business/default.rb', line 456 def @messageID end |
#version ⇒ Object
Returns the value of attribute version.
457 458 459 |
# File 'lib/paypal-business/default.rb', line 457 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
461 462 463 |
# File 'lib/paypal-business/default.rb', line 461 def set_any(elements) @__xmlele_any = elements end |