All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ch.codeblock.qrinvoice.rest.model.billinformation.swicos1v12.VatDetails Maven / Gradle / Ivy

package ch.codeblock.qrinvoice.rest.model.billinformation.swicos1v12;

@javax.annotation.Generated(value = "ch.codeblock.qrinvoice.tools.ch.codeblock.qrinvoice.tools.generator.RestModelGenerator", date = "2024-10-23T15:17:26.668")
@io.swagger.v3.oas.annotations.media.Schema(name = "SwicoS1v12VatDetails", description = "")
public class VatDetails {

    @io.swagger.v3.oas.annotations.media.Schema(required = false, description = "See Tag 32 of Swico Syntax Definition S1 v1.2 - http://swiss-qr-invoice.org/", deprecated = false, example = "7.7")
    @com.fasterxml.jackson.annotation.JsonProperty("taxPercentage")
    @com.fasterxml.jackson.annotation.JsonInclude(com.fasterxml.jackson.annotation.JsonInclude.Include.NON_EMPTY)
    private java.math.BigDecimal taxPercentage;

    @io.swagger.v3.oas.annotations.media.Schema(required = false, description = "See Tag 32 of Swico Syntax Definition S1 v1.2 - http://swiss-qr-invoice.org/", deprecated = false, example = "185.65")
    @com.fasterxml.jackson.annotation.JsonProperty("taxedNetAmount")
    @com.fasterxml.jackson.annotation.JsonInclude(com.fasterxml.jackson.annotation.JsonInclude.Include.NON_EMPTY)
    private java.math.BigDecimal taxedNetAmount;

    public java.math.BigDecimal getTaxPercentage() {
        return this.taxPercentage;
    }

    public void setTaxPercentage(java.math.BigDecimal taxPercentage) {
        this.taxPercentage = taxPercentage;
    }

    public java.math.BigDecimal getTaxedNetAmount() {
        return this.taxedNetAmount;
    }

    public void setTaxedNetAmount(java.math.BigDecimal taxedNetAmount) {
        this.taxedNetAmount = taxedNetAmount;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy