PayooVnSettings class

The initializing settings to create a Payoo SDK instance. Contacts to your partnership member who receives this information from Payoo, for both environments: Development & Production.

Constructors

PayooVnSettings({bool? isDev = false, required String merchantId, required String secretKey})
Constructor.
const
PayooVnSettings.fromMap(Map<String, dynamic> map)
Create an instance from a map.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isDev bool?
isDev : this is not used for Development environment, it's only a flag that make the SDK knows if application is in debugging/developing mode.
final
merchantId String
merchantId : Payoo specifics each of their partners if a merchant, with an id & secretKey.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secretKey String
secretKey : this is not a sensitive key, just a client public key.
final

Methods

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

Operators

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