Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PhoneNumber ¶
type PhoneNumber struct { ID string `json:"id"` RawPhoneNumber string `json:"rawPhoneNumber"` E164 string `json:"e164"` Source common.Source `json:"source"` CreatedAt time.Time `json:"createdAt"` UpdatedAt time.Time `json:"updatedAt"` PhoneNumberValidation PhoneNumberValidation `json:"phoneNumberValidation"` CountryCodeA2 string `json:"countryCodeA2"` }
func NewPhoneNumber ¶
func NewPhoneNumber() *PhoneNumber
func (*PhoneNumber) String ¶
func (p *PhoneNumber) String() string
type PhoneNumberValidation ¶
Click to show internal directories.
Click to hide internal directories.