PaymentMethodDataIdeal class

Payment method data object for ideal payment method.

Annotations
  • @freezed

Constructors

PaymentMethodDataIdeal.new({String? bankIdentifierCode, String? bankName, BillingDetails? billingDetails, ShippingDetails? shippingDetails, MandateData? mandateData, Map<String, String>? metadata})
const
factory
PaymentMethodDataIdeal.fromJson(Map<String, dynamic> json)
factory

Properties

bankIdentifierCode String?
The bank identifier code of the bank.
no setterinherited
bankName String?
The name of bank.
no setterinherited
billingDetails BillingDetails?
Billing information.
no setterinherited
copyWith → $PaymentMethodDataIdealCopyWith<PaymentMethodDataIdeal>
Create a copy of PaymentMethodDataIdeal with the given fields replaced by the non-null parameter values.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
mandateData MandateData?
Mandata data for this paymentmethod.
no setterinherited
metadata Map<String, String>?
Metadata for this payment method
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shippingDetails ShippingDetails?
Shipping details
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serializes this PaymentMethodDataIdeal to a JSON map.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited