Interface SelfAccountTransferApi


public interface SelfAccountTransferApi
  • Method Details

    • create14

      @Headers("Content-Type:application/json") @POST("v1/self/accounttransfers") retrofit2.Call<List<PostNewTransferResponse>> create14(@Query("type") String type, @Body AccountTransferRequest accountTransferRequest)
      Create new Transfer Ability to create new transfer of monetary funds from one account to another. Example Requests: self/accounttransfers/
      Parameters:
      type - (optional, default to )
      accountTransferRequest - (optional)
      Returns:
      Call<List<PostNewTransferResponse>>
    • template15

      @GET("v1/self/accounttransfers/template") retrofit2.Call<List<GetAccountTransferTemplateResponse>> template15(@Query("type") String type)
      Retrieve Account Transfer Template Returns list of loan/savings accounts that can be used for account transfer Example Requests: self/accounttransfers/template
      Parameters:
      type - (optional, default to )
      Returns:
      Call<List<GetAccountTransferTemplateResponse>>
    • create14

      @Headers("Content-Type:application/json") @POST("v1/self/accounttransfers") retrofit2.Call<List<PostNewTransferResponse>> create14(@Query("type") String type)
      Create new Transfer Ability to create new transfer of monetary funds from one account to another. Example Requests: self/accounttransfers/
      Parameters:
      type - (optional, default to )
      accountTransferRequest - (optional)
      Returns:
      Call<List<PostNewTransferResponse>>
    • create14

      @Headers("Content-Type:application/json") @POST("v1/self/accounttransfers") retrofit2.Call<List<PostNewTransferResponse>> create14(@Query("type") String type, @Body AccountTransferRequest accountTransferRequest, @HeaderMap Map<String,String> headers)
      Create new Transfer Ability to create new transfer of monetary funds from one account to another. Example Requests: self/accounttransfers/
      Parameters:
      type - (optional, default to )
      accountTransferRequest - (optional)
      Returns:
      Call<List<PostNewTransferResponse>>
    • template15

      @GET("v1/self/accounttransfers/template") retrofit2.Call<List<GetAccountTransferTemplateResponse>> template15(@Query("type") String type, @HeaderMap Map<String,String> headers)
      Retrieve Account Transfer Template Returns list of loan/savings accounts that can be used for account transfer Example Requests: self/accounttransfers/template
      Parameters:
      type - (optional, default to )
      Returns:
      Call<List<GetAccountTransferTemplateResponse>>
    • create14

      @Headers("Content-Type:application/json") @POST("v1/self/accounttransfers") retrofit2.Call<List<PostNewTransferResponse>> create14(@Query("type") String type, @HeaderMap Map<String,String> headers)
      Create new Transfer Ability to create new transfer of monetary funds from one account to another. Example Requests: self/accounttransfers/
      Parameters:
      type - (optional, default to )
      accountTransferRequest - (optional)
      Returns:
      Call<List<PostNewTransferResponse>>