UniPayOrder class

Constructors

UniPayOrder({required TransactionAmount transactionAmount, required String orderId, required String description, required List<UniPayItem> items, DateTime? orderedAt})
UniPayOrder.fromJson(Map<String, dynamic> json)

Properties

description String
  • Desacription of transaction
  • getter/setter pair
    hashCode int
    The hash code for this object.
    no setterinherited
    items List<UniPayItem>
  • List of items in order
  • getter/setter pair
    orderedAt DateTime?
  • Date of the order
  • getter/setter pair
    orderId String
  • Order Id
  • getter/setter pair
    runtimeType Type
    A representation of the runtime type of the object.
    no setterinherited
    transactionAmount TransactionAmount
  • Transaction amount
  • 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