Address review comments

This commit is contained in:
Anurag Thakur
2025-10-16 14:58:37 +05:30
parent b6c3688690
commit 03a7cd2ef7
5 changed files with 34 additions and 20 deletions

View File

@ -5974,6 +5974,8 @@ pub struct PaymentsConfirmIntentRequest {
#[derive(Debug, serde::Deserialize, serde::Serialize, ToSchema)]
#[serde(deny_unknown_fields)]
pub struct PaymentMethodBalanceCheckRequest {
/// The payment method data to be used for the balance check request. It can
/// only be a payment method that supports checking balance e.g. gift card
pub payment_method_data: BalanceCheckPaymentMethodData,
}