Class Category

    • Field Detail

      • billingCancellationReasons

        @ApiProperty
        protected List<Reason> billingCancellationReasons
        The corresponding billing cancellation reasons having the specific billing cancellation reason category.
      • idSpecified

        protected boolean idSpecified
      • nameSpecified

        protected boolean nameSpecified
      • billingCancellationReasonCount

        @ApiProperty
        protected Long billingCancellationReasonCount
        A count of the corresponding billing cancellation reasons having the specific billing cancellation reason category.
    • Constructor Detail

      • Category

        public Category()
    • Method Detail

      • getBillingCancellationReasons

        public List<Reason> getBillingCancellationReasons()
      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • isIdSpecified

        public boolean isIdSpecified()
      • unsetId

        public void unsetId()
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • isNameSpecified

        public boolean isNameSpecified()
      • unsetName

        public void unsetName()
      • getBillingCancellationReasonCount

        public Long getBillingCancellationReasonCount()
      • setBillingCancellationReasonCount

        public void setBillingCancellationReasonCount​(Long billingCancellationReasonCount)