Transaction
extends AbstractItem
in package
Tags
Table of Contents
- $ : string
- $amount : int
- $backdate : int
- $check_number : string
- $claim_gift_aid : bool
- $covered_fees : bool
- $created : int
- $currency : string
- $deposit_date : string
- $deposit_id : string
- $fee : int
- $id : string
- $location : stdClass
- $location_id : string
- $memo : string
- $metadata : stdClass
- $organization_id : string
- $payer : Payer
- $payer_id : string
- $payment_category : stdClass
- $payment_id : string
- $payment_meta : stdClass
- $payment_method : stdClass
- $product : string
- $refund : array<string|int, mixed>
- $status : string
- $tax : string
- $updated : string
- $data : mixed
- __call() : mixed|null
- __construct() : mixed
- __get() : mixed|null
Properties
$ read-only
public
string
$
deposit_account_id
$amount read-only
public
int
$amount
$backdate read-only
public
int
$backdate
$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_date read-only
public
string
$deposit_date
$deposit_id read-only
public
string
$deposit_id
$fee read-only
public
int
$fee
$id read-only
public
string
$id
$location read-only
public
stdClass
$location
$location_id read-only
public
string
$location_id
$memo read-only
public
string
$memo
$metadata read-only
public
stdClass
$metadata
$organization_id read-only
public
string
$organization_id
$payer read-only
public
Payer
$payer
$payer_id read-only
public
string
$payer_id
$payment_category read-only
public
stdClass
$payment_category
$payment_id read-only
public
string
$payment_id
$payment_meta read-only
public
stdClass
$payment_meta
$payment_method read-only
public
stdClass
$payment_method
$product read-only
public
string
$product
$refund read-only
public
array<string|int, mixed>
$refund
$status read-only
public
string
$status
$tax read-only
public
string
$tax
$updated read-only
public
string
$updated
$data
private
mixed
$data
Tags
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
Return values
mixed —__get()
public
__get(string $name) : mixed|null
Parameters
- $name : string