CustomerTaxIdUpdatedEvent constructor

const CustomerTaxIdUpdatedEvent({
  1. required TaxId object,
})

Occurs whenever a customer's tax ID is updated.

Implementation

const CustomerTaxIdUpdatedEvent({required this.object});