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.



2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
# File 'lib/authorize_net/api/schema.rb', line 2043

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