Interface OrderSetBillingAddressCustomTypeAction

interface OrderSetBillingAddressCustomTypeAction {
    action: "setBillingAddressCustomType";
    fields?: FieldContainer;
    type?: TypeResourceIdentifier;
}

Properties

Properties

action: "setBillingAddressCustomType"

Sets the Custom Fields fields for the billingAddress.

Defines the Type that extends the billingAddress with Custom Fields. If absent, any existing Type and Custom Fields are removed from the billingAddress.

Generated using TypeDoc