Class: DoExpressCheckoutPaymentReq
- Inherits:
-
Object
- Object
- DoExpressCheckoutPaymentReq
- 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
-
#doExpressCheckoutPaymentRequest ⇒ Object
Returns the value of attribute doExpressCheckoutPaymentRequest.
Instance Method Summary collapse
-
#initialize(doExpressCheckoutPaymentRequest = nil) ⇒ DoExpressCheckoutPaymentReq
constructor
A new instance of DoExpressCheckoutPaymentReq.
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
#doExpressCheckoutPaymentRequest ⇒ Object
Returns the value of attribute doExpressCheckoutPaymentRequest.
188 189 190 |
# File 'lib/paypal-business/default.rb', line 188 def doExpressCheckoutPaymentRequest @doExpressCheckoutPaymentRequest end |