CollectBankAccountResult.paymentIntent constructor

const CollectBankAccountResult.paymentIntent(
  1. PaymentIntent paymentIntent
)

Implementation

const factory CollectBankAccountResult.paymentIntent(
  PaymentIntent paymentIntent,
) = CollectBankAccountPaymentIntentResult;