NexiPayment class

Constructors

NexiPayment({required String secretKey, String environment = "", String domain = EnvironmentUtils.TEST})

Properties

domain String
If you like to change the domain of all the HTTP request you must set the domain here (for example: https://newdomain.com)
getter/setter pair
environment String
environment type could be: TEST, PROD. Default -> TEST
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secretKey String
secretKey from backend
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
xPayFrontOfficePaga(String alias, String codTrans, String currency, int amount) Future<String>
Makes the web view payment and awaits the response

Operators

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