TaxProductRegistrationsResourceCountryOptionsUsLocalLeaseTax.fromJson constructor
TaxProductRegistrationsResourceCountryOptionsUsLocalLeaseTax.fromJson(
- Object? json
Implementation
factory TaxProductRegistrationsResourceCountryOptionsUsLocalLeaseTax.fromJson(
Object? json) {
final map = (json as Map).cast<String, Object?>();
return TaxProductRegistrationsResourceCountryOptionsUsLocalLeaseTax(
jurisdiction: (map['jurisdiction'] as String));
}