menu
paypal_sdk package
documentation
core.dart
ApiErrorDetails
ApiErrorDetails.new constructor
ApiErrorDetails.new constructor
dark_mode
light_mode
ApiErrorDetails
constructor
ApiErrorDetails
(
{
String
?
field
,
String
?
value
,
String
?
location
,
required
String
issue
,
String
?
description
,
})
Implementation
ApiErrorDetails({ this.field, this.value, this.location, required this.issue, this.description, });
paypal_sdk package
documentation
core
ApiErrorDetails
ApiErrorDetails.new constructor
ApiErrorDetails class