RazorpayTokenNach class abstract

Annotations
  • @freezed

Constructors

RazorpayTokenNach.new({required NachInfo nach, EmandateAuthTypeToken? auth_type, int? max_amount, int? expire_at, IMap? notes, RazorpayOrderBankDetailsBaseRequestBody? bank_account, int? first_payment_amount})
const
factory
RazorpayTokenNach.fromJson(Map<String, dynamic> json)
factory

Properties

auth_type EmandateAuthTypeToken?
no setterinherited
bank_account RazorpayOrderBankDetailsBaseRequestBody?
no setterinherited
copyWith → $RazorpayTokenNachCopyWith<RazorpayTokenNach>
Create a copy of RazorpayTokenNach with the given fields replaced by the non-null parameter values.
no setterinherited
expire_at int?
no setterinherited
first_payment_amount int?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
max_amount int?
no setterinherited
nach NachInfo
no setterinherited
notes IMap?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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