RazorpayCardCreateRequest class abstract
- Annotations
-
- @freezed
Constructors
- RazorpayCardCreateRequest.new({required String number, required String name, required dynamic expiry_month, required dynamic expiry_year, required dynamic cvv, String? cryptogram_value, bool? tokenised, String? token_provider, String? last4, String? provider_type})
-
constfactory
-
RazorpayCardCreateRequest.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
copyWith
→ $RazorpayCardCreateRequestCopyWith<
RazorpayCardCreateRequest> -
Create a copy of RazorpayCardCreateRequest
with the given fields replaced by the non-null parameter values.
no setterinherited
- cryptogram_value → String?
-
no setterinherited
- cvv → dynamic
-
no setterinherited
- expiry_month → dynamic
-
no setterinherited
- expiry_year → dynamic
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- last4 → String?
-
no setterinherited
- name → String
-
no setterinherited
- number → String
-
no setterinherited
- provider_type → String?
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- token_provider → String?
-
no setterinherited
- tokenised → bool?
-
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Serializes this RazorpayCardCreateRequest to a JSON map.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited