PaymentCreateResponse
extends ErrorResponse
in package
Class PaymentCreateResponse
Tags
Table of Contents
Properties
- $errorMsg : string
- $errors : array<string|int, string>
- $result : PaymentCreateResult
- $success : bool
Methods
- __construct() : mixed
- ErrorResponse constructor.
Properties
$errorMsg
public
string
$errorMsg
Tags
$errors
public
array<string|int, string>
$errors
Tags
$result
public
PaymentCreateResult
$result
Tags
$success
public
bool
$success
= true
Tags
Methods
__construct()
ErrorResponse constructor.
public
__construct() : mixed