UpcomingCustomerDetails constructor
const
UpcomingCustomerDetails({
- AccountSupportAddress? address,
- CustomerShipping? shipping,
- UpcomingCustomerDetailsTax? tax,
- CustomerTaxExempt? taxExempt,
- List<
CustomerTaxIdDataItem> ? taxIds,
customer_details_param
Implementation
const UpcomingCustomerDetails({
this.address,
this.shipping,
this.tax,
this.taxExempt,
this.taxIds,
});