RazorpayDisputesContestBaseRequestBody class abstract
- Annotations
-
- @freezed
Constructors
-
RazorpayDisputesContestBaseRequestBody.new({int? amount, String? summary, List<
String> ? shipping_proof, List<String> ? billing_proof, List<String> ? cancellation_proof, List<String> ? customer_communication, List<String> ? proof_of_service, List<String> ? explanation_letter, List<String> ? refund_confirmation, List<String> ? access_activity_log, List<String> ? refund_cancellation_policy, List<String> ? term_and_conditions, List<OthersEvidence> ? others, String? action, dynamic submitted_at}) -
constfactory
-
RazorpayDisputesContestBaseRequestBody.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
access_activity_log
→ List<
String> ? -
no setterinherited
- action → String?
-
no setterinherited
- amount → int?
-
no setterinherited
-
billing_proof
→ List<
String> ? -
no setterinherited
-
cancellation_proof
→ List<
String> ? -
no setterinherited
-
copyWith
→ $RazorpayDisputesContestBaseRequestBodyCopyWith<
RazorpayDisputesContestBaseRequestBody> -
Create a copy of RazorpayDisputesContestBaseRequestBody
with the given fields replaced by the non-null parameter values.
no setterinherited
-
customer_communication
→ List<
String> ? -
no setterinherited
-
explanation_letter
→ List<
String> ? -
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
-
others
→ List<
OthersEvidence> ? -
no setterinherited
-
proof_of_service
→ List<
String> ? -
no setterinherited
-
refund_cancellation_policy
→ List<
String> ? -
no setterinherited
-
refund_confirmation
→ List<
String> ? -
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
shipping_proof
→ List<
String> ? -
no setterinherited
- submitted_at → dynamic
-
no setterinherited
- summary → String?
-
no setterinherited
-
term_and_conditions
→ List<
String> ? -
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Serializes this RazorpayDisputesContestBaseRequestBody to a JSON map.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited