public class SvPrepareDebitCmdBuild extends AbstractSamCommandBuilder<SvPrepareOperationRespPars>
defaultRevision| Constructor and Description |
|---|
SvPrepareDebitCmdBuild(SamRevision samRevision,
byte[] svGetHeader,
byte[] svGetData,
byte[] svDebitCmdBuildData)
Instantiates a new SvPrepareDebitCmdBuild to prepare a debit transaction.
|
| Modifier and Type | Method and Description |
|---|---|
SvPrepareOperationRespPars |
createResponseParser(org.eclipse.keyple.core.card.message.ApduResponse apduResponse)
Create the response parser matching the builder
|
getCommandRefsetApduRequestpublic SvPrepareDebitCmdBuild(SamRevision samRevision, byte[] svGetHeader, byte[] svGetData, byte[] svDebitCmdBuildData)
samRevision - the SAM revisionsvGetHeader - the SV Get command headersvGetData - a byte array containing the data from the SV get command and responsesvDebitCmdBuildData - the SV debit command builder datapublic SvPrepareOperationRespPars createResponseParser(org.eclipse.keyple.core.card.message.ApduResponse apduResponse)
createResponseParser in class AbstractSamCommandBuilder<SvPrepareOperationRespPars>apduResponse - the response data from the the cardAbstractApduResponseParser