Documentation

PaymentListItem
in package
implements DomainObjectInterface

Tags

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

Properties

Methods

__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
Tags
Return values
mixed

checkNumber()

public checkNumber() : string|null
Return values
string|null

created()

public created() : DateTimeImmutable
Return values
DateTimeImmutable

paymentType()

public paymentType() : string
Return values
string

transactionCount()

public transactionCount() : int
Return values
int

Search results