Package tbdex.sdk.resources
Class CancellationDetails
-
- All Implemented Interfaces:
public final class CancellationDetailsRepresents the cancellation policy for an Offering.
-
-
Constructor Summary
Constructors Constructor Description CancellationDetails(Boolean enabled, String termsUrl, String terms)
-
Method Summary
Modifier and Type Method Description final BooleangetEnabled()Whether cancellation is enabled for the offering. final StringgetTermsUrl()Optional URL to a page that describes the terms of cancellation. final StringgetTerms()Optional human-readable description of the cancellation terms. -
-
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.
-
-
-
-