public class InvoiceTotalAmountPerVatRate 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 |
|---|
InvoiceTotalAmountPerVatRate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getReducedVat8()
軽減税率8%の税込み金額合計
maximum: 9223372036854775807
|
Integer |
getVat10()
税率10%の税込み金額合計
maximum: 9223372036854775807
|
Integer |
getVat5()
税率5%の税込み金額合計
maximum: 9223372036854775807
|
Integer |
getVat8()
税率8%の税込み金額合計
maximum: 9223372036854775807
|
int |
hashCode() |
InvoiceTotalAmountPerVatRate |
reducedVat8(Integer reducedVat8) |
void |
setReducedVat8(Integer reducedVat8) |
void |
setVat10(Integer vat10) |
void |
setVat5(Integer vat5) |
void |
setVat8(Integer vat8) |
String |
toString() |
InvoiceTotalAmountPerVatRate |
vat10(Integer vat10) |
InvoiceTotalAmountPerVatRate |
vat5(Integer vat5) |
InvoiceTotalAmountPerVatRate |
vat8(Integer 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 InvoiceTotalAmountPerVatRate reducedVat8(Integer reducedVat8)
public Integer getReducedVat8()
public void setReducedVat8(Integer reducedVat8)
public InvoiceTotalAmountPerVatRate vat10(Integer vat10)
public Integer getVat10()
public void setVat10(Integer vat10)
public InvoiceTotalAmountPerVatRate vat5(Integer vat5)
public Integer getVat5()
public void setVat5(Integer vat5)
public InvoiceTotalAmountPerVatRate vat8(Integer vat8)
public Integer getVat8()
public void setVat8(Integer vat8)
Copyright © 2020. All rights reserved.