Skip to main content

Partial_InitWeiqIntegrationParams


Partial_InitWeiqIntegrationParams

Properties

accessTokenId

public string|null $accessTokenId

accessTokenKey

public string|null $accessTokenKey

apiUri

public string|null $apiUri

location

public int|null $location

paymentMethodId

public int|null $paymentMethodId

Methods

__construct

public __construct(string|null $accessTokenId = null, string|null $accessTokenKey = null, string|null $apiUri = null, int|null $location = null, int|null $paymentMethodId = null): mixed

Parameters:

ParameterTypeDescription
$accessTokenIdstring|null
$accessTokenKeystring|null
$apiUristring|null
$locationint|null
$paymentMethodIdint|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