VGSCheckoutCustomRouteConfiguration
public struct VGSCheckoutCustomRouteConfiguration
Checkout route configuration.
-
Inbound route path for your organization vault.
Declaration
Swift
public var path: String
-
String?
, organization vault inbound route id, could benil
when vault has only one route.Declaration
Swift
public var routeId: String?
-
Hostname policy (specifies different hosts how to send your data). Default is
vault
.Declaration
Swift
public var hostnamePolicy: VGSCheckoutHostnamePolicy
-
Request options.
Declaration
Swift
public var requestOptions: VGSCheckoutCustomConfigurationRequestOptions
-
no:doc
Declaration
Swift
public init()