TpayConfiguration class

Class responsible for storing information about Tpay configuration.

  • merchant - configuration information about merchant
  • merchantDetails - information about merchant in different languages
  • languages - languages that user will be able to use in Tpay UI module
  • paymentMethods - payment methods that user will be able to use in Tpay UI module
Annotations

Constructors

TpayConfiguration({required Merchant merchant, required MerchantDetails merchantDetails, required Languages languages, required PaymentMethods paymentMethods})
TpayConfiguration.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
languages Languages
final
merchant Merchant
final
merchantDetails MerchantDetails
final
paymentMethods PaymentMethods
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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