Constructor: smsjobs.status
Status
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| allow_international | Bool | Optional | Allow international numbers |
| recent_sent | int | Yes | Recently sent |
| recent_since | int | Yes | Since |
| recent_remains | int | Yes | Remaining |
| total_sent | int | Yes | Total sent |
| total_since | int | Yes | Total since |
| last_gift_slug | string | Optional | Last gift deep link |
| terms_url | string | Yes | Terms of service URL |
Type: smsjobs.Status
Example:
$smsjobs_status = ['_' => 'smsjobs.status', 'allow_international' => Bool, 'recent_sent' => int, 'recent_since' => int, 'recent_remains' => int, 'total_sent' => int, 'total_since' => int, 'last_gift_slug' => 'string', 'terms_url' => 'string'];