CardPaymentDetails class
- Annotations
-
- @JsonSerializable(includeIfNull: false)
Constructors
-
CardPaymentDetails({TenderCardDetailsStatus? status, DeviceDetails? deviceDetails, List<
SquareError> ? errors, Card? card, String? entryMethod, String? applicationCryptogram, String? applicationIdentifier, String? applicationName, String? authResultCode, AvsStatus? avsStatus, CardPaymentTimeline? cardPaymentTimeline, CvvStatus? cvv_status, bool? refundRequiresCardPresence, String? statementDescription, String? verificationMethod, String? verificationResults}) -
CardPaymentDetails.fromJson(Map<
String, dynamic> json) -
factory
Properties
- applicationCryptogram → String?
-
final
- applicationIdentifier → String?
-
final
- applicationName → String?
-
final
- authResultCode → String?
-
final
- avsStatus → AvsStatus?
-
final
- card → Card?
-
final
- cardPaymentTimeline → CardPaymentTimeline?
-
final
- cvv_status → CvvStatus?
-
final
- deviceDetails → DeviceDetails?
-
final
- entryMethod → String?
-
final
-
errors
→ List<
SquareError> ? -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- refundRequiresCardPresence → bool?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- statementDescription → String?
-
final
- status → TenderCardDetailsStatus?
-
final
- verificationMethod → String?
-
final
- verificationResults → String?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited