Inttegro PHP SDK

PaymentMethod extends DomainValue
in package

FinalYes

Immutable base for Inttegro domain values.

Table of Contents

Properties

$active  : bool
$appCustomerLocalFingerprint  : string|null
$appLocalFingerprint  : string|null
$archivedAt  : string|null
$bankAccount  : PaymentMethodBankAccount|null
$createdAt  : string
$customData  : array<string, string>|null
$customerId  : string
$ephemeral  : bool|null
$expiresOn  : string|null
$id  : string
$mobileMoney  : PaymentMethodMobileMoney|null
$owner  : PaymentMethodOwner|null
$supplied  : PaymentMethodSupplied|null
$type  : string
$universalFingerprint  : string|null
$verification  : PaymentMethodVerification|null
$verifiedAt  : string|null

Methods

__construct()  : mixed
__get()  : mixed
__isset()  : bool
fromArray()  : static
jsonSerialize()  : mixed
offsetExists()  : bool
offsetGet()  : mixed
offsetSet()  : void
offsetUnset()  : void
toArray()  : array<string, mixed>

Properties

$active read-only

public bool $active

$appCustomerLocalFingerprint read-only

public string|null $appCustomerLocalFingerprint

$appLocalFingerprint read-only

public string|null $appLocalFingerprint

$archivedAt read-only

public string|null $archivedAt

$createdAt read-only

public string $createdAt

$customData read-only

public array<string, string>|null $customData

$customerId read-only

public string $customerId

$ephemeral read-only

public bool|null $ephemeral

$expiresOn read-only

public string|null $expiresOn

$id read-only

public string $id

$type read-only

public string $type

$universalFingerprint read-only

public string|null $universalFingerprint

$verifiedAt read-only

public string|null $verifiedAt

Methods

__construct()

public __construct(array<string, mixed> $data) : mixed
Parameters
$data : array<string, mixed>

__get()

public __get(string $name) : mixed
Parameters
$name : string

__isset()

public __isset(string $name) : bool
Parameters
$name : string
Return values
bool

fromArray()

public static fromArray(array<string, mixed> $data) : static
Parameters
$data : array<string, mixed>
Return values
static

jsonSerialize()

public jsonSerialize() : mixed

offsetExists()

public offsetExists(mixed $offset) : bool
Parameters
$offset : mixed
Return values
bool

offsetGet()

public offsetGet(mixed $offset) : mixed
Parameters
$offset : mixed

offsetSet()

public offsetSet(mixed $offset, mixed $value) : void
Parameters
$offset : mixed
$value : mixed

offsetUnset()

public offsetUnset(mixed $offset) : void
Parameters
$offset : mixed

toArray()

public toArray() : array<string, mixed>
Return values
array<string, mixed>
On this page

Search results