SendEmailRequest
SendEmailRequest
- Full name:
\Onslip360\API\SendEmailRequest
- Parent class:
\Onslip360\Onslip360Object
Properties
template
public \Onslip360\API\SendEmailRequest\Template $template
customerFeedback
public \Onslip360\API\CustomerFeedbackParams|null $customerFeedback
initWeiqIntegration
public \Onslip360\API\InitWeiqIntegrationParams|null $initWeiqIntegration
locale
public string|null $locale
newAccountLoginDetails
public \Onslip360\API\NewAccountLoginDetailsParams|null $newAccountLoginDetails
passwordResetChallenge
public \Onslip360\API\PasswordResetChallengeParams|null $passwordResetChallenge
reportCover
public \Onslip360\API\ReportCoverParams|null $reportCover
restrictedVersionWarning
public \Onslip360\API\RestrictedVersionWarningParams|null $restrictedVersionWarning
welcomeEmail
public \Onslip360\API\WelcomeEmailParams|null $welcomeEmail
Methods
__construct
public __construct(\Onslip360\API\SendEmailRequest\Template $template, \Onslip360\API\CustomerFeedbackParams|null $customerFeedback = null, \Onslip360\API\InitWeiqIntegrationParams|null $initWeiqIntegration = null, string|null $locale = null, \Onslip360\API\NewAccountLoginDetailsParams|null $newAccountLoginDetails = null, \Onslip360\API\PasswordResetChallengeParams|null $passwordResetChallenge = null, \Onslip360\API\ReportCoverParams|null $reportCover = null, \Onslip360\API\RestrictedVersionWarningParams|null $restrictedVersionWarning = null, \Onslip360\API\WelcomeEmailParams|null $welcomeEmail = null): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
$template | \Onslip360\API\SendEmailRequest\Template | |
$customerFeedback | \Onslip360\API\CustomerFeedbackParams|null | |
$initWeiqIntegration | \Onslip360\API\InitWeiqIntegrationParams|null | |
$locale | string|null | |
$newAccountLoginDetails | \Onslip360\API\NewAccountLoginDetailsParams|null | |
$passwordResetChallenge | \Onslip360\API\PasswordResetChallengeParams|null | |
$reportCover | \Onslip360\API\ReportCoverParams|null | |
$restrictedVersionWarning | \Onslip360\API\RestrictedVersionWarningParams|null | |
$welcomeEmail | \Onslip360\API\WelcomeEmailParams|null |
Inherited methods
getExtended
public getExtended(string $name): string|null|\Onslip360\Nil
Parameters:
Parameter | Type | Description |
---|---|---|
$name | string |
setExtended
public setExtended(string $name, string|null|\Onslip360\Nil $value): static
Parameters:
Parameter | Type | Description |
---|---|---|
$name | string | |
$value | string|null|\Onslip360\Nil |
fromJson
public static fromJson(string|array|\JsonSerializable|\stdClass $json): static
- This method is static.
Parameters:
Parameter | Type | Description |
---|---|---|
$json | string|array|\JsonSerializable|\stdClass |
fromJsonArray
public static fromJsonArray(string[]|array[]|\JsonSerializable[]|\stdClass[] $json): static[]
- This method is static.
Parameters:
Parameter | Type | Description |
---|---|---|
$json | string[]|array[]|\JsonSerializable[]|\stdClass[] |
jsonSerialize
public jsonSerialize(): array|object
Automatically generated on 2024-11-05