Class: AuthorizeNet::API::TransactionResponse::SplitTenderPayments::SplitTenderPayment
- Inherits:
-
Object
- Object
- AuthorizeNet::API::TransactionResponse::SplitTenderPayments::SplitTenderPayment
- Includes:
- ROXML
- Defined in:
- lib/authorize_net/api/schema.rb
Overview
AnetApi/xml/v1/schema/AnetApiSchema.xsdsplitTenderPayment
transId - SOAP::SOAPString
responseCode - SOAP::SOAPString
responseToCustomer - SOAP::SOAPString
authCode - SOAP::SOAPString
accountNumber - SOAP::SOAPString
accountType - SOAP::SOAPString
requestedAmount - SOAP::SOAPString
approvedAmount - SOAP::SOAPString
balanceOnCard - SOAP::SOAPString
Instance Method Summary collapse
-
#initialize(transId = nil, responseCode = nil, responseToCustomer = nil, authCode = nil, accountNumber = nil, accountType = nil, requestedAmount = nil, approvedAmount = nil, balanceOnCard = nil) ⇒ SplitTenderPayment
constructor
A new instance of SplitTenderPayment.
Constructor Details
#initialize(transId = nil, responseCode = nil, responseToCustomer = nil, authCode = nil, accountNumber = nil, accountType = nil, requestedAmount = nil, approvedAmount = nil, balanceOnCard = nil) ⇒ SplitTenderPayment
Returns a new instance of SplitTenderPayment.
2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 |
# File 'lib/authorize_net/api/schema.rb', line 2583 def initialize(transId = nil, responseCode = nil, responseToCustomer = nil, authCode = nil, accountNumber = nil, accountType = nil, requestedAmount = nil, approvedAmount = nil, balanceOnCard = nil) @transId = transId @responseCode = responseCode @responseToCustomer = responseToCustomer @authCode = authCode @accountNumber = accountNumber @accountType = accountType @requestedAmount = requestedAmount @approvedAmount = approvedAmount @balanceOnCard = balanceOnCard end |