Home > @vsf-enterprise/commercetools-types > SetStagedOrderBillingAddressCustomTypeOutput

# SetStagedOrderBillingAddressCustomTypeOutput type

Signature:

export declare type SetStagedOrderBillingAddressCustomTypeOutput = StagedOrderUpdateActionOutput & {
    __typename?: 'SetStagedOrderBillingAddressCustomTypeOutput';
    type: Scalars['String'];
    custom: CustomFieldsCommand;
};

References: StagedOrderUpdateActionOutput, Scalars, CustomFieldsCommand