OrganizationAccountId
extends TransactionServiceId
in package
Tags
Table of Contents
- PREFIX = 'ora'
- $id : string
- __construct() : mixed
- __toString() : string
- Returns the identifier as a string.
- matches() : bool
- Returns true if the identifier matches another.
Constants
PREFIX
protected
mixed
PREFIX
= 'ora'
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 —matches()
Returns true if the identifier matches another.
public
matches(TransactionServiceId $id) : bool
Parameters
- $id : TransactionServiceId