Skip to content
This repository was archived by the owner on Oct 9, 2024. It is now read-only.
This repository was archived by the owner on Oct 9, 2024. It is now read-only.

Missing 9% VAT tax tariff #25

@BobKrusemeijer

Description

@BobKrusemeijer

The Enum value of TaxClass is missing the new tax tariff of 9% which in effect since 1 January 2019. Could you please expand this enum class to contain this tariff as currently we get the wrong reports as result of this issue.

See:
https://github.com/paynl/csharp-sdk/blob/master/PAYNLSDK/Enums/enums.cs

  /// <summary>
    /// TaxClass enumeration
    /// </summary>
    public enum TaxClass
    {
        [EnumMember(Value = "N")]
        None = 0,
        [EnumMember(Value = "L")]
        Low = 6,
        [EnumMember(Value = "H")]
        High = 21
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions