Bases: AlanBaseFactory[ExpenseLimitRule]
amount
class-attribute
instance-attribute
amount = Faker('random_int', min=0, max=1000000)
criteria
class-attribute
instance-attribute
currency
class-attribute
instance-attribute
currency = Faker('random_element', elements=get_values())
description
class-attribute
instance-attribute
description = Faker('text', max_nb_chars=100)
external_id
class-attribute
instance-attribute
external_id = Faker('random_string', length=16)
is_active
class-attribute
instance-attribute
is_active = Faker('boolean')
period
class-attribute
instance-attribute
period = Faker('random_element', elements=get_values())
reference
class-attribute
instance-attribute
reference = Faker('random_string', length=32)
workspace_key
class-attribute
instance-attribute
workspace_key = Faker('random_string', length=16)