Class: DoExpressCheckoutPaymentRequestDetailsType
- Inherits:
-
Object
- Object
- DoExpressCheckoutPaymentRequestDetailsType
- Defined in:
- lib/paypal-business/default.rb
Overview
urn:ebay:apis:eBLBaseComponentsDoExpressCheckoutPaymentRequestDetailsType
Constant Summary collapse
- @@schema_type =
"DoExpressCheckoutPaymentRequestDetailsType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
- @@schema_element =
[ ["paymentAction", ["PaymentActionCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PaymentAction")]], ["token", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Token")]], ["payerID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PayerID")]], ["paymentDetails", ["PaymentDetailsType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PaymentDetails")]] ]
Instance Attribute Summary collapse
-
#payerID ⇒ Object
Returns the value of attribute payerID.
-
#paymentAction ⇒ Object
Returns the value of attribute paymentAction.
-
#paymentDetails ⇒ Object
Returns the value of attribute paymentDetails.
-
#token ⇒ Object
Returns the value of attribute token.
Instance Method Summary collapse
-
#initialize(paymentAction = nil, token = nil, payerID = nil, paymentDetails = nil) ⇒ DoExpressCheckoutPaymentRequestDetailsType
constructor
A new instance of DoExpressCheckoutPaymentRequestDetailsType.
Constructor Details
#initialize(paymentAction = nil, token = nil, payerID = nil, paymentDetails = nil) ⇒ DoExpressCheckoutPaymentRequestDetailsType
Returns a new instance of DoExpressCheckoutPaymentRequestDetailsType.
3359 3360 3361 3362 3363 3364 |
# File 'lib/paypal-business/default.rb', line 3359 def initialize(paymentAction = nil, token = nil, payerID = nil, paymentDetails = nil) @paymentAction = paymentAction @token = token @payerID = payerID @paymentDetails = paymentDetails end |
Instance Attribute Details
#payerID ⇒ Object
Returns the value of attribute payerID.
3356 3357 3358 |
# File 'lib/paypal-business/default.rb', line 3356 def payerID @payerID end |
#paymentAction ⇒ Object
Returns the value of attribute paymentAction.
3354 3355 3356 |
# File 'lib/paypal-business/default.rb', line 3354 def paymentAction @paymentAction end |
#paymentDetails ⇒ Object
Returns the value of attribute paymentDetails.
3357 3358 3359 |
# File 'lib/paypal-business/default.rb', line 3357 def paymentDetails @paymentDetails end |
#token ⇒ Object
Returns the value of attribute token.
3355 3356 3357 |
# File 'lib/paypal-business/default.rb', line 3355 def token @token end |