ApiErrors constructor
const
ApiErrors({
- String? charge,
- ApiErrorsCode? code,
- String? declineCode,
- String? docUrl,
- String? message,
- String? param,
- PaymentIntent? paymentIntent,
- PaymentMethod? paymentMethod,
- String? paymentMethodType,
- String? requestLogUrl,
- SetupIntent? setupIntent,
- PaymentSource? source,
- required ApiErrorsType type,
APIErrors
Implementation
const ApiErrors({
this.charge,
this.code,
this.declineCode,
this.docUrl,
this.message,
this.param,
this.paymentIntent,
this.paymentMethod,
this.paymentMethodType,
this.requestLogUrl,
this.setupIntent,
this.source,
required this.type,
});