PaymentMethodDetailsCardPresent constructor
const
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
Implementation
const PaymentMethodDetailsCardPresent({
this.amountAuthorized,
this.brand,
this.captureBefore,
this.cardholderName,
this.country,
this.description,
this.emvAuthData,
required this.expMonth,
required this.expYear,
this.fingerprint,
this.funding,
this.generatedCard,
this.iin,
required this.incrementalAuthorizationSupported,
this.issuer,
this.last4,
this.network,
this.offline,
required this.overcaptureSupported,
this.readMethod,
this.receipt,
});