Table of Contents

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 = 5

Use to buy goods to sell.

[EnumMember(Value = "[0] = CleaningMaterial")] CleaningMaterial = 0

Use if cleaning material is bought.

[EnumMember(Value = "[1] = OfficeSupplies")] OfficeSupplies = 1

Use if office supplies are bought.

[EnumMember(Value = "[6] = OtherCosts")] OtherCosts = 6

Use to pay all other non specified costs.

[EnumMember(Value = "[2] = PostalFee")] PostalFee = 2

Use if postal fees are payed.

[EnumMember(Value = "[3] = Salary")] Salary = 3

Use to pay salary.

[EnumMember(Value = "[4] = Wages")] Wages = 4

Use to pay wages.