public final class CreateOTPVerificationRequest
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateOTPVerificationRequest.Builder
The type Builder.
|
| Modifier and Type | Field and Description |
|---|---|
private AuthenticationType |
type |
private java.lang.String |
value |
| Modifier | Constructor and Description |
|---|---|
private |
CreateOTPVerificationRequest(AuthenticationType id,
java.lang.String otp) |
@SerializedName(value="type") @Expose private AuthenticationType type
@SerializedName(value="value") @Expose private java.lang.String value
private CreateOTPVerificationRequest(AuthenticationType id, java.lang.String otp)