Table of Contents
-
$amount
: int
-
$avs_result
: object
-
$credit_card
: object
-
$currency
: string
-
$custom
: object
-
$cvv_result
: object
-
$date_created
: string
-
$event
: string
-
$fraud_review
: bool
-
$gateway
: string
-
$gateway_transaction_id
: string
-
$gift_certificate
: object
-
$id
: int
-
$method
: string
-
$offline
: object
-
$order_id
: int
-
$payment_instrument_token
: string
-
$payment_method_id
: string
-
$reference_transaction_id
: int|null
-
$status
: string
-
$store_credit
: object
-
$test
: bool
-
__construct()
: mixed
-
jsonSerialize()
: array<string|int, mixed>
$amount
public
int
$amount
$avs_result
public
object
$avs_result
$credit_card
public
object
$credit_card
$currency
public
string
$currency
$custom
public
object
$custom
$cvv_result
public
object
$cvv_result
$date_created
public
string
$date_created
$event
public
string
$event
$fraud_review
public
bool
$fraud_review
$gateway
public
string
$gateway
$gateway_transaction_id
public
string
$gateway_transaction_id
$gift_certificate
public
object
$gift_certificate
$id
public
int
$id
$method
public
string
$method
$offline
public
object
$offline
$order_id
public
int
$order_id
$payment_instrument_token
public
string
$payment_instrument_token
$payment_method_id
public
string
$payment_method_id
$reference_transaction_id
public
int|null
$reference_transaction_id
$status
public
string
$status
$store_credit
public
object
$store_credit
$test
public
bool
$test
__construct()
public
__construct([stdClass|null $optionObject = null ]) : mixed
Parameters
-
$optionObject
: stdClass|null
= null
-
Return values
mixed
—
jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>
Return values
array<string|int, mixed>
—