Class: DoExpressCheckoutPaymentResponseDetailsType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#paymentInfoObject

Returns the value of attribute paymentInfo.



3377
3378
3379
# File 'lib/paypal-business/default.rb', line 3377

def paymentInfo
  @paymentInfo
end

#tokenObject

Returns the value of attribute token.



3376
3377
3378
# File 'lib/paypal-business/default.rb', line 3376

def token
  @token
end