Class: AuthorizeNet::API::TransactionResponse::SplitTenderPayments::SplitTenderPayment

Inherits:
Object
  • Object
show all
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

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.



2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
# File 'lib/authorize_net/api/schema.rb', line 2303

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