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

com.aliyun.dingtalkbizfinance_1_0.models.UpdateInvoiceVerifyStatusRequest 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 UpdateInvoiceVerifyStatusRequest extends TeaModel {
    /**
     * example:
     * 

COM_DEFAULT

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

DEDUCTED

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

abc

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

abc

*/ @NameInMap("verifyStatus") public String verifyStatus; public static UpdateInvoiceVerifyStatusRequest build(java.util.Map map) throws Exception { UpdateInvoiceVerifyStatusRequest self = new UpdateInvoiceVerifyStatusRequest(); return TeaModel.build(map, self); } public UpdateInvoiceVerifyStatusRequest setCompanyCode(String companyCode) { this.companyCode = companyCode; return this; } public String getCompanyCode() { return this.companyCode; } public UpdateInvoiceVerifyStatusRequest setDeductStatus(String deductStatus) { this.deductStatus = deductStatus; return this; } public String getDeductStatus() { return this.deductStatus; } public UpdateInvoiceVerifyStatusRequest setGeneralInvoiceVOList(java.util.List generalInvoiceVOList) { this.generalInvoiceVOList = generalInvoiceVOList; return this; } public java.util.List getGeneralInvoiceVOList() { return this.generalInvoiceVOList; } public UpdateInvoiceVerifyStatusRequest setInvoiceKeyVOList(java.util.List invoiceKeyVOList) { this.invoiceKeyVOList = invoiceKeyVOList; return this; } public java.util.List getInvoiceKeyVOList() { return this.invoiceKeyVOList; } public UpdateInvoiceVerifyStatusRequest setOperator(String operator) { this.operator = operator; return this; } public String getOperator() { return this.operator; } public UpdateInvoiceVerifyStatusRequest setVerifyStatus(String verifyStatus) { this.verifyStatus = verifyStatus; return this; } public String getVerifyStatus() { return this.verifyStatus; } public static class UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList 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 UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList build(java.util.Map map) throws Exception { UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList self = new UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList(); return TeaModel.build(map, self); } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList setAmount(String amount) { this.amount = amount; return this; } public String getAmount() { return this.amount; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList setGoodsName(String goodsName) { this.goodsName = goodsName; return this; } public String getGoodsName() { return this.goodsName; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList setQuantity(String quantity) { this.quantity = quantity; return this; } public String getQuantity() { return this.quantity; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList setRevenueCode(String revenueCode) { this.revenueCode = revenueCode; return this; } public String getRevenueCode() { return this.revenueCode; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList setRowNo(String rowNo) { this.rowNo = rowNo; return this; } public String getRowNo() { return this.rowNo; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList setSpecification(String specification) { this.specification = specification; return this; } public String getSpecification() { return this.specification; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList setTaxAmount(String taxAmount) { this.taxAmount = taxAmount; return this; } public String getTaxAmount() { return this.taxAmount; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList setTaxPre(String taxPre) { this.taxPre = taxPre; return this; } public String getTaxPre() { return this.taxPre; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList setTaxPreType(String taxPreType) { this.taxPreType = taxPreType; return this; } public String getTaxPreType() { return this.taxPreType; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList setTaxRate(String taxRate) { this.taxRate = taxRate; return this; } public String getTaxRate() { return this.taxRate; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList setUnit(String unit) { this.unit = unit; return this; } public String getUnit() { return this.unit; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList setUnitPrice(String unitPrice) { this.unitPrice = unitPrice; return this; } public String getUnitPrice() { return this.unitPrice; } } public static class UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList 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 UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList build(java.util.Map map) throws Exception { UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList self = new UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList(); return TeaModel.build(map, self); } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList setAmount(String amount) { this.amount = amount; return this; } public String getAmount() { return this.amount; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList setCardNo(String cardNo) { this.cardNo = cardNo; return this; } public String getCardNo() { return this.cardNo; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList setEndDate(String endDate) { this.endDate = endDate; return this; } public String getEndDate() { return this.endDate; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList setGoodsName(String goodsName) { this.goodsName = goodsName; return this; } public String getGoodsName() { return this.goodsName; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList setRevenueCode(String revenueCode) { this.revenueCode = revenueCode; return this; } public String getRevenueCode() { return this.revenueCode; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList setRowNo(String rowNo) { this.rowNo = rowNo; return this; } public String getRowNo() { return this.rowNo; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList setStartDate(String startDate) { this.startDate = startDate; return this; } public String getStartDate() { return this.startDate; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList setTaxAmount(String taxAmount) { this.taxAmount = taxAmount; return this; } public String getTaxAmount() { return this.taxAmount; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList setTaxRate(String taxRate) { this.taxRate = taxRate; return this; } public String getTaxRate() { return this.taxRate; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList setVehicleType(String vehicleType) { this.vehicleType = vehicleType; return this; } public String getVehicleType() { return this.vehicleType; } } public static class UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList 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 UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList build(java.util.Map map) throws Exception { UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList self = new UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList(); return TeaModel.build(map, self); } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList setAuctionUnit(String auctionUnit) { this.auctionUnit = auctionUnit; return this; } public String getAuctionUnit() { return this.auctionUnit; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList setAuctionUnitAddress(String auctionUnitAddress) { this.auctionUnitAddress = auctionUnitAddress; return this; } public String getAuctionUnitAddress() { return this.auctionUnitAddress; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList setAuctionUnitBank(String auctionUnitBank) { this.auctionUnitBank = auctionUnitBank; return this; } public String getAuctionUnitBank() { return this.auctionUnitBank; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList setAuctionUnitTaxNo(String auctionUnitTaxNo) { this.auctionUnitTaxNo = auctionUnitTaxNo; return this; } public String getAuctionUnitTaxNo() { return this.auctionUnitTaxNo; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList setAuctionUtilTel(String auctionUtilTel) { this.auctionUtilTel = auctionUtilTel; return this; } public String getAuctionUtilTel() { return this.auctionUtilTel; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList setCarModel(String carModel) { this.carModel = carModel; return this; } public String getCarModel() { return this.carModel; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList setCardNo(String cardNo) { this.cardNo = cardNo; return this; } public String getCardNo() { return this.cardNo; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList setRegistration(String registration) { this.registration = registration; return this; } public String getRegistration() { return this.registration; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList setTransferVehicle(String transferVehicle) { this.transferVehicle = transferVehicle; return this; } public String getTransferVehicle() { return this.transferVehicle; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList setUsedCarAddress(String usedCarAddress) { this.usedCarAddress = usedCarAddress; return this; } public String getUsedCarAddress() { return this.usedCarAddress; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList setUsedCarMarket(String usedCarMarket) { this.usedCarMarket = usedCarMarket; return this; } public String getUsedCarMarket() { return this.usedCarMarket; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList setUsedCarMarketBank(String usedCarMarketBank) { this.usedCarMarketBank = usedCarMarketBank; return this; } public String getUsedCarMarketBank() { return this.usedCarMarketBank; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList setUsedCarMarketPhone(String usedCarMarketPhone) { this.usedCarMarketPhone = usedCarMarketPhone; return this; } public String getUsedCarMarketPhone() { return this.usedCarMarketPhone; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList setUsedCarMarketTaxNo(String usedCarMarketTaxNo) { this.usedCarMarketTaxNo = usedCarMarketTaxNo; return this; } public String getUsedCarMarketTaxNo() { return this.usedCarMarketTaxNo; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList setVehicleNo(String vehicleNo) { this.vehicleNo = vehicleNo; return this; } public String getVehicleNo() { return this.vehicleNo; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList setVehicleType(String vehicleType) { this.vehicleType = vehicleType; return this; } public String getVehicleType() { return this.vehicleType; } } public static class UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListVehicleSaleDetailVOList 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 UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListVehicleSaleDetailVOList build(java.util.Map map) throws Exception { UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListVehicleSaleDetailVOList self = new UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListVehicleSaleDetailVOList(); return TeaModel.build(map, self); } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListVehicleSaleDetailVOList setBrand(String brand) { this.brand = brand; return this; } public String getBrand() { return this.brand; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListVehicleSaleDetailVOList setCertificateNo(String certificateNo) { this.certificateNo = certificateNo; return this; } public String getCertificateNo() { return this.certificateNo; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListVehicleSaleDetailVOList setEngineNo(String engineNo) { this.engineNo = engineNo; return this; } public String getEngineNo() { return this.engineNo; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListVehicleSaleDetailVOList setIdCardNo(String idCardNo) { this.idCardNo = idCardNo; return this; } public String getIdCardNo() { return this.idCardNo; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListVehicleSaleDetailVOList setImportCertificateNo(String importCertificateNo) { this.importCertificateNo = importCertificateNo; return this; } public String getImportCertificateNo() { return this.importCertificateNo; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListVehicleSaleDetailVOList setInspectionListNo(String inspectionListNo) { this.inspectionListNo = inspectionListNo; return this; } public String getInspectionListNo() { return this.inspectionListNo; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListVehicleSaleDetailVOList setMaxPassengers(String maxPassengers) { this.maxPassengers = maxPassengers; return this; } public String getMaxPassengers() { return this.maxPassengers; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListVehicleSaleDetailVOList setOriginPlace(String originPlace) { this.originPlace = originPlace; return this; } public String getOriginPlace() { return this.originPlace; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListVehicleSaleDetailVOList setPaymentVoucherNo(String paymentVoucherNo) { this.paymentVoucherNo = paymentVoucherNo; return this; } public String getPaymentVoucherNo() { return this.paymentVoucherNo; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListVehicleSaleDetailVOList setTaxAuthorityName(String taxAuthorityName) { this.taxAuthorityName = taxAuthorityName; return this; } public String getTaxAuthorityName() { return this.taxAuthorityName; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListVehicleSaleDetailVOList setTaxAuthorityNo(String taxAuthorityNo) { this.taxAuthorityNo = taxAuthorityNo; return this; } public String getTaxAuthorityNo() { return this.taxAuthorityNo; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListVehicleSaleDetailVOList setTaxRate(String taxRate) { this.taxRate = taxRate; return this; } public String getTaxRate() { return this.taxRate; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListVehicleSaleDetailVOList setTonnage(String tonnage) { this.tonnage = tonnage; return this; } public String getTonnage() { return this.tonnage; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListVehicleSaleDetailVOList setVehicleNo(String vehicleNo) { this.vehicleNo = vehicleNo; return this; } public String getVehicleNo() { return this.vehicleNo; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListVehicleSaleDetailVOList setVehicleType(String vehicleType) { this.vehicleType = vehicleType; return this; } public String getVehicleType() { return this.vehicleType; } } public static class UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList 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 UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList build(java.util.Map map) throws Exception { UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList self = new UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList(); return TeaModel.build(map, self); } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList setAccountPeriod(String accountPeriod) { this.accountPeriod = accountPeriod; return this; } public String getAccountPeriod() { return this.accountPeriod; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList setAmount(String amount) { this.amount = amount; return this; } public String getAmount() { return this.amount; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList setAmountWithTax(String amountWithTax) { this.amountWithTax = amountWithTax; return this; } public String getAmountWithTax() { return this.amountWithTax; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList setCheckCode(String checkCode) { this.checkCode = checkCode; return this; } public String getCheckCode() { return this.checkCode; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList setCheckTime(String checkTime) { this.checkTime = checkTime; return this; } public String getCheckTime() { return this.checkTime; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList setDrawerName(String drawerName) { this.drawerName = drawerName; return this; } public String getDrawerName() { return this.drawerName; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList setDrewDate(String drewDate) { this.drewDate = drewDate; return this; } public String getDrewDate() { return this.drewDate; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList setElectronicUrl(String electronicUrl) { this.electronicUrl = electronicUrl; return this; } public String getElectronicUrl() { return this.electronicUrl; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList setFinanceType(String financeType) { this.financeType = financeType; return this; } public String getFinanceType() { return this.financeType; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList setFundType(String fundType) { this.fundType = fundType; return this; } public String getFundType() { return this.fundType; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList setGeneralInvoiceDetailVOList(java.util.List generalInvoiceDetailVOList) { this.generalInvoiceDetailVOList = generalInvoiceDetailVOList; return this; } public java.util.List getGeneralInvoiceDetailVOList() { return this.generalInvoiceDetailVOList; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList setImageUrl(String imageUrl) { this.imageUrl = imageUrl; return this; } public String getImageUrl() { return this.imageUrl; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList setInvoiceCode(String invoiceCode) { this.invoiceCode = invoiceCode; return this; } public String getInvoiceCode() { return this.invoiceCode; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList setInvoiceNo(String invoiceNo) { this.invoiceNo = invoiceNo; return this; } public String getInvoiceNo() { return this.invoiceNo; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList setInvoiceStatus(String invoiceStatus) { this.invoiceStatus = invoiceStatus; return this; } public String getInvoiceStatus() { return this.invoiceStatus; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList setInvoiceType(String invoiceType) { this.invoiceType = invoiceType; return this; } public String getInvoiceType() { return this.invoiceType; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList setMachineCode(String machineCode) { this.machineCode = machineCode; return this; } public String getMachineCode() { return this.machineCode; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList setOilFlag(String oilFlag) { this.oilFlag = oilFlag; return this; } public String getOilFlag() { return this.oilFlag; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList setPayee(String payee) { this.payee = payee; return this; } public String getPayee() { return this.payee; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList setProcessInstCode(String processInstCode) { this.processInstCode = processInstCode; return this; } public String getProcessInstCode() { return this.processInstCode; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList setProcessInstType(String processInstType) { this.processInstType = processInstType; return this; } public String getProcessInstType() { return this.processInstType; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList setPurchaserAddress(String purchaserAddress) { this.purchaserAddress = purchaserAddress; return this; } public String getPurchaserAddress() { return this.purchaserAddress; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList setPurchaserBankAccount(String purchaserBankAccount) { this.purchaserBankAccount = purchaserBankAccount; return this; } public String getPurchaserBankAccount() { return this.purchaserBankAccount; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList setPurchaserBankNameAccount(String purchaserBankNameAccount) { this.purchaserBankNameAccount = purchaserBankNameAccount; return this; } public String getPurchaserBankNameAccount() { return this.purchaserBankNameAccount; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList setPurchaserName(String purchaserName) { this.purchaserName = purchaserName; return this; } public String getPurchaserName() { return this.purchaserName; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList setPurchaserTaxNo(String purchaserTaxNo) { this.purchaserTaxNo = purchaserTaxNo; return this; } public String getPurchaserTaxNo() { return this.purchaserTaxNo; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList setPurchaserTel(String purchaserTel) { this.purchaserTel = purchaserTel; return this; } public String getPurchaserTel() { return this.purchaserTel; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList setRemark(String remark) { this.remark = remark; return this; } public String getRemark() { return this.remark; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList setSecondHandCarInvoiceDetailList(java.util.List secondHandCarInvoiceDetailList) { this.secondHandCarInvoiceDetailList = secondHandCarInvoiceDetailList; return this; } public java.util.List getSecondHandCarInvoiceDetailList() { return this.secondHandCarInvoiceDetailList; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList setSellerAddress(String sellerAddress) { this.sellerAddress = sellerAddress; return this; } public String getSellerAddress() { return this.sellerAddress; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList setSellerBankAccount(String sellerBankAccount) { this.sellerBankAccount = sellerBankAccount; return this; } public String getSellerBankAccount() { return this.sellerBankAccount; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList setSellerBankNameAccount(String sellerBankNameAccount) { this.sellerBankNameAccount = sellerBankNameAccount; return this; } public String getSellerBankNameAccount() { return this.sellerBankNameAccount; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList setSellerName(String sellerName) { this.sellerName = sellerName; return this; } public String getSellerName() { return this.sellerName; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList setSellerTaxNo(String sellerTaxNo) { this.sellerTaxNo = sellerTaxNo; return this; } public String getSellerTaxNo() { return this.sellerTaxNo; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList setSellerTel(String sellerTel) { this.sellerTel = sellerTel; return this; } public String getSellerTel() { return this.sellerTel; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList setSupplySign(String supplySign) { this.supplySign = supplySign; return this; } public String getSupplySign() { return this.supplySign; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList setTaxAmount(String taxAmount) { this.taxAmount = taxAmount; return this; } public String getTaxAmount() { return this.taxAmount; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList setUsedVehicleSaleDetailVOList(java.util.List usedVehicleSaleDetailVOList) { this.usedVehicleSaleDetailVOList = usedVehicleSaleDetailVOList; return this; } public java.util.List getUsedVehicleSaleDetailVOList() { return this.usedVehicleSaleDetailVOList; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList setVehicleSaleDetailVOList(java.util.List vehicleSaleDetailVOList) { this.vehicleSaleDetailVOList = vehicleSaleDetailVOList; return this; } public java.util.List getVehicleSaleDetailVOList() { return this.vehicleSaleDetailVOList; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList setVerifyStatus(String verifyStatus) { this.verifyStatus = verifyStatus; return this; } public String getVerifyStatus() { return this.verifyStatus; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList setVoucherCode(String voucherCode) { this.voucherCode = voucherCode; return this; } public String getVoucherCode() { return this.voucherCode; } public UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList setVoucherStatus(String voucherStatus) { this.voucherStatus = voucherStatus; return this; } public String getVoucherStatus() { return this.voucherStatus; } } public static class UpdateInvoiceVerifyStatusRequestInvoiceKeyVOList extends TeaModel { /** * example: *

1001

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

2202

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy