@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen") public class InvoiceIndexResponseTotalAmountPerVatRate extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_REDUCED_VAT8 |
static String |
SERIALIZED_NAME_VAT10 |
static String |
SERIALIZED_NAME_VAT5 |
static String |
SERIALIZED_NAME_VAT8 |
| Constructor and Description |
|---|
InvoiceIndexResponseTotalAmountPerVatRate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getReducedVat8()
軽減税率8%の税込み金額合計
maximum: 9223372036854775807
|
Long |
getVat10()
税率10%の税込み金額合計
maximum: 9223372036854775807
|
Long |
getVat5()
税率5%の税込み金額合計
maximum: 9223372036854775807
|
Long |
getVat8()
税率8%の税込み金額合計
maximum: 9223372036854775807
|
int |
hashCode() |
InvoiceIndexResponseTotalAmountPerVatRate |
reducedVat8(Long reducedVat8) |
void |
setReducedVat8(Long reducedVat8) |
void |
setVat10(Long vat10) |
void |
setVat5(Long vat5) |
void |
setVat8(Long vat8) |
String |
toString() |
InvoiceIndexResponseTotalAmountPerVatRate |
vat10(Long vat10) |
InvoiceIndexResponseTotalAmountPerVatRate |
vat5(Long vat5) |
InvoiceIndexResponseTotalAmountPerVatRate |
vat8(Long vat8) |
public static final String SERIALIZED_NAME_REDUCED_VAT8
public static final String SERIALIZED_NAME_VAT10
public static final String SERIALIZED_NAME_VAT5
public static final String SERIALIZED_NAME_VAT8
public InvoiceIndexResponseTotalAmountPerVatRate()
public InvoiceIndexResponseTotalAmountPerVatRate reducedVat8(Long reducedVat8)
@Nonnull public Long getReducedVat8()
public void setReducedVat8(Long reducedVat8)
public InvoiceIndexResponseTotalAmountPerVatRate vat10(Long vat10)
public void setVat10(Long vat10)
public InvoiceIndexResponseTotalAmountPerVatRate vat5(Long vat5)
public void setVat5(Long vat5)
public InvoiceIndexResponseTotalAmountPerVatRate vat8(Long vat8)
public void setVat8(Long vat8)
Copyright © 2022. All rights reserved.