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

Hierarchy (View Summary)

Properties

Properties

action: "setVatId"
vatId?: string

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