You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/SplitAfterPaymentRequestSplitInner.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
**vendor_id** | **string** | Specify the merchant vendor ID to split the payment. | [optional]
8
8
**amount** | **decimal** | Specify the amount to be split to the vendor. | [optional]
9
9
**percentage** | **decimal** | Specify the percentage of amount to be split. | [optional]
10
-
**tags** | [**List<SplitAfterPaymentRequestSplitInnerTagsInner>**](SplitAfterPaymentRequestSplitInnerTagsInner.md) | Provide additional data fields using tags. Sample data fields are mentioned below. | [optional]
10
+
**tags** | **Dictionary<string, string>** | Custom Tags in thr form of {\"key\":\"value\"} which can be passed for an order. A maximum of 10 tags can be added | [optional]
11
11
12
12
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments