SetSentTo updates the "sentTo" record field value.
(val string)
| 98 | |
| 99 | // SetSentTo updates the "sentTo" record field value. |
| 100 | func (m *OTP) SetSentTo(val string) { |
| 101 | m.Set("sentTo", val) |
| 102 | } |
| 103 | |
| 104 | // Created returns the "created" record field value. |
| 105 | func (m *OTP) Created() types.DateTime { |