SignalEvaluateRequest class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- SignalEvaluateRequest({String? clientId, String? secret, required String accessToken, required String accountId, required String clientTransactionId, required double amount, bool? userPresent, String? clientUserId, bool? isRecurring, String? defaultPaymentMethod, SignalUser? user, SignalDevice? device})
-
SignalEvaluateRequest.fromJson(Map<
String, dynamic> json) -
factory
Properties
- accessToken → String
-
final
- accountId → String
-
final
- amount → double
-
final
- clientId → String?
-
final
- clientTransactionId → String
-
final
- clientUserId → String?
-
final
- defaultPaymentMethod → String?
-
final
- device → SignalDevice?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- isRecurring → bool?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secret → String?
-
final
- user → SignalUser?
-
final
- userPresent → bool?
-
final
Methods
-
copyWith(
{String? clientId, String? secret, String? accessToken, String? accountId, String? clientTransactionId, double? amount, bool? userPresent, String? clientUserId, bool? isRecurring, String? defaultPaymentMethod, SignalUser? user, SignalDevice? device}) → SignalEvaluateRequest -
Available on SignalEvaluateRequest, provided by the $SignalEvaluateRequestExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? clientId, Wrapped<String?> ? secret, Wrapped<String> ? accessToken, Wrapped<String> ? accountId, Wrapped<String> ? clientTransactionId, Wrapped<double> ? amount, Wrapped<bool?> ? userPresent, Wrapped<String?> ? clientUserId, Wrapped<bool?> ? isRecurring, Wrapped<String?> ? defaultPaymentMethod, Wrapped<SignalUser?> ? user, Wrapped<SignalDevice?> ? device}) → SignalEvaluateRequest -
Available on SignalEvaluateRequest, provided by the $SignalEvaluateRequestExtension extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const SignalEvaluateRequest Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(SignalEvaluateRequest instance)