github.com/free5gc/openapi@v1.0.8/models/model_nef_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 NefChargingInformation struct { 13 ExternalIndividualIdentifier string `json:"externalIndividualIdentifier,omitempty" yaml:"externalIndividualIdentifier" bson:"externalIndividualIdentifier" mapstructure:"ExternalIndividualIdentifier"` 14 ExternalGroupIdentifier string `json:"externalGroupIdentifier,omitempty" yaml:"externalGroupIdentifier" bson:"externalGroupIdentifier" mapstructure:"ExternalGroupIdentifier"` 15 GroupIdentifier string `json:"groupIdentifier,omitempty" yaml:"groupIdentifier" bson:"groupIdentifier" mapstructure:"GroupIdentifier"` 16 APIDirection ApiDirection `json:"aPIDirection,omitempty" yaml:"aPIDirection" bson:"aPIDirection" mapstructure:"APIDirection"` 17 APITargetNetworkFunction *NfIdentification `json:"aPITargetNetworkFunction,omitempty" yaml:"aPITargetNetworkFunction" bson:"aPITargetNetworkFunction" mapstructure:"APITargetNetworkFunction"` 18 APIResultCode int32 `json:"aPIResultCode,omitempty" yaml:"aPIResultCode" bson:"aPIResultCode" mapstructure:"APIResultCode"` 19 APIName string `json:"aPIName" yaml:"aPIName" bson:"aPIName" mapstructure:"APIName"` 20 APIReference string `json:"aPIReference,omitempty" yaml:"aPIReference" bson:"aPIReference" mapstructure:"APIReference"` 21 APIContent string `json:"aPIContent,omitempty" yaml:"aPIContent" bson:"aPIContent" mapstructure:"APIContent"` 22 }