public class OrderRefund extends APIResource
APIResource.RequestMethodCHARSET, CONNECT_TIMEOUT, GSON, READ_TIMEOUT, RETRY_MAXPRETTY_PRINT_GSON| 构造器和说明 |
|---|
OrderRefund() |
| 限定符和类型 | 方法和说明 |
|---|---|
static OrderRefundCollection |
create(java.lang.String order,
java.util.Map<java.lang.String,java.lang.Object> params)
创建 order_refund
|
static OrderRefundCollection |
list(java.lang.String order)
查询 order_refund 列表
|
static OrderRefundCollection |
list(java.lang.String order,
java.util.Map<java.lang.String,java.lang.Object> params)
查询 order_refund 列表
|
static Refund |
retrieve(java.lang.String order,
java.lang.String refund)
查询 order_refund
|
apiBasePrefixedURL, className, classURL, getGson, getSelfClass, instanceURL, request, request, singleClassURL, urlEncodegetPrettyPrintGson, toStringpublic static OrderRefundCollection create(java.lang.String order, java.util.Map<java.lang.String,java.lang.Object> params) throws AuthenticationException, InvalidRequestException, APIConnectionException, APIException, ChannelException, RateLimitException
order - params - AuthenticationExceptionInvalidRequestExceptionAPIConnectionExceptionAPIExceptionChannelExceptionRateLimitExceptionpublic static Refund retrieve(java.lang.String order, java.lang.String refund) throws AuthenticationException, InvalidRequestException, APIConnectionException, APIException, ChannelException, RateLimitException
order - refund - AuthenticationExceptionInvalidRequestExceptionAPIConnectionExceptionAPIExceptionChannelExceptionRateLimitExceptionpublic static OrderRefundCollection list(java.lang.String order, java.util.Map<java.lang.String,java.lang.Object> params) throws AuthenticationException, InvalidRequestException, APIConnectionException, APIException, ChannelException, RateLimitException
order - params - AuthenticationExceptionInvalidRequestExceptionAPIConnectionExceptionAPIExceptionChannelExceptionRateLimitExceptionpublic static OrderRefundCollection list(java.lang.String order) throws AuthenticationException, InvalidRequestException, APIConnectionException, APIException, ChannelException, RateLimitException