Class: ProcessCreditCardRefundWithTransactionIdV1
- Inherits:
-
Object
- Object
- ProcessCreditCardRefundWithTransactionIdV1
- Defined in:
- lib/default.rb
Overview
https://www.iatspayments.com/NetGate/ProcessCreditCardRefundWithTransactionIdV1
agentCode - SOAP::SOAPString
password - SOAP::SOAPString
customerIPAddress - SOAP::SOAPString
transactionId - SOAP::SOAPString
total - SOAP::SOAPString
comment - SOAP::SOAPString
Instance Attribute Summary (collapse)
-
- (Object) agentCode
Returns the value of attribute agentCode.
-
- (Object) comment
Returns the value of attribute comment.
-
- (Object) customerIPAddress
Returns the value of attribute customerIPAddress.
-
- (Object) password
Returns the value of attribute password.
-
- (Object) total
Returns the value of attribute total.
-
- (Object) transactionId
Returns the value of attribute transactionId.
Instance Method Summary (collapse)
-
- (ProcessCreditCardRefundWithTransactionIdV1) initialize(agentCode = nil, password = nil, customerIPAddress = nil, transactionId = nil, total = nil, comment = nil)
constructor
A new instance of ProcessCreditCardRefundWithTransactionIdV1.
Constructor Details
- (ProcessCreditCardRefundWithTransactionIdV1) initialize(agentCode = nil, password = nil, customerIPAddress = nil, transactionId = nil, total = nil, comment = nil)
Returns a new instance of ProcessCreditCardRefundWithTransactionIdV1
431 432 433 434 435 436 437 438 |
# File 'lib/default.rb', line 431 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
424 425 426 |
# File 'lib/default.rb', line 424 def agentCode @agentCode end |
- (Object) comment
Returns the value of attribute comment
429 430 431 |
# File 'lib/default.rb', line 429 def comment @comment end |
- (Object) customerIPAddress
Returns the value of attribute customerIPAddress
426 427 428 |
# File 'lib/default.rb', line 426 def customerIPAddress @customerIPAddress end |
- (Object) password
Returns the value of attribute password
425 426 427 |
# File 'lib/default.rb', line 425 def password @password end |
- (Object) total
Returns the value of attribute total
428 429 430 |
# File 'lib/default.rb', line 428 def total @total end |
- (Object) transactionId
Returns the value of attribute transactionId
427 428 429 |
# File 'lib/default.rb', line 427 def transactionId @transactionId end |