Authentication class

Authentication

Constructors

Authentication({required String id, required String creditCardTokenId, String? payerAuthenticationUrl, required String status, required String maskedCardNumber, required CardInfo cardInfo, String? requestPayload, String? authenticationTransactionId})
Authentication.from(Map json)
Convert Map to Authentication

Properties

authenticationTransactionId String?
Authentication Transaction ID
final
cardInfo CardInfo
Card Info
final
creditCardTokenId String
Credit Card Token ID
final
hashCode int
The hash code for this object.
no setterinherited
id String
Authentication ID
final
maskedCardNumber String
Masked Card Number
final
payerAuthenticationUrl String?
Authentication URL
final
requestPayload String?
Request Payload
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String
Status
final

Methods

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

Operators

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