toJson method

dynamic toJson()

Implementation

toJson() => {
      'order': order,
      'amount': amount,
      'fuc': fuc,
      'terminal': terminal,
      'license': license,
      'currency': currency,
      'reference': reference,
      'environment': environment,
      'paymentMethods': paymentMethods,
      'merchantUrl': merchantUrl,
      'merchantData': merchantData,
    };