InstrumentRequest constructor
InstrumentRequest({})
Implementation
InstrumentRequest({
this.type,
this.token,
required this.customer,
this.id,
this.expiryMonth,
this.expiryYear,
this.isDefault,
});
InstrumentRequest({
this.type,
this.token,
required this.customer,
this.id,
this.expiryMonth,
this.expiryYear,
this.isDefault,
});