pay.collections.payment_provider ================================ .. py:module:: pay.collections.payment_provider Classes ------- .. autoapisummary:: pay.collections.payment_provider.PaymentProviderCollection Module Contents --------------- .. py:class:: PaymentProviderCollection(session: sqlalchemy.orm.Session, **kwargs: Any) Bases: :py:obj:`onegov.core.collection.GenericCollection`\ [\ :py:obj:`onegov.pay.models.PaymentProvider`\ [\ :py:obj:`onegov.pay.models.Payment`\ ]\ ] Manages the payment providers. .. py:property:: model_class :type: type[onegov.pay.models.PaymentProvider[onegov.pay.models.Payment]] .. py:method:: as_default(provider: onegov.pay.models.PaymentProvider[Any]) -> None .. py:method:: sync() -> None Syncs all payments with the related payment providers.