Home > @vsf-enterprise/commercetools-types > MyPaymentDraft
# MyPaymentDraft type
Signature:
export declare type MyPaymentDraft = {
amountPlanned: MoneyInput;
paymentMethodInfo?: InputMaybe<PaymentMethodInfoInput>;
custom?: InputMaybe<CustomFieldsDraft>;
transaction?: InputMaybe<MyTransactionDraft>;
};
References: MoneyInput, InputMaybe, PaymentMethodInfoInput, CustomFieldsDraft, MyTransactionDraft