PaywayPartnerCheckMerchantResponse class

Constructors

PaywayPartnerCheckMerchantResponse({required String data, required PaywayPartnerCheckMerchantResponseStatus status})
data: will be need to decode from base64 string to get We will response below fields as encryption text:
PaywayPartnerCheckMerchantResponse.fromJson(String source)
factory
PaywayPartnerCheckMerchantResponse.fromMap(Map<String, dynamic> map)
factory

Properties

data String
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status PaywayPartnerCheckMerchantResponseStatus
final

Methods

copyWith({String? data, PaywayPartnerCheckMerchantResponseStatus? status}) PaywayPartnerCheckMerchantResponse
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(covariant PaywayPartnerCheckMerchantResponse other) bool
The equality operator.
override