PaymentOrderBillTo Property |
If filled indicates which party is billed for the total amount. Possible values: 'C' = Company (means the Party_Id), 'L' = Company location (the Location_Party_Id), null = unidentified. [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Payments
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<PaymentOrdersRepositoryBillTo> BillTo { get; set; }
Public Property BillTo As Nullable(Of PaymentOrdersRepositoryBillTo)
Get
Set
public:
property Nullable<PaymentOrdersRepositoryBillTo^>^ BillTo {
Nullable<PaymentOrdersRepositoryBillTo^>^ get ();
void set (Nullable<PaymentOrdersRepositoryBillTo^>^ value);
}
member BillTo : Nullable<PaymentOrdersRepositoryBillTo> with get, set
Property Value
Type:
NullablePaymentOrdersRepositoryBillTo
See Also