export PaymentPushResponse

interface PaymentPushResponse {
    created_at?: string;
    id?: null | string;
    object?: null | string;
    payments?: null | Payment[];
    short_id?: null | string;
}

Properties

created_at?: string
id?: null | string
object?: null | string

The name of this object

payments?: null | Payment[]

A list of one or more payments that match the search request

short_id?: null | string