Alokai
You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current

PaymentDraft

export type PaymentDraft = {
    amountPlanned: MoneyInput;
    paymentMethodInfo?: InputMaybe<PaymentMethodInfoInput>;
    custom?: InputMaybe<CustomFieldsDraft>;
    key?: InputMaybe<Scalars['String']>;
    customer?: InputMaybe<ResourceIdentifierInput>;
    anonymousId?: InputMaybe<Scalars['String']>;
    interfaceId?: InputMaybe<Scalars['String']>;
    paymentStatus?: InputMaybe<PaymentStatusInput>;
    transactions?: InputMaybe<Array<TransactionDraft>>;
    interfaceInteractions?: InputMaybe<Array<CustomFieldsDraft>>;
};

Referenced Types

On this page