Skip to main content

MerchantConfig


MerchantConfig

Properties

resellerName

public string $resellerName

salesEmail

public string $salesEmail

salesPhone

public string $salesPhone

supportEmail

public string $supportEmail

supportPhone

public string $supportPhone

termsAndConditionsUri

public string $termsAndConditionsUri

vatRates

public array $vatRates

web

public string $web

generalInfo

public string|null $generalInfo

Methods

__construct

public __construct(string $resellerName, string $salesEmail, string $salesPhone, string $supportEmail, string $supportPhone, string $termsAndConditionsUri, float[] $vatRates, string $web, string|null $generalInfo = null): mixed

Parameters:

ParameterTypeDescription
$resellerNamestring
$salesEmailstring
$salesPhonestring
$supportEmailstring
$supportPhonestring
$termsAndConditionsUristring
$vatRatesfloat[]
$webstring
$generalInfostring|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