Bases: AlanBaseFactory[SepaMandate]
account_holder
class-attribute
instance-attribute
account_holder = SubFactory(AccountHolderFactory)
debtor_country
class-attribute
instance-attribute
debtor_iban
class-attribute
instance-attribute
debtor_iban = Faker('iban')
debtor_name
class-attribute
instance-attribute
debtor_name = 'Jean Dupont'
external_id
class-attribute
instance-attribute
external_id = Faker('random_string', length=16)
issued_at
class-attribute
instance-attribute
issued_at = LazyFunction(lambda: now())
sepa_creditor_identifier
class-attribute
instance-attribute
sepa_creditor_identifier = 'FR1234567890'
unique_mandate_reference
class-attribute
instance-attribute
unique_mandate_reference = str(Faker('uuid4'))
workspace_key
class-attribute
instance-attribute
workspace_key = Faker('random_string', length=16)