Class Mandate

    • Constructor Detail

      • Mandate

        public Mandate()
    • Method Detail

      • getPaymentMethod

        public java.lang.String getPaymentMethod()
        Get ID of expandable paymentMethod object.
      • setPaymentMethod

        public void setPaymentMethod​(java.lang.String id)
      • getPaymentMethodObject

        public PaymentMethod getPaymentMethodObject()
        Get expanded paymentMethod.
      • setPaymentMethodObject

        public void setPaymentMethodObject​(PaymentMethod expandableObject)
      • getLivemode

        public java.lang.Boolean getLivemode()
        Has the value true if the object exists in live mode or the value false if the object exists in test mode.
      • getObject

        public java.lang.String getObject()
        String representing the object's type. Objects of the same type share the same value.

        Equal to mandate.

      • getStatus

        public java.lang.String getStatus()
        The status of the mandate, which indicates whether it can be used to initiate a payment.

        One of active, inactive, or pending.

      • getType

        public java.lang.String getType()
        The type of the mandate.

        One of multi_use, or single_use.

      • setId

        public void setId​(java.lang.String id)
        Unique identifier for the object.
      • setLivemode

        public void setLivemode​(java.lang.Boolean livemode)
        Has the value true if the object exists in live mode or the value false if the object exists in test mode.
      • setObject

        public void setObject​(java.lang.String object)
        String representing the object's type. Objects of the same type share the same value.

        Equal to mandate.

      • setStatus

        public void setStatus​(java.lang.String status)
        The status of the mandate, which indicates whether it can be used to initiate a payment.

        One of active, inactive, or pending.

      • setType

        public void setType​(java.lang.String type)
        The type of the mandate.

        One of multi_use, or single_use.

      • 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
      • getId

        public java.lang.String getId()
        Unique identifier for the object.
        Specified by:
        getId in interface HasId