fix: [stripe] Add customer balance in StripePaymentMethodDetailsResponse (#2369)

This commit is contained in:
Sangamesh Kulkarni
2023-09-26 16:01:57 +05:30
committed by GitHub
parent 9c9d453535
commit 67a3e8f534

View File

@ -2181,6 +2181,7 @@ pub enum StripePaymentMethodDetailsResponse {
#[serde(rename = "wechat_pay")]
Wechatpay,
Alipay,
CustomerBalance,
}
#[derive(Deserialize)]