Uses of Class
com.tencentcloudapi.cpdp.v20190820.models.QueryRefundRequest
-
Packages that use QueryRefundRequest Package Description com.tencentcloudapi.cpdp.v20190820 com.tencentcloudapi.cpdp.v20190820.models -
-
Uses of QueryRefundRequest in com.tencentcloudapi.cpdp.v20190820
Methods in com.tencentcloudapi.cpdp.v20190820 with parameters of type QueryRefundRequest Modifier and Type Method Description QueryRefundResponseCpdpClient. QueryRefund(QueryRefundRequest req)提交退款申请后,通过调用该接口查询退款状态。退款可能有一定延时,用微信零钱支付的退款约20分钟内到账,银行卡支付的退款约3个工作日后到账。 -
Uses of QueryRefundRequest in com.tencentcloudapi.cpdp.v20190820.models
Constructors in com.tencentcloudapi.cpdp.v20190820.models with parameters of type QueryRefundRequest Constructor Description QueryRefundRequest(QueryRefundRequest 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.
-