@Validated @Generated(value="io.swagger.codegen.languages.SeiyaSpringCodegen", date="2019-10-03T01:49:11.617+08:00") public class TaxNumberRecord extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TaxNumberRecord.DefaultTaxCodeEnum
是否默认税编
|
static class |
TaxNumberRecord.TaxPreEnum
是否享受优惠政策
|
static class |
TaxNumberRecord.ZeroTaxEnum
零税率标识
|
| Constructor and Description |
|---|
TaxNumberRecord() |
public TaxNumberRecord withConversionCode(String conversionCode)
@NotNull public @NotNull String getConversionCode()
public void setConversionCode(String conversionCode)
public TaxNumberRecord withDefaultTaxCode(TaxNumberRecord.DefaultTaxCodeEnum defaultTaxCode)
@NotNull public @NotNull TaxNumberRecord.DefaultTaxCodeEnum getDefaultTaxCode()
public void setDefaultTaxCode(TaxNumberRecord.DefaultTaxCodeEnum defaultTaxCode)
public TaxNumberRecord withId(Long id)
public Long getId()
public void setId(Long id)
public TaxNumberRecord withTaxCode(String taxCode)
@NotNull public @NotNull String getTaxCode()
public void setTaxCode(String taxCode)
public TaxNumberRecord withTaxName(String taxName)
@NotNull public @NotNull String getTaxName()
public void setTaxName(String taxName)
public TaxNumberRecord withTaxPre(TaxNumberRecord.TaxPreEnum taxPre)
@NotNull public @NotNull TaxNumberRecord.TaxPreEnum getTaxPre()
public void setTaxPre(TaxNumberRecord.TaxPreEnum taxPre)
public TaxNumberRecord withTaxPreCon(String taxPreCon)
public String getTaxPreCon()
public void setTaxPreCon(String taxPreCon)
public TaxNumberRecord withTaxRate(BigDecimal taxRate)
@NotNull @Valid public @NotNull @Valid BigDecimal getTaxRate()
public void setTaxRate(BigDecimal taxRate)
public TaxNumberRecord withTaxShorName(String taxShorName)
@NotNull public @NotNull String getTaxShorName()
public void setTaxShorName(String taxShorName)
public TaxNumberRecord withZeroTax(TaxNumberRecord.ZeroTaxEnum zeroTax)
public TaxNumberRecord.ZeroTaxEnum getZeroTax()
public void setZeroTax(TaxNumberRecord.ZeroTaxEnum zeroTax)
public static TaxNumberRecord fromString(String json) throws IOException
TaxNumberRecord.IOExceptionCopyright © 2019. All rights reserved.