-
Notifications
You must be signed in to change notification settings - Fork 3
SmsMessage
André Matthies edited this page Feb 6, 2025
·
1 revision
- Full name:
\Seven\Api\Resource\Sms\SmsMessage
protected string $encoding
protected ?int $error
protected ?string $errorText
protected ?int $id
protected bool $isBinary
protected ?string $label
protected int $parts
protected float $price
protected ?string $recipient
protected string $sender
protected bool $success
protected string $text
protected ?string $udh
public __construct(object $data): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
$data |
object |
public getEncoding(): string
public getError(): ?int
public getErrorText(): ?string
public getId(): ?int
public getParts(): int
public getPrice(): float
public getRecipient(): string
public getSender(): string
public isSuccess(): bool
public getText(): string
public getUdh(): ?string
public getIsBinary(): bool
Automatically generated on 2025-02-06