Class PaymentMethod.Card.Wallet.Masterpass

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

public static class PaymentMethod.Card.Wallet.Masterpass extends StripeObject
  • Constructor Details

    • Masterpass

      public Masterpass()
  • Method Details

    • getBillingAddress

      public Address getBillingAddress()
    • getEmail

      public String getEmail()
    • getName

      public String getName()
    • getShippingAddress

      public Address getShippingAddress()
    • setBillingAddress

      public void setBillingAddress(Address billingAddress)
    • setEmail

      public void setEmail(String email)
    • setName

      public void setName(String name)
    • setShippingAddress

      public void setShippingAddress(Address shippingAddress)
    • 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