PaymentIntentAfterpayClearpay constructor

const PaymentIntentAfterpayClearpay({
  1. SessionCaptureMethod? captureMethod,
  2. String? reference,
})

payment_method_options_param

If this is a `afterpay_clearpay` PaymentMethod, this sub-hash contains details about the Afterpay Clearpay payment method options.

Implementation

const PaymentIntentAfterpayClearpay({
  this.captureMethod,
  this.reference,
});