33
44## Supported Types
55
6- ### ` shared.V3BankingcircleConfig `
6+ ### ` shared.V3AdyenConfig `
77
88``` typescript
9- const value: shared .V3BankingcircleConfig = {
10- authorizationEndpoint : " <value>" ,
11- endpoint : " <value >" ,
9+ const value: shared .V3AdyenConfig = {
10+ apiKey : " <value>" ,
11+ companyID : " <id >" ,
1212 name: " <value>" ,
1313 pageSize: 25 ,
14- password: " x2JumI7CZjxPmAq" ,
15- userCertificate: " <value>" ,
16- userCertificateKey: " <value>" ,
17- username: " Savion88" ,
1814};
1915```
2016
@@ -30,127 +26,131 @@ const value: shared.V3AtlarConfig = {
3026};
3127```
3228
33- ### ` shared.V3CurrencycloudConfig `
29+ ### ` shared.V3BankingcircleConfig `
3430
3531``` typescript
36- const value: shared .V3CurrencycloudConfig = {
37- apiKey : " <value>" ,
32+ const value: shared .V3BankingcircleConfig = {
33+ authorizationEndpoint : " <value>" ,
3834 endpoint: " <value>" ,
39- loginID: " <id>" ,
4035 name: " <value>" ,
4136 pageSize: 25 ,
37+ password: " x2JumI7CZjxPmAq" ,
38+ userCertificate: " <value>" ,
39+ userCertificateKey: " <value>" ,
40+ username: " Savion88" ,
4241};
4342```
4443
45- ### ` shared.V3MangopayConfig `
44+ ### ` shared.V3ColumnConfig `
4645
4746``` typescript
48- const value: shared .V3MangopayConfig = {
47+ const value: shared .V3ColumnConfig = {
4948 apiKey: " <value>" ,
50- clientID: " <id>" ,
5149 endpoint: " <value>" ,
5250 name: " <value>" ,
5351 pageSize: 25 ,
5452};
5553```
5654
57- ### ` shared.V3ModulrConfig `
55+ ### ` shared.V3CurrencycloudConfig `
5856
5957``` typescript
60- const value: shared .V3ModulrConfig = {
58+ const value: shared .V3CurrencycloudConfig = {
6159 apiKey: " <value>" ,
62- apiSecret: " <value>" ,
6360 endpoint: " <value>" ,
61+ loginID: " <id>" ,
6462 name: " <value>" ,
6563 pageSize: 25 ,
6664};
6765```
6866
69- ### ` shared.V3MoneycorpConfig `
67+ ### ` shared.V3DummypayConfig `
7068
7169``` typescript
72- const value: shared .V3MoneycorpConfig = {
73- apiKey: " <value>" ,
74- clientID: " <id>" ,
75- endpoint: " <value>" ,
70+ const value: shared .V3DummypayConfig = {
71+ directory: " /var/mail" ,
7672 name: " <value>" ,
7773 pageSize: 25 ,
7874};
7975```
8076
81- ### ` shared.V3QontoConfig `
77+ ### ` shared.V3GenericConfig `
8278
8379``` typescript
84- const value: shared .V3QontoConfig = {
80+ const value: shared .V3GenericConfig = {
8581 apiKey: " <value>" ,
86- clientID: " <id>" ,
8782 endpoint: " <value>" ,
8883 name: " <value>" ,
8984 pageSize: 25 ,
9085};
9186```
9287
93- ### ` shared.V3AdyenConfig `
88+ ### ` shared.V3MangopayConfig `
9489
9590``` typescript
96- const value: shared .V3AdyenConfig = {
91+ const value: shared .V3MangopayConfig = {
9792 apiKey: " <value>" ,
98- companyID: " <id>" ,
93+ clientID: " <id>" ,
94+ endpoint: " <value>" ,
9995 name: " <value>" ,
10096 pageSize: 25 ,
10197};
10298```
10399
104- ### ` shared.V3ColumnConfig `
100+ ### ` shared.V3ModulrConfig `
105101
106102``` typescript
107- const value: shared .V3ColumnConfig = {
103+ const value: shared .V3ModulrConfig = {
108104 apiKey: " <value>" ,
105+ apiSecret: " <value>" ,
109106 endpoint: " <value>" ,
110107 name: " <value>" ,
111108 pageSize: 25 ,
112109};
113110```
114111
115- ### ` shared.V3GenericConfig `
112+ ### ` shared.V3MoneycorpConfig `
116113
117114``` typescript
118- const value: shared .V3GenericConfig = {
115+ const value: shared .V3MoneycorpConfig = {
119116 apiKey: " <value>" ,
117+ clientID: " <id>" ,
120118 endpoint: " <value>" ,
121119 name: " <value>" ,
122120 pageSize: 25 ,
123121};
124122```
125123
126- ### ` shared.V3WiseConfig `
124+ ### ` shared.V3QontoConfig `
127125
128126``` typescript
129- const value: shared .V3WiseConfig = {
127+ const value: shared .V3QontoConfig = {
130128 apiKey: " <value>" ,
129+ clientID: " <id>" ,
130+ endpoint: " <value>" ,
131131 name: " <value>" ,
132132 pageSize: 25 ,
133- webhookPublicKey: " <value>" ,
134133};
135134```
136135
137- ### ` shared.V3DummypayConfig `
136+ ### ` shared.V3StripeConfig `
138137
139138``` typescript
140- const value: shared .V3DummypayConfig = {
141- directory : " /var/mail " ,
139+ const value: shared .V3StripeConfig = {
140+ apiKey : " <value> " ,
142141 name: " <value>" ,
143142 pageSize: 25 ,
144143};
145144```
146145
147- ### ` shared.V3StripeConfig `
146+ ### ` shared.V3WiseConfig `
148147
149148``` typescript
150- const value: shared .V3StripeConfig = {
149+ const value: shared .V3WiseConfig = {
151150 apiKey: " <value>" ,
152151 name: " <value>" ,
153152 pageSize: 25 ,
153+ webhookPublicKey: " <value>" ,
154154};
155155```
156156
0 commit comments