Methods |
public
static
|
FILTERS_ARRAY()
|
#
|
public
|
__construct(string[] $properties = [])
Creates a instance of Payment
Creates a instance of Payment
Parameters
$properties |
The default properties
|
Overrides
|
#
|
public
|
getToken(): string
Get the payment token
|
#
|
public
|
setToken(string $token): Payment
Set the payment token
|
#
|
public
|
getStatus(): string
Get the status
|
#
|
public
|
setStatus(string $status): Payment
Set the status
|
#
|
public
|
getCreatedOn(): DateTime
Get the payment creation date
Get the payment creation date
|
#
|
public
|
getClientPaymentId(): string
Get the client payment id
Get the client payment id
|
#
|
public
|
setClientPaymentId(string $clientPaymentId): Payment
Set the client payment id
Set the client payment id
|
#
|
public
|
getAmount(): string
Get the payment amount
|
#
|
public
|
setAmount(string $amount): Payment
Set the payment amount
|
#
|
public
|
getCurrency(): string
Get the payment currency
|
#
|
public
|
setCurrency(string $currency): Payment
Set the payment currency
|
#
|
public
|
getDescription(): string
Get the payment description
Get the payment description
|
#
|
public
|
setDescription(string $description): Payment
Set the payment description
Set the payment description
|
#
|
public
|
getMemo(): string
Get the payment memo
|
#
|
public
|
setMemo(string $memo): Payment
Set the payment memo
|
#
|
public
|
getPurpose(): string
Get the payment purpose
|
#
|
public
|
setPurpose(string $purpose): Payment
Set the paymeny purpose
|
#
|
public
|
getReleaseOn(): DateTime
Get the payment release date
Get the payment release date
|
#
|
public
|
setReleaseOn(DateTime $releaseOn = null): Payment
Set the payment release date
Set the payment release date
|
#
|
public
|
getExpiresOn(): DateTime
Get the payment expiry date
Get the payment expiry date
|
#
|
public
|
setExpiresOn(DateTime $expiresOn = null): Payment
Set the payment expiry date
Set the payment expiry date
|
#
|
public
|
getDestinationToken(): string
Get the payment destination token
Get the payment destination token
|
#
|
public
|
setDestinationToken(string $destinationToken): Payment
Set the payment destination token
Set the payment destination token
|
#
|
public
|
getProgramToken(): string
Get the payment program token
Get the payment program token
Implements
|
#
|
public
|
setProgramToken(string $programToken): Payment
Set the payment program token
Set the payment program token
Implements
|
#
|