Class: DoExpressCheckoutPaymentReq

Inherits:
Object
  • Object
show all
Defined in:
lib/paypal-business/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.



190
191
192
# File 'lib/paypal-business/default.rb', line 190

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

Instance Attribute Details

#doExpressCheckoutPaymentRequestObject

Returns the value of attribute doExpressCheckoutPaymentRequest.



188
189
190
# File 'lib/paypal-business/default.rb', line 188

def doExpressCheckoutPaymentRequest
  @doExpressCheckoutPaymentRequest
end