PaymentOrdersRepositoryBillToAttribute 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<PaymentOrder, Nullable<PaymentOrdersRepositoryBillTo>> BillToAttribute
Public Shared ReadOnly BillToAttribute As StringEnumDataAttribute(Of PaymentOrder, Nullable(Of PaymentOrdersRepositoryBillTo))
public:
static initonly StringEnumDataAttribute<PaymentOrder^, Nullable<PaymentOrdersRepositoryBillTo^>^>^ BillToAttribute
static val BillToAttribute: StringEnumDataAttribute<PaymentOrder, Nullable<PaymentOrdersRepositoryBillTo>>
Field Value
Type:
StringEnumDataAttributePaymentOrder,
NullablePaymentOrdersRepositoryBillTo
See Also