CheckoutSettings constructor
CheckoutSettings({
- String? effectiveEnrollmentState,
- String? effectiveReviewState,
- UrlSettings? effectiveUriSettings,
- String? enrollmentState,
- String? merchantId,
- String? reviewState,
- UrlSettings? uriSettings,
Implementation
CheckoutSettings({
this.effectiveEnrollmentState,
this.effectiveReviewState,
this.effectiveUriSettings,
this.enrollmentState,
this.merchantId,
this.reviewState,
this.uriSettings,
});