Enum PayOutType
- Namespace
- RetailForce.Fiscalisation.Model.Document
- Assembly
- RetailForce.Fiscalisation.Model.dll
The type of the payout (only in combination with business transaction type payout).
[JsonConverter(typeof(StringEnumConverter))]
[TypeConverter(typeof(EnumMemberEnumConverter))]
public enum PayOutType
Fields
[EnumMember(Value = "[5] = BuyGoods")] BuyGoods = 5Use to buy goods to sell.
[EnumMember(Value = "[0] = CleaningMaterial")] CleaningMaterial = 0Use if cleaning material is bought.
[EnumMember(Value = "[1] = OfficeSupplies")] OfficeSupplies = 1Use if office supplies are bought.
[EnumMember(Value = "[6] = OtherCosts")] OtherCosts = 6Use to pay all other non specified costs.
[EnumMember(Value = "[2] = PostalFee")] PostalFee = 2Use if postal fees are payed.
[EnumMember(Value = "[3] = Salary")] Salary = 3Use to pay salary.
[EnumMember(Value = "[4] = Wages")] Wages = 4Use to pay wages.