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_Request_GET

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

Constructors

CustomerAccounts_Request_GET()

Declaration
public CustomerAccounts_Request_GET()

Properties

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_TYPE_ID

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

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

CONTRACT_NUMBER

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

CUSTOMER_NAME

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

ErrFormat

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

EXTENTION_NUMBER

Declaration
public string EXTENTION_NUMBER { 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

PageNumber

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

PageSize

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