Class PaymentMethod.Cashapp

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

public static class PaymentMethod.Cashapp extends StripeObject
The preferred network for the card.
  • Constructor Details

    • Cashapp

      public Cashapp()
  • Method Details

    • getBuyerId

      public String getBuyerId()
      A unique and immutable identifier assigned by Cash App to every buyer.
    • getCashtag

      public String getCashtag()
      A public identifier for buyers using Cash App.
    • setBuyerId

      public void setBuyerId(String buyerId)
      A unique and immutable identifier assigned by Cash App to every buyer.
    • setCashtag

      public void setCashtag(String cashtag)
      A public identifier for buyers using Cash App.
    • 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