Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 2.15 KB

CreateDirectDebitParams.md

File metadata and controls

14 lines (11 loc) · 2.15 KB

# CreateDirectDebitParams

Properties

Name Type Description Notes
single_booking bool This field is only relevant when you pass multiple orders. It determines whether the orders should be processed by the bank as one collective booking (in case of 'false'), or as single bookings (in case of 'true'). Note that it is subject to the bank whether it will regard the field. Default value is 'false'. [optional] [default to false]
account_id int Identifier of the account that should be used for the direct debit.
direct_debit_type DirectDebitType <strong>Type:</strong> DirectDebitType<br/> Type of the direct debit; either <code>BASIC</code> or <code>B2B</code> (Business-To-Business).
sequence_type DirectDebitSequenceType <strong>Type:</strong> DirectDebitSequenceType<br/> Sequence type of the direct debit. Possible values:<br/><br/>&bull; <code>OOFF</code> - means that this is a one-time direct debit order<br/>&bull; <code>FRST</code> - means that this is the first in a row of multiple direct debit orders<br/>&bull; <code>RCUR</code> - means that this is one (but not the first or final) within a row of multiple direct debit orders<br/>&bull; <code>FNAL</code> - means that this is the final in a row of multiple direct debit orders<br/><br/>
direct_debits \OpenAPIAccess\Client\Model\DirectDebitOrderParams[] <strong>Type:</strong> DirectDebitOrderParams<br/> List of direct debit orders (may contain at most 15000 items). Please note that collective direct debit may not always be supported.
execution_date string Execution date for the direct debit(s), in the format 'YYYY-MM-DD'. May not be in the past.

[Back to Model list] [Back to API list] [Back to README]