export PaymentCycleEntryCreateDeets

interface PaymentCycleEntryCreateDeets {
    account_id?: null | string;
    amount?: Amount;
    country_code?: null | string;
    external_id?: null | string;
    fee_direction?: FeeDirection;
    fees?: null | LineItem[];
    from?: BasicContact;
    funding_source?: FundingSource;
    invoice_id?: null | string;
    memo?: null | string;
    object?: null | string;
    original_amount?: Amount;
    payment_cycle_id?: null | string;
    status?: TransactionStatusEnum;
    to?: BasicContact;
}

Properties

account_id?: null | string
amount?: Amount
country_code?: null | string

The country code for Payment Cycle Entry

external_id?: null | string

External primary identifier for user contact

fee_direction?: FeeDirection
fees?: null | LineItem[]
funding_source?: FundingSource
invoice_id?: null | string

Invoice External ID for Payment Cycle Invoice Funding Source

memo?: null | string

Payment Cycle entry memo

object?: null | string
original_amount?: Amount
payment_cycle_id?: null | string