$LookupInvoiceCurrencyResponse constructor

$LookupInvoiceCurrencyResponse({
  1. String? currencyCode,
})

Implementation

$LookupInvoiceCurrencyResponse({
  this.currencyCode,
});