Class: DoExpressCheckoutPaymentResponseDetailsType
- Inherits:
-
Object
- Object
- DoExpressCheckoutPaymentResponseDetailsType
- Defined in:
- lib/paypal-business/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.
3379 3380 3381 3382 |
# File 'lib/paypal-business/default.rb', line 3379 def initialize(token = nil, paymentInfo = nil) @token = token @paymentInfo = paymentInfo end |
Instance Attribute Details
#paymentInfo ⇒ Object
Returns the value of attribute paymentInfo.
3377 3378 3379 |
# File 'lib/paypal-business/default.rb', line 3377 def paymentInfo @paymentInfo end |
#token ⇒ Object
Returns the value of attribute token.
3376 3377 3378 |
# File 'lib/paypal-business/default.rb', line 3376 def token @token end |