File size: 119 Bytes
1e92f2d | 1 2 3 4 5 6 7 8 | package nfymsg
// Verification represents outgoing verification code.
type Verification struct {
Base
Code string
}
|
1e92f2d | 1 2 3 4 5 6 7 8 | package nfymsg
// Verification represents outgoing verification code.
type Verification struct {
Base
Code string
}
|