java.lang.Object
com.broadleafcommerce.datafeed.feedprovider.google.sftp.publisher.file.element.MerchantCenterXMLInstallment
All Implemented Interfaces:
Serializable

public class MerchantCenterXMLInstallment extends Object implements Serializable
A POJO representation of 'Installment' that will be serialized into the final output file.
See Also:
  • Constructor Details

    • MerchantCenterXMLInstallment

      public MerchantCenterXMLInstallment()
  • Method Details

    • getMonths

      public String getMonths()
    • getAmount

      public String getAmount()
    • setMonths

      public void setMonths(String months)
    • setAmount

      public void setAmount(String amount)
    • equals

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

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object