We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e867b46 commit db6c2adCopy full SHA for db6c2ad
crates/api_models/src/payments.rs
@@ -7656,7 +7656,7 @@ pub struct ResponsePaymentMethodTypesForPayments {
7656
7657
/// Required fields for the payment_method_type.
7658
/// This is the union of all the required fields for the payment method type enabled in all the connectors.
7659
- #[schema(value_type = Option<RequiredFieldInfo>)]
+ #[schema(value_type = RequiredFieldInfo)]
7660
pub required_fields: Vec<payment_methods::RequiredFieldInfo>,
7661
7662
/// surcharge details for this payment method type if exists
0 commit comments