github.com/free5gc/openapi@v1.0.8/models/model_nsm_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 NsmChargingInformation struct { 13 ManagementOperation ManagementOperation `json:"managementOperation" yaml:"managementOperation" bson:"managementOperation" mapstructure:"ManagementOperation"` 14 IdNetworkSliceInstance string `json:"idNetworkSliceInstance,omitempty" yaml:"idNetworkSliceInstance" bson:"idNetworkSliceInstance" mapstructure:"IdNetworkSliceInstance"` 15 ListOfserviceProfileChargingInformation []ServiceProfileChargingInformation `json:"listOfserviceProfileChargingInformation,omitempty" yaml:"listOfserviceProfileChargingInformation" bson:"listOfserviceProfileChargingInformation" mapstructure:"ListOfserviceProfileChargingInformation"` 16 ManagementOperationStatus ManagementOperationStatus `json:"managementOperationStatus,omitempty" yaml:"managementOperationStatus" bson:"managementOperationStatus" mapstructure:"ManagementOperationStatus"` 17 }