ExternalPaymentInitiationConsentOptions class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- ExternalPaymentInitiationConsentOptions({String? walletId, bool? requestRefundDetails, String? iban, PaymentInitiationOptionalRestrictionBacs? bacs})
-
ExternalPaymentInitiationConsentOptions.fromJson(Map<
String, dynamic> json) -
factory
Properties
- bacs → PaymentInitiationOptionalRestrictionBacs?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- iban → String?
-
final
- requestRefundDetails → bool?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- walletId → String?
-
final
Methods
-
copyWith(
{String? walletId, bool? requestRefundDetails, String? iban, PaymentInitiationOptionalRestrictionBacs? bacs}) → ExternalPaymentInitiationConsentOptions -
Available on ExternalPaymentInitiationConsentOptions, provided by the $ExternalPaymentInitiationConsentOptionsExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? walletId, Wrapped<bool?> ? requestRefundDetails, Wrapped<String?> ? iban, Wrapped<PaymentInitiationOptionalRestrictionBacs?> ? bacs}) → ExternalPaymentInitiationConsentOptions -
Available on ExternalPaymentInitiationConsentOptions, provided by the $ExternalPaymentInitiationConsentOptionsExtension 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 ExternalPaymentInitiationConsentOptions Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(ExternalPaymentInitiationConsentOptions instance)