public class RechargeRefund extends AppBasedResource
APIResource.RequestMethodGSON, PRETTY_PRINT_GSONCHARSET, CONNECT_TIMEOUT, READ_TIMEOUT, RETRY_MAX| 构造器和说明 |
|---|
RechargeRefund() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Refund |
create(java.lang.String rechargeId,
java.util.Map<java.lang.String,java.lang.Object> params)
创建 recharge_refund
|
static RechargeRefundCollection |
list(java.lang.String rechargeId)
查询 recharge_refund 列表
|
static RechargeRefundCollection |
list(java.lang.String rechargeId,
java.util.Map<java.lang.String,java.lang.Object> params)
查询 recharge_refund 列表
|
static Refund |
retrieve(java.lang.String rechargeId,
java.lang.String refundId)
查询 recharge_refund
|
className, classURL, customURL, instanceURL, singleClassURLapiBasePrefixedURL, getGson, getSelfClass, request, request, urlEncodegetPrettyPrintGson, toStringpublic static Refund create(java.lang.String rechargeId, java.util.Map<java.lang.String,java.lang.Object> params) throws AuthenticationException, InvalidRequestException, APIConnectionException, APIException, ChannelException, RateLimitException
rechargeId - params - AuthenticationExceptionInvalidRequestExceptionAPIConnectionExceptionAPIExceptionChannelExceptionRateLimitExceptionpublic static Refund retrieve(java.lang.String rechargeId, java.lang.String refundId) throws AuthenticationException, InvalidRequestException, APIConnectionException, APIException, ChannelException, RateLimitException
rechargeId - refundId - AuthenticationExceptionInvalidRequestExceptionAPIConnectionExceptionAPIExceptionChannelExceptionRateLimitExceptionpublic static RechargeRefundCollection list(java.lang.String rechargeId, java.util.Map<java.lang.String,java.lang.Object> params) throws AuthenticationException, InvalidRequestException, APIConnectionException, APIException, ChannelException, RateLimitException
rechargeId - params - AuthenticationExceptionInvalidRequestExceptionAPIConnectionExceptionAPIExceptionChannelExceptionRateLimitExceptionpublic static RechargeRefundCollection list(java.lang.String rechargeId) throws AuthenticationException, InvalidRequestException, APIConnectionException, APIException, ChannelException, RateLimitException
rechargeId - AuthenticationExceptionInvalidRequestExceptionAPIConnectionExceptionAPIExceptionChannelExceptionRateLimitException