Skip to content

Commit

Permalink
Merge pull request #32 from cashfree/4.0.7
Browse files Browse the repository at this point in the history
4.0.7
  • Loading branch information
suhas-cashfree authored Feb 23, 2024
2 parents 936daab + 3af714f commit 2ae8454
Show file tree
Hide file tree
Showing 23 changed files with 2,228 additions and 124 deletions.
18 changes: 18 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,13 @@ docs/TerminateOrderRequest.md
docs/TokenVaultApi.md
docs/UPIAuthorizeDetails.md
docs/UPIPaymentMethod.md
docs/UpdateTerminalEntity.md
docs/UpdateTerminalRequest.md
docs/UpdateTerminalRequestTerminalMeta.md
docs/UpdateTerminalStatusRequest.md
docs/Upi.md
docs/UploadTerminalDocs.md
docs/UploadTerminalDocsEntity.md
docs/VendorSplit.md
docs/WalletOffer.md
git_push.sh
Expand Down Expand Up @@ -308,7 +314,13 @@ src/cashfree_pg.Test/Model/TerminalTransactionEntityTests.cs
src/cashfree_pg.Test/Model/TerminateOrderRequestTests.cs
src/cashfree_pg.Test/Model/UPIAuthorizeDetailsTests.cs
src/cashfree_pg.Test/Model/UPIPaymentMethodTests.cs
src/cashfree_pg.Test/Model/UpdateTerminalEntityTests.cs
src/cashfree_pg.Test/Model/UpdateTerminalRequestTerminalMetaTests.cs
src/cashfree_pg.Test/Model/UpdateTerminalRequestTests.cs
src/cashfree_pg.Test/Model/UpdateTerminalStatusRequestTests.cs
src/cashfree_pg.Test/Model/UpiTests.cs
src/cashfree_pg.Test/Model/UploadTerminalDocsEntityTests.cs
src/cashfree_pg.Test/Model/UploadTerminalDocsTests.cs
src/cashfree_pg.Test/Model/VendorSplitTests.cs
src/cashfree_pg.Test/Model/WalletOfferTests.cs
src/cashfree_pg.Test/cashfree_pg.Test.csproj
Expand Down Expand Up @@ -479,7 +491,13 @@ src/cashfree_pg/Model/TerminalTransactionEntity.cs
src/cashfree_pg/Model/TerminateOrderRequest.cs
src/cashfree_pg/Model/UPIAuthorizeDetails.cs
src/cashfree_pg/Model/UPIPaymentMethod.cs
src/cashfree_pg/Model/UpdateTerminalEntity.cs
src/cashfree_pg/Model/UpdateTerminalRequest.cs
src/cashfree_pg/Model/UpdateTerminalRequestTerminalMeta.cs
src/cashfree_pg/Model/UpdateTerminalStatusRequest.cs
src/cashfree_pg/Model/Upi.cs
src/cashfree_pg/Model/UploadTerminalDocs.cs
src/cashfree_pg/Model/UploadTerminalDocsEntity.cs
src/cashfree_pg/Model/VendorSplit.cs
src/cashfree_pg/Model/WalletOffer.cs
src/cashfree_pg/cashfree_pg.csproj
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", "{09E13BD8-525B-4CCD-893C-67A33C341167}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "cashfree_pg", "src\cashfree_pg\cashfree_pg.csproj", "{B24356FF-156F-46FA-AEDE-197438B25AA4}"
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
{09E13BD8-525B-4CCD-893C-67A33C341167}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09E13BD8-525B-4CCD-893C-67A33C341167}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09E13BD8-525B-4CCD-893C-67A33C341167}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09E13BD8-525B-4CCD-893C-67A33C341167}.Release|Any CPU.Build.0 = Release|Any CPU
{B24356FF-156F-46FA-AEDE-197438B25AA4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B24356FF-156F-46FA-AEDE-197438B25AA4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B24356FF-156F-46FA-AEDE-197438B25AA4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B24356FF-156F-46FA-AEDE-197438B25AA4}.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: 2 additions & 0 deletions docs/PaymentMethodNetBankingInPaymentsEntityNetbanking.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Name | Type | Description | Notes
**channel** | **string** | | [optional]
**netbanking_bank_code** | **int** | | [optional]
**netbanking_bank_name** | **string** | | [optional]
**netbanking_ifsc** | **string** | | [optional]
**netbanking_account_number** | **string** | | [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)

282 changes: 279 additions & 3 deletions docs/SoftPOSApi.md

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions docs/UpdateTerminalEntity.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# cashfree_pg.Model.UpdateTerminalEntity
Update terminal response

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**added_on** | **string** | | [optional]
**cf_terminal_id** | **int** | | [optional]
**last_updated_on** | **string** | | [optional]
**terminal_address** | **string** | | [optional]
**terminal_email** | **string** | | [optional]
**terminal_type** | **string** | | [optional]
**teminal_id** | **string** | | [optional]
**terminal_name** | **string** | | [optional]
**terminal_note** | **string** | | [optional]
**terminal_phone_no** | **string** | | [optional]
**terminal_status** | **string** | | [optional]
**terminal_meta** | **string** | | [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)

14 changes: 14 additions & 0 deletions docs/UpdateTerminalRequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# cashfree_pg.Model.UpdateTerminalRequest
Request body to update terminal details.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**terminal_email** | **string** | Mention the updated email ID of the terminal. | [optional]
**terminal_phone_no** | **string** | Terminal phone number to be updated. | [optional]
**terminal_meta** | [**UpdateTerminalRequestTerminalMeta**](UpdateTerminalRequestTerminalMeta.md) | | [optional]
**terminal_type** | **string** | Mention the terminal type to be updated. Possible values - AGENT, STOREFRONT. |

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

11 changes: 11 additions & 0 deletions docs/UpdateTerminalRequestTerminalMeta.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# cashfree_pg.Model.UpdateTerminalRequestTerminalMeta
Terminal metadata.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**terminal_operator** | **string** | Name of the operator for the storefront. | [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)

11 changes: 11 additions & 0 deletions docs/UpdateTerminalStatusRequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# cashfree_pg.Model.UpdateTerminalStatusRequest
Request body to update terminal status.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**terminal_status** | **string** | Status of the terminal to be updated. possible values - ACTIVE, INACTIVE. |

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

13 changes: 13 additions & 0 deletions docs/UploadTerminalDocs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# cashfree_pg.Model.UploadTerminalDocs
Request body to upload terminal documents.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**doc_type** | **string** | Mention the document type you are uploading. Possible values - ADDRESSPROOF, PHOTOGRAPH. |
**doc_value** | **string** | Enter the display name of the uploaded file. |
**file** | **string** | Select the document that should be uploaded or provide the path of that file. You cannot upload a file that is more than 2MB in size. |

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

14 changes: 14 additions & 0 deletions docs/UploadTerminalDocsEntity.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# cashfree_pg.Model.UploadTerminalDocsEntity
Upload the terminal documents.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**cf_terminal_id** | **int** | | [optional]
**doc_type** | **string** | | [optional]
**doc_value** | **string** | | [optional]
**status** | **string** | | [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 2ae8454

Please sign in to comment.