You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
uco-mobile-poc/lib/app/core/enums/request_constants.dart

9 lines
312 B
Dart

class RequestConstants {
// static const String porOrgacode = "0004"; // Genish
static const String porOrgacode = "1962"; // BEMO
static const String pctCstycode = "I";
static const String channelCode = "01";
static const String plcLocacode = "plcLocacode";
static const bool isOTPRequired = true;
}