export PaymentPushResponse

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

Properties

created_at?: string
id?: null | string
payments?: null | Payment[]

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

short_id?: null | string