Click or drag to resize

PaymentMethodID Property

Unique identifier used to specify the payment method type.

Created in Epic SDK 2017 R2.

Sometimes Required

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

Property Value

Type: NullableInt32
MethodID As Integer?.
Remarks
Note Note
  • Name - MethodID
  • Is Identity - True
  • Required On Insert - False
  • Required On Update - True
  • Lookup - ReceiptDetailItemMethod
  • Auto Validated - True
See Also