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_Response_GET_OUTPUT

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

Constructors

InvoicePayments_Response_GET_OUTPUT()

Declaration
public InvoicePayments_Response_GET_OUTPUT()

Properties

ACC_CURRENCY_CODE

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

ACCNT_ID

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

ACCOUNT

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

DIVIDED_AMOUNT

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

ExportedDate

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

INV_DATE

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

INV_ID

Declaration
public long INV_ID { get; set; }
Property Value
Type Description
System.Int64

INV_NUMBER

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

INV_ONE_STRING

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

INV_TOTAL_AMOUNT

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

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

Moved

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

OKPOFROM

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

ORDER_ID

Declaration
public long ORDER_ID { get; set; }
Property Value
Type Description
System.Int64

PAY_BLOCKED

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

PAY_CLASS_ID

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

PAY_INTERFACE

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

PAYM_ID

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

PDOC_ID

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

Retry

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