Class CancellationDetails

  • All Implemented Interfaces:

    
    public final class CancellationDetails
    
                        

    Represents the cancellation policy for an Offering.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Boolean getEnabled() Whether cancellation is enabled for the offering.
      final String getTermsUrl() Optional URL to a page that describes the terms of cancellation.
      final String getTerms() Optional human-readable description of the cancellation terms.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getEnabled

         final Boolean getEnabled()

        Whether cancellation is enabled for the offering.

      • getTermsUrl

         final String getTermsUrl()

        Optional URL to a page that describes the terms of cancellation.

      • getTerms

         final String getTerms()

        Optional human-readable description of the cancellation terms.