PaymentPagesCheckoutSessionCustomerDetails constructor
      const
      PaymentPagesCheckoutSessionCustomerDetails({ 
    
- Address? address,
 - String? email,
 - String? name,
 - String? phone,
 - CheckoutSessionCustomerDetailsTaxExempt? taxExempt,
 - List<
PaymentPagesCheckoutSessionTaxId> ? taxIds, 
PaymentPagesCheckoutSessionCustomerDetails
Implementation
const PaymentPagesCheckoutSessionCustomerDetails({
  this.address,
  this.email,
  this.name,
  this.phone,
  this.taxExempt,
  this.taxIds,
});