Class: ProcessACHEFTRefundWithTransactionIdV1

Inherits:
Object
  • Object
show all
Defined in:
lib/default.rb

Overview

https://www.iatspayments.com/NetGate/ProcessACHEFTRefundWithTransactionIdV1

agentCode - SOAP::SOAPString
password - SOAP::SOAPString
customerIPAddress - SOAP::SOAPString
transactionId - SOAP::SOAPString
total - SOAP::SOAPString
comment - SOAP::SOAPString

Instance Attribute Summary (collapse)

Instance Method Summary (collapse)

Constructor Details

- (ProcessACHEFTRefundWithTransactionIdV1) initialize(agentCode = nil, password = nil, customerIPAddress = nil, transactionId = nil, total = nil, comment = nil)

Returns a new instance of ProcessACHEFTRefundWithTransactionIdV1



481
482
483
484
485
486
487
488
# File 'lib/default.rb', line 481

def initialize(agentCode = nil, password = nil, customerIPAddress = nil, transactionId = nil, total = nil, comment = nil)
  @agentCode = agentCode
  @password = password
  @customerIPAddress = customerIPAddress
  @transactionId = transactionId
  @total = total
  @comment = comment
end

Instance Attribute Details

- (Object) agentCode

Returns the value of attribute agentCode



474
475
476
# File 'lib/default.rb', line 474

def agentCode
  @agentCode
end

- (Object) comment

Returns the value of attribute comment



479
480
481
# File 'lib/default.rb', line 479

def comment
  @comment
end

- (Object) customerIPAddress

Returns the value of attribute customerIPAddress



476
477
478
# File 'lib/default.rb', line 476

def customerIPAddress
  @customerIPAddress
end

- (Object) password

Returns the value of attribute password



475
476
477
# File 'lib/default.rb', line 475

def password
  @password
end

- (Object) total

Returns the value of attribute total



478
479
480
# File 'lib/default.rb', line 478

def total
  @total
end

- (Object) transactionId

Returns the value of attribute transactionId



477
478
479
# File 'lib/default.rb', line 477

def transactionId
  @transactionId
end