Package com.stripe.model
Class QuoteLine.SetPauseCollection
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.QuoteLine.SetPauseCollection
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- QuoteLine
Configures the pause collection settings for a subscription during a phase.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
The Pause Collection settings specify how to pause collection for a subscription during a phase by modifying the behavior of the invoices that are generated during the paused period. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getSet()
If specified, payment collection for this subscription will be paused.getType()
Defines the type of the pause_collection behavior for the quote line.int
hashCode()
void
If specified, payment collection for this subscription will be paused.void
Defines the type of the pause_collection behavior for the quote line.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
SetPauseCollection
public SetPauseCollection()
-
-
Method Details
-
getSet
If specified, payment collection for this subscription will be paused. Note that the subscription status will be unchanged and will not be updated topaused
. Learn more about pausing collection. -
getType
Defines the type of the pause_collection behavior for the quote line.One of
remove
, orset
. -
setSet
If specified, payment collection for this subscription will be paused. Note that the subscription status will be unchanged and will not be updated topaused
. Learn more about pausing collection. -
setType
Defines the type of the pause_collection behavior for the quote line.One of
remove
, orset
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-