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
$claimGiftAid
private
bool|null
$claimGiftAid
$fromQuickGive
private
bool|null
$fromQuickGive
$givingType
private
string|null
$givingType
$memo
private
string|null
$memo
$orgId
private
string|null
$orgId
$paymentCategoryId
private
GivingFundId|null
$paymentCategoryId
$transactionSource
private
string|null
$transactionSource
$uid
private
string|null
$uid
$usedCoverFees
private
bool|null
$usedCoverFees
__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
-
-
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
—
paymentCategoryId()
public
paymentCategoryId() : GivingFundId|null
Return values
GivingFundId|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
—