1 | <?php |
||
31 | class FormOfPaymentInformation |
||
32 | { |
||
33 | /** |
||
34 | * @var FormOfPayment |
||
35 | */ |
||
36 | public $formOfPayment; |
||
37 | |||
38 | /** |
||
39 | * FormOfPaymentInformation constructor. |
||
40 | * |
||
41 | * @param $type |
||
42 | * @param $amount |
||
43 | * @param $source |
||
44 | * @param $authorizedAmount |
||
45 | */ |
||
46 | 4 | public function __construct($type, $amount, $source, $authorizedAmount) |
|
50 | } |
||
51 |