mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +08:00
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:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user