processingDepositPayment property
String
get
processingDepositPayment
| Locale | Translation |
|---|---|
| en | "Processing your payment, this might take some time. You can retry if it did not go through." |
Implementation
String get processingDepositPayment {
return customLookup?.processingDepositPayment ?? _lookup.processingDepositPayment;
}