|
1 | | -[Payment Rails Python SDK](../README.md) > [batchgateway](../classes/batchgateway.md) |
| 1 | +[Trolley Python SDK](../README.md) > [batchgateway](../classes/batchgateway.md) |
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
@@ -94,7 +94,7 @@ Retrieves a batch based on the batch id |
94 | 94 |
|
95 | 95 | | Param | Type | Description | |
96 | 96 | | ------ | ------ | ------ | |
97 | | -| batchId | `string` | Payment Rails batch id (e.g. "B-xx999bb") | |
| 97 | +| batchId | `string` | Trolley batch id (e.g. "B-xx999bb") | |
98 | 98 |
|
99 | 99 |
|
100 | 100 |
|
@@ -127,7 +127,7 @@ Generate a FX quote for this batch |
127 | 127 |
|
128 | 128 | | Param | Type | Description | |
129 | 129 | | ------ | ------ | ------ | |
130 | | -| batchId | `string` | Payment Rails payment id (e.g. "B-xx999bb") | |
| 130 | +| batchId | `string` | Trolley payment id (e.g. "B-xx999bb") | |
131 | 131 |
|
132 | 132 |
|
133 | 133 |
|
@@ -158,8 +158,8 @@ Delete the given batch |
158 | 158 |
|
159 | 159 | | Param | Type | Description | |
160 | 160 | | ------ | ------ | ------ | |
161 | | -| batchId | `string` | Payment Rails batch (e.g. "B-xx999bb") | |
162 | | -| batch | `Batch` | Payment Rails batch | |
| 161 | +| batchId | `string` | Trolley batch (e.g. "B-xx999bb") | |
| 162 | +| batch | `Batch` | Trolley batch | |
163 | 163 |
|
164 | 164 |
|
165 | 165 |
|
@@ -226,7 +226,7 @@ Start processing this batch |
226 | 226 |
|
227 | 227 | | Param | Type | Description | |
228 | 228 | | ------ | ------ | ------ | |
229 | | -| batchId | `string` | Payment Rails batch id (e.g. "B-xx999bb") | |
| 229 | +| batchId | `string` | Trolley batch id (e.g. "B-xx999bb") | |
230 | 230 |
|
231 | 231 |
|
232 | 232 |
|
@@ -259,7 +259,7 @@ Get a transaction totaled summary for this batch |
259 | 259 |
|
260 | 260 | | Param | Type | Description | |
261 | 261 | | ------ | ------ | ------ | |
262 | | -| batchId | `string` | Payment Rails payment id (e.g. "B-xx999bb") | |
| 262 | +| batchId | `string` | Trolley payment id (e.g. "B-xx999bb") | |
263 | 263 |
|
264 | 264 |
|
265 | 265 |
|
|
0 commit comments