extends |
ArrayObject |
---|
Methods | ||
---|---|---|
public
|
isInitialized($property): bool
|
# |
public
|
getCounterparty(): mixed[]
|
# |
public
|
setCounterparty(mixed[] $counterparty): self
|
# |
public
|
getAmount(): Money
|
# |
public
|
setAmount(Money $amount): self
|
# |
public
|
getDescription(): string
|
# |
public
|
setDescription(string $description): self
|
# |
public
|
getExternalMemo(): string
|
# |
public
|
setExternalMemo(string $externalMemo): self
|
# |
public
|
getOriginatingAccount(): mixed[]
|
# |
public
|
setOriginatingAccount(mixed[] $originatingAccount): self
|
# |
public
|
getApprovalType(): string
|
# |
public
|
setApprovalType(string $approvalType): self
|
# |
Properties | |||
---|---|---|---|
protected
|
array
|
$initialized = []
|
# |
protected
|
mixed[]
|
$counterparty
|
# |
protected
|
Money
|
$amount
|
# |
protected
|
string
|
$description
|
# |
protected
|
string
|
$externalMemo
|
# |
protected
|
mixed[]
|
$originatingAccount
|
# |
protected
|
string
|
$approvalType
|
# |