Class IntentAction.Modify.EffectiveAt

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.billing.IntentAction.Modify.EffectiveAt
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
IntentAction.Modify

public static class IntentAction.Modify.EffectiveAt extends StripeObject
For more details about EffectiveAt, please refer to the API Reference.
  • Constructor Details

    • EffectiveAt

      public EffectiveAt()
  • Method Details

    • getTimestamp

      public Instant getTimestamp()
      The timestamp at which the modify action will take effect. Only present if type is timestamp.
    • getType

      public String getType()
      When the modify action will take effect.

      One of current_billing_period_start, on_reserve, or timestamp.

    • setTimestamp

      public void setTimestamp(Instant timestamp)
      The timestamp at which the modify action will take effect. Only present if type is timestamp.
    • setType

      public void setType(String type)
      When the modify action will take effect.

      One of current_billing_period_start, on_reserve, or timestamp.

    • 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