Class IntentAction.Apply.EffectiveAt

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

public static class IntentAction.Apply.EffectiveAt extends StripeObject
When the apply action will take effect. Defaults to on_reserve if not specified.
  • Constructor Details

    • EffectiveAt

      public EffectiveAt()
  • Method Details

    • getType

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

      One of current_billing_period_end, or on_reserve.

    • setType

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

      One of current_billing_period_end, or on_reserve.

    • 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