Click or drag to resize

PaymentMethodPaymentOptionID Property

On insert, defaults based on certain conditions.

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> PaymentOptionID { get; set; }

Property Value

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