SdkData class
Constructors
- SdkData({int? amount, dynamic paymentMethod, dynamic reason, dynamic name, dynamic email, dynamic partnerId, dynamic countries, dynamic phone, dynamic data, dynamic sandbox = true, dynamic apikey, dynamic theme = '#4E6BFC'})
- @Params amount : Payment amount @Params reason : Payment reason @Params name : Payment owner @Params phone : Payment phoneNumber @Params data : Payment data send by webhook @Params sandbox : Payment request made in sandbox
Properties
- amount → int?
-
final
- apikey → dynamic
-
final
- countries → dynamic
-
final
- data → dynamic
-
final
- email → dynamic
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → dynamic
-
final
- partnerId → dynamic
-
final
- paymentMethod → dynamic
-
final
- phone → dynamic
-
final
- reason → dynamic
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sandbox → dynamic
-
final
- theme → dynamic
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toBase64(
) → String -
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited