RazorpayProcessPaymentResponse class abstract

Annotations
  • @freezed

Constructors

RazorpayProcessPaymentResponse.new({required String token_number, required String cryptogram_value, required String cvv, required int token_expiry_month, required int token_expiry_year, required RazorpayProcessPaymentCardDetails card})
const
factory
RazorpayProcessPaymentResponse.fromJson(Map<String, dynamic> json)
factory

Properties

card RazorpayProcessPaymentCardDetails
no setterinherited
copyWith → $RazorpayProcessPaymentResponseCopyWith<RazorpayProcessPaymentResponse>
Create a copy of RazorpayProcessPaymentResponse with the given fields replaced by the non-null parameter values.
no setterinherited
cryptogram_value String
no setterinherited
cvv String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token_expiry_month int
no setterinherited
token_expiry_year int
no setterinherited
token_number String
no setterinherited

Methods

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

Operators

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