VerifyLocationRequest constructor
VerifyLocationRequest({
- ServiceBusinessContext? context,
- String? emailAddress,
- String? languageCode,
- String? mailerContact,
- String? method,
- String? phoneNumber,
- VerificationToken? token,
Implementation
VerifyLocationRequest({
this.context,
this.emailAddress,
this.languageCode,
this.mailerContact,
this.method,
this.phoneNumber,
this.token,
});