Skip to content

Commit

Permalink
Merge pull request #36 from cashfree/4.0.10
Browse files Browse the repository at this point in the history
4.0.10
  • Loading branch information
suhas-cashfree authored Mar 19, 2024
2 parents c8c4b88 + 13b56cc commit 4dcc050
Show file tree
Hide file tree
Showing 7 changed files with 113 additions and 116 deletions.
3 changes: 0 additions & 3 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ docs/SettlementsApi.md
docs/SoftPOSApi.md
docs/SplitAfterPaymentRequest.md
docs/SplitAfterPaymentRequestSplitInner.md
docs/SplitAfterPaymentRequestSplitInnerTagsInner.md
docs/SplitAfterPaymentResponse.md
docs/StaticSplitRequest.md
docs/StaticSplitRequestSchemeInner.md
Expand Down Expand Up @@ -372,7 +371,6 @@ src/cashfree_pg.Test/Model/SettlementReconEntityDataInnerTests.cs
src/cashfree_pg.Test/Model/SettlementReconEntityTests.cs
src/cashfree_pg.Test/Model/SettlementWebhookDataEntityTests.cs
src/cashfree_pg.Test/Model/SettlementWebhookTests.cs
src/cashfree_pg.Test/Model/SplitAfterPaymentRequestSplitInnerTagsInnerTests.cs
src/cashfree_pg.Test/Model/SplitAfterPaymentRequestSplitInnerTests.cs
src/cashfree_pg.Test/Model/SplitAfterPaymentRequestTests.cs
src/cashfree_pg.Test/Model/SplitAfterPaymentResponseTests.cs
Expand Down Expand Up @@ -594,7 +592,6 @@ src/cashfree_pg/Model/SettlementWebhook.cs
src/cashfree_pg/Model/SettlementWebhookDataEntity.cs
src/cashfree_pg/Model/SplitAfterPaymentRequest.cs
src/cashfree_pg/Model/SplitAfterPaymentRequestSplitInner.cs
src/cashfree_pg/Model/SplitAfterPaymentRequestSplitInnerTagsInner.cs
src/cashfree_pg/Model/SplitAfterPaymentResponse.cs
src/cashfree_pg/Model/StaticSplitRequest.cs
src/cashfree_pg/Model/StaticSplitRequestSchemeInner.cs
Expand Down
10 changes: 5 additions & 5 deletions cashfree_pg.sln
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "cashfree_pg", "src\cashfree_pg\cashfree_pg.csproj", "{BA100C58-DCD8-4CD2-BAD0-BD0C4270B01C}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "cashfree_pg", "src\cashfree_pg\cashfree_pg.csproj", "{C04E8D42-4226-489F-A86F-F15F408C63E3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "cashfree_pg.Test", "src\cashfree_pg.Test\cashfree_pg.Test.csproj", "{19F1DEBC-DE5E-4517-8062-F000CD499087}"
EndProject
Expand All @@ -12,10 +12,10 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BA100C58-DCD8-4CD2-BAD0-BD0C4270B01C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA100C58-DCD8-4CD2-BAD0-BD0C4270B01C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA100C58-DCD8-4CD2-BAD0-BD0C4270B01C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA100C58-DCD8-4CD2-BAD0-BD0C4270B01C}.Release|Any CPU.Build.0 = Release|Any CPU
{C04E8D42-4226-489F-A86F-F15F408C63E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C04E8D42-4226-489F-A86F-F15F408C63E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C04E8D42-4226-489F-A86F-F15F408C63E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C04E8D42-4226-489F-A86F-F15F408C63E3}.Release|Any CPU.Build.0 = Release|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down
2 changes: 1 addition & 1 deletion docs/SplitAfterPaymentRequestSplitInner.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Name | Type | Description | Notes
**vendor_id** | **string** | Specify the merchant vendor ID to split the payment. | [optional]
**amount** | **decimal** | Specify the amount to be split to the vendor. | [optional]
**percentage** | **decimal** | Specify the percentage of amount to be split. | [optional]
**tags** | [**List<SplitAfterPaymentRequestSplitInnerTagsInner>**](SplitAfterPaymentRequestSplitInnerTagsInner.md) | Provide additional data fields using tags. Sample data fields are mentioned below. | [optional]
**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]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Loading

0 comments on commit 4dcc050

Please sign in to comment.