PaymentMethodResponse constructor
const
PaymentMethodResponse({
- PaymentMethod? paymentMethod,
- StripeError? error,
Implementation
const factory PaymentMethodResponse({
/// If not null, a PaymentMethod was created successfully
PaymentMethod? paymentMethod,
/// If not null, an error occurred
StripeError? error,
}) = _PaymentMethodResponse;