Uses of Class
com.tencentcloudapi.cpdp.v20190820.models.GetDistributeBillDownloadUrlResponse
-
Packages that use GetDistributeBillDownloadUrlResponse Package Description com.tencentcloudapi.cpdp.v20190820 com.tencentcloudapi.cpdp.v20190820.models -
-
Uses of GetDistributeBillDownloadUrlResponse in com.tencentcloudapi.cpdp.v20190820
Methods in com.tencentcloudapi.cpdp.v20190820 that return GetDistributeBillDownloadUrlResponse Modifier and Type Method Description GetDistributeBillDownloadUrlResponseCpdpClient. GetDistributeBillDownloadUrl(GetDistributeBillDownloadUrlRequest req)调用该接口返回对账单下载地址,对账单下载URL通过GET方式访问,返回zip包,解压后为csv格式文件。文件首行如下: 商户号,订单号,支付订单号,分账订单总金额,分账详情(通过|分割每笔明细:商户号1#分账金额1|商户号2#分账金额2),交易手续费承担方商户号,交易手续费,发起时间,分账状态,结算日期,非交易主体分账金额,商户退款订单号,商户分账单号 -
Uses of GetDistributeBillDownloadUrlResponse in com.tencentcloudapi.cpdp.v20190820.models
Constructors in com.tencentcloudapi.cpdp.v20190820.models with parameters of type GetDistributeBillDownloadUrlResponse Constructor Description GetDistributeBillDownloadUrlResponse(GetDistributeBillDownloadUrlResponse 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.
-