autoMandateSetUpNotificationStatement property

String get autoMandateSetUpNotificationStatement
Locale Translation
en "You will be notified 24 hours prior to the funds\nbeing deducted."

Implementation

String get autoMandateSetUpNotificationStatement {
  return customLookup?.autoMandateSetUpNotificationStatement ?? _lookup.autoMandateSetUpNotificationStatement;
}