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