TamaraSnippet class

Constructors

TamaraSnippet({required String psKey, UniPayLocale locale = UniPayLocale.ar, num transactionAmount = 100, String countryCode = "SA"})
const

Properties

checkoutPageCampaignCDN → WebUri
Get the checkout page campaign CDN URL
no setter
countryCode String
Country code, default is SA - (Saudi Arabia)
final
hashCode int
The hash code for this object.
no setterinherited
locale UniPayLocale
Locale of the campaign, default is UniPayLocale.ar
final
productPageCampaignCDN → WebUri
Get the product page campaign CDN URL
no setter
psKey String
Public secret key for Tamara
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transactionAmount num
Transaction amount
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