Methods |
public
|
__construct(Config $cnf)
Return Refund object
|
#
|
public
|
setAmount(float $amount)
Refund amount
|
#
|
public
|
setOrderID(string $orderID): SendMoney
Request identifier - must be unique
Request identifier - must be unique
|
#
|
public
|
setCustomerWalletNumber(string $customerWalletNumber)
Identifier of the client’s (debtor’s) myPOS account
Identifier of the client’s (debtor’s) myPOS account
|
#
|
public
|
setReason(string $reason)
The reason for the transfer.
The reason for the transfer.
|
#
|
public
|
process(): Response
Initiate API request
|
#
|
public
|
validate(): boolean
Validate all set refund details
Validate all set refund details
Throws
|
#
|
public
|
getAmount(): float
Refund amount
|
#
|
public
|
getCurrency(): string
ISO-4217 Three letter currency code
ISO-4217 Three letter currency code
|
#
|
public
|
setCurrency(string $currency): SendMoney
ISO-4217 Three letter currency code
ISO-4217 Three letter currency code
|
#
|
public
|
getOrderID(): string
Request identifier - must be unique
Request identifier - must be unique
|
#
|
public
|
getCustomerWalletNumber(): string
Identifier of the client’s (debtor’s) myPOS account
Identifier of the client’s (debtor’s) myPOS account
|
#
|
public
|
getReason(): string
The reason for the transfer.
The reason for the transfer.
|
#
|