Constructor: smsjobs.status
Attributes:
Name | Type | Required |
---|---|---|
allow_international | Bool | Optional |
recent_sent | int | Yes |
recent_since | int | Yes |
recent_remains | int | Yes |
total_sent | int | Yes |
total_since | int | Yes |
last_gift_slug | string | Optional |
terms_url | string | Yes |
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'];