Interface FixedDepositAccountTransactionsApi


public interface FixedDepositAccountTransactionsApi
  • Method Details

    • adjustTransaction

      @Headers("Content-Type:application/json") @POST("v1/fixeddepositaccounts/{fixedDepositAccountId}/transactions/{transactionId}") retrofit2.Call<String> adjustTransaction(@Path("fixedDepositAccountId") Long fixedDepositAccountId, @Path("transactionId") Long transactionId, @Query("command") String command, @Body String body)
      Parameters:
      fixedDepositAccountId - (required)
      transactionId - (required)
      command - (optional)
      body - (optional)
      Returns:
      Call<String>
    • retrieveOne18

      @GET("v1/fixeddepositaccounts/{fixedDepositAccountId}/transactions/{transactionId}") retrofit2.Call<String> retrieveOne18(@Path("fixedDepositAccountId") Long fixedDepositAccountId, @Path("transactionId") Long transactionId)
      Parameters:
      fixedDepositAccountId - (required)
      transactionId - (required)
      Returns:
      Call<String>
    • retrieveTemplate14

      @GET("v1/fixeddepositaccounts/{fixedDepositAccountId}/transactions/template") retrofit2.Call<String> retrieveTemplate14(@Path("fixedDepositAccountId") Long fixedDepositAccountId)
      Parameters:
      fixedDepositAccountId - (required)
      Returns:
      Call<String>
    • transaction

      @Headers("Content-Type:application/json") @POST("v1/fixeddepositaccounts/{fixedDepositAccountId}/transactions") retrofit2.Call<String> transaction(@Path("fixedDepositAccountId") Long fixedDepositAccountId, @Query("command") String command, @Body String body)
      Parameters:
      fixedDepositAccountId - (required)
      command - (optional)
      body - (optional)
      Returns:
      Call<String>
    • adjustTransaction

      @Headers("Content-Type:application/json") @POST("v1/fixeddepositaccounts/{fixedDepositAccountId}/transactions/{transactionId}") retrofit2.Call<String> adjustTransaction(@Path("fixedDepositAccountId") Long fixedDepositAccountId, @Path("transactionId") Long transactionId, @Query("command") String command)
      Parameters:
      fixedDepositAccountId - (required)
      transactionId - (required)
      command - (optional)
      body - (optional)
      Returns:
      Call<String>
    • transaction

      @Headers("Content-Type:application/json") @POST("v1/fixeddepositaccounts/{fixedDepositAccountId}/transactions") retrofit2.Call<String> transaction(@Path("fixedDepositAccountId") Long fixedDepositAccountId, @Query("command") String command)
      Parameters:
      fixedDepositAccountId - (required)
      command - (optional)
      body - (optional)
      Returns:
      Call<String>
    • adjustTransaction

      @Headers("Content-Type:application/json") @POST("v1/fixeddepositaccounts/{fixedDepositAccountId}/transactions/{transactionId}") retrofit2.Call<String> adjustTransaction(@Path("fixedDepositAccountId") Long fixedDepositAccountId, @Path("transactionId") Long transactionId, @Query("command") String command, @Body String body, @HeaderMap Map<String,String> headers)
      Parameters:
      fixedDepositAccountId - (required)
      transactionId - (required)
      command - (optional)
      body - (optional)
      Returns:
      Call<String>
    • retrieveOne18

      @GET("v1/fixeddepositaccounts/{fixedDepositAccountId}/transactions/{transactionId}") retrofit2.Call<String> retrieveOne18(@Path("fixedDepositAccountId") Long fixedDepositAccountId, @Path("transactionId") Long transactionId, @HeaderMap Map<String,String> headers)
      Parameters:
      fixedDepositAccountId - (required)
      transactionId - (required)
      Returns:
      Call<String>
    • retrieveTemplate14

      @GET("v1/fixeddepositaccounts/{fixedDepositAccountId}/transactions/template") retrofit2.Call<String> retrieveTemplate14(@Path("fixedDepositAccountId") Long fixedDepositAccountId, @HeaderMap Map<String,String> headers)
      Parameters:
      fixedDepositAccountId - (required)
      Returns:
      Call<String>
    • transaction

      @Headers("Content-Type:application/json") @POST("v1/fixeddepositaccounts/{fixedDepositAccountId}/transactions") retrofit2.Call<String> transaction(@Path("fixedDepositAccountId") Long fixedDepositAccountId, @Query("command") String command, @Body String body, @HeaderMap Map<String,String> headers)
      Parameters:
      fixedDepositAccountId - (required)
      command - (optional)
      body - (optional)
      Returns:
      Call<String>
    • adjustTransaction

      @Headers("Content-Type:application/json") @POST("v1/fixeddepositaccounts/{fixedDepositAccountId}/transactions/{transactionId}") retrofit2.Call<String> adjustTransaction(@Path("fixedDepositAccountId") Long fixedDepositAccountId, @Path("transactionId") Long transactionId, @Query("command") String command, @HeaderMap Map<String,String> headers)
      Parameters:
      fixedDepositAccountId - (required)
      transactionId - (required)
      command - (optional)
      body - (optional)
      Returns:
      Call<String>
    • transaction

      @Headers("Content-Type:application/json") @POST("v1/fixeddepositaccounts/{fixedDepositAccountId}/transactions") retrofit2.Call<String> transaction(@Path("fixedDepositAccountId") Long fixedDepositAccountId, @Query("command") String command, @HeaderMap Map<String,String> headers)
      Parameters:
      fixedDepositAccountId - (required)
      command - (optional)
      body - (optional)
      Returns:
      Call<String>