类 Refunds
java.lang.Object
net.linksfield.cube.partnersdk.domain.BaseRequest
net.linksfield.cube.partnersdk.sdk.modules.mall.Refunds
@Deprecated public class Refunds extends BaseRequest
已过时。
-
字段概要
从类继承的字段 net.linksfield.cube.partnersdk.domain.BaseRequest
extendHeaders, httpMethod, nonce, timestamp -
构造器概要
-
方法概要
修饰符和类型 方法 说明 voidaddBody(Map<String,Object> body)已过时。由子类实现 添加post内容体voidaddQueryParams(com.google.common.collect.Multimap<String,String> queryParams)已过时。由子类实现 添加查询参数voidaddUrlSignatureParameters(Map<String,Object> mapToSign)已过时。StringrequestUrl(EndpointPropertiesProxy endpointPropertiesProxy)已过时。由子类返回需要的Url从类继承的方法 net.linksfield.cube.partnersdk.domain.BaseRequest
addExtendHeader, addOptionalQueryParam, setContentType
-
构造器详细资料
-
Refunds
public Refunds(int nonce, String createStartTime, String createEndBy, Integer pageNo, Integer pageSize)已过时。Query mall order records within 365 days- 参数:
nonce-createStartTime- Start time of successful refund. Time zone :GMT+0 in the format YYYY-MM-DD HH: MM: SScreateEndBy- Successful refund end time. Within 365 days (inclusive) from the start time. Time zone :GMT+0 in the format YYYY-MM-DD HH: MM: SSpageNo- The page number. Default :1, a fillable integer that controls the number of pages fetched by passing in pagE_no, total number of pages = TOTAL_results ÷ PAGE_size. If this parameter is not passed, use the default value.pageSize- Number of items per page. Default value: 10; Maximum value :100. The value can be an integer. Through page_no and page_size combination of multiple calls to achieve page turning to obtain full data. If this parameter is not passed, use the default value.
-
Refunds
已过时。Query mall order records within 365 daysSet page no to 1
Set page size to 10
- 参数:
nonce-createStartTime- Start time of successful refund. Time zone :GMT+0 in the format YYYY-MM-DD HH: MM: SScreateEndBy- Successful refund end time. Within 365 days (inclusive) from the start time. Time zone :GMT+0 in the format YYYY-MM-DD HH: MM: SS
-
-
方法详细资料
-
requestUrl
已过时。从类复制的说明:BaseRequest由子类返回需要的Url- 指定者:
requestUrl在类中BaseRequest- 返回:
-
addUrlSignatureParameters
已过时。- 指定者:
addUrlSignatureParameters在类中BaseRequest
-
addQueryParams
已过时。从类复制的说明:BaseRequest由子类实现 添加查询参数- 指定者:
addQueryParams在类中BaseRequest
-
addBody
已过时。从类复制的说明:BaseRequest由子类实现 添加post内容体- 指定者:
addBody在类中BaseRequest
-