Interfaces, Classes, Traits and Enums
- DomainObjectInterface
Table of Contents
-
$allocated
: bool
-
$amount
: int
-
$batchId
: BatchId|null
-
$checkNumber
: string|null
-
$claimGiftAid
: bool
-
$coveredFees
: bool
-
$created
: DateTimeImmutable
-
$currency
: string
-
$fee
: int
-
$id
: PaymentId
-
$memberId
: string
-
$paymentType
: string
-
$product
: string
-
$status
: string
-
$transactionCount
: int
-
__construct()
: mixed
-
allocated()
: bool
-
amount()
: int
-
batchId()
: BatchId|null
-
checkNumber()
: string|null
-
claimGiftAid()
: bool
-
coveredFees()
: bool
-
created()
: DateTimeImmutable
-
currency()
: string
-
fee()
: int
-
id()
: PaymentId
-
memberId()
: string
-
paymentType()
: string
-
product()
: string
-
status()
: string
-
transactionCount()
: int
$allocated
private
bool
$allocated
$amount
private
int
$amount
$batchId
private
BatchId|null
$batchId
$checkNumber
private
string|null
$checkNumber
$claimGiftAid
private
bool
$claimGiftAid
$coveredFees
private
bool
$coveredFees
$created
private
DateTimeImmutable
$created
$currency
private
string
$currency
$fee
private
int
$fee
$id
private
PaymentId
$id
$memberId
private
string
$memberId
$paymentType
private
string
$paymentType
$product
private
string
$product
$status
private
string
$status
$transactionCount
private
int
$transactionCount
__construct()
public
__construct(PaymentId $id, bool $allocated, BatchId|null $batchId, string|null $checkNumber, DateTimeImmutable $created, bool $claimGiftAid, string $currency, int $fee, bool $coveredFees, int $amount, string $paymentType, string $product, string $status, string $memberId, int $transactionCount) : mixed
Parameters
-
$id
: PaymentId
-
-
$allocated
: bool
-
-
$batchId
: BatchId|null
-
-
$checkNumber
: string|null
-
-
$created
: DateTimeImmutable
-
-
$claimGiftAid
: bool
-
-
$currency
: string
-
-
$fee
: int
-
-
$coveredFees
: bool
-
-
$amount
: int
-
-
$paymentType
: string
-
-
$product
: string
-
-
$status
: string
-
-
$memberId
: string
-
-
$transactionCount
: int
-
Return values
mixed
—
allocated()
public
allocated() : bool
Return values
bool
—
amount()
public
amount() : int
Return values
int
—
batchId()
public
batchId() : BatchId|null
Return values
BatchId|null
—
checkNumber()
public
checkNumber() : string|null
Return values
string|null
—
claimGiftAid()
public
claimGiftAid() : bool
Return values
bool
—
coveredFees()
public
coveredFees() : bool
Return values
bool
—
created()
public
created() : DateTimeImmutable
Return values
DateTimeImmutable
—
currency()
public
currency() : string
Return values
string
—
fee()
public
fee() : int
Return values
int
—
id()
public
id() : PaymentId
Return values
PaymentId
—
memberId()
public
memberId() : string
Return values
string
—
paymentType()
public
paymentType() : string
Return values
string
—
product()
public
product() : string
Return values
string
—
status()
public
status() : string
Return values
string
—
transactionCount()
public
transactionCount() : int
Return values
int
—