Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
StripeConfiguration.ApiKey = "sk_test_4eC39HqLyjWDarjtT1zdp7dc";
var options = new PaymentLinkCreateOptions
{
LineItems = new List<PaymentLinkLineItemOptions>
{
new PaymentLinkLineItemOptions
{
Price = "price_1HKiSf2eZvKYlo2CxjF9qwbr",
Quantity = 1,
},
},
};
var service = new PaymentLinkService();
PaymentLink payment_link = service.Create(options);