Skip to content

Commit

Permalink
fix: code snippets for subaccounts (#93)
Browse files Browse the repository at this point in the history
* Code snippets for SubAccounts

* Add TransferNumberRequest snippet

* Remove unnecessary using
  • Loading branch information
Tr00d committed Jun 27, 2023
1 parent cd257cd commit 5830782
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DotNetCliCodeSnippets/SubAccounts/SuspendAccountRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using System.Threading.Tasks;
using Vonage;
using Vonage.Request;
using Vonage.SubAccounts.TransferAmount;
using Vonage.SubAccounts.UpdateSubAccount;

namespace DotnetCliCodeSnippets.SubAccounts;
Expand Down

0 comments on commit 5830782

Please sign in to comment.