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.



2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
# File 'lib/authorize_net/api/schema.rb', line 2049

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