Click or drag to resize

TransactionV1PaymentLineID Property

Unique identifier used to specify line item associated with the transaction. LineID is required when attach to option is Line otherwise ignored.

Created in Epic SDK 2017 R2.

Namespace:  ASI.TAM.API.Data.UI.Transaction
Assembly:  ASI.TAM.API.Data.UI.Transaction (in ASI.TAM.API.Data.UI.Transaction.dll) Version: 2021.1.0.1
Syntax
public Nullable<int> PaymentLineID { get; set; }

Property Value

Type: NullableInt32
PaymentLineID As Integer?.
Remarks
Note Note
  • Name - PaymentLineID
  • Is Identity - True
  • Required On Insert - False
  • Required On Update - False
See Also