All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mx.path.model.mdx.model.transfer.Repayment Maven / Gradle / Ivy

package com.mx.path.model.mdx.model.transfer;

import java.time.LocalDate;

import lombok.Data;

import com.mx.path.model.mdx.model.MdxBase;

@Data
public final class Repayment extends MdxBase {

  private Double balance;
  private Double interest;
  private Double otherFeeAmount;
  private String otherFeeDescription;
  private LocalDate postOn;
  private Double principal;
  private Double total;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy