java.lang.Object
net.linksfield.cube.partnersdk.domain.BaseRequest
net.linksfield.cube.partnersdk.sdk.modules.mall.Orders

@Deprecated
public class Orders
extends BaseRequest
已过时。
  • 构造器详细资料

    • Orders

      public Orders​(int nonce, String payResultStartTime, String payResultEndBy, Integer pageNo, Integer pageSize)
      已过时。
      Query mall order records within 365 days
      参数:
      nonce -
      payResultStartTime - Start to query the order payment time. Time zone :GMT+0 in the format YYYY-MM-DD HH: MM: SS
      payResultEndBy - The query order payment time ends, within 365 days (inclusive) from the start time. Time zone :GMT+0 in the format YYYY-MM-DD HH: MM: SS
      pageNo - 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.
    • Orders

      public Orders​(int nonce, String payResultStartTime, String payResultEndBy)
      已过时。
      Query mall order records within 365 days

      Set page no to 1

      Set page size to 10

      参数:
      nonce -
      payResultStartTime - Start to query the order payment time. Time zone :GMT+0 in the format YYYY-MM-DD HH: MM: SS
      payResultEndBy - The query order payment time ends, within 365 days (inclusive) from the start time. Time zone :GMT+0 in the format YYYY-MM-DD HH: MM: SS
  • 方法详细资料