Alokai

MyPaymentDraft

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

Referenced Types

On this page