Class: RefundRequest

Inherits:
ComplexExactorObject show all
Defined in:
app/helpers/exactor_api_objects.rb

Overview

http://www.exactor.com/nsRefundRequestType

refundDate - SOAP::SOAPDate
priorTransactionId - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(refundDate = nil, priorTransactionId = nil) ⇒ RefundRequest

Returns a new instance of RefundRequest.



117
118
119
120
# File 'app/helpers/exactor_api_objects.rb', line 117

def initialize(refundDate = nil, priorTransactionId = nil)
  @RefundDate = refundDate
  @PriorTransactionId = priorTransactionId
end

Instance Attribute Details

#PriorTransactionIdObject

Returns the value of attribute PriorTransactionId.



115
116
117
# File 'app/helpers/exactor_api_objects.rb', line 115

def PriorTransactionId
  @PriorTransactionId
end

#RefundDateObject

Returns the value of attribute RefundDate.



114
115
116
# File 'app/helpers/exactor_api_objects.rb', line 114

def RefundDate
  @RefundDate
end