extends |
ArrayObject |
---|
Methods | ||
---|---|---|
public
|
isInitialized($property): bool
|
# |
public
|
getId(): string
|
# |
public
|
setId(string $id): self
|
# |
public
|
getDescription(): string
|
# |
public
|
setDescription(string $description): self
|
# |
public
|
getAmount(): CashTransactionAmount
|
# |
public
|
setAmount(CashTransactionAmount $amount): self
|
# |
public
|
getInitiatedAtDate(): DateTime
|
# |
public
|
setInitiatedAtDate(DateTime $initiatedAtDate): self
|
# |
public
|
getPostedAtDate(): DateTime
|
# |
public
|
setPostedAtDate(DateTime $postedAtDate): self
|
# |
public
|
getType(): string
|
# |
public
|
setType(string $type): self
|
# |
public
|
getTransferId(): ?string
|
# |
public
|
setTransferId(?string $transferId): self
|
# |
Properties | |||
---|---|---|---|
protected
|
array
|
$initialized = []
|
# |
protected
|
string
|
$id
|
# |
protected
|
string
|
$description
|
# |
protected
|
CashTransactionAmount
|
$amount
|
# |
protected
|
DateTime
|
$initiatedAtDate
|
# |
protected
|
DateTime
|
$postedAtDate
|
# |
protected
|
string
|
$type
|
# |
protected
|
string|null
|
$transferId
|
# |