Documentation

Payment extends AbstractItem
in package

Tags

Table of Contents

$allocated  : bool
$amount  : int
$batch_id  : string
$check_image_back  : string
$check_image_front  : string
$check_number  : string
$claim_gift_aid  : bool
$covered_fees  : bool
$created  : int
$currency  : string
$deposit_account_id  : string
$fee  : int
$id  : string
$member_id  : string
$payment_meta  : stdClass
$payment_method_id  : string
$payment_type  : string
$product  : string
$status  : string
$transaction_count  : string
$transactions  : array<string|int, Transaction>
$updated  : int
$data  : mixed
__call()  : mixed|null
__construct()  : mixed
__get()  : mixed|null

Properties

$allocated read-only

public bool $allocated

$batch_id read-only

public string $batch_id

$check_image_back read-only

public string $check_image_back

$check_image_front read-only

public string $check_image_front

$check_number read-only

public string $check_number

$claim_gift_aid read-only

public bool $claim_gift_aid

$covered_fees read-only

public bool $covered_fees

$created read-only

public int $created

$currency read-only

public string $currency

$deposit_account_id read-only

public string $deposit_account_id

$member_id read-only

public string $member_id

$payment_meta read-only

public stdClass $payment_meta

$payment_method_id read-only

public string $payment_method_id

$payment_type read-only

public string $payment_type

$product read-only

public string $product

$status read-only

public string $status

$transaction_count read-only

public string $transaction_count

$updated read-only

public int $updated

Methods

__call()

public __call(string $name, array<string|int, mixed> $id) : mixed|null
Parameters
$name : string
$id : array<string|int, mixed>
Tags
Return values
mixed|null

__construct()

public __construct(stdClass $data) : mixed
Parameters
$data : stdClass
Tags
inheritDoc
Return values
mixed

__get()

public __get(string $name) : mixed|null
Parameters
$name : string
Tags
Return values
mixed|null

Search results