Class: DoExpressCheckoutPaymentReq

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

Overview

urn:ebay:api:PayPalAPIDoExpressCheckoutPaymentReq

Constant Summary collapse

@@schema_type =
"DoExpressCheckoutPaymentReq"
@@schema_ns =
"urn:ebay:api:PayPalAPI"
@@schema_qualified =
"true"
@@schema_element =
[
  ["doExpressCheckoutPaymentRequest", ["DoExpressCheckoutPaymentRequestType", XSD::QName.new("urn:ebay:api:PayPalAPI", "DoExpressCheckoutPaymentRequest")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(doExpressCheckoutPaymentRequest = nil) ⇒ DoExpressCheckoutPaymentReq

Returns a new instance of DoExpressCheckoutPaymentReq.



158
159
160
# File 'lib/v_paypal/default.rb', line 158

def initialize(doExpressCheckoutPaymentRequest = nil)
  @doExpressCheckoutPaymentRequest = doExpressCheckoutPaymentRequest
end

Instance Attribute Details

#doExpressCheckoutPaymentRequestObject

Returns the value of attribute doExpressCheckoutPaymentRequest.



156
157
158
# File 'lib/v_paypal/default.rb', line 156

def doExpressCheckoutPaymentRequest
  @doExpressCheckoutPaymentRequest
end