PaymeParams constructor

PaymeParams({
  1. required String? transactionParam,
  2. required String? merchantId,
  3. String accountObject = 'ac.order_id',
  4. Color headerColor = const Color(0xFF00CCCC),
  5. String headerTitle = "\"Payme\" to'lov tizimi",
})

Implementation

PaymeParams(
    {required this.transactionParam,
    required this.merchantId,

    ///Set if you have changed default account object
    this.accountObject = 'ac.order_id',
    this.headerColor = const Color(0xFF00CCCC),
    this.headerTitle = "\"Payme\" to'lov tizimi"});