PaywayPartnerRegisterMerchant class

Constructors

PaywayPartnerRegisterMerchant({required String pushback_url, required String redirect_url, required int type, required String register_ref})
pushback_url: the url that we will push back in the background to partner after register completed.
PaywayPartnerRegisterMerchant.fromJson(String source)
factory
PaywayPartnerRegisterMerchant.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
pushback_url String
final
redirect_url String
final
register_ref String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type int
final

Methods

copyWith({String? pushback_url, String? redirect_url, int? type, String? register_ref}) PaywayPartnerRegisterMerchant
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 PaywayPartnerRegisterMerchant other) bool
The equality operator.
override