Home > @vsf-enterprise/commercetools-types > PaymentInteractionAdded
# PaymentInteractionAdded type
Signature:
export declare type PaymentInteractionAdded = MessagePayload & {
__typename?: 'PaymentInteractionAdded';
interaction: CustomFieldsType;
type: Scalars['String'];
};
References: MessagePayload, CustomFieldsType, Scalars