github.com/free5gc/openapi@v1.0.8/models/model_recipient_info.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 RecipientInfo struct {
    13  	RecipientSUPI            string         `json:"recipientSUPI,omitempty" yaml:"recipientSUPI" bson:"recipientSUPI" mapstructure:"RecipientSUPI"`
    14  	RecipientGPSI            string         `json:"recipientGPSI,omitempty" yaml:"recipientGPSI" bson:"recipientGPSI" mapstructure:"RecipientGPSI"`
    15  	RecipientOtherAddress    *SmAddressInfo `json:"recipientOtherAddress,omitempty" yaml:"recipientOtherAddress" bson:"recipientOtherAddress" mapstructure:"RecipientOtherAddress"`
    16  	RecipientReceivedAddress *SmAddressInfo `json:"recipientReceivedAddress,omitempty" yaml:"recipientReceivedAddress" bson:"recipientReceivedAddress" mapstructure:"RecipientReceivedAddress"`
    17  	RecipientSCCPAddress     string         `json:"recipientSCCPAddress,omitempty" yaml:"recipientSCCPAddress" bson:"recipientSCCPAddress" mapstructure:"RecipientSCCPAddress"`
    18  	SMDestinationInterface   *SmInterface   `json:"sMDestinationInterface,omitempty" yaml:"sMDestinationInterface" bson:"sMDestinationInterface" mapstructure:"SMDestinationInterface"`
    19  	SMrecipientProtocolId    string         `json:"sMrecipientProtocolId,omitempty" yaml:"sMrecipientProtocolId" bson:"sMrecipientProtocolId" mapstructure:"SMrecipientProtocolId"`
    20  }