Class: RefundTransactionReq
- Inherits:
-
Object
- Object
- RefundTransactionReq
- Defined in:
- lib/paypal-business/default.rb
Overview
urn:ebay:api:PayPalAPIRefundTransactionReq
Constant Summary collapse
- @@schema_type =
"RefundTransactionReq"
- @@schema_ns =
"urn:ebay:api:PayPalAPI"
- @@schema_qualified =
"true"
- @@schema_element =
[ ["refundTransactionRequest", ["RefundTransactionRequestType", XSD::QName.new("urn:ebay:api:PayPalAPI", "RefundTransactionRequest")]] ]
Instance Attribute Summary collapse
-
#refundTransactionRequest ⇒ Object
Returns the value of attribute refundTransactionRequest.
Instance Method Summary collapse
-
#initialize(refundTransactionRequest = nil) ⇒ RefundTransactionReq
constructor
A new instance of RefundTransactionReq.
Constructor Details
#initialize(refundTransactionRequest = nil) ⇒ RefundTransactionReq
Returns a new instance of RefundTransactionReq.
14 15 16 |
# File 'lib/paypal-business/default.rb', line 14 def initialize(refundTransactionRequest = nil) @refundTransactionRequest = refundTransactionRequest end |
Instance Attribute Details
#refundTransactionRequest ⇒ Object
Returns the value of attribute refundTransactionRequest.
12 13 14 |
# File 'lib/paypal-business/default.rb', line 12 def refundTransactionRequest @refundTransactionRequest end |