Payment Cycle payment entry - for push payment export PaymentCycleEntry

interface PaymentCycleEntry {
    account_id?: null | string;
    amount?: Amount;
    country_code?: null | string;
    created_at?: string;
    display_status?: TransactionDisplayStatusEnum;
    external_id?: null | string;
    fees?: null | LineItem[];
    from?: BasicContact;
    gross_amount?: Amount;
    id?: null | string;
    localized_fee_total?: null | string;
    memo?: null | string;
    object?: null | string;
    original_amount?: Amount;
    original_amount_usd?: Amount;
    payment_cycle_id?: null | string;
    payment_id?: null | string;
    persona_id?: null | string;
    short_id?: null | string;
    status?: TransactionStatusEnum;
    status_description?: null | string;
    testmode?: boolean;
    to?: BasicContact;
}

Properties

account_id?: null | string
amount?: Amount
country_code?: null | string

The country code for Payment Cycle Entry

created_at?: string
external_id?: null | string
fees?: null | LineItem[]
gross_amount?: Amount
id?: null | string
localized_fee_total?: null | string
memo?: null | string
object?: null | string

The name of this object

original_amount?: Amount
original_amount_usd?: Amount
payment_cycle_id?: null | string
payment_id?: null | string
persona_id?: null | string
short_id?: null | string
status_description?: null | string

User Display Status

testmode?: boolean

If true, the request is in test mode, and will be processed as a test transaction. test bank accounts and test debit cards can be used.