Table of Contents
-
TYPE__BANK_ACCOUNT
= 'stored_bank_account'
-
TYPE__CARD
= 'stored_card'
-
TYPE__PAYPAL
= 'stored_paypal_account'
-
$is_default
: bool
-
$token
: string
-
$type
: string
-
__construct()
: mixed
-
jsonSerialize()
: array<string|int, mixed>
TYPE__BANK_ACCOUNT
public
mixed
TYPE__BANK_ACCOUNT
= 'stored_bank_account'
TYPE__CARD
public
mixed
TYPE__CARD
= 'stored_card'
TYPE__PAYPAL
public
mixed
TYPE__PAYPAL
= 'stored_paypal_account'
$is_default
public
bool
$is_default
$token
public
string
$token
$type
public
string
$type
__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>
—