Interface GetNetworkAllowListResult

Interface representing the result of Checkout.getNetworkAllowList.

interface GetNetworkAllowListResult {
    networks: NetworkInfo[];
}

Properties

Properties

networks: NetworkInfo[]

The list of allowed networks.