VRBL-INV-DE-PEPPOL-12
Basic Info
| Rule | For SEPA direct debit no Payee Financial Account Group or Payment Means Card Account Group is allowed. |
| Context |
/ubl:Invoice/cac:PaymentMeans
|
| Pattern | vrbl-invoice-de-peppol-3p0 |
| Severity | fatal |
Implementation
not(
cbc:PaymentMeansCode = '59'
)
or
(
not(boolean(cac:PayeeFinancialAccount))
and
not(boolean(cac:CardAccount))
)