Model of refund data.
| package |
Default |
|---|
__construct(string $payment, float $amount, string $control = '', string $description = '')
stringNumber of payment which is refunded
floatAmount of the refund
stringValue which is used by comfirmation of the operation
stringDescription of refund
getAmount() : float
float
getControl() : mixed
mixed
getDescription() : string
string
getPayment() : string
string
setAmount(float $amount) : \Dotpay\Model\Refund
| Throws |
|
|---|
floatAmount of refund
\Dotpay\Model\Refund
setControl(mixed $control) : \Dotpay\Model\Refund
mixedValue which is used by comfirmation of the operation
\Dotpay\Model\Refund
setDescription(string $description) : \Dotpay\Model\Refund
setPayment(string $payment) : \Dotpay\Model\Refund
| Throws |
|
|---|
stringNumber of payment for which is the refund
\Dotpay\Model\Refund
payment : string
| var |
Number of payment for which is the refund |
|---|
string
amount : float
| var |
Amount of refund |
|---|
float
control : string
| var |
Value which is used by comfirmation of the operation |
|---|
string
description : string
| var |
Descriptiion of the refund |
|---|
string