"""Schema validation for account_payment_term_template requests.""" from abacus_common_logic.marshalling.custom_fields import ma class AccountPaymentTermTemplatePostSchema(ma.Schema): """account_payment_term_template POST body.""" account_id = ma.Integer(required=True)