CustomerTaxId constructor

CustomerTaxId({
  1. String? id,
  2. String? object,
  3. String? country,
  4. int? created,
  5. dynamic customer,
  6. bool? livemode,
  7. String? type,
  8. String? value,
  9. TaxIdVerification? verification,
})

Implementation

CustomerTaxId({
  this.id,
  this.object,
  this.country,
  this.created,
  this.customer,
  this.livemode,
  this.type,
  this.value,
  this.verification,
});