The type of the payment being created.
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "payment-type", "type": "string", "description": "The type of the payment being created.", "enum": [ "premium", "reversal", "claim_payout", "premium_refund", "other" ] }