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 PaymentDocuments_Request_SET

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

Constructors

PaymentDocuments_Request_SET()

Declaration
public PaymentDocuments_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>

AnnulBy

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

AnnulDate

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

BankAccountID

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

BankID

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

CurrencyCode

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

DealerId

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

EffectiveDate

Declaration
public Nullable<DateTime> EffectiveDate { 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

ExportedDate

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

ExportID

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

ExtentionNumber

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

ExternalSystemCode

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

KassaID

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

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

Moved

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

ParentID

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

PayClass

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

PayDate

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

PayDocNumber

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

PayInterfaceID

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

ReestrDate

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

ReestrID

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

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