GivingFundId
in package
Tags
Table of Contents
- FAILED_RESPONSE = 'failed_response'
- FAILED_RESPONSE_REFUND = 'failed_response_refund'
- UNCATEGORIZED = 'UNCATEGORIZED'
- $id : string
- __construct() : mixed
- __toString() : string
- Returns the identifier as a string.
- id() : string
- matches() : bool
- Returns true if the identifier matches another.
Constants
FAILED_RESPONSE
public
mixed
FAILED_RESPONSE
= 'failed_response'
Tags
FAILED_RESPONSE_REFUND
public
mixed
FAILED_RESPONSE_REFUND
= 'failed_response_refund'
Tags
UNCATEGORIZED
public
mixed
UNCATEGORIZED
= 'UNCATEGORIZED'
Tags
Properties
$id
private
string
$id
Tags
Methods
__construct()
public
__construct(string $id) : mixed
Parameters
- $id : string
Tags
Return values
mixed —__toString()
Returns the identifier as a string.
public
__toString() : string
Tags
Return values
string —id()
public
id() : string
Return values
string —matches()
Returns true if the identifier matches another.
public
matches(GivingFundId $id) : bool
Parameters
- $id : GivingFundId