Class: DoExpressCheckoutPaymentRequestType
- Inherits:
-
Object
- Object
- DoExpressCheckoutPaymentRequestType
- Defined in:
- lib/v_paypal/default.rb
Overview
urn:ebay:api:PayPalAPIDoExpressCheckoutPaymentRequestType
Constant Summary collapse
- @@schema_type =
"DoExpressCheckoutPaymentRequestType"- @@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")]], ["doExpressCheckoutPaymentRequestDetails", ["DoExpressCheckoutPaymentRequestDetailsType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DoExpressCheckoutPaymentRequestDetails")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#doExpressCheckoutPaymentRequestDetails ⇒ Object
Returns the value of attribute doExpressCheckoutPaymentRequestDetails.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#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, doExpressCheckoutPaymentRequestDetails = nil) ⇒ DoExpressCheckoutPaymentRequestType
constructor
A new instance of DoExpressCheckoutPaymentRequestType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, doExpressCheckoutPaymentRequestDetails = nil) ⇒ DoExpressCheckoutPaymentRequestType
Returns a new instance of DoExpressCheckoutPaymentRequestType.
1044 1045 1046 1047 1048 1049 1050 1051 |
# File 'lib/v_paypal/default.rb', line 1044 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, doExpressCheckoutPaymentRequestDetails = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage = @version = version @__xmlele_any = nil @doExpressCheckoutPaymentRequestDetails = doExpressCheckoutPaymentRequestDetails end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
1037 1038 1039 |
# File 'lib/v_paypal/default.rb', line 1037 def __xmlele_any @__xmlele_any end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
1033 1034 1035 |
# File 'lib/v_paypal/default.rb', line 1033 def detailLevel @detailLevel end |
#doExpressCheckoutPaymentRequestDetails ⇒ Object
Returns the value of attribute doExpressCheckoutPaymentRequestDetails.
1038 1039 1040 |
# File 'lib/v_paypal/default.rb', line 1038 def doExpressCheckoutPaymentRequestDetails @doExpressCheckoutPaymentRequestDetails end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
1034 1035 1036 |
# File 'lib/v_paypal/default.rb', line 1034 def errorLanguage @errorLanguage end |
#messageID ⇒ Object
Returns the value of attribute messageID.
1035 1036 1037 |
# File 'lib/v_paypal/default.rb', line 1035 def end |
#version ⇒ Object
Returns the value of attribute version.
1036 1037 1038 |
# File 'lib/v_paypal/default.rb', line 1036 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
1040 1041 1042 |
# File 'lib/v_paypal/default.rb', line 1040 def set_any(elements) @__xmlele_any = elements end |