Class CustomerPayments_Response_SET
Inheritance
System.Object
CustomerPayments_Response_SET
Assembly: Natec.Entities.dll
Syntax
public class CustomerPayments_Response_SET : BaseEntity, IPropertyIndexer
Constructors
CustomerPayments_Response_SET()
Declaration
public CustomerPayments_Response_SET()
Properties
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> |
|
Item[String]
Declaration
public object this[string index] { get; set; }
Parameters
Type |
Name |
Description |
System.String |
index |
|
Property Value
Type |
Description |
System.Object |
|