Class PaymentType

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

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

  • Constructor Details

    • PaymentType

      public PaymentType()
  • Method Details

    • codeName

      public PaymentType codeName(String codeName)
    • getCodeName

      @Nullable public String getCodeName()
      Get codeName
      Returns:
      codeName
    • setCodeName

      public void setCodeName(String codeName)
    • description

      public PaymentType description(String description)
    • getDescription

      @Nullable public String getDescription()
      Get description
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • id

      public PaymentType id(Long id)
    • getId

      @Nullable public Long getId()
      Get id
      Returns:
      id
    • setId

      public void setId(Long id)
    • isCashPayment

      public PaymentType isCashPayment(Boolean isCashPayment)
    • getIsCashPayment

      @Nullable public Boolean getIsCashPayment()
      Get isCashPayment
      Returns:
      isCashPayment
    • setIsCashPayment

      public void setIsCashPayment(Boolean isCashPayment)
    • isSystemDefined

      public PaymentType isSystemDefined(Boolean isSystemDefined)
    • getIsSystemDefined

      @Nullable public Boolean getIsSystemDefined()
      Get isSystemDefined
      Returns:
      isSystemDefined
    • setIsSystemDefined

      public void setIsSystemDefined(Boolean isSystemDefined)
    • name

      public PaymentType name(String name)
    • getName

      @Nullable public String getName()
      Get name
      Returns:
      name
    • setName

      public void setName(String name)
    • _new

      public PaymentType _new(Boolean _new)
    • getNew

      @Nullable public Boolean getNew()
      Get _new
      Returns:
      _new
    • setNew

      public void setNew(Boolean _new)
    • position

      public PaymentType position(Long position)
    • getPosition

      @Nullable public Long getPosition()
      Get position
      Returns:
      position
    • setPosition

      public void setPosition(Long position)
    • 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