CreditRelayCreateRequest class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
-
CreditRelayCreateRequest({String? clientId, String? secret, required List<
String> reportTokens, required String secondaryClientId, String? webhook}) -
CreditRelayCreateRequest.fromJson(Map<
String, dynamic> json) -
factory
Properties
- clientId → String?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
-
reportTokens
→ List<
String> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secondaryClientId → String
-
final
- secret → String?
-
final
- webhook → String?
-
final
Methods
-
copyWith(
{String? clientId, String? secret, List< String> ? reportTokens, String? secondaryClientId, String? webhook}) → CreditRelayCreateRequest -
Available on CreditRelayCreateRequest, provided by the $CreditRelayCreateRequestExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? clientId, Wrapped<String?> ? secret, Wrapped<List< ? reportTokens, Wrapped<String> >String> ? secondaryClientId, Wrapped<String?> ? webhook}) → CreditRelayCreateRequest -
Available on CreditRelayCreateRequest, provided by the $CreditRelayCreateRequestExtension 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 CreditRelayCreateRequest Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(CreditRelayCreateRequest instance)