Class V2BillingRateCardRateCreatedEvent.EventData

java.lang.Object
com.stripe.events.V2BillingRateCardRateCreatedEvent.EventData
Enclosing class:
V2BillingRateCardRateCreatedEvent

public static final class V2BillingRateCardRateCreatedEvent.EventData extends Object
  • Constructor Details

    • EventData

      public EventData()
  • Method Details

    • getBillableItem

      public String getBillableItem()
      The ID of the BillableItem which this Rate is associated with.
    • getCreated

      public Instant getCreated()
      Timestamp of when the object was created.
    • getRateCard

      public String getRateCard()
      The ID of the RateCard which this Rate belongs to.
    • getRateCardVersion

      public String getRateCardVersion()
      The ID of the latest RateCard Version when the Rate was created.
    • setBillableItem

      public void setBillableItem(String billableItem)
      The ID of the BillableItem which this Rate is associated with.
    • setCreated

      public void setCreated(Instant created)
      Timestamp of when the object was created.
    • setRateCard

      public void setRateCard(String rateCard)
      The ID of the RateCard which this Rate belongs to.
    • setRateCardVersion

      public void setRateCardVersion(String rateCardVersion)
      The ID of the latest RateCard Version when the Rate was created.