KhipuPaymentForm constructor
KhipuPaymentForm({
- required int amount,
- required String currency,
- required String subject,
- String? transactionId,
- String? custom,
- String? body,
- String? bankId,
- String? returnUrl,
- String? cancelUrl,
- String? pictureUrl,
- String? notifyUrl,
- String? contractUrl,
- String? notifyApiVersion,
- DateTime? expiresDate,
- bool? sendEmail,
- String? payerName,
- String? payerEmail,
- bool? sendReminders,
- String? responsibleUserEmail,
- String? fixedPayerPersonalIdentifier,
- String? integratorFee,
- String? collectAccountUuid,
- DateTime? confirmTimeoutDate,
- String? mandatoryPaymentMethod,
- String? pspClientMerchantName,
Implementation
KhipuPaymentForm({
required this.amount,
required this.currency,
required this.subject,
this.transactionId,
this.custom,
this.body,
this.bankId,
this.returnUrl,
this.cancelUrl,
this.pictureUrl,
this.notifyUrl,
this.contractUrl,
this.notifyApiVersion,
this.expiresDate,
this.sendEmail,
this.payerName,
this.payerEmail,
this.sendReminders,
this.responsibleUserEmail,
this.fixedPayerPersonalIdentifier,
this.integratorFee,
this.collectAccountUuid,
this.confirmTimeoutDate,
this.mandatoryPaymentMethod,
this.pspClientMerchantName,
});