Class PaymentMethod.Custom

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentMethod.Custom
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
PaymentMethod

public static class PaymentMethod.Custom extends StripeObject
For more details about Custom, please refer to the API Reference.
  • Constructor Details

    • Custom

      public Custom()
  • Method Details

    • getDisplayName

      public String getDisplayName()
      Display name of the Dashboard-only CustomPaymentMethodType.
    • getLogo

      public PaymentMethod.Custom.Logo getLogo()
      Contains information about the Dashboard-only CustomPaymentMethodType logo.
    • getType

      public String getType()
      ID of the Dashboard-only CustomPaymentMethodType. Not expandable.
    • setDisplayName

      public void setDisplayName(String displayName)
      Display name of the Dashboard-only CustomPaymentMethodType.
    • setLogo

      public void setLogo(PaymentMethod.Custom.Logo logo)
      Contains information about the Dashboard-only CustomPaymentMethodType logo.
    • setType

      public void setType(String type)
      ID of the Dashboard-only CustomPaymentMethodType. Not expandable.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object