Class: DoExpressCheckoutPaymentResponseDetailsType
- Inherits:
-
Object
- Object
- DoExpressCheckoutPaymentResponseDetailsType
- Defined in:
- lib/v_paypal/default.rb
Overview
urn:ebay:apis:eBLBaseComponentsDoExpressCheckoutPaymentResponseDetailsType
Constant Summary collapse
- @@schema_type =
"DoExpressCheckoutPaymentResponseDetailsType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
- @@schema_element =
[ ["token", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Token")]], ["paymentInfo", ["PaymentInfoType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PaymentInfo")]] ]
Instance Attribute Summary collapse
-
#paymentInfo ⇒ Object
Returns the value of attribute paymentInfo.
-
#token ⇒ Object
Returns the value of attribute token.
Instance Method Summary collapse
-
#initialize(token = nil, paymentInfo = nil) ⇒ DoExpressCheckoutPaymentResponseDetailsType
constructor
A new instance of DoExpressCheckoutPaymentResponseDetailsType.
Constructor Details
#initialize(token = nil, paymentInfo = nil) ⇒ DoExpressCheckoutPaymentResponseDetailsType
Returns a new instance of DoExpressCheckoutPaymentResponseDetailsType.
3199 3200 3201 3202 |
# File 'lib/v_paypal/default.rb', line 3199 def initialize(token = nil, paymentInfo = nil) @token = token @paymentInfo = paymentInfo end |
Instance Attribute Details
#paymentInfo ⇒ Object
Returns the value of attribute paymentInfo.
3197 3198 3199 |
# File 'lib/v_paypal/default.rb', line 3197 def paymentInfo @paymentInfo end |
#token ⇒ Object
Returns the value of attribute token.
3196 3197 3198 |
# File 'lib/v_paypal/default.rb', line 3196 def token @token end |