createInstrument abstract method
Exchange a single use Checkout.com token for a payment instrument reference, that can be used at any time to request one or more payments.
Implementation
Future<Instrument> createInstrument(
{required InstrumentRequest instrumentRequest});