Mollie:莫莉付款Impl。

时间:2021-05-08 00:15:46
【文件属性】:
文件名称:Mollie:莫莉付款Impl。
文件大小:22KB
文件格式:ZIP
更新时间:2021-05-08 00:15:46
C# 莫莉·阿皮·夏普 C#的Mollie API客户端 如何使用API​​客户端 初始化Mollie API客户端,并设置您的API密钥。 MollieClient mollieClient = new MollieClient (); mollieClient . setApiKey ( " your_api_key_here " ); 加载iDeal发行人 Issuers issuers = mollieClient . GetIssuers (); foreach ( Issuer issuer in issuers . data ) { Console . WriteLine ( issuer . name ); } 创建新的付款。 Payment payment = new Payment { amount = 99.99M , description
【文件预览】:
Mollie-master
----Mollie.Tests()
--------UnitTests.cs(4KB)
--------Mollie.Tests.csproj(5KB)
--------App.config(265B)
--------Properties()
----.nuget()
--------NuGet.targets(7KB)
--------NuGet.Config(164B)
----Mollie.Example()
--------Program.cs(3KB)
--------Mollie.Example.csproj(3KB)
--------App.config(265B)
--------Properties()
----LICENSE(1KB)
----Mollie.Api()
--------packages.config(139B)
--------Mollie.cs(16KB)
--------Mollie.Api.csproj(4KB)
--------App.config(182B)
--------Properties()
----.gitignore(3KB)
----README.md(1KB)
----mollie-api-csharp.sln(2KB)

网友评论