TabbyCredential class

Implementers

Constructors

TabbyCredential({required String psKey, String merchantCode = "sa", String secretKey = "", MerchantUrl? merchantUrl})
Tabby credentials to process the payments

Properties

hashCode int
The hash code for this object.
no setterinherited
merchantCode String
Merchant code for Tabby, default is sa for Saudi Arabia
getter/setter pair
merchantUrl MerchantUrl
  • Merchant Urls for Webhook notification
  • getter/setter pair
    psKey String
    Tabby publishable secret key provided by Tabby to process the payments
    getter/setter pair
    runtimeType Type
    A representation of the runtime type of the object.
    no setterinherited
    secretKey String
    Tabby secret key provided by Tabby to process the payments, only needed for get, capture, and refund operations
    getter/setter pair
    tabbyHeaders Map<String, String>
    End-point Header
    no setter

    Methods

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

    Operators

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