docs: request and response in refund routes (#423)

This commit is contained in:
Sangamesh Kulkarni
2023-01-20 12:57:50 +05:30
committed by GitHub
parent 4b471c7ddf
commit cf88718e69
4 changed files with 112 additions and 1 deletions

View File

@ -52,6 +52,7 @@ Never share your secret api keys. Keep them guarded and secure.
crate::types::api::refunds::RefundType,
crate::types::api::refunds::RefundResponse,
crate::types::api::refunds::RefundStatus,
crate::types::api::refunds::RefundUpdateRequest,
crate::types::api::admin::CreateMerchantAccount,
crate::types::api::admin::DeleteResponse,
crate::types::api::admin::DeleteMcaResponse,
@ -112,6 +113,7 @@ Never share your secret api keys. Keep them guarded and secure.
api_models::payments::PaymentsCancelRequest,
api_models::payments::PaymentListConstraints,
api_models::payments::PaymentListResponse,
api_models::refunds::RefundListRequest,
crate::types::api::admin::MerchantAccountResponse,
crate::types::api::admin::MerchantConnectorId,
crate::types::api::admin::MerchantDetails,