logo mef-dev
  • Developer's Guide
    • Plugin basics
    • Introduction
    • Platform overview
    • Plugin guides
    • First UI package
    • Package registration
    • First Backend package
    • Portal package creation
    • REST API
    • REST API using
    • Request Formats
  • Documentation
    • UI Kit documentation
    • Telecom BSS
    • Ui Kit Demo
  • Blog
  • Community
Image Image
Show / Hide Table of Contents

Class CustomerExtentions_Response_GET_OUTPUT

Inheritance
System.Object
CustomerExtentions_Response_GET_OUTPUT
Namespace: Natec.Widecoup
Assembly: Natec.Entities.dll
Syntax
public class CustomerExtentions_Response_GET_OUTPUT : BaseEntity, IPropertyIndexer

Constructors

CustomerExtentions_Response_GET_OUTPUT()

Declaration
public CustomerExtentions_Response_GET_OUTPUT()

Properties

ACCOUNT

Declaration
public string ACCOUNT { get; set; }
Property Value
Type Description
System.String

ACCOUNT_ID

Declaration
public int ACCOUNT_ID { get; set; }
Property Value
Type Description
System.Int32

Item[String]

Declaration
public object this[string index] { get; set; }
Parameters
Type Name Description
System.String index
Property Value
Type Description
System.Object

lang

Declaration
public string lang { get; set; }
Property Value
Type Description
System.String

MSISDN

Declaration
public string MSISDN { get; set; }
Property Value
Type Description
System.String

Total

Declaration
public int Total { get; set; }
Property Value
Type Description
System.Int32
In This Article
Back to top Generated by DocFX