Class PaymentLink.SubscriptionData

    • Constructor Detail

      • SubscriptionData

        public SubscriptionData()
    • Method Detail

      • getTrialPeriodDays

        public java.lang.Long getTrialPeriodDays()
        Integer representing the number of trial period days before the customer is charged for the first time.
      • setTrialPeriodDays

        public void setTrialPeriodDays​(java.lang.Long trialPeriodDays)
        Integer representing the number of trial period days before the customer is charged for the first time.
      • 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