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 InvoicePayments_Request_GET

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

Constructors

InvoicePayments_Request_GET()

Declaration
public InvoicePayments_Request_GET()

Properties

AMOUNT

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

BILL_ACC

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

BILL_ACC_AMOUNT

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

DATE_DOC

Declaration
public DateTime DATE_DOC { get; set; }
Property Value
Type Description
System.DateTime

DOC_ID

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

ErrFormat

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

lang

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

OKPOFROM

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

PromisedPayLogic

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