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_SET

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

Constructors

CustomerPayments_Request_SET()

Declaration
public CustomerPayments_Request_SET()

Properties

AccountNumber

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

Amount

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

Annul

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

DatePay

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

DealerID

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

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

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>

InvoiceID

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

InvoiceNumber

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

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 Nullable<int> ParentID { 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>

PayDocID

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

PayInterfaceID

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

Remark

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

RemoveBy

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

RemoveFrom

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

Repayoff

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