Payment Cycle paymanet entry - for push payment export PaymentCycleEntry

interface PaymentCycleEntry {
    account_id?: null | string;
    amount?: Amount;
    created_at?: string;
    fees?: null | LineItem[];
    from?: BasicContact;
    gross_amount?: Amount;
    id?: null | string;
    memo?: null | string;
    original_amount?: Amount;
    payment_cycle_id?: null | string;
    payment_id?: null | string;
    persona_id?: null | string;
    short_id?: null | string;
    status?: PaymentCycleEntryStatus;
    to?: BasicContact;
}

Properties

account_id?: null | string
amount?: Amount
created_at?: string
fees?: null | LineItem[]
gross_amount?: Amount
id?: null | string
memo?: null | string
original_amount?: Amount
payment_cycle_id?: null | string
payment_id?: null | string
persona_id?: null | string
short_id?: null | string