TamaraCredential class

  • Tamara credential

Constructors

TamaraCredential({required String token, required MerchantUrl merchantUrl, bool authoriseOrder = true, bool captureOrder = false})
TamaraCredential.fromJson(Map<String, dynamic> json)

Properties

authoriseOrder bool
  • If true it authorise the payment automatically after successful payment
  • getter/setter pair
    captureOrder bool
  • If true it capture the full amount of order automatically after successful payment
  • getter/setter pair
    hashCode int
    The hash code for this object.
    no setterinherited
    merchantUrl MerchantUrl
  • Merchant Urls for Tamara
  • getter/setter pair
    runtimeType Type
    A representation of the runtime type of the object.
    no setterinherited
    token String
  • Tamara token
  • getter/setter pair

    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