Class: ProcessACHEFTRefundBatchV1

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

Overview

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

agentCode - SOAP::SOAPString
password - SOAP::SOAPString
customerIPAddress - SOAP::SOAPString
batchFile - SOAP::SOAPBase64

Instance Attribute Summary (collapse)

Instance Method Summary (collapse)

Constructor Details

- (ProcessACHEFTRefundBatchV1) initialize(agentCode = nil, password = nil, customerIPAddress = nil, batchFile = nil)

Returns a new instance of ProcessACHEFTRefundBatchV1



615
616
617
618
619
620
# File 'lib/default.rb', line 615

def initialize(agentCode = nil, password = nil, customerIPAddress = nil, batchFile = nil)
  @agentCode = agentCode
  @password = password
  @customerIPAddress = customerIPAddress
  @batchFile = batchFile
end

Instance Attribute Details

- (Object) agentCode

Returns the value of attribute agentCode



610
611
612
# File 'lib/default.rb', line 610

def agentCode
  @agentCode
end

- (Object) batchFile

Returns the value of attribute batchFile



613
614
615
# File 'lib/default.rb', line 613

def batchFile
  @batchFile
end

- (Object) customerIPAddress

Returns the value of attribute customerIPAddress



612
613
614
# File 'lib/default.rb', line 612

def customerIPAddress
  @customerIPAddress
end

- (Object) password

Returns the value of attribute password



611
612
613
# File 'lib/default.rb', line 611

def password
  @password
end