mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
Address review comments
This commit is contained in:
@ -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,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user