export PaymentCycleEntryUpdateDeets

interface PaymentCycleEntryUpdateDeets {
    account_id?: null | string;
    amount?: Amount;
    country_code?: null | string;
    external_id?: null | string;
    fees?: null | LineItem[];
    memo?: null | string;
    object?: null | string;
    original_amount?: Amount;
    payment_cycle_id?: null | string;
    status?: TransactionStatusEnum;
    to?: BasicContact;
    user_id?: null | string;
}

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

fees?: null | LineItem[]
memo?: null | string

Payment Cycle entry memo

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

The user id to operate on their behalf (tenants only)