wtfs.models.payment_type

Classes

PaymentType

Payment types.

Module Contents

class wtfs.models.payment_type.PaymentType[source]

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

Payment types.

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