CheckoutSettings constructor

CheckoutSettings({
  1. String? effectiveEnrollmentState,
  2. String? effectiveReviewState,
  3. UrlSettings? effectiveUriSettings,
  4. String? enrollmentState,
  5. String? merchantId,
  6. String? reviewState,
  7. UrlSettings? uriSettings,
})

Implementation

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