PaywayPartnerRegisterMerchantResponseStatus class

Constructors

PaywayPartnerRegisterMerchantResponseStatus({required String code, required String message, String? trace_id, String? correlation_id})
PaywayPartnerRegisterMerchantResponseStatus.fromJson(String source)
factory
PaywayPartnerRegisterMerchantResponseStatus.fromMap(Map<String, dynamic> map)
factory

Properties

code String
final
correlation_id String?
final
hashCode int
The hash code for this object.
no setteroverride
message String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trace_id String?
final

Methods

copyWith({String? code, String? message, String? trace_id, String? correlation_id}) PaywayPartnerRegisterMerchantResponseStatus
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 PaywayPartnerRegisterMerchantResponseStatus other) bool
The equality operator.
override