export PaymentCycleFinalizeResponse

interface PaymentCycleFinalizeResponse {
    account_id?: null | string;
    accounting_from?: null | string;
    accounting_to?: null | string;
    amount?: Amount;
    created_at?: string;
    fee_direction?: FeeDirection;
    fees?: Amount;
    from?: BasicContact;
    id?: null | string;
    invoice?: Invoice;
    invoice_id?: null | string;
    memo?: null | string;
    name?: null | string;
    original_amount?: Amount;
    payment_date?: null | string;
    short_id?: null | string;
    status?: PaymentCycleStatus;
    total_entries?: number;
}

Properties

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

Accounting start date

accounting_to?: null | string

Accounting end date

amount?: Amount
created_at?: string
fee_direction?: FeeDirection
fees?: Amount
id?: null | string
invoice?: Invoice
invoice_id?: null | string
memo?: null | string
name?: null | string
original_amount?: Amount
payment_date?: null | string
short_id?: null | string
total_entries?: number