The financing mode of an Account
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "AccountFinancingMode", "description": "The financing mode of an Account", "type": "string", "enum": [ "NO_FINANCING", "SECOND_BY_SECOND", "DAILY" ] }