Package com.stripe.model.v2.billing
Class IntentAction.Deactivate.BillingDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.billing.IntentAction.Deactivate.BillingDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- IntentAction.Deactivate
Configuration for the billing details.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThis controls the proration adjustment for the partial servicing period.inthashCode()voidsetProrationBehavior(String prorationBehavior) This controls the proration adjustment for the partial servicing period.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
BillingDetails
public BillingDetails()
-
-
Method Details
-
getProrationBehavior
This controls the proration adjustment for the partial servicing period.One of
no_adjustment, orprorated_adjustment. -
setProrationBehavior
This controls the proration adjustment for the partial servicing period.One of
no_adjustment, orprorated_adjustment. -
equals
-
canEqual
-
hashCode
public int hashCode()
-