github.com/free5gc/openapi@v1.0.8/models/model_location_reporting_charging_information.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 LocationReportingChargingInformation struct {
    13  	LocationReportingMessageType     int32                   `json:"locationReportingMessageType" yaml:"locationReportingMessageType" bson:"locationReportingMessageType" mapstructure:"LocationReportingMessageType"`
    14  	UserInformation                  *UserInformation        `json:"userInformation,omitempty" yaml:"userInformation" bson:"userInformation" mapstructure:"UserInformation"`
    15  	UserLocationinfo                 *UserLocation           `json:"userLocationinfo,omitempty" yaml:"userLocationinfo" bson:"userLocationinfo" mapstructure:"UserLocationinfo"`
    16  	PSCellInformation                *PsCellInformation      `json:"pSCellInformation,omitempty" yaml:"pSCellInformation" bson:"pSCellInformation" mapstructure:"PSCellInformation"`
    17  	UetimeZone                       string                  `json:"uetimeZone,omitempty" yaml:"uetimeZone" bson:"uetimeZone" mapstructure:"UetimeZone"`
    18  	RATType                          RatType                 `json:"rATType,omitempty" yaml:"rATType" bson:"rATType" mapstructure:"RATType"`
    19  	PresenceReportingAreaInformation map[string]PresenceInfo `json:"presenceReportingAreaInformation,omitempty" yaml:"presenceReportingAreaInformation" bson:"presenceReportingAreaInformation" mapstructure:"PresenceReportingAreaInformation"`
    20  }