instrument property

Implementation

PaymentCredentialInstrument get instrument =>
    js_util.getProperty(this, 'instrument');
void instrument=(PaymentCredentialInstrument newValue)

Implementation

set instrument(PaymentCredentialInstrument newValue) {
  js_util.setProperty(this, 'instrument', newValue);
}