Home > @vsf-enterprise/mollie-commercetools > CreatePaymentObject
# CreatePaymentObject interface
Object creating payment of Mollie Integration payment type (opens new window) in commercetools.
Signature:
export interface CreatePaymentObject
# Properties
Property | Type | Description |
---|---|---|
amountPlanned | { currencyCode: string; centAmount: number; } | |
custom | { type: { typeId: string; key: string; }; fields: { paymentMethodsRequest: string; }; } | |
customer? | { typeId: string; id: string; } | (Optional) |
paymentMethodInfo | { paymentInterface: string; } |