PayloadModel class
Constructors
- PayloadModel({required String? currency, required String? transRef, String? email, String? description, String? fullName, required String? country, required String? amount, String? callbackUrl, required String? publicKey, String? narrator = 'seerbit-react-native', String? reportLink = "", String? pocketRef, String? vendorId, bool? closeOnSuccess, bool? closePrompt, bool? setAmountByCustomer, bool? tokenize = false, String? planId, CustomizationModel customization = const CustomizationModel()})
- PayloadModel.fromJson(Map json)
-
factory
Properties
- amount → String?
-
final
- callbackUrl → String?
-
final
- closeOnSuccess → bool?
-
final
- closePrompt → bool?
-
final
- country → String?
-
final
- currency → String?
-
final
- customization → CustomizationModel
-
final
- description → String?
-
final
- email → String?
-
final
- fullName → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- narrator → String?
-
final
- planId → String?
-
final
- pocketRef → String?
-
final
- publicKey → String?
-
final
- reportLink → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- setAmountByCustomer → bool?
-
final
- tokenize → bool?
-
final
- transRef → String?
-
final
- vendorId → String?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited