Class: ProcessCreditCardBatchV1

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

Overview

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

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

Instance Attribute Summary (collapse)

Instance Method Summary (collapse)

Constructor Details

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

Returns a new instance of ProcessCreditCardBatchV1



527
528
529
530
531
532
# File 'lib/default.rb', line 527

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



522
523
524
# File 'lib/default.rb', line 522

def agentCode
  @agentCode
end

- (Object) batchFile

Returns the value of attribute batchFile



525
526
527
# File 'lib/default.rb', line 525

def batchFile
  @batchFile
end

- (Object) customerIPAddress

Returns the value of attribute customerIPAddress



524
525
526
# File 'lib/default.rb', line 524

def customerIPAddress
  @customerIPAddress
end

- (Object) password

Returns the value of attribute password



523
524
525
# File 'lib/default.rb', line 523

def password
  @password
end