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 BankDetails_Request_SET

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

Constructors

BankDetails_Request_SET()

Declaration
public BankDetails_Request_SET()

Properties

BankAccountID

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

BankAccountNumber

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

BankCloseBy

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

BankCloseDate

Declaration
public Nullable<DateTime> BankCloseDate { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

BankCode

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

BankID

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

BankJsonData

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

BankName

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

CityID

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

Code

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

CountryID

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

DataFormat

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

DateEnd

Declaration
public Nullable<DateTime> DateEnd { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

DateStart

Declaration
public Nullable<DateTime> DateStart { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

EntityName

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

ErrFormat

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

Esys_ID

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

ExternalSystemCode

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

IBANCode

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

ID

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

IDType

Declaration
public int IDType { 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

LocationID

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

ModifiedBy

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

ModifiedFrom

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

ParentID

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

Remark

Declaration
public string Remark { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top Generated by DocFX