Documentation

Metadata
in package
implements DomainObjectInterface

Tags

Interfaces, Classes, Traits and Enums

DomainObjectInterface

Table of Contents

$claimGiftAid  : bool|null
$fromQuickGive  : bool|null
$givingType  : string|null
$memo  : string|null
$orgId  : string|null
$paymentCategoryId  : GivingFundId|null
$transactionSource  : string|null
$uid  : string|null
$usedCoverFees  : bool|null
__construct()  : mixed
claimGiftAid()  : bool|null
fromQuickGive()  : bool|null
givingType()  : string|null
memo()  : string|null
orgId()  : string|null
paymentCategoryId()  : GivingFundId|null
transactionSource()  : string|null
uid()  : string|null
usedCoverFees()  : bool|null

Properties

$claimGiftAid

private bool|null $claimGiftAid
Tags

$fromQuickGive

private bool|null $fromQuickGive
Tags

$givingType

private string|null $givingType
Tags

$transactionSource

private string|null $transactionSource
Tags

$usedCoverFees

private bool|null $usedCoverFees
Tags

Methods

__construct()

public __construct(string|null $givingType, string|null $transactionSource, GivingFundId|null $paymentCategoryId, bool|null $claimGiftAid, bool|null $fromQuickGive, string|null $orgId, string|null $uid, bool|null $usedCoverFees, string|null $memo) : mixed
Parameters
$givingType : string|null
$transactionSource : string|null
$paymentCategoryId : GivingFundId|null
$claimGiftAid : bool|null
$fromQuickGive : bool|null
$orgId : string|null
$uid : string|null
$usedCoverFees : bool|null
$memo : string|null
Tags
codeCoverageIgnore
Return values
mixed

claimGiftAid()

public claimGiftAid() : bool|null
Return values
bool|null

fromQuickGive()

public fromQuickGive() : bool|null
Return values
bool|null

givingType()

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

memo()

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

orgId()

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

transactionSource()

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

uid()

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

usedCoverFees()

public usedCoverFees() : bool|null
Return values
bool|null

Search results