TpayScreenlessConfiguration class

Class responsible for storing information about Tpay screenless configuration.

Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

TpayScreenlessConfiguration({required MerchantAuthorization authorization, required CertificatePinningConfiguration certificatePinningConfiguration, required TpayEnvironment environment})
TpayScreenlessConfiguration.fromJson(Map<String, dynamic> json)
factory

Properties

authorization MerchantAuthorization
final
certificatePinningConfiguration CertificatePinningConfiguration
final
environment TpayEnvironment
final
hashCode int
The hash code for this object.
no setterinherited
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