github.com/free5gc/openapi@v1.0.8/models/model_sm_address_type.go (about)

     1  /*
     2   * Nchf_ConvergedCharging
     3   *
     4   * ConvergedCharging Service    © 2021, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved.
     5   *
     6   * API version: 3.0.3
     7   * Generated by: OpenAPI Generator (https://openapi-generator.tech)
     8   */
     9  
    10  package models
    11  
    12  type SmAddressType string
    13  
    14  // List of SMAddressType
    15  const (
    16  	SmAddressType_EMAIL_ADDRESS          SmAddressType = "EMAIL_ADDRESS"
    17  	SmAddressType_MSISDN                 SmAddressType = "MSISDN"
    18  	SmAddressType_IPV4_ADDRESS           SmAddressType = "IPV4_ADDRESS"
    19  	SmAddressType_IPV6_ADDRESS           SmAddressType = "IPV6_ADDRESS"
    20  	SmAddressType_NUMERIC_SHORTCODE      SmAddressType = "NUMERIC_SHORTCODE"
    21  	SmAddressType_ALPHANUMERIC_SHORTCODE SmAddressType = "ALPHANUMERIC_SHORTCODE"
    22  	SmAddressType_OTHER                  SmAddressType = "OTHER"
    23  	SmAddressType_IMSI                   SmAddressType = "IMSI"
    24  )