Class: DoExpressCheckoutPaymentResponseDetailsType

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

Instance Method Summary collapse

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

#paymentInfoObject

Returns the value of attribute paymentInfo.



3197
3198
3199
# File 'lib/v_paypal/default.rb', line 3197

def paymentInfo
  @paymentInfo
end

#tokenObject

Returns the value of attribute token.



3196
3197
3198
# File 'lib/v_paypal/default.rb', line 3196

def token
  @token
end