Payout
extends DomainValue
in package
FinalYes
Immutable base for Inttegro domain values.
Table of Contents
Properties
- $amount : Amount|null
- $balanceTransactions : array<int, string>|null
- $canceledAt : string|null
- $customData : array<string, string>|null
- $destinationId : string
- $error : PayoutError|null
- $executeAfter : string
- $executedBy : string|null
- $expectedAt : string|null
- $failedAt : string|null
- $id : string
- $initiatedAt : string
- $initiatedBy : string|null
- $maxAmount : Amount
- $reference : string|null
- $scheduledAt : string|null
- $scheduledBy : string|null
- $scheduleId : string|null
- $sentAt : string|null
- $sourceId : string|null
- $status : string
- $succeededAt : string|null
Methods
- __construct() : mixed
- __get() : mixed
- __isset() : bool
- fromArray() : static
- jsonSerialize() : mixed
- offsetExists() : bool
- offsetGet() : mixed
- offsetSet() : void
- offsetUnset() : void
- toArray() : array<string, mixed>
Properties
$amount read-only
public
Amount|null
$amount
$balanceTransactions read-only
public
array<int, string>|null
$balanceTransactions
$canceledAt read-only
public
string|null
$canceledAt
$customData read-only
public
array<string, string>|null
$customData
$destinationId read-only
public
string
$destinationId
$error read-only
public
PayoutError|null
$error
$executeAfter read-only
public
string
$executeAfter
$executedBy read-only
public
string|null
$executedBy
$expectedAt read-only
public
string|null
$expectedAt
$failedAt read-only
public
string|null
$failedAt
$id read-only
public
string
$id
$initiatedAt read-only
public
string
$initiatedAt
$initiatedBy read-only
public
string|null
$initiatedBy
$maxAmount read-only
public
Amount
$maxAmount
$reference read-only
public
string|null
$reference
$scheduledAt read-only
public
string|null
$scheduledAt
$scheduledBy read-only
public
string|null
$scheduledBy
$scheduleId read-only
public
string|null
$scheduleId
$sentAt read-only
public
string|null
$sentAt
$sourceId read-only
public
string|null
$sourceId
$status read-only
public
string
$status
$succeededAt read-only
public
string|null
$succeededAt
Methods
__construct()
public
__construct(array<string, mixed> $data) : mixed
Parameters
- $data : array<string, mixed>
__get()
public
__get(string $name) : mixed
Parameters
- $name : string
__isset()
public
__isset(string $name) : bool
Parameters
- $name : string
Return values
boolfromArray()
public
static fromArray(array<string, mixed> $data) : static
Parameters
- $data : array<string, mixed>
Return values
staticjsonSerialize()
public
jsonSerialize() : mixed
offsetExists()
public
offsetExists(mixed $offset) : bool
Parameters
- $offset : mixed
Return values
booloffsetGet()
public
offsetGet(mixed $offset) : mixed
Parameters
- $offset : mixed
offsetSet()
public
offsetSet(mixed $offset, mixed $value) : void
Parameters
- $offset : mixed
- $value : mixed
offsetUnset()
public
offsetUnset(mixed $offset) : void
Parameters
- $offset : mixed
toArray()
public
toArray() : array<string, mixed>