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

# AddPaymentInterfaceInteraction type

Signature:

export declare type AddPaymentInterfaceInteraction = {
    fields?: InputMaybe<Array<CustomFieldInput>>;
    type?: InputMaybe<ResourceIdentifierInput>;
    typeKey?: InputMaybe<Scalars['String']>;
    typeId?: InputMaybe<Scalars['String']>;
};

References: InputMaybe, CustomFieldInput, ResourceIdentifierInput, Scalars