Interfaces, Classes, Traits and Enums
- DomainObjectInterface
Table of Contents
-
$amount
: int
-
$backdate
: DateTimeImmutable|null
-
$checkNumber
: string|null
-
$claimGiftAid
: bool
-
$coveredFees
: bool
-
$created
: DateTimeImmutable
-
$currency
: string
-
$depositDate
: DateTimeImmutable|null
-
$depositId
: DepositId|null
-
$fee
: int
-
$id
: TransactionId
-
$location
: Location|null
-
$memo
: string
-
$organizationId
: ThubOrganizationId|null
-
$payer
: Payer|null
-
$paymentCategory
: PaymentCategory|null
-
$paymentId
: PaymentId
-
$paymentMeta
: PaymentMeta
-
$paymentMethod
: PaymentMethod
-
$product
: string|null
-
$refund
: array<string|int, mixed>
-
$status
: string
-
$tax
: int|null
-
$updated
: DateTimeImmutable
-
__construct()
: mixed
-
amount()
: int
-
backdate()
: DateTimeImmutable|null
-
checkNumber()
: string|null
-
claimGiftAid()
: bool|null
-
coveredFees()
: bool
-
created()
: DateTimeImmutable
-
currency()
: string
-
depositDate()
: DateTimeImmutable|null
-
depositId()
: DepositId|null
-
fee()
: int
-
id()
: TransactionId
-
location()
: Location|null
-
memo()
: string
-
organizationId()
: ThubOrganizationId|null
-
payer()
: Payer|null
-
paymentCategory()
: PaymentCategory|null
-
paymentId()
: PaymentId
-
paymentMeta()
: PaymentMeta
-
paymentMethod()
: PaymentMethod
-
product()
: string|null
-
refund()
: array<string|int, TransactionRefund>
-
status()
: string
-
tax()
: int|null
-
updated()
: DateTimeImmutable
$amount
private
int
$amount
$backdate
private
DateTimeImmutable|null
$backdate
$checkNumber
private
string|null
$checkNumber
$claimGiftAid
private
bool
$claimGiftAid
$coveredFees
private
bool
$coveredFees
$created
private
DateTimeImmutable
$created
$currency
private
string
$currency
$depositDate
private
DateTimeImmutable|null
$depositDate
$depositId
private
DepositId|null
$depositId
$fee
private
int
$fee
$id
private
TransactionId
$id
$location
private
Location|null
$location
$memo
private
string
$memo
$organizationId
private
ThubOrganizationId|null
$organizationId
$payer
private
Payer|null
$payer
$paymentCategory
private
PaymentCategory|null
$paymentCategory
$paymentId
private
PaymentId
$paymentId
private
PaymentMeta
$paymentMeta
$paymentMethod
private
PaymentMethod
$paymentMethod
$product
private
string|null
$product
-
deprecated
-
$refund
private
array<string|int, mixed>
$refund
$status
private
string
$status
$tax
private
int|null
$tax
$updated
private
DateTimeImmutable
$updated
__construct()
public
__construct(TransactionId $id, Location|null $location, string|null $product, string $memo, DateTimeImmutable $created, PaymentMethod $paymentMethod, PaymentId $paymentId, Payer|null $payer, PaymentMeta $paymentMeta, string $currency, int $amount, int $fee, bool $coveredFees, array<string|int, TransactionRefund> $refund, string|null $checkNumber, string $status, DepositId|null $depositId, DateTimeImmutable|null $depositDate, int|null $tax, DateTimeImmutable|null $backdate, bool|null $claimGiftAid, ThubOrganizationId|null $organizationId, PaymentCategory|null $paymentCategory, DateTimeImmutable $updated) : mixed
Parameters
-
$id
: TransactionId
-
-
$location
: Location|null
-
-
$product
: string|null
-
-
$memo
: string
-
-
$created
: DateTimeImmutable
-
-
$paymentMethod
: PaymentMethod
-
-
$paymentId
: PaymentId
-
-
$payer
: Payer|null
-
-
$paymentMeta
: PaymentMeta
-
-
$currency
: string
-
-
$amount
: int
-
-
$fee
: int
-
-
$coveredFees
: bool
-
-
$refund
: array<string|int, TransactionRefund>
-
-
$checkNumber
: string|null
-
-
$status
: string
-
-
$depositId
: DepositId|null
-
-
$depositDate
: DateTimeImmutable|null
-
-
$tax
: int|null
-
-
$backdate
: DateTimeImmutable|null
-
-
$claimGiftAid
: bool|null
-
-
$organizationId
: ThubOrganizationId|null
-
-
$paymentCategory
: PaymentCategory|null
-
-
$updated
: DateTimeImmutable
-
Return values
mixed
—
amount()
public
amount() : int
Return values
int
—
backdate()
public
backdate() : DateTimeImmutable|null
Return values
DateTimeImmutable|null
—
checkNumber()
public
checkNumber() : string|null
Return values
string|null
—
claimGiftAid()
public
claimGiftAid() : bool|null
Return values
bool|null
—
coveredFees()
public
coveredFees() : bool
Return values
bool
—
created()
public
created() : DateTimeImmutable
Return values
DateTimeImmutable
—
currency()
public
currency() : string
Return values
string
—
depositDate()
public
depositDate() : DateTimeImmutable|null
Return values
DateTimeImmutable|null
—
depositId()
public
depositId() : DepositId|null
Return values
DepositId|null
—
fee()
public
fee() : int
Return values
int
—
id()
public
id() : TransactionId
Return values
TransactionId
—
location()
public
location() : Location|null
Return values
Location|null
—
memo()
public
memo() : string
Return values
string
—
organizationId()
public
organizationId() : ThubOrganizationId|null
Return values
ThubOrganizationId|null
—
payer()
public
payer() : Payer|null
Return values
Payer|null
—
paymentCategory()
public
paymentCategory() : PaymentCategory|null
Return values
PaymentCategory|null
—
paymentId()
public
paymentId() : PaymentId
Return values
PaymentId
—
public
paymentMeta() : PaymentMeta
Return values
PaymentMeta
—
paymentMethod()
public
paymentMethod() : PaymentMethod
Return values
PaymentMethod
—
product()
public
product() : string|null
-
deprecated
-
Return values
string|null
—
refund()
public
refund() : array<string|int, TransactionRefund>
Return values
array<string|int, TransactionRefund>
—
status()
public
status() : string
Return values
string
—
tax()
public
tax() : int|null
Return values
int|null
—
updated()
public
updated() : DateTimeImmutable
Return values
DateTimeImmutable
—