Class PaymentMethodIssuer


  • public class PaymentMethodIssuer
    extends Object
    PaymentMethodIssuer
    • Constructor Detail

      • PaymentMethodIssuer

        public PaymentMethodIssuer()
    • Method Detail

      • getDisabled

        public Boolean getDisabled()
        A boolean value indicating whether this issuer is unavailable. Can be `true` whenever the issuer is offline.
        Returns:
        disabled
      • setDisabled

        public void setDisabled​(Boolean disabled)
      • getId

        public String getId()
        The unique identifier of this issuer, to submit in requests to /payments.
        Returns:
        id
      • setId

        public void setId​(String id)
      • getName

        public String getName()
        A localized name of the issuer.
        Returns:
        name
      • setName

        public void setName​(String name)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object