1 | <?php |
||
14 | class IS1CreditTransfer extends CreditTransfer |
||
15 | { |
||
16 | /** |
||
17 | * @var PostalAccount |
||
18 | */ |
||
19 | protected $creditorAccount; |
||
20 | |||
21 | /** |
||
22 | * {@inheritdoc} |
||
23 | * |
||
24 | * @param PostalAccount $creditorAccount Postal account of the creditor |
||
25 | */ |
||
26 | 2 | public function __construct($instructionId, $endToEndId, Money\CHF $amount, $creditorName, PostalAddressInterface $creditorAddress, PostalAccount $creditorAccount) |
|
32 | |||
33 | /** |
||
34 | * {@inheritdoc} |
||
35 | */ |
||
36 | 2 | public function asDom(DOMDocument $doc, PaymentInformation $paymentInformation) |
|
52 | } |
||
53 |