Uses of Class
com.tencentcloudapi.cpdp.v20190820.models.QueryReconciliationDocumentResponse
-
Packages that use QueryReconciliationDocumentResponse Package Description com.tencentcloudapi.cpdp.v20190820 com.tencentcloudapi.cpdp.v20190820.models -
-
Uses of QueryReconciliationDocumentResponse in com.tencentcloudapi.cpdp.v20190820
Methods in com.tencentcloudapi.cpdp.v20190820 that return QueryReconciliationDocumentResponse Modifier and Type Method Description QueryReconciliationDocumentResponseCpdpClient. QueryReconciliationDocument(QueryReconciliationDocumentRequest req)查询对账文件信息。平台调用该接口获取需下载对账文件的文件名称以及密钥。 平台获取到信息后, 可以再调用OPENAPI的文件下载功能。 -
Uses of QueryReconciliationDocumentResponse in com.tencentcloudapi.cpdp.v20190820.models
Constructors in com.tencentcloudapi.cpdp.v20190820.models with parameters of type QueryReconciliationDocumentResponse Constructor Description QueryReconciliationDocumentResponse(QueryReconciliationDocumentResponse 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.
-