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

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

There is a newer version: 2.1.88
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 UpdateApplyReceiptAndInvoiceRelatedRequest extends TeaModel {
    @NameInMap("generalInvoiceVOList")
    public java.util.List generalInvoiceVOList;

    /**
     * example:
     * 

abc

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy