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

    Interface OrderSetBillingAddressAction

    This action updates the billingAddress on the Order, but it does not change the billing address on the referenced Cart from which the Order is created.

    Produces the [Order Billing Address Set](ctp:api:type:OrderBillingAddressSetMessage) Message.
    
    interface OrderSetBillingAddressAction {
        action: "setBillingAddress";
        address?: _BaseAddress;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setBillingAddress"
    address?: _BaseAddress

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