Class: SetExpressCheckoutReq
- Inherits:
-
Object
- Object
- SetExpressCheckoutReq
- Defined in:
- lib/paypal-business/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.
158 159 160 |
# File 'lib/paypal-business/default.rb', line 158 def initialize(setExpressCheckoutRequest = nil) @setExpressCheckoutRequest = setExpressCheckoutRequest end |
Instance Attribute Details
#setExpressCheckoutRequest ⇒ Object
Returns the value of attribute setExpressCheckoutRequest.
156 157 158 |
# File 'lib/paypal-business/default.rb', line 156 def setExpressCheckoutRequest @setExpressCheckoutRequest end |