CheckoutSettings constructor
CheckoutSettings({
- String? effectiveEnrollmentState,
- String? effectiveReviewState,
- UriSettings? effectiveUriSettings,
- List<
String> ? eligibleDestinations, - String? enrollmentState,
- String? name,
- String? reviewState,
- UriSettings? uriSettings,
Implementation
CheckoutSettings({
this.effectiveEnrollmentState,
this.effectiveReviewState,
this.effectiveUriSettings,
this.eligibleDestinations,
this.enrollmentState,
this.name,
this.reviewState,
this.uriSettings,
});