Home > @vsf-enterprise/mollie-commercetools > PaymentWithFields
# PaymentWithFields type
Commercetools' Payment type with custom fields from Mollie Integration payment type (opens new window).
Signature:
export declare type PaymentWithFields = Payment & {
custom: {
fields: {
paymentMethodsRequest: string;
paymentMethodsResponse: string;
createPayment: string;
};
type: {
typeId: string;
id: string;
};
};
};