RazorpayVirtualAccountReceiver class abstract
- Annotations
-
- @freezed
Constructors
- RazorpayVirtualAccountReceiver.new({required String id, required String entity, required String name, String? ifsc, String? bank_name, String? account_number, String? username, String? handle, String? address, String? short_url, String? reference, String? status})
-
constfactory
-
RazorpayVirtualAccountReceiver.fromJson(Map<
String, dynamic> json) -
factory
Properties
- account_number → String?
-
no setterinherited
- address → String?
-
no setterinherited
- bank_name → String?
-
no setterinherited
-
copyWith
→ $RazorpayVirtualAccountReceiverCopyWith<
RazorpayVirtualAccountReceiver> -
Create a copy of RazorpayVirtualAccountReceiver
with the given fields replaced by the non-null parameter values.
no setterinherited
- entity → String
-
no setterinherited
- handle → String?
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
no setterinherited
- ifsc → String?
-
no setterinherited
- name → String
-
no setterinherited
- reference → String?
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- short_url → String?
-
no setterinherited
- status → String?
-
no setterinherited
- username → String?
-
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Serializes this RazorpayVirtualAccountReceiver to a JSON map.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited