Class SlovakiaQrPaymentStandingOrder

java.lang.Object
com.microblink.photopay.entities.recognizers.photopay.slovakia.qr.SlovakiaQrPaymentStandingOrder

public class SlovakiaQrPaymentStandingOrder extends Object
  • Method Details

    • getDay

      public int getDay()
      Returns the payment day of the standing order.
      Returns:
      payment day of the standing order.
    • getMonths

      public int[] getMonths()
      Returns the selection of one or more months on which payment occurs on the standing order.
      Returns:
      selection of one or more months on which payment occurs on the standing order.
    • getPeriodicity

      public SlovakiaQrPaymentPeriodicity getPeriodicity()
      Returns SlovakiaQrPaymentPeriodicity that represents the periodicity of the payment.
      Returns:
      SlovakiaQrPaymentPeriodicity that represents the periodicity of the payment.
    • getLastDate

      public Date getLastDate()
      Returns the date of the last payment of the standing order.
      Returns:
      date of the last payment of the standing order.
    • toString

      @NonNull public String toString()
      Overrides:
      toString in class Object