Uses of Class
com.tencentcloudapi.ocr.v20181119.models.VatInvoiceUserInfo
-
Packages that use VatInvoiceUserInfo Package Description com.tencentcloudapi.ocr.v20181119.models -
-
Uses of VatInvoiceUserInfo in com.tencentcloudapi.ocr.v20181119.models
Methods in com.tencentcloudapi.ocr.v20181119.models that return VatInvoiceUserInfo Modifier and Type Method Description VatInvoiceUserInfoVerifyOfdVatInvoiceOCRResponse. getBuyer()Get 购买方VatInvoiceUserInfoVerifyOfdVatInvoiceOCRResponse. getSeller()Get 销售方Methods in com.tencentcloudapi.ocr.v20181119.models with parameters of type VatInvoiceUserInfo Modifier and Type Method Description voidVerifyOfdVatInvoiceOCRResponse. setBuyer(VatInvoiceUserInfo Buyer)Set 购买方voidVerifyOfdVatInvoiceOCRResponse. setSeller(VatInvoiceUserInfo Seller)Set 销售方Constructors in com.tencentcloudapi.ocr.v20181119.models with parameters of type VatInvoiceUserInfo Constructor Description VatInvoiceUserInfo(VatInvoiceUserInfo 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.
-