PaymentConsent constructor
PaymentConsent({
- String? id,
- String? requestId,
- String? customerId,
- PaymentMethod? paymentMethod,
- String? status,
- NextTriggeredBy? nextTriggeredBy,
- MerchantTriggerReason? merchantTriggerReason,
- bool requiresCvc = false,
- String? createdAt,
- String? updatedAt,
- String? clientSecret,
Implementation
PaymentConsent({
this.id,
this.requestId,
this.customerId,
this.paymentMethod,
this.status,
this.nextTriggeredBy,
this.merchantTriggerReason,
this.requiresCvc = false,
this.createdAt,
this.updatedAt,
this.clientSecret,
});