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

# SetPaymentTransactionCustomType type

Signature:

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

References: InputMaybe, CustomFieldInput, ResourceIdentifierInput, Scalars