interface MyCustomerSetVatIdAction {
    action: "setVatId";
    vatId?: string;
}

Properties

Properties

action: "setVatId"
vatId?: string

Value to set. If empty, any existing value is removed.

Generated using TypeDoc