$LookupInvoiceCurrencyResponse.fromJson constructor
$LookupInvoiceCurrencyResponse.fromJson(
- Map json_
Implementation
$LookupInvoiceCurrencyResponse.fromJson(core.Map json_)
: this(currencyCode: json_['currencyCode'] as core.String?);