Table of Contents
-
TYPE__BANK_ACCOUNT
= 'stored_bank_account'
-
TYPE__CARD
= 'stored_card'
-
TYPE__PAYPAL
= 'stored_paypal_account'
-
$billing_address
: CardBillingAddress
-
$brand
: string
-
$expiry_month
: string
-
$expiry_year
: string
-
$is_default
: bool
-
$issuer_identification_number
: string
-
$last_4
: string
-
$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'
$billing_address
public
CardBillingAddress
$billing_address
$brand
public
string
$brand
$expiry_month
public
string
$expiry_month
$expiry_year
public
string
$expiry_year
$is_default
public
bool
$is_default
$issuer_identification_number
public
string
$issuer_identification_number
$last_4
public
string
$last_4
$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>
—