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

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)