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 ProviderBankDetails_Response_GET_OUTPUT

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

Constructors

ProviderBankDetails_Response_GET_OUTPUT()

Declaration
public ProviderBankDetails_Response_GET_OUTPUT()

Properties

AccountID

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

AccountNumber

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

BankCode

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

BankID

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

Code

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

IBAN

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

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 int LocationID { get; set; }
Property Value
Type Description
System.Int32

Name

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

OneString

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