public static class Subscription.PauseCollection extends StripeObject
PRETTY_PRINT_GSON
Constructor and Description |
---|
PauseCollection() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getBehavior()
The payment collection behavior for this subscription while paused.
|
java.lang.Long |
getResumesAt()
The time after which the subscription will resume collecting payments.
|
int |
hashCode() |
void |
setBehavior(java.lang.String behavior)
The payment collection behavior for this subscription while paused.
|
void |
setResumesAt(java.lang.Long resumesAt)
The time after which the subscription will resume collecting payments.
|
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
public java.lang.String getBehavior()
keep_as_draft
, mark_uncollectible
, or void
.public java.lang.Long getResumesAt()
public void setBehavior(java.lang.String behavior)
keep_as_draft
, mark_uncollectible
, or void
.public void setResumesAt(java.lang.Long resumesAt)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
protected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object