Class Provisioning

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Provisioning
All Implemented Interfaces:
StripeObjectInterface

public class Provisioning extends StripeObject
  • Constructor Details

    • Provisioning

      public Provisioning()
  • Method Details

    • getGiftCard

      public Provisioning.GiftCard getGiftCard()
    • getType

      public String getType()
      The type of provisioning, only gift_card currently supported.

      Equal to gift_card.

    • setGiftCard

      public void setGiftCard(Provisioning.GiftCard giftCard)
    • setType

      public void setType(String type)
      The type of provisioning, only gift_card currently supported.

      Equal to gift_card.

    • 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