CreatePaymentRequestDtoPayment class

Annotations
  • @freezed

Constructors

CreatePaymentRequestDtoPayment.new({required int transactionId, required String status, required int amount, required String method, required String paidAt, MultipartFileDto? evidence})
const
factory
CreatePaymentRequestDtoPayment.fromJson(Map<String, dynamic> json)
factory

Properties

amount int
no setterinherited
copyWith → $CreatePaymentRequestDtoPaymentCopyWith<CreatePaymentRequestDtoPayment>
Create a copy of CreatePaymentRequestDtoPayment with the given fields replaced by the non-null parameter values.
no setterinherited
evidence MultipartFileDto?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
method String
no setterinherited
paidAt String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String
no setterinherited
transactionId int
no setterinherited

Methods

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

Operators

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