PaymentIntentResponse constructor
const
PaymentIntentResponse({
- PaymentIntent? paymentIntent,
- StripeError? error,
Implementation
const factory PaymentIntentResponse({
/// If not null, a PaymentIntent was retrieved successfully
PaymentIntent? paymentIntent,
/// If not null, an error occurred
StripeError? error,
}) = _PaymentIntentResponse;