CheckoutSettings constructor

CheckoutSettings({
  1. String? effectiveEnrollmentState,
  2. String? effectiveReviewState,
  3. UriSettings? effectiveUriSettings,
  4. List<String>? eligibleDestinations,
  5. String? enrollmentState,
  6. String? name,
  7. String? reviewState,
  8. UriSettings? uriSettings,
})

Implementation

CheckoutSettings({
  this.effectiveEnrollmentState,
  this.effectiveReviewState,
  this.effectiveUriSettings,
  this.eligibleDestinations,
  this.enrollmentState,
  this.name,
  this.reviewState,
  this.uriSettings,
});