PaymentTransactionPosLocation Property |
For POS Sales Order payments. Specifies the POS Location, in which the payment is performed. Null when the payment transaction is not created for a POS Sale Order. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Payments
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Location PosLocation { get; set; }
Public Property PosLocation As Location
Get
Set
public:
virtual property Location^ PosLocation {
Location^ get () sealed;
void set (Location^ value) sealed;
}
abstract PosLocation : Location with get, set
override PosLocation : Location with get, set
Property Value
Type:
LocationImplements
IPosModelPosLocation
See Also