CustomerTaxLocation constructor
const
CustomerTaxLocation({
- required String country,
- required CustomerTaxLocationSource source,
- String? state,
The customer's location as identified by Stripe Tax.
Implementation
const CustomerTaxLocation({
required this.country,
required this.source,
this.state,
});