InvoiceAmount constructor
InvoiceAmount({
- CurrencyType? currency,
- double? amount,
Implementation
InvoiceAmount({
this.currency,
this.amount,
});
InvoiceAmount({
this.currency,
this.amount,
});