autoMandateSetupNote property
String
get
autoMandateSetupNote
| Locale | Translation |
|---|---|
| en | " You will see ₹5000 auto-debit amount (limit set by your bank) on the UPI pin screen, but don’t worry we will only debit money as per your plan and will inform you 24 hours prior to the planned debit. \n\nPlease copy your UPI ID for the next step" |
Implementation
String get autoMandateSetupNote {
return customLookup?.autoMandateSetupNote ?? _lookup.autoMandateSetupNote;
}