Class GetLoanPaymentChannelToFundSourceMappings

java.lang.Object
org.apache.fineract.client.models.GetLoanPaymentChannelToFundSourceMappings

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.8.0") public class GetLoanPaymentChannelToFundSourceMappings extends Object
GetLoanPaymentChannelToFundSourceMappings
  • Field Details

  • Constructor Details

    • GetLoanPaymentChannelToFundSourceMappings

      public GetLoanPaymentChannelToFundSourceMappings()
  • Method Details

    • fundSourceAccountId

      public GetLoanPaymentChannelToFundSourceMappings fundSourceAccountId(Long fundSourceAccountId)
    • getFundSourceAccountId

      @Nullable public Long getFundSourceAccountId()
      Get fundSourceAccountId
      Returns:
      fundSourceAccountId
    • setFundSourceAccountId

      public void setFundSourceAccountId(Long fundSourceAccountId)
    • paymentTypeId

      public GetLoanPaymentChannelToFundSourceMappings paymentTypeId(Long paymentTypeId)
    • getPaymentTypeId

      @Nullable public Long getPaymentTypeId()
      Get paymentTypeId
      Returns:
      paymentTypeId
    • setPaymentTypeId

      public void setPaymentTypeId(Long paymentTypeId)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object