CurrentSessionYookassa.clear constructor

CurrentSessionYookassa.clear({
  1. String? username,
  2. String? password,
  3. String? idempotenceKey,
  4. String? paymentId,
  5. String? refundId,
  6. double? amount,
})

Implementation

CurrentSessionYookassa.clear({
  this.username,
  this.password,
  this.idempotenceKey,
  this.paymentId,
  this.refundId,
  this.amount,
});