Skip to main content

Partial_TransactionSummary


Partial_TransactionSummary

Properties

cbAmount

public float|null $cbAmount

extraAmount

public float|null $extraAmount

purchaseAmount

public float|null $purchaseAmount

purchaseCount

public int|null $purchaseCount

refundAmount

public float|null $refundAmount

refundCount

public int|null $refundCount

vatAmount

public float|null $vatAmount

Methods

__construct

public __construct(float|null $cbAmount = null, float|null $extraAmount = null, float|null $purchaseAmount = null, int|null $purchaseCount = null, float|null $refundAmount = null, int|null $refundCount = null, float|null $vatAmount = null): mixed

Parameters:

ParameterTypeDescription
$cbAmountfloat|null
$extraAmountfloat|null
$purchaseAmountfloat|null
$purchaseCountint|null
$refundAmountfloat|null
$refundCountint|null
$vatAmountfloat|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