export PersonaPendingPaymentsResponse

interface PersonaPendingPaymentsResponse {
    account_id?: null | string;
    amount?: number;
    avatar_url?: null | string;
    created_at?: string;
    email?: null | string;
    id?: null | string;
    known_name?: null | string;
    localized_formatted_amount?: null | string;
    object?: null | string;
    persona_id?: null | string;
    short_id?: null | string;
}

Properties

account_id?: null | string

sender account id

amount?: number

Pending amount.

avatar_url?: null | string
created_at?: string
email?: null | string

email address of persona

id?: null | string
known_name?: null | string

Name of persona

localized_formatted_amount?: null | string
object?: null | string

The name of this object

persona_id?: null | string

persona id

short_id?: null | string