docs(subscriptions): add subscription endpoint in api-ref docs (#9954)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Jagan
2025-10-23 17:21:49 +05:30
committed by GitHub
parent 6024a53a35
commit ed57cd0f2e
12 changed files with 290 additions and 40 deletions

View File

@ -7908,7 +7908,7 @@ pub struct GooglePaySessionResponse {
pub email_required: bool,
/// Shipping address parameters
pub shipping_address_parameters: GpayShippingAddressParameters,
/// List of the allowed payment meythods
/// List of the allowed payment methods
pub allowed_payment_methods: Vec<GpayAllowedPaymentMethods>,
/// The transaction info Google Pay requires
pub transaction_info: GpayTransactionInfo,
@ -7939,6 +7939,7 @@ pub struct SamsungPaySessionTokenResponse {
/// Payment protocol type
pub protocol: SamsungPayProtocolType,
/// List of supported card brands
#[schema(value_type = Vec<String>)]
pub allowed_brands: Vec<String>,
/// Is billing address required to be collected from wallet
pub billing_address_required: bool,