Informations about a payout transfer.
package |
Default |
---|
__construct(float $amount, mixed $control, \Dotpay\Model\BankAccount $recipient)
getAmount() : float
float
getControl() : mixed
mixed
getDescription() : string
string
getRecipient() : \Dotpay\Model\BankAccount
setAmount(float $amount) : \Dotpay\Model\Transfer
Throws |
|
---|
float
Amount of money
\Dotpay\Model\Transfer
setControl(mixed $control) : \Dotpay\Model\Transfer
setDescription(string $description) : \Dotpay\Model\Transfer
setRecipient(\Dotpay\Model\BankAccount $recipient) : \Dotpay\Model\Transfer
amount : float
var |
Amount of money |
---|
float
control : mixed
var |
Control identifier for the transfer |
---|
mixed
recipient : \Dotpay\Model\BankAccount
description : string
var |
Description of the transfer |
---|
string