Capital flows

   capitalFlowsTypes:(0,7,4,8,9) capital flow type

   /**
     * Fund flow type transfer in
     */
    public static final int INCOME_TYPE = 0;

    /**
     * Fund flow type transfer out
     */
    public static final int EXPENDITURE_TYPE = 1;

    /**
     * Funds flow type recharge
     */
    public static final int RECHARGE_TYPE = 2;

    /**
     * Funds flow type withdrawal
     */
    public static final int TRANSFER_TYPE = 3;

    /**
     * Funds flow type collection
     */
    public static final int COLLECTION_TYPE = 4;

    /**
     * Funds flow type refund
     */
    public static final int REFUND_TYPE = 5;

    /**
     * Fund Flow Type Merchant Service Fee
     */
    public static final int SERVICE_CHARGE_TYPE = 6;

    /**
     * The type of capital flow returns the merchant service fee
     */
    public static final int REFUND_SERVICE_CHARGE_TYPE = 7;

    /**
     * System rollback
     */
    public static final int SYSTEM_ROLL_BACK =8;
    
    
  /**
   * Commission Type - Income
   */
  public static final int COMMISSION_TYPE_INCOME = 9;
     
  /**
   * Commission Type - Payout
   */
  public static final int COMMISSION_TYPE_EXPAND = 10;

 

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=327033801&siteId=291194637