RazorpayPaymentDetails class abstract

Annotations
  • @freezed

Constructors

RazorpayPaymentDetails.new({required String id, required String entity, required String payment_id, required String mode, required String bank_reference, required dynamic amount, required RazorpayBankAccount payer_bank_account, required String virtual_account_id, required RazorpayVirtualAccount virtual_account})
const
factory
RazorpayPaymentDetails.fromJson(Map<String, dynamic> json)
factory

Properties

amount → dynamic
no setterinherited
bank_reference String
no setterinherited
copyWith → $RazorpayPaymentDetailsCopyWith<RazorpayPaymentDetails>
Create a copy of RazorpayPaymentDetails with the given fields replaced by the non-null parameter values.
no setterinherited
entity String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id String
no setterinherited
mode String
no setterinherited
payer_bank_account RazorpayBankAccount
no setterinherited
payment_id String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
virtual_account RazorpayVirtualAccount
no setterinherited
virtual_account_id String
no setterinherited

Methods

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

Operators

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