-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #291 from Cugar15/sepa-b2b
Added B2B support for SEPADirectDebit
- Loading branch information
Showing
28 changed files
with
395 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<?php | ||
|
||
namespace Fhp\Segment\BME; | ||
|
||
use Fhp\Segment\BaseGeschaeftsvorfallparameter; | ||
use Fhp\Segment\BaseSegment; | ||
use Fhp\Segment\DSE\HIDXES; | ||
use Fhp\Segment\DSE\SEPADirectDebitMinimalLeadTimeProvider; | ||
|
||
/** | ||
* Segment: Terminierte SEPA-Sammellastschrift einreichen Parameter | ||
* | ||
* @link https://www.hbci-zka.de/dokumente/spezifikation_deutsch/fintsv3/FinTS_3.0_Messages_Geschaeftsvorfaelle_2015-08-07_final_version.pdf | ||
* Section: C.10.3.3.2.1 c) | ||
*/ | ||
class HIBMESv1 extends BaseGeschaeftsvorfallparameter implements HIDXES | ||
{ | ||
/** @var ParameterTerminierteSEPAFirmenSammellastschriftEinreichenV1 */ | ||
public $parameter; | ||
|
||
public function getParameter(): SEPADirectDebitMinimalLeadTimeProvider | ||
{ | ||
return $this->parameter; | ||
} | ||
|
||
public function createRequestSegment(): BaseSegment | ||
{ | ||
return HKBMEv1::createEmpty(); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<?php | ||
|
||
namespace Fhp\Segment\BME; | ||
|
||
use Fhp\Segment\BaseGeschaeftsvorfallparameter; | ||
use Fhp\Segment\BaseSegment; | ||
use Fhp\Segment\DSE\HIDXES; | ||
use Fhp\Segment\DSE\SEPADirectDebitMinimalLeadTimeProvider; | ||
|
||
/** | ||
* Segment: Terminierte SEPA-Sammellastschrift einreichen Parameter | ||
* | ||
* @link https://www.hbci-zka.de/dokumente/spezifikation_deutsch/fintsv3/FinTS_3.0_Messages_Geschaeftsvorfaelle_2015-08-07_final_version.pdf | ||
* Section: C.10.3.3.2.1 c) | ||
*/ | ||
class HIBMESv2 extends BaseGeschaeftsvorfallparameter implements HIDXES | ||
{ | ||
/** @var ParameterTerminierteSEPAFirmenSammellastschriftEinreichenV2 */ | ||
public $parameter; | ||
|
||
public function getParameter(): SEPADirectDebitMinimalLeadTimeProvider | ||
{ | ||
return $this->parameter; | ||
} | ||
|
||
public function createRequestSegment(): BaseSegment | ||
{ | ||
return HKBMEv2::createEmpty(); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?php | ||
|
||
namespace Fhp\Segment\BME; | ||
|
||
use Fhp\Segment\DME\HKDMEv1; | ||
|
||
/** | ||
* Einreichung terminierter SEPA-Sammellastschrift (Segmentversion 1) | ||
* | ||
* @link https://www.hbci-zka.de/dokumente/spezifikation_deutsch/fintsv3/FinTS_3.0_Messages_Geschaeftsvorfaelle_2015-08-07_final_version.pdf | ||
* Section: C.10.3.3.2.1 | ||
*/ | ||
class HKBMEv1 extends HKDMEv1 | ||
{ | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?php | ||
|
||
namespace Fhp\Segment\BME; | ||
|
||
/** | ||
* Einreichung terminierter SEPA-Sammellastschrift (Segmentversion 2) | ||
* | ||
* @link https://www.hbci-zka.de/dokumente/spezifikation_deutsch/fintsv3/FinTS_3.0_Messages_Geschaeftsvorfaelle_2015-08-07_final_version.pdf | ||
* Section: C.10.3.3.2.2 | ||
*/ | ||
class HKBMEv2 extends HKBMEv1 | ||
{ | ||
} |
17 changes: 17 additions & 0 deletions
17
lib/Fhp/Segment/BME/ParameterTerminierteSEPAFirmenSammellastschriftEinreichenV1.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?php | ||
|
||
namespace Fhp\Segment\BME; | ||
|
||
use Fhp\Segment\BSE\ParameterTerminierteSEPAFirmenEinzellastschriftEinreichenV1; | ||
|
||
class ParameterTerminierteSEPAFirmenSammellastschriftEinreichenV1 extends ParameterTerminierteSEPAFirmenEinzellastschriftEinreichenV1 | ||
{ | ||
/** @var int */ | ||
public $maximaleAnzahlDirectDebitTransferTransactionInformation; | ||
|
||
/** @var bool */ | ||
public $summenfeldBenoetigt; | ||
|
||
/** @var bool */ | ||
public $einzelbuchungErlaubt; | ||
} |
23 changes: 23 additions & 0 deletions
23
lib/Fhp/Segment/BME/ParameterTerminierteSEPAFirmenSammellastschriftEinreichenV2.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?php | ||
|
||
namespace Fhp\Segment\BME; | ||
|
||
use Fhp\Segment\BSE\ParameterTerminierteSEPAFirmenLastschriftEinreichenV2; | ||
|
||
class ParameterTerminierteSEPAFirmenSammellastschriftEinreichenV2 extends ParameterTerminierteSEPAFirmenLastschriftEinreichenV2 | ||
{ | ||
/** @var int */ | ||
public $maximaleAnzahlDirectDebitTransferTransactionInformation; | ||
|
||
/** @var bool */ | ||
public $summenfeldBenoetigt; | ||
|
||
/** @var bool */ | ||
public $einzelbuchungErlaubt; | ||
|
||
/** @var string|null Max Length: 4096 */ | ||
public $zulaessigePurposecodes; | ||
|
||
/** @var string[]|null @Max(9) Max Length: 256 */ | ||
public $unterstuetzteSEPADatenformate; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<?php | ||
|
||
namespace Fhp\Segment\BSE; | ||
|
||
use Fhp\Segment\BaseGeschaeftsvorfallparameter; | ||
use Fhp\Segment\BaseSegment; | ||
use Fhp\Segment\DSE\HIDXES; | ||
use Fhp\Segment\DSE\SEPADirectDebitMinimalLeadTimeProvider; | ||
|
||
/** | ||
* Segment: Terminierte SEPA-Einzellastschrift einreichen Parameter | ||
* | ||
* @link https://www.hbci-zka.de/dokumente/spezifikation_deutsch/fintsv3/FinTS_3.0_Messages_Geschaeftsvorfaelle_2015-08-07_final_version.pdf | ||
* Section: C.10.2.6.2.1 c) | ||
*/ | ||
class HIBSESv1 extends BaseGeschaeftsvorfallparameter implements HIDXES | ||
{ | ||
/** @var ParameterTerminierteSEPAFirmenEinzellastschriftEinreichenV1 */ | ||
public $parameter; | ||
|
||
public function getParameter(): SEPADirectDebitMinimalLeadTimeProvider | ||
{ | ||
return $this->parameter; | ||
} | ||
|
||
public function createRequestSegment(): BaseSegment | ||
{ | ||
return HKBSEv1::createEmpty(); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<?php | ||
|
||
namespace Fhp\Segment\BSE; | ||
|
||
use Fhp\Segment\BaseGeschaeftsvorfallparameter; | ||
use Fhp\Segment\BaseSegment; | ||
use Fhp\Segment\DSE\HIDXES; | ||
use Fhp\Segment\DSE\SEPADirectDebitMinimalLeadTimeProvider; | ||
|
||
/** | ||
* Segment: Terminierte SEPA-Einzellastschrift einreichen Parameter | ||
* | ||
* @link https://www.hbci-zka.de/dokumente/spezifikation_deutsch/fintsv3/FinTS_3.0_Messages_Geschaeftsvorfaelle_2015-08-07_final_version.pdf | ||
* Section: C.10.2.6.2.2 c) | ||
*/ | ||
class HIBSESv2 extends BaseGeschaeftsvorfallparameter implements HIDXES | ||
{ | ||
/** @var ParameterTerminierteSEPAFirmenEinzellastschriftEinreichenV2 */ | ||
public $parameter; | ||
|
||
public function getParameter(): SEPADirectDebitMinimalLeadTimeProvider | ||
{ | ||
return $this->parameter; | ||
} | ||
|
||
public function createRequestSegment(): BaseSegment | ||
{ | ||
return HKBSEv2::createEmpty(); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?php | ||
|
||
namespace Fhp\Segment\BSE; | ||
|
||
use Fhp\Segment\DSE\HKDSEv1; | ||
|
||
/** | ||
* Einreichung terminierter SEPA-Einzellastschriften (Segmentversion 1) | ||
* | ||
* @link https://www.hbci-zka.de/dokumente/spezifikation_deutsch/fintsv3/FinTS_3.0_Messages_Geschaeftsvorfaelle_2015-08-07_final_version.pdf | ||
* Section: C.10.2.6.2.1 | ||
*/ | ||
class HKBSEv1 extends HKDSEv1 | ||
{ | ||
} |
Oops, something went wrong.