Interface LoanBuyDownFeesApi
public interface LoanBuyDownFeesApi
-
Method Summary
Modifier and TypeMethodDescriptionretrofit2.Call<LoanAmortizationAllocationResponse> getBuyDownFeesAllocationDataByExternalIds(String loanExternalId, String loanTransactionExternalId) Retrieve a BuyDown Fees allocation data Retrieves BuyDown Fees allocation data according to the Loan external ID and Loan Transaction external IDExample Requests: /loans/external-id/1/buydown-fees/1 /loans/external-id/1/buydown-fees/1?fields=baseLoanTransaction,unrecognizedAmountretrofit2.Call<LoanAmortizationAllocationResponse> getBuyDownFeesAllocationDataByExternalIds(String loanExternalId, String loanTransactionExternalId, Map<String, String> headers) Retrieve a BuyDown Fees allocation data Retrieves BuyDown Fees allocation data according to the Loan external ID and Loan Transaction external IDExample Requests: /loans/external-id/1/buydown-fees/1 /loans/external-id/1/buydown-fees/1?fields=baseLoanTransaction,unrecognizedAmountretrofit2.Call<LoanAmortizationAllocationResponse> getBuyDownFeesAllocationDataByLoanExternalId(String loanExternalId, Long loanTransactionId) Retrieve a BuyDown Fees allocation data Retrieves BuyDown Fees allocation data according to the Loan external ID and Loan Transaction IDExample Requests: /loans/external-id/1/buydown-fees/1 /loans/external-id/1/buydown-fees/1?fields=baseLoanTransaction,unrecognizedAmountretrofit2.Call<LoanAmortizationAllocationResponse> getBuyDownFeesAllocationDataByLoanExternalId(String loanExternalId, Long loanTransactionId, Map<String, String> headers) Retrieve a BuyDown Fees allocation data Retrieves BuyDown Fees allocation data according to the Loan external ID and Loan Transaction IDExample Requests: /loans/external-id/1/buydown-fees/1 /loans/external-id/1/buydown-fees/1?fields=baseLoanTransaction,unrecognizedAmountretrofit2.Call<LoanAmortizationAllocationResponse> getBuyDownFeesAllocationDataByTransactionExternalId(Long loanId, String loanTransactionExternalId) Retrieve a BuyDown Fees allocation data Retrieves BuyDown Fees allocation data according to the Loan ID and Loan Transaction external IDExample Requests: /loans/1/buydown-fees/external-id/1 /loans/1/buydown-fees/external-id/1?fields=baseLoanTransaction,unrecognizedAmountretrofit2.Call<LoanAmortizationAllocationResponse> getBuyDownFeesAllocationDataByTransactionExternalId(Long loanId, String loanTransactionExternalId, Map<String, String> headers) Retrieve a BuyDown Fees allocation data Retrieves BuyDown Fees allocation data according to the Loan ID and Loan Transaction external IDExample Requests: /loans/1/buydown-fees/external-id/1 /loans/1/buydown-fees/external-id/1?fields=baseLoanTransaction,unrecognizedAmountretrofit2.Call<LoanAmortizationAllocationResponse> retrieveBuyDownFeesAllocationData(Long loanId, Long loanTransactionId) Retrieve a BuyDown Fees allocation data Retrieves BuyDown Fees allocation data according to the Loan ID and Loan Transaction IDExample Requests: /loans/1/buydown-fees/1 /loans/1/buydown-fees/1?fields=baseLoanTransaction,unrecognizedAmountretrofit2.Call<LoanAmortizationAllocationResponse> Retrieve a BuyDown Fees allocation data Retrieves BuyDown Fees allocation data according to the Loan ID and Loan Transaction IDExample Requests: /loans/1/buydown-fees/1 /loans/1/buydown-fees/1?fields=baseLoanTransaction,unrecognizedAmountretrofit2.Call<List<BuyDownFeeAmortizationDetails>> Get the amortization details of Buy Down fees for a loan Returns a list of all Buy Down fee entries with amortization details for the specified loan.retrofit2.Call<List<BuyDownFeeAmortizationDetails>> retrieveLoanBuyDownFeeAmortizationDetails(Long loanId, Map<String, String> headers) Get the amortization details of Buy Down fees for a loan Returns a list of all Buy Down fee entries with amortization details for the specified loan.retrofit2.Call<List<BuyDownFeeAmortizationDetails>> retrieveLoanBuyDownFeeAmortizationDetailsByExternalId(String loanExternalId) Get the amortization details of Buy Down fees for a loan by external ID Returns a list of all Buy Down fee entries with amortization details for the loan specified by external ID.retrofit2.Call<List<BuyDownFeeAmortizationDetails>> retrieveLoanBuyDownFeeAmortizationDetailsByExternalId(String loanExternalId, Map<String, String> headers) Get the amortization details of Buy Down fees for a loan by external ID Returns a list of all Buy Down fee entries with amortization details for the loan specified by external ID.
-
Method Details
-
getBuyDownFeesAllocationDataByExternalIds
@GET("v1/loans/external-id/{loanExternalId}/buydown-fees/external-id/{loanTransactionExternalId}") retrofit2.Call<LoanAmortizationAllocationResponse> getBuyDownFeesAllocationDataByExternalIds(@Path("loanExternalId") String loanExternalId, @Path("loanTransactionExternalId") String loanTransactionExternalId) Retrieve a BuyDown Fees allocation data Retrieves BuyDown Fees allocation data according to the Loan external ID and Loan Transaction external IDExample Requests: /loans/external-id/1/buydown-fees/1 /loans/external-id/1/buydown-fees/1?fields=baseLoanTransaction,unrecognizedAmount- Parameters:
loanExternalId- loanExternalId (required)loanTransactionExternalId- loanTransactionExternalId (required)- Returns:
- Call<LoanAmortizationAllocationResponse>
-
getBuyDownFeesAllocationDataByLoanExternalId
@GET("v1/loans/external-id/{loanExternalId}/buydown-fees/{loanTransactionId}") retrofit2.Call<LoanAmortizationAllocationResponse> getBuyDownFeesAllocationDataByLoanExternalId(@Path("loanExternalId") String loanExternalId, @Path("loanTransactionId") Long loanTransactionId) Retrieve a BuyDown Fees allocation data Retrieves BuyDown Fees allocation data according to the Loan external ID and Loan Transaction IDExample Requests: /loans/external-id/1/buydown-fees/1 /loans/external-id/1/buydown-fees/1?fields=baseLoanTransaction,unrecognizedAmount- Parameters:
loanExternalId- loanExternalId (required)loanTransactionId- loanTransactionId (required)- Returns:
- Call<LoanAmortizationAllocationResponse>
-
getBuyDownFeesAllocationDataByTransactionExternalId
@GET("v1/loans/{loanId}/buydown-fees/external-id/{loanTransactionExternalId}") retrofit2.Call<LoanAmortizationAllocationResponse> getBuyDownFeesAllocationDataByTransactionExternalId(@Path("loanId") Long loanId, @Path("loanTransactionExternalId") String loanTransactionExternalId) Retrieve a BuyDown Fees allocation data Retrieves BuyDown Fees allocation data according to the Loan ID and Loan Transaction external IDExample Requests: /loans/1/buydown-fees/external-id/1 /loans/1/buydown-fees/external-id/1?fields=baseLoanTransaction,unrecognizedAmount- Parameters:
loanId- loanId (required)loanTransactionExternalId- loanTransactionExternalId (required)- Returns:
- Call<LoanAmortizationAllocationResponse>
-
retrieveBuyDownFeesAllocationData
@GET("v1/loans/{loanId}/buydown-fees/{loanTransactionId}") retrofit2.Call<LoanAmortizationAllocationResponse> retrieveBuyDownFeesAllocationData(@Path("loanId") Long loanId, @Path("loanTransactionId") Long loanTransactionId) Retrieve a BuyDown Fees allocation data Retrieves BuyDown Fees allocation data according to the Loan ID and Loan Transaction IDExample Requests: /loans/1/buydown-fees/1 /loans/1/buydown-fees/1?fields=baseLoanTransaction,unrecognizedAmount- Parameters:
loanId- loanId (required)loanTransactionId- loanTransactionId (required)- Returns:
- Call<LoanAmortizationAllocationResponse>
-
retrieveLoanBuyDownFeeAmortizationDetails
@GET("v1/loans/{loanId}/buydown-fees") retrofit2.Call<List<BuyDownFeeAmortizationDetails>> retrieveLoanBuyDownFeeAmortizationDetails(@Path("loanId") Long loanId) Get the amortization details of Buy Down fees for a loan Returns a list of all Buy Down fee entries with amortization details for the specified loan.- Parameters:
loanId- loanId (required)- Returns:
- Call<List<BuyDownFeeAmortizationDetails>>
-
retrieveLoanBuyDownFeeAmortizationDetailsByExternalId
@GET("v1/loans/external-id/{loanExternalId}/buydown-fees") retrofit2.Call<List<BuyDownFeeAmortizationDetails>> retrieveLoanBuyDownFeeAmortizationDetailsByExternalId(@Path("loanExternalId") String loanExternalId) Get the amortization details of Buy Down fees for a loan by external ID Returns a list of all Buy Down fee entries with amortization details for the loan specified by external ID.- Parameters:
loanExternalId- loanExternalId (required)- Returns:
- Call<List<BuyDownFeeAmortizationDetails>>
-
getBuyDownFeesAllocationDataByExternalIds
@GET("v1/loans/external-id/{loanExternalId}/buydown-fees/external-id/{loanTransactionExternalId}") retrofit2.Call<LoanAmortizationAllocationResponse> getBuyDownFeesAllocationDataByExternalIds(@Path("loanExternalId") String loanExternalId, @Path("loanTransactionExternalId") String loanTransactionExternalId, @HeaderMap Map<String, String> headers) Retrieve a BuyDown Fees allocation data Retrieves BuyDown Fees allocation data according to the Loan external ID and Loan Transaction external IDExample Requests: /loans/external-id/1/buydown-fees/1 /loans/external-id/1/buydown-fees/1?fields=baseLoanTransaction,unrecognizedAmount- Parameters:
loanExternalId- loanExternalId (required)loanTransactionExternalId- loanTransactionExternalId (required)- Returns:
- Call<LoanAmortizationAllocationResponse>
-
getBuyDownFeesAllocationDataByLoanExternalId
@GET("v1/loans/external-id/{loanExternalId}/buydown-fees/{loanTransactionId}") retrofit2.Call<LoanAmortizationAllocationResponse> getBuyDownFeesAllocationDataByLoanExternalId(@Path("loanExternalId") String loanExternalId, @Path("loanTransactionId") Long loanTransactionId, @HeaderMap Map<String, String> headers) Retrieve a BuyDown Fees allocation data Retrieves BuyDown Fees allocation data according to the Loan external ID and Loan Transaction IDExample Requests: /loans/external-id/1/buydown-fees/1 /loans/external-id/1/buydown-fees/1?fields=baseLoanTransaction,unrecognizedAmount- Parameters:
loanExternalId- loanExternalId (required)loanTransactionId- loanTransactionId (required)- Returns:
- Call<LoanAmortizationAllocationResponse>
-
getBuyDownFeesAllocationDataByTransactionExternalId
@GET("v1/loans/{loanId}/buydown-fees/external-id/{loanTransactionExternalId}") retrofit2.Call<LoanAmortizationAllocationResponse> getBuyDownFeesAllocationDataByTransactionExternalId(@Path("loanId") Long loanId, @Path("loanTransactionExternalId") String loanTransactionExternalId, @HeaderMap Map<String, String> headers) Retrieve a BuyDown Fees allocation data Retrieves BuyDown Fees allocation data according to the Loan ID and Loan Transaction external IDExample Requests: /loans/1/buydown-fees/external-id/1 /loans/1/buydown-fees/external-id/1?fields=baseLoanTransaction,unrecognizedAmount- Parameters:
loanId- loanId (required)loanTransactionExternalId- loanTransactionExternalId (required)- Returns:
- Call<LoanAmortizationAllocationResponse>
-
retrieveBuyDownFeesAllocationData
@GET("v1/loans/{loanId}/buydown-fees/{loanTransactionId}") retrofit2.Call<LoanAmortizationAllocationResponse> retrieveBuyDownFeesAllocationData(@Path("loanId") Long loanId, @Path("loanTransactionId") Long loanTransactionId, @HeaderMap Map<String, String> headers) Retrieve a BuyDown Fees allocation data Retrieves BuyDown Fees allocation data according to the Loan ID and Loan Transaction IDExample Requests: /loans/1/buydown-fees/1 /loans/1/buydown-fees/1?fields=baseLoanTransaction,unrecognizedAmount- Parameters:
loanId- loanId (required)loanTransactionId- loanTransactionId (required)- Returns:
- Call<LoanAmortizationAllocationResponse>
-
retrieveLoanBuyDownFeeAmortizationDetails
@GET("v1/loans/{loanId}/buydown-fees") retrofit2.Call<List<BuyDownFeeAmortizationDetails>> retrieveLoanBuyDownFeeAmortizationDetails(@Path("loanId") Long loanId, @HeaderMap Map<String, String> headers) Get the amortization details of Buy Down fees for a loan Returns a list of all Buy Down fee entries with amortization details for the specified loan.- Parameters:
loanId- loanId (required)- Returns:
- Call<List<BuyDownFeeAmortizationDetails>>
-
retrieveLoanBuyDownFeeAmortizationDetailsByExternalId
@GET("v1/loans/external-id/{loanExternalId}/buydown-fees") retrofit2.Call<List<BuyDownFeeAmortizationDetails>> retrieveLoanBuyDownFeeAmortizationDetailsByExternalId(@Path("loanExternalId") String loanExternalId, @HeaderMap Map<String, String> headers) Get the amortization details of Buy Down fees for a loan by external ID Returns a list of all Buy Down fee entries with amortization details for the loan specified by external ID.- Parameters:
loanExternalId- loanExternalId (required)- Returns:
- Call<List<BuyDownFeeAmortizationDetails>>
-