Class IntentAction.Modify.BillingDetails

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

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

    • BillingDetails

      public BillingDetails()
  • Method Details

    • getProrationBehavior

      public String getProrationBehavior()
      This controls the proration adjustment for the partial servicing period.

      One of no_adjustment, or prorated_adjustment.

    • setProrationBehavior

      public void setProrationBehavior(String prorationBehavior)
      This controls the proration adjustment for the partial servicing period.

      One of no_adjustment, or prorated_adjustment.

    • 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