BulkPaymentOrderLinesRepositoryBillToAttribute Field |
Definition of the
BillTo data attribute
Namespace:
Aloe.EnterpriseOne.Model.Finance.Payments
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic static readonly StringEnumDataAttribute<BulkPaymentOrderLine, Nullable<BulkPaymentOrderLinesRepositoryBillTo>> BillToAttribute
Public Shared ReadOnly BillToAttribute As StringEnumDataAttribute(Of BulkPaymentOrderLine, Nullable(Of BulkPaymentOrderLinesRepositoryBillTo))
public:
static initonly StringEnumDataAttribute<BulkPaymentOrderLine^, Nullable<BulkPaymentOrderLinesRepositoryBillTo^>^>^ BillToAttribute
static val BillToAttribute: StringEnumDataAttribute<BulkPaymentOrderLine, Nullable<BulkPaymentOrderLinesRepositoryBillTo>>
Field Value
Type:
StringEnumDataAttributeBulkPaymentOrderLine,
NullableBulkPaymentOrderLinesRepositoryBillTo
See Also