instrument property
PaymentCredentialInstrument
get
instrument
Implementation
PaymentCredentialInstrument get instrument =>
js_util.getProperty(this, 'instrument');
set
instrument
(PaymentCredentialInstrument newValue)
Implementation
set instrument(PaymentCredentialInstrument newValue) {
js_util.setProperty(this, 'instrument', newValue);
}