Class SubscriptionInfo

    • Constructor Detail

      • SubscriptionInfo

        public SubscriptionInfo()
      • SubscriptionInfo

        public SubscriptionInfo​(String id,
                                String customerId,
                                String priceId)
    • Method Detail

      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getCustomerId

        public String getCustomerId()
      • setCustomerId

        public void setCustomerId​(String customerId)
      • getPriceId

        public String getPriceId()
      • setPriceId

        public void setPriceId​(String priceId)
      • getStartTimestamp

        public long getStartTimestamp()
      • setStartTimestamp

        public void setStartTimestamp​(long startTimestamp)
      • getEndTimestamp

        public long getEndTimestamp()
      • setEndTimestamp

        public void setEndTimestamp​(long endTimestamp)
      • getBillingMeterId

        public String getBillingMeterId()
      • setBillingMeterId

        public void setBillingMeterId​(String billingMeterId)