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
For more details about BillingDetails, please refer to the API Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
This controls the proration adjustment for the partial servicing period.int
hashCode()
void
setProrationBehavior
(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()
-