Payment type used for the transaction.
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Payment Type", "description": "Payment type used for the transaction.", "type": "string", "enum": [ "CASH", "POS", "ECOM", "RECURRING", "BITCOIN", "BALANCE", "MOTO", "BOLETO", "DIRECT_DEBIT", "APM", "UNKNOWN" ] }