Class: BillUserRequestType
- Inherits:
-
Object
- Object
- BillUserRequestType
- Defined in:
- lib/v_paypal/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.
433 434 435 436 437 438 439 440 |
# File 'lib/v_paypal/default.rb', line 433 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.
426 427 428 |
# File 'lib/v_paypal/default.rb', line 426 def __xmlele_any @__xmlele_any end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
422 423 424 |
# File 'lib/v_paypal/default.rb', line 422 def detailLevel @detailLevel end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
423 424 425 |
# File 'lib/v_paypal/default.rb', line 423 def errorLanguage @errorLanguage end |
#merchantPullPaymentDetails ⇒ Object
Returns the value of attribute merchantPullPaymentDetails.
427 428 429 |
# File 'lib/v_paypal/default.rb', line 427 def merchantPullPaymentDetails @merchantPullPaymentDetails end |
#messageID ⇒ Object
Returns the value of attribute messageID.
424 425 426 |
# File 'lib/v_paypal/default.rb', line 424 def @messageID end |
#version ⇒ Object
Returns the value of attribute version.
425 426 427 |
# File 'lib/v_paypal/default.rb', line 425 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
429 430 431 |
# File 'lib/v_paypal/default.rb', line 429 def set_any(elements) @__xmlele_any = elements end |