Class: RefundTransactionReq

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

Instance Method Summary collapse

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

#refundTransactionRequestObject

Returns the value of attribute refundTransactionRequest.



12
13
14
# File 'lib/paypal-business/default.rb', line 12

def refundTransactionRequest
  @refundTransactionRequest
end