FinTex.Model.PaymentType
The following fields are public:
max_purpose_length
- Maximum string length of purpose textsupported_text_keys
- List of supported DTA text keysmin_scheduled_date
- Earliest scheduled datemax_scheduled_date
- Latest scheduled dateallowed_recipients
- List of account IDs. The payment recipient must be one of these accounts. No restriction applies if this field is omitted
Types ↑
t :: %FinTex.Model.PaymentType{allowed_recipients: term, max_purpose_length: term, max_scheduled_date: term, min_scheduled_date: term, supported_text_keys: term}