KhipuPaymentForm class final

Constructors

KhipuPaymentForm.new({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})
KhipuPaymentForm.fromJson(Map<String, dynamic> json)
factory

Properties

amount int
getter/setter pair
bankId String?
getter/setter pair
body String?
getter/setter pair
cancelUrl String?
getter/setter pair
collectAccountUuid String?
getter/setter pair
confirmTimeoutDate DateTime?
getter/setter pair
contractUrl String?
getter/setter pair
currency String
getter/setter pair
custom String?
getter/setter pair
expiresDate DateTime?
getter/setter pair
fixedPayerPersonalIdentifier String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
integratorFee String?
getter/setter pair
mandatoryPaymentMethod String?
getter/setter pair
notifyApiVersion String?
getter/setter pair
notifyUrl String?
getter/setter pair
payerEmail String?
getter/setter pair
payerName String?
getter/setter pair
pictureUrl String?
getter/setter pair
pspClientMerchantName String?
getter/setter pair
responsibleUserEmail String?
getter/setter pair
returnUrl String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendEmail bool?
getter/setter pair
sendReminders bool?
getter/setter pair
subject String
getter/setter pair
transactionId String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited