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 CustomerPayments_Request_GET

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

Constructors

CustomerPayments_Request_GET()

Declaration
public CustomerPayments_Request_GET()

Properties

Amount

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

AmountFrom

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

AmountTo

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

Annul

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

BankAccountID

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

BankCode

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

CacheControlDate

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

CustomerID

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

DateFrom

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

DateTo

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

ErrFormat

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

global_unique_id

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

ID

Declaration
public Nullable<long> ID { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

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

KassaRemark

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

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>

PayClass

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

PayDocNumber

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

PayInterfaceID

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

PayInterfaceName

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

ReestrNumber

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

Remark

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