PaymentTransactionsRepositoryPaymentTypeIdAttribute Field |
Definition of the data attribute for
PaymentType reference
Namespace:
Aloe.EnterpriseOne.Model.Finance.Payments
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic static readonly ColumnDataAttribute<PaymentTransaction, Nullable<Guid>> PaymentTypeIdAttribute
Public Shared ReadOnly PaymentTypeIdAttribute As ColumnDataAttribute(Of PaymentTransaction, Nullable(Of Guid))
public:
static initonly ColumnDataAttribute<PaymentTransaction^, Nullable<Guid^>^>^ PaymentTypeIdAttribute
static val PaymentTypeIdAttribute: ColumnDataAttribute<PaymentTransaction, Nullable<Guid>>
Field Value
Type:
ColumnDataAttributePaymentTransaction,
NullableGuid
See Also