Model of refund data.
package |
Default |
---|
__construct(string $payment, float $amount, string $control = '', string $description = '')
string
Number of payment which is refunded
float
Amount of the refund
string
Value which is used by comfirmation of the operation
string
Description of refund
getAmount() : float
float
getControl() : mixed
mixed
getDescription() : string
string
getPayment() : string
string
setAmount(float $amount) : \Dotpay\Model\Refund
Throws |
|
---|
float
Amount of refund
\Dotpay\Model\Refund
setControl(mixed $control) : \Dotpay\Model\Refund
mixed
Value which is used by comfirmation of the operation
\Dotpay\Model\Refund
setDescription(string $description) : \Dotpay\Model\Refund
setPayment(string $payment) : \Dotpay\Model\Refund
Throws |
|
---|
string
Number 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