PaywayMerchant class
Constructors
- PaywayMerchant({required String merchantID, required String merchantApiKey, required String merchantApiName, required String baseApiUrl, required String refererDomain})
- PaywayMerchant
- PaywayMerchant.fromJson(String source)
-
factory
-
PaywayMerchant.fromMap(Map<
String, dynamic> map) -
factory
Properties
- baseApiUrl → String
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- merchantApiKey → String
-
final
- merchantApiName → String
-
final
- merchantID → String
-
internal
provided by apifinal - refererDomain → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{String? merchantID, String? merchantApiKey, String? merchantApiName, String? baseApiUrl, String? refererDomain}) → PaywayMerchant -
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 PaywayMerchant other) → bool -
The equality operator.
override