billingDay property

  1. @BuiltValueField.new(wireName: r'billingDay')
String? get billingDay

The number of the day, on which the recurring debit can happen. Should be within the same calendar month as the mandate recurring date. Possible values: 1-31 based on the frequency.

Implementation

@BuiltValueField(wireName: r'billingDay')
String? get billingDay;