PaymentTransactionsRepositoryPaymentSlipIdAttribute Field |
Definition of the data attribute for
PaymentSlip 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>> PaymentSlipIdAttribute
Public Shared ReadOnly PaymentSlipIdAttribute As ColumnDataAttribute(Of PaymentTransaction, Nullable(Of Guid))
public:
static initonly ColumnDataAttribute<PaymentTransaction^, Nullable<Guid^>^>^ PaymentSlipIdAttribute
static val PaymentSlipIdAttribute: ColumnDataAttribute<PaymentTransaction, Nullable<Guid>>
Field Value
Type:
ColumnDataAttributePaymentTransaction,
NullableGuid
See Also