public class SvPrepareUndebitCmdBuild extends AbstractSamCommandBuilder<SvPrepareOperationRespPars>
defaultRevision| Constructor and Description |
|---|
SvPrepareUndebitCmdBuild(SamRevision samRevision,
byte[] svGetHeader,
byte[] svGetData,
byte[] svUndebitCmdBuildDebitCmdBuildData)
Instantiates a new SvPrepareUndebitCmdBuild to prepare a transaction to cancel a previous 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 SvPrepareUndebitCmdBuild(SamRevision samRevision, byte[] svGetHeader, byte[] svGetData, byte[] svUndebitCmdBuildDebitCmdBuildData)
samRevision - the SAM revisionsvGetHeader - the SV Get command headersvGetData - a byte array containing the data from the SV get command and responsesvUndebitCmdBuildDebitCmdBuildData - the SV undebit 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