SetupePaypalPayment class
Constructors
-
SetupePaypalPayment.new({required BuildContext context, required String clientId, required String secretKey, List<
Transaction> ? transactions, bool sandboxMode = true, dynamic onSuccess(Map params)?, Function? onError, Function? onCancled, String note = "Contact us for any questions on your order."})
Properties
- clientId → String
-
final
- context → BuildContext
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- note → String
-
final
- onCancled → Function?
-
final
- onError → Function?
-
final
- onSuccess → dynamic Function(Map params)?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sandboxMode → bool
-
final
- secretKey → String
-
final
-
transactions
→ List<
Transaction> -
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