impsepa.management.commands package

Submodules

impsepa.management.commands.impsepa_hax module

class impsepa.management.commands.impsepa_hax.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 = 'SEPA IMP HAX'

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

add_arguments(parser)[source]

Entry point for subclassed commands to add custom arguments.

handle(*args, **options)[source]

The actual logic of the command. Subclasses must implement this method.

help = 'Process an incoming SEPA message'
success(message)[source]
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
impsepa.management.commands.sepa_ingress.pacs008

alias of impsepa.management.commands.sepa_ingress.FIToFICustomerCreditTransferV02