TransferDistributionLog
in package
Tags
Table of Contents
Properties
- $createdAt : mixed
- $destinationAccountId : mixed
- $errorMessage : mixed
- $id : mixed
- $ref : mixed
- $sourceAccountId : mixed
- $status : mixed
- $transferAmount : mixed
Methods
- getCreatedAt() : DateTimeInterface|null
- getDestinationAccountId() : int|null
- getErrorMessage() : string|null
- getId() : int|null
- getRef() : mixed
- getSourceAccountId() : int|null
- getStatus() : string|null
- getTransferAmount() : float|null
- setCreatedAt() : self
- setDestinationAccountId() : self
- setErrorMessage() : self
- setRef() : void
- setSourceAccountId() : self
- setStatus() : self
- setTransferAmount() : self
Properties
$createdAt
private
mixed
$createdAt
Tags
$destinationAccountId
private
mixed
$destinationAccountId
Tags
$errorMessage
private
mixed
$errorMessage
Tags
$id
private
mixed
$id
Tags
$ref
private
mixed
$ref
Tags
$sourceAccountId
private
mixed
$sourceAccountId
Tags
$status
private
mixed
$status
Tags
$transferAmount
private
mixed
$transferAmount
Tags
Methods
getCreatedAt()
public
getCreatedAt() : DateTimeInterface|null
Return values
DateTimeInterface|nullgetDestinationAccountId()
public
getDestinationAccountId() : int|null
Return values
int|nullgetErrorMessage()
public
getErrorMessage() : string|null
Return values
string|nullgetId()
public
getId() : int|null
Return values
int|nullgetRef()
public
getRef() : mixed
getSourceAccountId()
public
getSourceAccountId() : int|null
Return values
int|nullgetStatus()
public
getStatus() : string|null
Return values
string|nullgetTransferAmount()
public
getTransferAmount() : float|null
Return values
float|nullsetCreatedAt()
public
setCreatedAt(DateTimeInterface $createdAt) : self
Parameters
- $createdAt : DateTimeInterface
Return values
selfsetDestinationAccountId()
public
setDestinationAccountId(int $destinationAccountId) : self
Parameters
- $destinationAccountId : int
Return values
selfsetErrorMessage()
public
setErrorMessage(string|null $errorMessage) : self
Parameters
- $errorMessage : string|null
Return values
selfsetRef()
public
setRef(mixed $ref) : void
Parameters
- $ref : mixed
setSourceAccountId()
public
setSourceAccountId(int $sourceAccountId) : self
Parameters
- $sourceAccountId : int
Return values
selfsetStatus()
public
setStatus(string $status) : self
Parameters
- $status : string
Return values
selfsetTransferAmount()
public
setTransferAmount(float $transferAmount) : self
Parameters
- $transferAmount : float