actionUrl property
String
get
actionUrl
Implementation
String get actionUrl {
switch (endpointMode) {
case EndpointMode.test:
return 'https://portal.host.iveri.com/threedsecure/EnrollmentInitial';
case EndpointMode.live:
return 'https://portal.host.iveri.com/threedsecure/EnrollmentInitial';
}
}