CouponVoucherMetadata
CouponVoucherMetadata
- Full name:
\Onslip360\API\CouponVoucherMetadata
- Parent class:
\Onslip360\Onslip360Object
Properties
transactionDate
public string $transactionDate
transactionId
public string $transactionId
voucher
public int $voucher
balance
public float|null $balance
couponValue
public float|null $couponValue
expires
public string|null $expires
identifiers
public array|null $identifiers
quantity
public float|null $quantity
Methods
__construct
public __construct(string $transactionDate, string $transactionId, int $voucher, float|null $balance = null, float|null $couponValue = null, string|null $expires = null, string[]|null $identifiers = null, float|null $quantity = null): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
$transactionDate | string | |
$transactionId | string | |
$voucher | int | |
$balance | float|null | |
$couponValue | float|null | |
$expires | string|null | |
$identifiers | string[]|null | |
$quantity | 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