package nfymsg // Verification represents outgoing verification code. type Verification struct { Base Code string }