stripe-payment-dll:条带支付的DLL

时间:2024-04-29 18:56:22
【文件属性】:

文件名称:stripe-payment-dll:条带支付的DLL

文件大小:7.47MB

文件格式:ZIP

更新时间:2024-04-29 18:56:22

C#

条带支付dll 条带支付的DLL 要求 .Net Framework 4.6.1 + 如何使用 using StripePayment; ... 初始化 StripeGateway stripe = new StripeGateway("Your publishable key"); 创建付款 // method 1 StripeCard card = new StripeCard("4242424242424", 2021, 5, "034"); Money payout = new Money(50.50m, "usd"); bool result = stripe.Pay(card, payout); Console.WriteLine("result = ", result); // method 2 resul


网友评论