paymentThroughUPIOption property

String get paymentThroughUPIOption
Locale Translation
en "We will send collect request to your UPI app"

Implementation

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