billingAttemptsRule property
- @BuiltValueField.new(wireName: r'billingAttemptsRule')
The rule to specify the period, within which the recurring debit can happen, relative to the mandate recurring date. Possible values: * on: On a specific date. * before: Before and on a specific date. * after: On and after a specific date.
Implementation
@BuiltValueField(wireName: r'billingAttemptsRule')
MandateBillingAttemptsRuleEnum? get billingAttemptsRule;