@@ -34,6 +34,10 @@ discard block |
||
| 34 | 34 | return $this; |
| 35 | 35 | } |
| 36 | 36 | |
| 37 | + /** |
|
| 38 | + * @param integer $value |
|
| 39 | + * @param string $currency |
|
| 40 | + */ |
|
| 37 | 41 | public function amount($value, $currency) |
| 38 | 42 | { |
| 39 | 43 | $this->value = $value; |
@@ -41,6 +45,9 @@ discard block |
||
| 41 | 45 | return $this; |
| 42 | 46 | } |
| 43 | 47 | |
| 48 | + /** |
|
| 49 | + * @param integer $amount |
|
| 50 | + */ |
|
| 44 | 51 | public function fee($amount) |
| 45 | 52 | { |
| 46 | 53 | $this->fee = $amount; |