MyPaymentDraft
type MyPaymentDraft = {
amountPlanned: MoneyInput;
paymentMethodInfo?: InputMaybe<PaymentMethodInfoInput>;
custom?: InputMaybe<CustomFieldsDraft>;
transaction?: InputMaybe<MyTransactionDraft>;
};type MyPaymentDraft = {
amountPlanned: MoneyInput;
paymentMethodInfo?: InputMaybe<PaymentMethodInfoInput>;
custom?: InputMaybe<CustomFieldsDraft>;
transaction?: InputMaybe<MyTransactionDraft>;
};