PaymentIntentAfterpayClearpay constructor
const
PaymentIntentAfterpayClearpay({
- SessionCaptureMethod? captureMethod,
- 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,
});