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 CustomerAccounts_Response_GET_OUTPUT

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

Constructors

CustomerAccounts_Response_GET_OUTPUT()

Declaration
public CustomerAccounts_Response_GET_OUTPUT()

Properties

ABN_ID

Declaration
public Nullable<int> ABN_ID { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

ACCOUNT

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

ACCOUNT_ID

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

ACCOUNT_STATUS_CLOSED

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

ACCOUNT_TYPES

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

BILL_NO

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

CLI_OKPO

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

CLIENT_CONTRACT

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

CLIENT_NAME

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

IDType

Declaration
public Nullable<int> IDType { get; set; }
Property Value
Type Description
System.Nullable<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

NUM_QTY

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

Total

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