Class: SetExpressCheckoutReq
- Inherits:
-
Object
- Object
- SetExpressCheckoutReq
- Defined in:
- lib/v_paypal/default.rb
Overview
urn:ebay:api:PayPalAPISetExpressCheckoutReq
Constant Summary collapse
- @@schema_type =
"SetExpressCheckoutReq"
- @@schema_ns =
"urn:ebay:api:PayPalAPI"
- @@schema_qualified =
"true"
- @@schema_element =
[ ["setExpressCheckoutRequest", ["SetExpressCheckoutRequestType", XSD::QName.new("urn:ebay:api:PayPalAPI", "SetExpressCheckoutRequest")]] ]
Instance Attribute Summary collapse
-
#setExpressCheckoutRequest ⇒ Object
Returns the value of attribute setExpressCheckoutRequest.
Instance Method Summary collapse
-
#initialize(setExpressCheckoutRequest = nil) ⇒ SetExpressCheckoutReq
constructor
A new instance of SetExpressCheckoutReq.
Constructor Details
#initialize(setExpressCheckoutRequest = nil) ⇒ SetExpressCheckoutReq
Returns a new instance of SetExpressCheckoutReq.
126 127 128 |
# File 'lib/v_paypal/default.rb', line 126 def initialize(setExpressCheckoutRequest = nil) @setExpressCheckoutRequest = setExpressCheckoutRequest end |
Instance Attribute Details
#setExpressCheckoutRequest ⇒ Object
Returns the value of attribute setExpressCheckoutRequest.
124 125 126 |
# File 'lib/v_paypal/default.rb', line 124 def setExpressCheckoutRequest @setExpressCheckoutRequest end |