Click or drag to resize

BulkPaymentOrderLineBillTo 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.

Namespace:  Aloe.EnterpriseOne.Model.Finance.Payments
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public Nullable<BulkPaymentOrderLinesRepositoryBillTo> BillTo { get; set; }

Property Value

Type: NullableBulkPaymentOrderLinesRepositoryBillTo
See Also