UniTamara class

Properties

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
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

currentStateNotifier ValueNotifier<UniPayCurrentState>
getter/setter pair

Static Methods

authoriseAndCaptureTamaraOrder({required TamaraCallBackResponse tamaraCallBackResponse, required bool captureOrder}) Future<TamaraCallBackResponse>
  • Authorise tamara order
  • captureOrder(TamaraCaptureOrder tamaraCaptureOrder) Future<TamaraCaptureOrderResponse>
  • Capture order
  • generateTamaraCheckoutUrls(UniPayData uniPayData) Future<TamaraCheckoutData>
  • Generate checkout urls for tamara
  • getTamaraCDN({required num price, required UniPayLocale locale}) String
  • CDN of payment
  • getTransactionInfo(TamaraApiData tamaraApiData) Future<UniPayResponse>
  • Get order information
  • processTamaraPayment(BuildContext context, UniPayStatus status, {String? transactionId, bool isFromRoot = true}) → void
  • Process the Tamara payment
  • tamaraCheckout(TamaraData tamaraData, UniPayData uniPayData) Future<TamaraCheckoutData>
  • Call tamara checkout