PaymentInitiationConsentCreateRequest class

Available extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

PaymentInitiationConsentCreateRequest({String? clientId, String? secret, required String recipientId, required String reference, required List<PaymentInitiationConsentScope> scopes, required PaymentInitiationConsentConstraints constraints, ExternalPaymentInitiationConsentOptions? options})
PaymentInitiationConsentCreateRequest.fromJson(Map<String, dynamic> json)
factory

Properties

clientId String?
final
constraints PaymentInitiationConsentConstraints
final
hashCode int
The hash code for this object.
no setteroverride
options ExternalPaymentInitiationConsentOptions?
final
recipientId String
final
reference String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scopes List<PaymentInitiationConsentScope>
final
secret String?
final

Methods

copyWith({String? clientId, String? secret, String? recipientId, String? reference, List<PaymentInitiationConsentScope>? scopes, PaymentInitiationConsentConstraints? constraints, ExternalPaymentInitiationConsentOptions? options}) PaymentInitiationConsentCreateRequest

Available on PaymentInitiationConsentCreateRequest, provided by the $PaymentInitiationConsentCreateRequestExtension extension

copyWithWrapped({Wrapped<String?>? clientId, Wrapped<String?>? secret, Wrapped<String>? recipientId, Wrapped<String>? reference, Wrapped<List<PaymentInitiationConsentScope>>? scopes, Wrapped<PaymentInitiationConsentConstraints>? constraints, Wrapped<ExternalPaymentInitiationConsentOptions?>? options}) PaymentInitiationConsentCreateRequest

Available on PaymentInitiationConsentCreateRequest, provided by the $PaymentInitiationConsentCreateRequestExtension 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 PaymentInitiationConsentCreateRequest Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(PaymentInitiationConsentCreateRequest instance)