Partial_TransactionSummary
Partial_TransactionSummary
- Full name:
\Onslip360\API\Partial_TransactionSummary
- Parent class:
\Onslip360\Onslip360Object
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:
Parameter | Type | Description |
---|---|---|
$cbAmount | float|null | |
$extraAmount | float|null | |
$purchaseAmount | float|null | |
$purchaseCount | int|null | |
$refundAmount | float|null | |
$refundCount | int|null | |
$vatAmount | float|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