Class Mandate.PaymentMethodDetails

    • Constructor Detail

      • PaymentMethodDetails

        public PaymentMethodDetails()
    • Method Detail

      • getType

        public java.lang.String getType()
        The type of the payment method associated with this mandate. An additional hash is included on payment_method_details with a name matching this value. It contains mandate information specific to the payment method.
      • setType

        public void setType​(java.lang.String type)
        The type of the payment method associated with this mandate. An additional hash is included on payment_method_details with a name matching this value. It contains mandate information specific to the payment method.
      • 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