export PaymentCycleUpdateDeets

interface PaymentCycleUpdateDeets {
    account_id?: null | string;
    accounting_from?: null | string;
    accounting_to?: null | string;
    amount?: Amount;
    fee_direction?: FeeDirection;
    invoice_id?: null | string;
    memo?: null | string;
    name?: null | string;
    object?: null | string;
    original_amount?: Amount;
    status?: PaymentCycleStatus;
    user_id?: null | string;
}

Properties

account_id?: null | string
accounting_from?: null | string

Accounting start date

accounting_to?: null | string

Accounting end date

amount?: Amount
fee_direction?: FeeDirection
invoice_id?: null | string
memo?: null | string
name?: null | string
object?: null | string
original_amount?: Amount
user_id?: null | string

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