export PayerInviteProfileResponse

interface PayerInviteProfileResponse {
    availbale_invites?: number;
    can_invite?: boolean;
    object?: null | string;
    total_sent?: number;
}

Properties

availbale_invites?: number
can_invite?: boolean
object?: null | string

The name of this object

total_sent?: number