wtfs.models.payment_type

Module Contents

Classes

PaymentType

Payment types.

class wtfs.models.payment_type.PaymentType[source]

Bases: onegov.core.orm.Base, onegov.core.orm.mixins.TimestampMixin

Payment types.

property price_per_quantity: float[source]
__tablename__ = 'wtfs_payment_type'[source]
name: Column[str][source]
_price_per_quantity: Column[int][source]