Skip to content

RcsParams

André Matthies edited this page Feb 6, 2025 · 1 revision

RcsParams

Properties

delay

protected ?\DateTime $delay

foreign_id

protected ?string $foreign_id

from

protected ?string $from

label

protected ?string $label

performance_tracking

protected ?bool $performance_tracking

text

protected string $text

to

protected string $to

ttl

protected ?int $ttl

fallback

protected ?\Seven\Api\Resource\Rcs\RcsFallbackType $fallback

Methods

__construct

public __construct(string $text, string $to): mixed

Parameters:

Parameter Type Description
$text string
$to string

getTo

public getTo(): string

getDelay

public getDelay(): ?\DateTime

setDelay

public setDelay(?\DateTime $delay): self

Parameters:

Parameter Type Description
$delay ?\DateTime

getForeignId

public getForeignId(): ?string

setForeignId

public setForeignId(?string $foreignId): self

Parameters:

Parameter Type Description
$foreignId ?string

getFrom

public getFrom(): ?string

setFrom

public setFrom(?string $from): self

Parameters:

Parameter Type Description
$from ?string

getLabel

public getLabel(): ?string

setLabel

public setLabel(?string $label): self

Parameters:

Parameter Type Description
$label ?string

getPerformanceTracking

public getPerformanceTracking(): ?bool

setPerformanceTracking

public setPerformanceTracking(?bool $performanceTracking): self

Parameters:

Parameter Type Description
$performanceTracking ?bool

getText

public getText(): string

setText

public setText(string $text): self

Parameters:

Parameter Type Description
$text string

getTTL

public getTTL(): ?int

setTTL

public setTTL(?int $ttl): self

Parameters:

Parameter Type Description
$ttl ?int

toArray

public toArray(): array

getFallback

public getFallback(): ?\Seven\Api\Resource\Rcs\RcsFallbackType

setFallback

public setFallback(?\Seven\Api\Resource\Rcs\RcsFallbackType $fallback): self

Parameters:

Parameter Type Description
$fallback ?\Seven\Api\Resource\Rcs\RcsFallbackType


Automatically generated on 2025-02-06

Clone this wiki locally