saveTransactionRefund method

Future<void> saveTransactionRefund(
  1. YookassaRefundPostModel yookassaRefundPostModel,
  2. YookassaRefundGetModel yookassaRefundGetModel
)

Implementation

Future<void> saveTransactionRefund(
  YookassaRefundPostModel yookassaRefundPostModel,
  YookassaRefundGetModel yookassaRefundGetModel,
) async {
  await _sharedInit.putMap({
    'request': yookassaRefundPostModel.toJson(),
    'requesresultt': yookassaRefundGetModel.toJson()
  });
}