Class Subscription.PauseCollection

    • Constructor Detail

      • PauseCollection

        public PauseCollection()
    • Method Detail

      • getBehavior

        public java.lang.String getBehavior()
        The payment collection behavior for this subscription while paused. One of keep_as_draft, mark_uncollectible, or void.
      • getResumesAt

        public java.lang.Long getResumesAt()
        The time after which the subscription will resume collecting payments.
      • setBehavior

        public void setBehavior​(java.lang.String behavior)
        The payment collection behavior for this subscription while paused. One of keep_as_draft, mark_uncollectible, or void.
      • setResumesAt

        public void setResumesAt​(java.lang.Long resumesAt)
        The time after which the subscription will resume collecting payments.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object