Docs: API-Ref changes for Payouts (#5236)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Kashif <kashif.dev@protonmail.com>
Co-authored-by: Narayan Bhat <48803246+Narayanbhat166@users.noreply.github.com>
This commit is contained in:
GORAKHNATH YADAV
2024-07-31 12:39:52 +05:30
committed by GitHub
parent 217f1f413d
commit 540ef071cb
5 changed files with 34 additions and 33 deletions

View File

@ -690,7 +690,7 @@ mod amount_conversion_tests {
Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq, FromSqlRow, AsExpression, ToSchema,
)]
#[diesel(sql_type = Jsonb)]
/// Charge object for refunds
/// Charge specific fields for controlling the revert of funds from either platform or connected account. Check sub-fields for more details.
pub struct ChargeRefunds {
/// Identifier for charge created for the payment
pub charge_id: String,