Class Card.Wallets

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.Card.Wallets
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Card

public static class Card.Wallets extends StripeObject
Interval (or event) to which the amount applies.

One of all_time, daily, monthly, per_authorization, weekly, or yearly.

  • Constructor Details

    • Wallets

      public Wallets()
  • Method Details

    • getApplePay

      public Card.Wallets.ApplePay getApplePay()
    • getGooglePay

      public Card.Wallets.GooglePay getGooglePay()
    • getPrimaryAccountIdentifier

      public String getPrimaryAccountIdentifier()
      Unique identifier for a card used with digital wallets.
    • setApplePay

      public void setApplePay(Card.Wallets.ApplePay applePay)
    • setGooglePay

      public void setGooglePay(Card.Wallets.GooglePay googlePay)
    • setPrimaryAccountIdentifier

      public void setPrimaryAccountIdentifier(String primaryAccountIdentifier)
      Unique identifier for a card used with digital wallets.
    • 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