Class: ProcessCreditCardBatchV1
- Inherits:
-
Object
- Object
- ProcessCreditCardBatchV1
- 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)
-
- (Object) agentCode
Returns the value of attribute agentCode.
-
- (Object) batchFile
Returns the value of attribute batchFile.
-
- (Object) customerIPAddress
Returns the value of attribute customerIPAddress.
-
- (Object) password
Returns the value of attribute password.
Instance Method Summary (collapse)
-
- (ProcessCreditCardBatchV1) initialize(agentCode = nil, password = nil, customerIPAddress = nil, batchFile = nil)
constructor
A new instance of ProcessCreditCardBatchV1.
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 |