@gradientedge/commercetools-utils
    Preparing search index...

    Interface CartSetBillingAddressCustomTypeAction

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

    Hierarchy (View Summary)

    Index

    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.