Class ExternalTransferDataDetails
java.lang.Object
org.apache.fineract.client.models.ExternalTransferDataDetails
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class ExternalTransferDataDetails
extends Object
ExternalTransferDataDetails
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet detailsIdGet totalFeeChargesOutstandingGet totalInterestOutstandingGet totalOutstandingGet totalOverpaidGet totalPenaltyChargesOutstandingGet totalPrincipalOutstandinginthashCode()voidsetDetailsId(Long detailsId) voidsetTotalFeeChargesOutstanding(BigDecimal totalFeeChargesOutstanding) voidsetTotalInterestOutstanding(BigDecimal totalInterestOutstanding) voidsetTotalOutstanding(BigDecimal totalOutstanding) voidsetTotalOverpaid(BigDecimal totalOverpaid) voidsetTotalPenaltyChargesOutstanding(BigDecimal totalPenaltyChargesOutstanding) voidsetTotalPrincipalOutstanding(BigDecimal totalPrincipalOutstanding) toString()totalFeeChargesOutstanding(BigDecimal totalFeeChargesOutstanding) totalInterestOutstanding(BigDecimal totalInterestOutstanding) totalOutstanding(BigDecimal totalOutstanding) totalOverpaid(BigDecimal totalOverpaid) totalPenaltyChargesOutstanding(BigDecimal totalPenaltyChargesOutstanding) totalPrincipalOutstanding(BigDecimal totalPrincipalOutstanding)
-
Field Details
-
SERIALIZED_NAME_DETAILS_ID
- See Also:
-
SERIALIZED_NAME_TOTAL_FEE_CHARGES_OUTSTANDING
- See Also:
-
SERIALIZED_NAME_TOTAL_INTEREST_OUTSTANDING
- See Also:
-
SERIALIZED_NAME_TOTAL_OUTSTANDING
- See Also:
-
SERIALIZED_NAME_TOTAL_OVERPAID
- See Also:
-
SERIALIZED_NAME_TOTAL_PENALTY_CHARGES_OUTSTANDING
- See Also:
-
SERIALIZED_NAME_TOTAL_PRINCIPAL_OUTSTANDING
- See Also:
-
-
Constructor Details
-
ExternalTransferDataDetails
public ExternalTransferDataDetails()
-
-
Method Details
-
detailsId
-
getDetailsId
Get detailsId- Returns:
- detailsId
-
setDetailsId
-
totalFeeChargesOutstanding
public ExternalTransferDataDetails totalFeeChargesOutstanding(BigDecimal totalFeeChargesOutstanding) -
getTotalFeeChargesOutstanding
Get totalFeeChargesOutstanding- Returns:
- totalFeeChargesOutstanding
-
setTotalFeeChargesOutstanding
-
totalInterestOutstanding
-
getTotalInterestOutstanding
Get totalInterestOutstanding- Returns:
- totalInterestOutstanding
-
setTotalInterestOutstanding
-
totalOutstanding
-
getTotalOutstanding
Get totalOutstanding- Returns:
- totalOutstanding
-
setTotalOutstanding
-
totalOverpaid
-
getTotalOverpaid
Get totalOverpaid- Returns:
- totalOverpaid
-
setTotalOverpaid
-
totalPenaltyChargesOutstanding
public ExternalTransferDataDetails totalPenaltyChargesOutstanding(BigDecimal totalPenaltyChargesOutstanding) -
getTotalPenaltyChargesOutstanding
Get totalPenaltyChargesOutstanding- Returns:
- totalPenaltyChargesOutstanding
-
setTotalPenaltyChargesOutstanding
-
totalPrincipalOutstanding
-
getTotalPrincipalOutstanding
Get totalPrincipalOutstanding- Returns:
- totalPrincipalOutstanding
-
setTotalPrincipalOutstanding
-
equals
-
hashCode
public int hashCode() -
toString
-