CustomerTaxIdUpdatedEvent constructor
const
CustomerTaxIdUpdatedEvent({
- required TaxId object,
Occurs whenever a customer's tax ID is updated.
Implementation
const CustomerTaxIdUpdatedEvent({required this.object});