export PaymentCycleEntryUpdateDeets

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

Properties

account_id?: null | string
amount?: Amount
fees?: null | LineItem[]
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)