PaylineTransactionLog
in package
Tags
Table of Contents
Properties
- $amount : mixed
- $createdAt : mixed
- $errorMessage : mixed
- $id : mixed
- $orderRef : mixed
- $status : mixed
- $transactionId : mixed
- $updatedAt : mixed
Methods
- getAmount() : float|null
- getCreatedAt() : DateTimeInterface|null
- getErrorMessage() : string|null
- getId() : int|null
- getOrderRef() : string|null
- getStatus() : string|null
- getTransactionId() : string|null
- getUpdatedAt() : DateTimeInterface|null
- setAmount() : self
- setCreatedAt() : self
- setErrorMessage() : self
- setOrderRef() : self
- setStatus() : self
- setTransactionId() : self
- setUpdatedAt() : self
Properties
$amount
private
mixed
$amount
Tags
$createdAt
private
mixed
$createdAt
Tags
$errorMessage
private
mixed
$errorMessage
Tags
$id
private
mixed
$id
Tags
$orderRef
private
mixed
$orderRef
Tags
$status
private
mixed
$status
Tags
$transactionId
private
mixed
$transactionId
Tags
$updatedAt
private
mixed
$updatedAt
Tags
Methods
getAmount()
public
getAmount() : float|null
Return values
float|nullgetCreatedAt()
public
getCreatedAt() : DateTimeInterface|null
Return values
DateTimeInterface|nullgetErrorMessage()
public
getErrorMessage() : string|null
Return values
string|nullgetId()
public
getId() : int|null
Return values
int|nullgetOrderRef()
public
getOrderRef() : string|null
Return values
string|nullgetStatus()
public
getStatus() : string|null
Return values
string|nullgetTransactionId()
public
getTransactionId() : string|null
Return values
string|nullgetUpdatedAt()
public
getUpdatedAt() : DateTimeInterface|null
Return values
DateTimeInterface|nullsetAmount()
public
setAmount(float $amount) : self
Parameters
- $amount : float
Return values
selfsetCreatedAt()
public
setCreatedAt(DateTimeInterface $createdAt) : self
Parameters
- $createdAt : DateTimeInterface
Return values
selfsetErrorMessage()
public
setErrorMessage(string|null $errorMessage) : self
Parameters
- $errorMessage : string|null
Return values
selfsetOrderRef()
public
setOrderRef(string|null $orderRef) : self
Parameters
- $orderRef : string|null
Return values
selfsetStatus()
public
setStatus(string $status) : self
Parameters
- $status : string
Return values
selfsetTransactionId()
public
setTransactionId(string $transactionId) : self
Parameters
- $transactionId : string
Return values
selfsetUpdatedAt()
public
setUpdatedAt(DateTimeInterface|null $updatedAt) : self
Parameters
- $updatedAt : DateTimeInterface|null