ExtraInfo
in package
Contains additional information about a transaction process.
Provides optional supplementary details that can help provide more context about the status or requirements of a transfer operation.
Tags
Table of Contents
Properties
- $message : string|null
Methods
- fromJson() : ExtraInfo
- Constructs a new instance of ExtraInfo by using the given data.
Properties
$message
public
string|null
$message
= null
Additional details about the process.
Methods
fromJson()
Constructs a new instance of ExtraInfo by using the given data.
public
static fromJson(array<string|int, mixed> $json) : ExtraInfo
Parameters
- $json : array<string|int, mixed>
-
the data to construct the object from.
Return values
ExtraInfo —the object containing the parsed data.