Class ServiceAction.CreditGrant.ApplicabilityConfig.Scope

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.billing.ServiceAction.CreditGrant.ApplicabilityConfig.Scope
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
ServiceAction.CreditGrant.ApplicabilityConfig

public static class ServiceAction.CreditGrant.ApplicabilityConfig.Scope extends StripeObject
For more details about Scope, please refer to the API Reference.
  • Constructor Details

    • Scope

      public Scope()
  • Method Details

    • getBillableItems

      public List<String> getBillableItems()
    • getPriceType

      public String getPriceType()
    • setBillableItems

      public void setBillableItems(List<String> billableItems)
    • setPriceType

      public void setPriceType(String priceType)
    • 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