Class: SetExpressCheckoutReq

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#setExpressCheckoutRequestObject

Returns the value of attribute setExpressCheckoutRequest.



124
125
126
# File 'lib/v_paypal/default.rb', line 124

def setExpressCheckoutRequest
  @setExpressCheckoutRequest
end