PaymentMethodDetailsCardPresent class final
payment_method_details_card_present
Constructors
- PaymentMethodDetailsCardPresent({int? amountAuthorized, String? brand, DateTime? captureBefore, String? cardholderName, String? country, String? description, String? emvAuthData, required int expMonth, required int expYear, String? fingerprint, String? funding, String? generatedCard, String? iin, required bool incrementalAuthorizationSupported, String? issuer, String? last4, String? network, PaymentMethodDetailsCardPresentOffline? offline, required bool overcaptureSupported, PaymentMethodCardPresentReadMethod? readMethod, PaymentMethodDetailsCardPresentReceipt? receipt})
-
payment_method_details_card_present
const
- PaymentMethodDetailsCardPresent.fromJson(Object? json)
-
factory
Properties
- amountAuthorized → int?
-
final
- brand → String?
-
final
- captureBefore → DateTime?
-
final
- cardholderName → String?
-
final
- country → String?
-
final
- description → String?
-
final
- emvAuthData → String?
-
final
- expMonth → int
-
final
- expYear → int
-
final
- fingerprint → String?
-
final
- funding → String?
-
final
- generatedCard → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- iin → String?
-
final
- incrementalAuthorizationSupported → bool
-
final
- issuer → String?
-
final
- last4 → String?
-
final
- network → String?
-
final
- offline → PaymentMethodDetailsCardPresentOffline?
-
Details about payments collected offline.
final
- overcaptureSupported → bool
-
final
- readMethod → PaymentMethodCardPresentReadMethod?
-
final
- receipt → PaymentMethodDetailsCardPresentReceipt?
-
A collection of fields required to be displayed on receipts. Only required for EMV transactions.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
encodeWith<
V> (Encoder< V> encoder) → V -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
encode<
V> (PaymentMethodDetailsCardPresent instance, Encoder< V> encoder) → V