export UserStatusPayments

interface UserStatusPayments {
    created_at?: string;
    id?: null | string;
    is_enabled?: boolean;
    is_payment_method_verified?: null | boolean;
    object?: null | string;
    short_id?: null | string;
}

Properties

created_at?: string
id?: null | string
is_enabled?: boolean
is_payment_method_verified?: null | boolean
object?: null | string

The name of this object

short_id?: null | string