Class: DoCaptureResponseDetailsType

Inherits:
Object
  • Object
show all
Defined in:
lib/v_paypal/default.rb

Overview

urn:ebay:apis:eBLBaseComponentsDoCaptureResponseDetailsType

Constant Summary collapse

@@schema_type =
"DoCaptureResponseDetailsType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["authorizationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "AuthorizationID")]],
  ["paymentInfo", ["PaymentInfoType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PaymentInfo")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(authorizationID = nil, paymentInfo = nil) ⇒ DoCaptureResponseDetailsType



3217
3218
3219
3220
# File 'lib/v_paypal/default.rb', line 3217

def initialize(authorizationID = nil, paymentInfo = nil)
  @authorizationID = authorizationID
  @paymentInfo = paymentInfo
end

Instance Attribute Details

#authorizationIDObject

Returns the value of attribute authorizationID.



3214
3215
3216
# File 'lib/v_paypal/default.rb', line 3214

def authorizationID
  @authorizationID
end

#paymentInfoObject

Returns the value of attribute paymentInfo.



3215
3216
3217
# File 'lib/v_paypal/default.rb', line 3215

def paymentInfo
  @paymentInfo
end