Uses of Class
com.tencentcloudapi.ocr.v20181119.models.VehicleInvoiceInfo
-
Packages that use VehicleInvoiceInfo Package Description com.tencentcloudapi.ocr.v20181119.models -
-
Uses of VehicleInvoiceInfo in com.tencentcloudapi.ocr.v20181119.models
Methods in com.tencentcloudapi.ocr.v20181119.models that return VehicleInvoiceInfo Modifier and Type Method Description VehicleInvoiceInfoVatInvoiceVerifyNewResponse. getVehicleInvoiceInfo()Get 机动车销售统一发票信息VehicleInvoiceInfoVatInvoiceVerifyResponse. getVehicleInvoiceInfo()Get 机动车销售统一发票信息Methods in com.tencentcloudapi.ocr.v20181119.models with parameters of type VehicleInvoiceInfo Modifier and Type Method Description voidVatInvoiceVerifyNewResponse. setVehicleInvoiceInfo(VehicleInvoiceInfo VehicleInvoiceInfo)Set 机动车销售统一发票信息voidVatInvoiceVerifyResponse. setVehicleInvoiceInfo(VehicleInvoiceInfo VehicleInvoiceInfo)Set 机动车销售统一发票信息Constructors in com.tencentcloudapi.ocr.v20181119.models with parameters of type VehicleInvoiceInfo Constructor Description VehicleInvoiceInfo(VehicleInvoiceInfo source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-