Class PaymentMethod.SepaDebit.GeneratedFrom

    • Constructor Detail

      • GeneratedFrom

        public GeneratedFrom()
    • Method Detail

      • getCharge

        public java.lang.String getCharge()
        Get ID of expandable charge object.
      • setCharge

        public void setCharge​(java.lang.String id)
      • getChargeObject

        public Charge getChargeObject()
        Get expanded charge.
      • setChargeObject

        public void setChargeObject​(Charge expandableObject)
      • getSetupAttempt

        public java.lang.String getSetupAttempt()
        Get ID of expandable setupAttempt object.
      • setSetupAttempt

        public void setSetupAttempt​(java.lang.String id)
      • getSetupAttemptObject

        public SetupAttempt getSetupAttemptObject()
      • setSetupAttemptObject

        public void setSetupAttemptObject​(SetupAttempt expandableObject)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object