decline_code property
For card errors resulting from a card issuer decline, a short string indicating the card issuer’s reason for the decline if they provide one.
Implementation
String? get code;/// For card errors resulting from a card issuer decline, a short string
/// indicating the card issuer’s reason for the decline if they provide one.
String? get decline_code;