Package com.stripe.model
Class SubscriptionSchedule.Phase.PauseCollection
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.SubscriptionSchedule.Phase.PauseCollection
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- SubscriptionSchedule.Phase
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
The payment collection behavior for this subscription while paused.int
hashCode()
void
setBehavior
(String behavior) The payment collection behavior for this subscription while paused.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
PauseCollection
public PauseCollection()
-
-
Method Details
-
getBehavior
The payment collection behavior for this subscription while paused. One ofkeep_as_draft
,mark_uncollectible
, orvoid
. -
setBehavior
The payment collection behavior for this subscription while paused. One ofkeep_as_draft
,mark_uncollectible
, orvoid
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-