Notifique.OpenApi.Model.NtfPlatformRegisterBody (notifique v0.2.1)

Copy Markdown

Summary

Types

t()

@type t() :: %Notifique.OpenApi.Model.NtfPlatformRegisterBody{
  email: String.t(),
  name: String.t() | nil,
  onboardingSurvey:
    Notifique.OpenApi.Model.NtfPlatformRegisterBodyOnboardingSurvey.t() | nil,
  password: String.t(),
  phone: String.t(),
  referralCode: String.t() | nil
}

Functions

decode(value)