CustomerTaxIdCreatedEvent constructor
const
CustomerTaxIdCreatedEvent({
- required TaxId object,
Occurs whenever a tax ID is created for a customer.
Implementation
const CustomerTaxIdCreatedEvent({required this.object});