Adding an address to the Customer produces the CustomerAddressAdded Message.

interface CustomerAddAddressAction {
    action: "addAddress";
    address: _BaseAddress;
}

Properties

Properties

action: "addAddress"
address: _BaseAddress

Value to append to the addresses array.

Generated using TypeDoc