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

com.aliyun.dingtalkbizfinance_1_0.models.UpdateInvoiceAccountPeriodRequest Maven / Gradle / Ivy

There is a newer version: 2.1.67
Show newest version
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkbizfinance_1_0.models;

import com.aliyun.tea.*;

public class UpdateInvoiceAccountPeriodRequest extends TeaModel {
    /**
     * example:
     * 

abc

*/ @NameInMap("accountPeriod") public String accountPeriod; /** * example: *

COM_DEFAULT

*/ @NameInMap("companyCode") public String companyCode; @NameInMap("generalInvoiceVOList") public java.util.List generalInvoiceVOList; @NameInMap("invoiceKeyVOList") public java.util.List invoiceKeyVOList; /** * example: *

abc

*/ @NameInMap("operator") public String operator; public static UpdateInvoiceAccountPeriodRequest build(java.util.Map map) throws Exception { UpdateInvoiceAccountPeriodRequest self = new UpdateInvoiceAccountPeriodRequest(); return TeaModel.build(map, self); } public UpdateInvoiceAccountPeriodRequest setAccountPeriod(String accountPeriod) { this.accountPeriod = accountPeriod; return this; } public String getAccountPeriod() { return this.accountPeriod; } public UpdateInvoiceAccountPeriodRequest setCompanyCode(String companyCode) { this.companyCode = companyCode; return this; } public String getCompanyCode() { return this.companyCode; } public UpdateInvoiceAccountPeriodRequest setGeneralInvoiceVOList(java.util.List generalInvoiceVOList) { this.generalInvoiceVOList = generalInvoiceVOList; return this; } public java.util.List getGeneralInvoiceVOList() { return this.generalInvoiceVOList; } public UpdateInvoiceAccountPeriodRequest setInvoiceKeyVOList(java.util.List invoiceKeyVOList) { this.invoiceKeyVOList = invoiceKeyVOList; return this; } public java.util.List getInvoiceKeyVOList() { return this.invoiceKeyVOList; } public UpdateInvoiceAccountPeriodRequest setOperator(String operator) { this.operator = operator; return this; } public String getOperator() { return this.operator; } public static class UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList extends TeaModel { @NameInMap("amount") public String amount; @NameInMap("goodsName") public String goodsName; @NameInMap("quantity") public String quantity; @NameInMap("revenueCode") public String revenueCode; @NameInMap("rowNo") public String rowNo; @NameInMap("specification") public String specification; @NameInMap("taxAmount") public String taxAmount; @NameInMap("taxPre") public String taxPre; @NameInMap("taxPreType") public String taxPreType; @NameInMap("taxRate") public String taxRate; @NameInMap("unit") public String unit; @NameInMap("unitPrice") public String unitPrice; public static UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList build(java.util.Map map) throws Exception { UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList self = new UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList(); return TeaModel.build(map, self); } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList setAmount(String amount) { this.amount = amount; return this; } public String getAmount() { return this.amount; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList setGoodsName(String goodsName) { this.goodsName = goodsName; return this; } public String getGoodsName() { return this.goodsName; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList setQuantity(String quantity) { this.quantity = quantity; return this; } public String getQuantity() { return this.quantity; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList setRevenueCode(String revenueCode) { this.revenueCode = revenueCode; return this; } public String getRevenueCode() { return this.revenueCode; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList setRowNo(String rowNo) { this.rowNo = rowNo; return this; } public String getRowNo() { return this.rowNo; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList setSpecification(String specification) { this.specification = specification; return this; } public String getSpecification() { return this.specification; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList setTaxAmount(String taxAmount) { this.taxAmount = taxAmount; return this; } public String getTaxAmount() { return this.taxAmount; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList setTaxPre(String taxPre) { this.taxPre = taxPre; return this; } public String getTaxPre() { return this.taxPre; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList setTaxPreType(String taxPreType) { this.taxPreType = taxPreType; return this; } public String getTaxPreType() { return this.taxPreType; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList setTaxRate(String taxRate) { this.taxRate = taxRate; return this; } public String getTaxRate() { return this.taxRate; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList setUnit(String unit) { this.unit = unit; return this; } public String getUnit() { return this.unit; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList setUnitPrice(String unitPrice) { this.unitPrice = unitPrice; return this; } public String getUnitPrice() { return this.unitPrice; } } public static class UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList extends TeaModel { @NameInMap("amount") public String amount; @NameInMap("cardNo") public String cardNo; @NameInMap("endDate") public String endDate; @NameInMap("goodsName") public String goodsName; @NameInMap("revenueCode") public String revenueCode; @NameInMap("rowNo") public String rowNo; @NameInMap("startDate") public String startDate; @NameInMap("taxAmount") public String taxAmount; @NameInMap("taxRate") public String taxRate; @NameInMap("vehicleType") public String vehicleType; public static UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList build(java.util.Map map) throws Exception { UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList self = new UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList(); return TeaModel.build(map, self); } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList setAmount(String amount) { this.amount = amount; return this; } public String getAmount() { return this.amount; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList setCardNo(String cardNo) { this.cardNo = cardNo; return this; } public String getCardNo() { return this.cardNo; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList setEndDate(String endDate) { this.endDate = endDate; return this; } public String getEndDate() { return this.endDate; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList setGoodsName(String goodsName) { this.goodsName = goodsName; return this; } public String getGoodsName() { return this.goodsName; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList setRevenueCode(String revenueCode) { this.revenueCode = revenueCode; return this; } public String getRevenueCode() { return this.revenueCode; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList setRowNo(String rowNo) { this.rowNo = rowNo; return this; } public String getRowNo() { return this.rowNo; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList setStartDate(String startDate) { this.startDate = startDate; return this; } public String getStartDate() { return this.startDate; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList setTaxAmount(String taxAmount) { this.taxAmount = taxAmount; return this; } public String getTaxAmount() { return this.taxAmount; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList setTaxRate(String taxRate) { this.taxRate = taxRate; return this; } public String getTaxRate() { return this.taxRate; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList setVehicleType(String vehicleType) { this.vehicleType = vehicleType; return this; } public String getVehicleType() { return this.vehicleType; } } public static class UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList extends TeaModel { @NameInMap("auctionUnit") public String auctionUnit; @NameInMap("auctionUnitAddress") public String auctionUnitAddress; @NameInMap("auctionUnitBank") public String auctionUnitBank; @NameInMap("auctionUnitTaxNo") public String auctionUnitTaxNo; @NameInMap("auctionUtilTel") public String auctionUtilTel; @NameInMap("carModel") public String carModel; @NameInMap("cardNo") public String cardNo; @NameInMap("registration") public String registration; @NameInMap("transferVehicle") public String transferVehicle; @NameInMap("usedCarAddress") public String usedCarAddress; @NameInMap("usedCarMarket") public String usedCarMarket; @NameInMap("usedCarMarketBank") public String usedCarMarketBank; @NameInMap("usedCarMarketPhone") public String usedCarMarketPhone; @NameInMap("usedCarMarketTaxNo") public String usedCarMarketTaxNo; @NameInMap("vehicleNo") public String vehicleNo; @NameInMap("vehicleType") public String vehicleType; public static UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList build(java.util.Map map) throws Exception { UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList self = new UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList(); return TeaModel.build(map, self); } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList setAuctionUnit(String auctionUnit) { this.auctionUnit = auctionUnit; return this; } public String getAuctionUnit() { return this.auctionUnit; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList setAuctionUnitAddress(String auctionUnitAddress) { this.auctionUnitAddress = auctionUnitAddress; return this; } public String getAuctionUnitAddress() { return this.auctionUnitAddress; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList setAuctionUnitBank(String auctionUnitBank) { this.auctionUnitBank = auctionUnitBank; return this; } public String getAuctionUnitBank() { return this.auctionUnitBank; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList setAuctionUnitTaxNo(String auctionUnitTaxNo) { this.auctionUnitTaxNo = auctionUnitTaxNo; return this; } public String getAuctionUnitTaxNo() { return this.auctionUnitTaxNo; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList setAuctionUtilTel(String auctionUtilTel) { this.auctionUtilTel = auctionUtilTel; return this; } public String getAuctionUtilTel() { return this.auctionUtilTel; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList setCarModel(String carModel) { this.carModel = carModel; return this; } public String getCarModel() { return this.carModel; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList setCardNo(String cardNo) { this.cardNo = cardNo; return this; } public String getCardNo() { return this.cardNo; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList setRegistration(String registration) { this.registration = registration; return this; } public String getRegistration() { return this.registration; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList setTransferVehicle(String transferVehicle) { this.transferVehicle = transferVehicle; return this; } public String getTransferVehicle() { return this.transferVehicle; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList setUsedCarAddress(String usedCarAddress) { this.usedCarAddress = usedCarAddress; return this; } public String getUsedCarAddress() { return this.usedCarAddress; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList setUsedCarMarket(String usedCarMarket) { this.usedCarMarket = usedCarMarket; return this; } public String getUsedCarMarket() { return this.usedCarMarket; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList setUsedCarMarketBank(String usedCarMarketBank) { this.usedCarMarketBank = usedCarMarketBank; return this; } public String getUsedCarMarketBank() { return this.usedCarMarketBank; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList setUsedCarMarketPhone(String usedCarMarketPhone) { this.usedCarMarketPhone = usedCarMarketPhone; return this; } public String getUsedCarMarketPhone() { return this.usedCarMarketPhone; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList setUsedCarMarketTaxNo(String usedCarMarketTaxNo) { this.usedCarMarketTaxNo = usedCarMarketTaxNo; return this; } public String getUsedCarMarketTaxNo() { return this.usedCarMarketTaxNo; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList setVehicleNo(String vehicleNo) { this.vehicleNo = vehicleNo; return this; } public String getVehicleNo() { return this.vehicleNo; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList setVehicleType(String vehicleType) { this.vehicleType = vehicleType; return this; } public String getVehicleType() { return this.vehicleType; } } public static class UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListVehicleSaleDetailVOList extends TeaModel { @NameInMap("brand") public String brand; @NameInMap("certificateNo") public String certificateNo; @NameInMap("engineNo") public String engineNo; @NameInMap("idCardNo") public String idCardNo; @NameInMap("importCertificateNo") public String importCertificateNo; @NameInMap("inspectionListNo") public String inspectionListNo; @NameInMap("maxPassengers") public String maxPassengers; @NameInMap("originPlace") public String originPlace; @NameInMap("paymentVoucherNo") public String paymentVoucherNo; @NameInMap("taxAuthorityName") public String taxAuthorityName; @NameInMap("taxAuthorityNo") public String taxAuthorityNo; @NameInMap("taxRate") public String taxRate; @NameInMap("tonnage") public String tonnage; @NameInMap("vehicleNo") public String vehicleNo; @NameInMap("vehicleType") public String vehicleType; public static UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListVehicleSaleDetailVOList build(java.util.Map map) throws Exception { UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListVehicleSaleDetailVOList self = new UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListVehicleSaleDetailVOList(); return TeaModel.build(map, self); } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListVehicleSaleDetailVOList setBrand(String brand) { this.brand = brand; return this; } public String getBrand() { return this.brand; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListVehicleSaleDetailVOList setCertificateNo(String certificateNo) { this.certificateNo = certificateNo; return this; } public String getCertificateNo() { return this.certificateNo; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListVehicleSaleDetailVOList setEngineNo(String engineNo) { this.engineNo = engineNo; return this; } public String getEngineNo() { return this.engineNo; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListVehicleSaleDetailVOList setIdCardNo(String idCardNo) { this.idCardNo = idCardNo; return this; } public String getIdCardNo() { return this.idCardNo; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListVehicleSaleDetailVOList setImportCertificateNo(String importCertificateNo) { this.importCertificateNo = importCertificateNo; return this; } public String getImportCertificateNo() { return this.importCertificateNo; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListVehicleSaleDetailVOList setInspectionListNo(String inspectionListNo) { this.inspectionListNo = inspectionListNo; return this; } public String getInspectionListNo() { return this.inspectionListNo; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListVehicleSaleDetailVOList setMaxPassengers(String maxPassengers) { this.maxPassengers = maxPassengers; return this; } public String getMaxPassengers() { return this.maxPassengers; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListVehicleSaleDetailVOList setOriginPlace(String originPlace) { this.originPlace = originPlace; return this; } public String getOriginPlace() { return this.originPlace; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListVehicleSaleDetailVOList setPaymentVoucherNo(String paymentVoucherNo) { this.paymentVoucherNo = paymentVoucherNo; return this; } public String getPaymentVoucherNo() { return this.paymentVoucherNo; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListVehicleSaleDetailVOList setTaxAuthorityName(String taxAuthorityName) { this.taxAuthorityName = taxAuthorityName; return this; } public String getTaxAuthorityName() { return this.taxAuthorityName; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListVehicleSaleDetailVOList setTaxAuthorityNo(String taxAuthorityNo) { this.taxAuthorityNo = taxAuthorityNo; return this; } public String getTaxAuthorityNo() { return this.taxAuthorityNo; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListVehicleSaleDetailVOList setTaxRate(String taxRate) { this.taxRate = taxRate; return this; } public String getTaxRate() { return this.taxRate; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListVehicleSaleDetailVOList setTonnage(String tonnage) { this.tonnage = tonnage; return this; } public String getTonnage() { return this.tonnage; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListVehicleSaleDetailVOList setVehicleNo(String vehicleNo) { this.vehicleNo = vehicleNo; return this; } public String getVehicleNo() { return this.vehicleNo; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListVehicleSaleDetailVOList setVehicleType(String vehicleType) { this.vehicleType = vehicleType; return this; } public String getVehicleType() { return this.vehicleType; } } public static class UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList extends TeaModel { /** * example: *

abc

*/ @NameInMap("accountPeriod") public String accountPeriod; /** * example: *

100

*/ @NameInMap("amount") public String amount; /** * example: *

120

*/ @NameInMap("amountWithTax") public String amountWithTax; /** * example: *

1111

*/ @NameInMap("checkCode") public String checkCode; /** * example: *

2010-12-12

*/ @NameInMap("checkTime") public String checkTime; /** * example: *

张三

*/ @NameInMap("drawerName") public String drawerName; /** * example: *

2022-12-10

*/ @NameInMap("drewDate") public String drewDate; /** * example: *

abc

*/ @NameInMap("electronicUrl") public String electronicUrl; /** * example: *

INPUT_VAT

*/ @NameInMap("financeType") public String financeType; /** * example: *

RED

*/ @NameInMap("fundType") public String fundType; @NameInMap("generalInvoiceDetailVOList") public java.util.List generalInvoiceDetailVOList; /** * example: *

http://XXX.jpg

*/ @NameInMap("imageUrl") public String imageUrl; /** * example: *

abc

*/ @NameInMap("invoiceCode") public String invoiceCode; /** * example: *

abc

*/ @NameInMap("invoiceNo") public String invoiceNo; /** * example: *

abc

*/ @NameInMap("invoiceStatus") public String invoiceStatus; /** * example: *

INTPUT_VAT

*/ @NameInMap("invoiceType") public String invoiceType; /** * example: *

1111

*/ @NameInMap("machineCode") public String machineCode; /** * example: *

abc

*/ @NameInMap("oilFlag") public String oilFlag; /** * example: *

abc

*/ @NameInMap("payee") public String payee; /** * example: *

abc

*/ @NameInMap("processInstCode") public String processInstCode; /** * example: *

abc

*/ @NameInMap("processInstType") public String processInstType; /** * example: *

杭州市

*/ @NameInMap("purchaserAddress") public String purchaserAddress; @NameInMap("purchaserBankAccount") public String purchaserBankAccount; /** * example: *

建行

*/ @NameInMap("purchaserBankNameAccount") public String purchaserBankNameAccount; /** * example: *

张三

*/ @NameInMap("purchaserName") public String purchaserName; /** * example: *

155655

*/ @NameInMap("purchaserTaxNo") public String purchaserTaxNo; /** * example: *

1333333333

*/ @NameInMap("purchaserTel") public String purchaserTel; /** * example: *

abc

*/ @NameInMap("remark") public String remark; @NameInMap("secondHandCarInvoiceDetailList") public java.util.List secondHandCarInvoiceDetailList; /** * example: *

8852

*/ @NameInMap("sellerAddress") public String sellerAddress; @NameInMap("sellerBankAccount") public String sellerBankAccount; /** * example: *

招商银行

*/ @NameInMap("sellerBankNameAccount") public String sellerBankNameAccount; /** * example: *

李四

*/ @NameInMap("sellerName") public String sellerName; /** * example: *

2202

*/ @NameInMap("sellerTaxNo") public String sellerTaxNo; /** * example: *

13355222222

*/ @NameInMap("sellerTel") public String sellerTel; /** * example: *

abc

*/ @NameInMap("supplySign") public String supplySign; /** * example: *

20

*/ @NameInMap("taxAmount") public String taxAmount; @NameInMap("usedVehicleSaleDetailVOList") public java.util.List usedVehicleSaleDetailVOList; @NameInMap("vehicleSaleDetailVOList") public java.util.List vehicleSaleDetailVOList; /** * example: *

abc

*/ @NameInMap("verifyStatus") public String verifyStatus; /** * example: *

abc

*/ @NameInMap("voucherCode") public String voucherCode; /** * example: *

abc

*/ @NameInMap("voucherStatus") public String voucherStatus; public static UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList build(java.util.Map map) throws Exception { UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList self = new UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList(); return TeaModel.build(map, self); } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList setAccountPeriod(String accountPeriod) { this.accountPeriod = accountPeriod; return this; } public String getAccountPeriod() { return this.accountPeriod; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList setAmount(String amount) { this.amount = amount; return this; } public String getAmount() { return this.amount; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList setAmountWithTax(String amountWithTax) { this.amountWithTax = amountWithTax; return this; } public String getAmountWithTax() { return this.amountWithTax; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList setCheckCode(String checkCode) { this.checkCode = checkCode; return this; } public String getCheckCode() { return this.checkCode; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList setCheckTime(String checkTime) { this.checkTime = checkTime; return this; } public String getCheckTime() { return this.checkTime; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList setDrawerName(String drawerName) { this.drawerName = drawerName; return this; } public String getDrawerName() { return this.drawerName; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList setDrewDate(String drewDate) { this.drewDate = drewDate; return this; } public String getDrewDate() { return this.drewDate; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList setElectronicUrl(String electronicUrl) { this.electronicUrl = electronicUrl; return this; } public String getElectronicUrl() { return this.electronicUrl; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList setFinanceType(String financeType) { this.financeType = financeType; return this; } public String getFinanceType() { return this.financeType; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList setFundType(String fundType) { this.fundType = fundType; return this; } public String getFundType() { return this.fundType; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList setGeneralInvoiceDetailVOList(java.util.List generalInvoiceDetailVOList) { this.generalInvoiceDetailVOList = generalInvoiceDetailVOList; return this; } public java.util.List getGeneralInvoiceDetailVOList() { return this.generalInvoiceDetailVOList; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList setImageUrl(String imageUrl) { this.imageUrl = imageUrl; return this; } public String getImageUrl() { return this.imageUrl; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList setInvoiceCode(String invoiceCode) { this.invoiceCode = invoiceCode; return this; } public String getInvoiceCode() { return this.invoiceCode; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList setInvoiceNo(String invoiceNo) { this.invoiceNo = invoiceNo; return this; } public String getInvoiceNo() { return this.invoiceNo; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList setInvoiceStatus(String invoiceStatus) { this.invoiceStatus = invoiceStatus; return this; } public String getInvoiceStatus() { return this.invoiceStatus; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList setInvoiceType(String invoiceType) { this.invoiceType = invoiceType; return this; } public String getInvoiceType() { return this.invoiceType; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList setMachineCode(String machineCode) { this.machineCode = machineCode; return this; } public String getMachineCode() { return this.machineCode; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList setOilFlag(String oilFlag) { this.oilFlag = oilFlag; return this; } public String getOilFlag() { return this.oilFlag; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList setPayee(String payee) { this.payee = payee; return this; } public String getPayee() { return this.payee; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList setProcessInstCode(String processInstCode) { this.processInstCode = processInstCode; return this; } public String getProcessInstCode() { return this.processInstCode; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList setProcessInstType(String processInstType) { this.processInstType = processInstType; return this; } public String getProcessInstType() { return this.processInstType; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList setPurchaserAddress(String purchaserAddress) { this.purchaserAddress = purchaserAddress; return this; } public String getPurchaserAddress() { return this.purchaserAddress; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList setPurchaserBankAccount(String purchaserBankAccount) { this.purchaserBankAccount = purchaserBankAccount; return this; } public String getPurchaserBankAccount() { return this.purchaserBankAccount; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList setPurchaserBankNameAccount(String purchaserBankNameAccount) { this.purchaserBankNameAccount = purchaserBankNameAccount; return this; } public String getPurchaserBankNameAccount() { return this.purchaserBankNameAccount; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList setPurchaserName(String purchaserName) { this.purchaserName = purchaserName; return this; } public String getPurchaserName() { return this.purchaserName; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList setPurchaserTaxNo(String purchaserTaxNo) { this.purchaserTaxNo = purchaserTaxNo; return this; } public String getPurchaserTaxNo() { return this.purchaserTaxNo; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList setPurchaserTel(String purchaserTel) { this.purchaserTel = purchaserTel; return this; } public String getPurchaserTel() { return this.purchaserTel; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList setRemark(String remark) { this.remark = remark; return this; } public String getRemark() { return this.remark; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList setSecondHandCarInvoiceDetailList(java.util.List secondHandCarInvoiceDetailList) { this.secondHandCarInvoiceDetailList = secondHandCarInvoiceDetailList; return this; } public java.util.List getSecondHandCarInvoiceDetailList() { return this.secondHandCarInvoiceDetailList; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList setSellerAddress(String sellerAddress) { this.sellerAddress = sellerAddress; return this; } public String getSellerAddress() { return this.sellerAddress; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList setSellerBankAccount(String sellerBankAccount) { this.sellerBankAccount = sellerBankAccount; return this; } public String getSellerBankAccount() { return this.sellerBankAccount; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList setSellerBankNameAccount(String sellerBankNameAccount) { this.sellerBankNameAccount = sellerBankNameAccount; return this; } public String getSellerBankNameAccount() { return this.sellerBankNameAccount; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList setSellerName(String sellerName) { this.sellerName = sellerName; return this; } public String getSellerName() { return this.sellerName; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList setSellerTaxNo(String sellerTaxNo) { this.sellerTaxNo = sellerTaxNo; return this; } public String getSellerTaxNo() { return this.sellerTaxNo; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList setSellerTel(String sellerTel) { this.sellerTel = sellerTel; return this; } public String getSellerTel() { return this.sellerTel; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList setSupplySign(String supplySign) { this.supplySign = supplySign; return this; } public String getSupplySign() { return this.supplySign; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList setTaxAmount(String taxAmount) { this.taxAmount = taxAmount; return this; } public String getTaxAmount() { return this.taxAmount; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList setUsedVehicleSaleDetailVOList(java.util.List usedVehicleSaleDetailVOList) { this.usedVehicleSaleDetailVOList = usedVehicleSaleDetailVOList; return this; } public java.util.List getUsedVehicleSaleDetailVOList() { return this.usedVehicleSaleDetailVOList; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList setVehicleSaleDetailVOList(java.util.List vehicleSaleDetailVOList) { this.vehicleSaleDetailVOList = vehicleSaleDetailVOList; return this; } public java.util.List getVehicleSaleDetailVOList() { return this.vehicleSaleDetailVOList; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList setVerifyStatus(String verifyStatus) { this.verifyStatus = verifyStatus; return this; } public String getVerifyStatus() { return this.verifyStatus; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList setVoucherCode(String voucherCode) { this.voucherCode = voucherCode; return this; } public String getVoucherCode() { return this.voucherCode; } public UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList setVoucherStatus(String voucherStatus) { this.voucherStatus = voucherStatus; return this; } public String getVoucherStatus() { return this.voucherStatus; } } public static class UpdateInvoiceAccountPeriodRequestInvoiceKeyVOList extends TeaModel { /** * example: *

1001

*/ @NameInMap("invoiceCode") public String invoiceCode; /** * example: *

2202

*/ @NameInMap("invoiceNo") public String invoiceNo; public static UpdateInvoiceAccountPeriodRequestInvoiceKeyVOList build(java.util.Map map) throws Exception { UpdateInvoiceAccountPeriodRequestInvoiceKeyVOList self = new UpdateInvoiceAccountPeriodRequestInvoiceKeyVOList(); return TeaModel.build(map, self); } public UpdateInvoiceAccountPeriodRequestInvoiceKeyVOList setInvoiceCode(String invoiceCode) { this.invoiceCode = invoiceCode; return this; } public String getInvoiceCode() { return this.invoiceCode; } public UpdateInvoiceAccountPeriodRequestInvoiceKeyVOList setInvoiceNo(String invoiceNo) { this.invoiceNo = invoiceNo; return this; } public String getInvoiceNo() { return this.invoiceNo; } } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy