-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #51 from cashfree/4.2.3
4.2.3
- Loading branch information
Showing
14 changed files
with
1,229 additions
and
214 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# cashfree_pg.Model.CreateSubscriptionPaymentRequestCard | ||
payment method card. | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**channel** | **string** | Channel. can be link | [optional] | ||
**card_number** | **string** | Card number | [optional] | ||
**card_holder_name** | **string** | Card holder name | [optional] | ||
**card_expiry_mm** | **string** | Card expiry month | [optional] | ||
**card_expiry_yy** | **string** | Card expiry year | [optional] | ||
**card_cvv** | **string** | Card CVV | [optional] | ||
**card_network** | **string** | Card network | [optional] | ||
**card_type** | **string** | Card type | [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) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# cashfree_pg.Model.CreateSubscriptionPaymentRequestEnack | ||
payment method enach. | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**channel** | **string** | Channel. can be link | [optional] | ||
**auth_mode** | **string** | Authentication mode. can be debit_card, aadhaar, or net_banking | [optional] | ||
**account_holder_name** | **string** | Account holder name | [optional] | ||
**account_number** | **string** | Account number | [optional] | ||
**account_bank_code** | **string** | Account bank code (required without AccountIFSC) | [optional] | ||
**account_type** | **string** | Account type | [optional] | ||
**account_ifsc** | **string** | Account IFSC | [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) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# cashfree_pg.Model.CreateSubscriptionPaymentRequestPnach | ||
payment method pnach. | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**channel** | **string** | Channel. can be post | [optional] | ||
**account_holder_name** | **string** | Account holder name | [optional] | ||
**account_number** | **string** | Account number | [optional] | ||
**account_bank_code** | **string** | Account bank code | [optional] | ||
**account_type** | **string** | Account type | [optional] | ||
**account_ifsc** | **string** | Account IFSC | [optional] | ||
**mandate_creation_date** | **string** | Mandate creation date | [optional] | ||
**mandate_start_date** | **string** | Mandate start date | [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) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# cashfree_pg.Model.CreateSubscriptonPaymentRequestUpi | ||
payment method upi. | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**upi_id** | **string** | | [optional] | ||
**channel** | **string** | Channel. can be link, qrcode, or collect | [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) | ||
|
Oops, something went wrong.