Documentation

StoredBankAccount extends StoredInstrument
in package

Tags

Table of Contents

TYPE__BANK_ACCOUNT  = 'stored_bank_account'
TYPE__CARD  = 'stored_card'
TYPE__PAYPAL  = 'stored_paypal_account'
$is_default  : bool
$issuer  : string
$masked_account_number  : 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

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