Instrument constructor
Instrument({})
Implementation
Instrument({
required this.id,
required this.type,
required this.fingerprint,
required this.expiryMonth,
required this.expiryYear,
required this.last4,
required this.bin,
required this.scheme,
this.isDefault,
});