RazorpayAuthorizationToken class abstract
- Annotations
-
- @freezed
Constructors
- RazorpayAuthorizationToken.new({required String method, EmandateAuthTypeToken? auth_type, int? max_amount, int? expire_at, IMap? notes, RazorpayBankAccount? bank_account, int? first_payment_amount, NachInfo? nach, dynamic recurring_status, dynamic failure_reason})
-
constfactory
-
RazorpayAuthorizationToken.fromJson(Map<
String, dynamic> json) -
factory
Properties
- auth_type → EmandateAuthTypeToken?
-
no setterinherited
- bank_account → RazorpayBankAccount?
-
no setterinherited
-
copyWith
→ $RazorpayAuthorizationTokenCopyWith<
RazorpayAuthorizationToken> -
Create a copy of RazorpayAuthorizationToken
with the given fields replaced by the non-null parameter values.
no setterinherited
- expire_at → int?
-
no setterinherited
- failure_reason → dynamic
-
no setterinherited
- first_payment_amount → int?
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- max_amount → int?
-
no setterinherited
- method → String
-
no setterinherited
- nach → NachInfo?
-
no setterinherited
- notes → IMap?
-
no setterinherited
- recurring_status → dynamic
-
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 RazorpayAuthorizationToken to a JSON map.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited