Documentation

StoredCard extends StoredInstrument
in package

Tags

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>

Constants

TYPE__BANK_ACCOUNT

public mixed TYPE__BANK_ACCOUNT = 'stored_bank_account'
Tags

Properties

$issuer_identification_number

public string $issuer_identification_number
Tags

Methods

__construct()

public __construct([stdClass|null $optionObject = null ]) : mixed
Parameters
$optionObject : stdClass|null = null
Tags
Return values
mixed

jsonSerialize()

public jsonSerialize() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>

        

Search results