PaymentIntentionResponse constructor
const
PaymentIntentionResponse({
- required List<
PaymentKey> paymentKeys, - required int intentionOrderId,
- required String id,
- required IntentionDetail intentionDetail,
- required String clientSecret,
- required List<
PaymentMethod> paymentMethods, - String? specialReference,
- required ExtrasData extras,
- required bool confirmed,
- required String status,
- required String created,
- dynamic cardDetail,
- required List cardTokens,
- required String object,
Implementation
const PaymentIntentionResponse({
required this.paymentKeys,
required this.intentionOrderId,
required this.id,
required this.intentionDetail,
required this.clientSecret,
required this.paymentMethods,
this.specialReference,
required this.extras,
required this.confirmed,
required this.status,
required this.created,
this.cardDetail,
required this.cardTokens,
required this.object,
});