| 1 | <?php |
||
| 5 | trait PaymentNatureServiceTrait |
||
| 6 | { |
||
| 7 | /** |
||
| 8 | * @var PaymentNatureService |
||
| 9 | */ |
||
| 10 | private $paymentNatureService; |
||
| 11 | |||
| 12 | |||
| 13 | 27 | public function hydratePaymentNatureService(\SimpleXMLElement $xml) |
|
| 20 | |||
| 21 | /** |
||
| 22 | * @return PaymentNatureService |
||
| 23 | */ |
||
| 24 | 3 | public function getPaymentNatureService() : PaymentNatureService |
|
| 28 | } |
||
| 29 |