Skip to content

Commit

Permalink
Merge pull request #61 from cashfree/4.3.11
Browse files Browse the repository at this point in the history
4.3.11
  • Loading branch information
suhas-cashfree authored Jan 17, 2025
2 parents 1385a1e + f597e72 commit 37ab808
Show file tree
Hide file tree
Showing 15 changed files with 1,031 additions and 180 deletions.
6 changes: 6 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ docs/PaymentMethodCardInPaymentsEntityCard.md
docs/PaymentMethodCardlessEMIInPaymentsEntity.md
docs/PaymentMethodNetBankingInPaymentsEntity.md
docs/PaymentMethodNetBankingInPaymentsEntityNetbanking.md
docs/PaymentMethodOthersInPaymentsEntity.md
docs/PaymentMethodPaylaterInPaymentsEntity.md
docs/PaymentMethodUPIInPaymentsEntity.md
docs/PaymentMethodUPIInPaymentsEntityUpi.md
Expand Down Expand Up @@ -249,6 +250,7 @@ docs/SubscriptionPaymentSplitItem.md
docs/TerminalDetails.md
docs/TerminalEntity.md
docs/TerminalPaymentEntity.md
docs/TerminalPaymentEntityPaymentMethod.md
docs/TerminalTransactionEntity.md
docs/TerminateOrderRequest.md
docs/TokenVaultApi.md
Expand Down Expand Up @@ -470,6 +472,7 @@ src/cashfree_pg.Test/Model/PaymentMethodCardInPaymentsEntityTests.cs
src/cashfree_pg.Test/Model/PaymentMethodCardlessEMIInPaymentsEntityTests.cs
src/cashfree_pg.Test/Model/PaymentMethodNetBankingInPaymentsEntityNetbankingTests.cs
src/cashfree_pg.Test/Model/PaymentMethodNetBankingInPaymentsEntityTests.cs
src/cashfree_pg.Test/Model/PaymentMethodOthersInPaymentsEntityTests.cs
src/cashfree_pg.Test/Model/PaymentMethodPaylaterInPaymentsEntityTests.cs
src/cashfree_pg.Test/Model/PaymentMethodUPIInPaymentsEntityTests.cs
src/cashfree_pg.Test/Model/PaymentMethodUPIInPaymentsEntityUpiTests.cs
Expand Down Expand Up @@ -527,6 +530,7 @@ src/cashfree_pg.Test/Model/SubscriptionPaymentRefundEntityTests.cs
src/cashfree_pg.Test/Model/SubscriptionPaymentSplitItemTests.cs
src/cashfree_pg.Test/Model/TerminalDetailsTests.cs
src/cashfree_pg.Test/Model/TerminalEntityTests.cs
src/cashfree_pg.Test/Model/TerminalPaymentEntityPaymentMethodTests.cs
src/cashfree_pg.Test/Model/TerminalPaymentEntityTests.cs
src/cashfree_pg.Test/Model/TerminalTransactionEntityTests.cs
src/cashfree_pg.Test/Model/TerminateOrderRequestTests.cs
Expand Down Expand Up @@ -765,6 +769,7 @@ src/cashfree_pg/Model/PaymentMethodCardInPaymentsEntityCard.cs
src/cashfree_pg/Model/PaymentMethodCardlessEMIInPaymentsEntity.cs
src/cashfree_pg/Model/PaymentMethodNetBankingInPaymentsEntity.cs
src/cashfree_pg/Model/PaymentMethodNetBankingInPaymentsEntityNetbanking.cs
src/cashfree_pg/Model/PaymentMethodOthersInPaymentsEntity.cs
src/cashfree_pg/Model/PaymentMethodPaylaterInPaymentsEntity.cs
src/cashfree_pg/Model/PaymentMethodUPIInPaymentsEntity.cs
src/cashfree_pg/Model/PaymentMethodUPIInPaymentsEntityUpi.cs
Expand Down Expand Up @@ -823,6 +828,7 @@ src/cashfree_pg/Model/SubscriptionPaymentSplitItem.cs
src/cashfree_pg/Model/TerminalDetails.cs
src/cashfree_pg/Model/TerminalEntity.cs
src/cashfree_pg/Model/TerminalPaymentEntity.cs
src/cashfree_pg/Model/TerminalPaymentEntityPaymentMethod.cs
src/cashfree_pg/Model/TerminalTransactionEntity.cs
src/cashfree_pg/Model/TerminateOrderRequest.cs
src/cashfree_pg/Model/TransferDetails.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", "{7FB5B7F4-59E9-4190-A876-E84FB9D42001}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "cashfree_pg", "src\cashfree_pg\cashfree_pg.csproj", "{996BF799-1B32-42D2-8EE6-729FC74BDEB1}"
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
{7FB5B7F4-59E9-4190-A876-E84FB9D42001}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7FB5B7F4-59E9-4190-A876-E84FB9D42001}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7FB5B7F4-59E9-4190-A876-E84FB9D42001}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7FB5B7F4-59E9-4190-A876-E84FB9D42001}.Release|Any CPU.Build.0 = Release|Any CPU
{996BF799-1B32-42D2-8EE6-729FC74BDEB1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{996BF799-1B32-42D2-8EE6-729FC74BDEB1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{996BF799-1B32-42D2-8EE6-729FC74BDEB1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{996BF799-1B32-42D2-8EE6-729FC74BDEB1}.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
1 change: 1 addition & 0 deletions docs/PaymentEntityPaymentMethod.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Name | Type | Description | Notes
**paylater** | [**PaymentMethodAppInPaymentsEntityApp**](PaymentMethodAppInPaymentsEntityApp.md) | | [optional]
**emi** | [**PaymentMethodCardEMIInPaymentsEntityEmi**](PaymentMethodCardEMIInPaymentsEntityEmi.md) | | [optional]
**banktransfer** | [**PaymentMethodBankTransferInPaymentsEntityBanktransfer**](PaymentMethodBankTransferInPaymentsEntityBanktransfer.md) | | [optional]
**others** | **Object** | | [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/PaymentMethodOthersInPaymentsEntity.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# cashfree_pg.Model.PaymentMethodOthersInPaymentsEntity
payment method others object in payment entity

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**others** | **Object** | | [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)

4 changes: 2 additions & 2 deletions docs/SplitOrderReconSuccessResponseSettlement.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Name | Type | Description | Notes
**settlement_amount** | **decimal** | Amount to be settled after charges and tax. | [optional]
**settlement_currency** | **string** | Currency of the settlement. Example: \"INR\". | [optional]
**transfer_utr** | **string** | UTR (Unique Transaction Reference) for the transfer if available, otherwise null. | [optional]
**transfer_time** | **DateTime?** | Time of transfer if available, otherwise null. | [optional]
**payment_time** | **DateTime** | Timestamp when payment was made. | [optional]
**transfer_time** | **string** | Time of transfer if available, otherwise null. | [optional]
**payment_time** | **string** | Timestamp when payment was made. | [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)

2 changes: 1 addition & 1 deletion docs/TerminalPaymentEntity.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Name | Type | Description | Notes
**auth_id** | **string** | | [optional]
**authorization** | [**AuthorizationInPaymentsEntity**](AuthorizationInPaymentsEntity.md) | | [optional]
**customer_details** | [**CustomerDetails**](CustomerDetails.md) | | [optional]
**payment_method** | [**PaymentEntityPaymentMethod**](PaymentEntityPaymentMethod.md) | | [optional]
**payment_method** | [**TerminalPaymentEntityPaymentMethod**](TerminalPaymentEntityPaymentMethod.md) | | [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)

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**card** | [**PaymentMethodCardInPaymentsEntityCard**](PaymentMethodCardInPaymentsEntityCard.md) | | [optional]
**netbanking** | [**PaymentMethodNetBankingInPaymentsEntityNetbanking**](PaymentMethodNetBankingInPaymentsEntityNetbanking.md) | | [optional]
**upi** | [**PaymentMethodUPIInPaymentsEntityUpi**](PaymentMethodUPIInPaymentsEntityUpi.md) | | [optional]
**app** | [**PaymentMethodAppInPaymentsEntityApp**](PaymentMethodAppInPaymentsEntityApp.md) | | [optional]
**cardless_emi** | [**PaymentMethodAppInPaymentsEntityApp**](PaymentMethodAppInPaymentsEntityApp.md) | | [optional]
**paylater** | [**PaymentMethodAppInPaymentsEntityApp**](PaymentMethodAppInPaymentsEntityApp.md) | | [optional]
**emi** | [**PaymentMethodCardEMIInPaymentsEntityEmi**](PaymentMethodCardEMIInPaymentsEntityEmi.md) | | [optional]
**banktransfer** | [**PaymentMethodBankTransferInPaymentsEntityBanktransfer**](PaymentMethodBankTransferInPaymentsEntityBanktransfer.md) | | [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 37ab808

Please sign in to comment.