impsepa.management.commands package¶
Submodules¶
impsepa.management.commands.impsepa_hax module¶
impsepa.management.commands.sepa_ingress module¶
-
class
impsepa.management.commands.sepa_ingress.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]¶ Bases:
django.core.management.base.BaseCommand-
handle(*args, **options)[source]¶ The actual logic of the command. Subclasses must implement this method.
-
help= 'Process an incoming SEPA message'¶
-
-
class
impsepa.management.commands.sepa_ingress.FIToFICustomerCreditTransferV02(debtor_iban, creditor_iban, debtor_bic, creditor_bic, amount, currency, root)[source]¶ Bases:
djxml.xmlmodels.base.XmlModel-
exception
DoesNotExist¶ Bases:
django.core.exceptions.ObjectDoesNotExist
-
exception
MultipleObjectsReturned¶ Bases:
django.core.exceptions.MultipleObjectsReturned
-
amount¶
-
creditor_bic¶
-
creditor_iban¶
-
currency¶
-
debtor_bic¶
-
debtor_iban¶
-
root¶
-
exception
-
impsepa.management.commands.sepa_ingress.pacs008¶ alias of
impsepa.management.commands.sepa_ingress.FIToFICustomerCreditTransferV02