Skip to main content

Stored_Campaign


Stored_Campaign

Properties

created

public string $created

id

public int $id

name

public string $name

rules

public array $rules

type

public \Onslip360\API\Campaign\Type $type

updated

public string $updated

activeLabels

public array|null $activeLabels

amount

public float|null $amount

deleted

public string|null $deleted

description

public string|null $description

discountRate

public float|null $discountRate

endDate

public string|null $endDate

labels

public array|null $labels

locations

public array|null $locations

packagePrice

public bool|null $packagePrice

schedules

public array|null $schedules

startDate

public string|null $startDate

tags

public array|null $tags

updatedBy

public int|null $updatedBy

updatedFrom

public int|null $updatedFrom

Methods

__construct

public __construct(string $created, int $id, string $name, \Onslip360\API\CampaignRules[] $rules, \Onslip360\API\Campaign\Type $type, string $updated, int[]|null $activeLabels = null, float|null $amount = null, string|null $deleted = null, string|null $description = null, float|null $discountRate = null, string|null $endDate = null, int[]|null $labels = null, int[]|null $locations = null, bool|null $packagePrice = null, string[]|null $schedules = null, string|null $startDate = null, string[]|null $tags = null, int|null $updatedBy = null, int|null $updatedFrom = null): mixed

Parameters:

ParameterTypeDescription
$createdstring
$idint
$namestring
$rules\Onslip360\API\CampaignRules[]
$type\Onslip360\API\Campaign\Type
$updatedstring
$activeLabelsint[]|null
$amountfloat|null
$deletedstring|null
$descriptionstring|null
$discountRatefloat|null
$endDatestring|null
$labelsint[]|null
$locationsint[]|null
$packagePricebool|null
$schedulesstring[]|null
$startDatestring|null
$tagsstring[]|null
$updatedByint|null
$updatedFromint|null

Inherited methods

getExtended

public getExtended(string $name): string|null|\Onslip360\Nil

Parameters:

ParameterTypeDescription
$namestring

setExtended

public setExtended(string $name, string|null|\Onslip360\Nil $value): static

Parameters:

ParameterTypeDescription
$namestring
$valuestring|null|\Onslip360\Nil

fromJson

public static fromJson(string|array|\JsonSerializable|\stdClass $json): static
  • This method is static.

Parameters:

ParameterTypeDescription
$jsonstring|array|\JsonSerializable|\stdClass

fromJsonArray

public static fromJsonArray(string[]|array[]|\JsonSerializable[]|\stdClass[] $json): static[]
  • This method is static.

Parameters:

ParameterTypeDescription
$jsonstring[]|array[]|\JsonSerializable[]|\stdClass[]

jsonSerialize

public jsonSerialize(): array|object


Automatically generated on 2024-11-05