payments.management.commands package

Submodules

payments.management.commands.revokeoldmandates module

class payments.management.commands.revokeoldmandates.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.