We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ba41bb commit 5d78747Copy full SHA for 5d78747
src/CheckoutSdk/Metadata/Card/PayoutsTransactionsType.cs
@@ -6,7 +6,7 @@ public enum PayoutsTransactionsType
6
{
7
[EnumMember(Value = "not_supported")] NotSupported,
8
[EnumMember(Value = "standard")] Standard,
9
- [EnumMember(Value = "fast_founds")] FastFounds,
+ [EnumMember(Value = "fast_funds")] FastFunds,
10
[EnumMember(Value = "unknown")] Unknown,
11
}
12
-}
+}
0 commit comments