66README.md
77cashfree_pg/__init__.py
88cashfree_pg/api/__init__.py
9+ cashfree_pg/api/customers_api.py
910cashfree_pg/api/eligibility_api.py
1011cashfree_pg/api/offers_api.py
1112cashfree_pg/api/orders_api.py
@@ -42,6 +43,7 @@ cashfree_pg/models/cardless_emi_entity.py
4243cashfree_pg/models/cardless_emi_payment_method.py
4344cashfree_pg/models/cardless_emi_queries.py
4445cashfree_pg/models/cashback_details.py
46+ cashfree_pg/models/create_customer_request.py
4547cashfree_pg/models/create_link_request.py
4648cashfree_pg/models/create_offer_request.py
4749cashfree_pg/models/create_order_request.py
@@ -51,6 +53,7 @@ cashfree_pg/models/create_terminal_transaction_request.py
5153cashfree_pg/models/cryptogram_entity.py
5254cashfree_pg/models/customer_details.py
5355cashfree_pg/models/customer_details_cardless_emi.py
56+ cashfree_pg/models/customer_entity.py
5457cashfree_pg/models/discount_details.py
5558cashfree_pg/models/eligibility_cardless_emi_entity.py
5659cashfree_pg/models/eligibility_fetch_cardless_emi_request.py
@@ -78,7 +81,7 @@ cashfree_pg/models/instrument_webhook_data.py
7881cashfree_pg/models/instrument_webhook_data_entity.py
7982cashfree_pg/models/link_customer_details_entity.py
8083cashfree_pg/models/link_entity.py
81- cashfree_pg/models/link_meta_entity .py
84+ cashfree_pg/models/link_meta_response_entity .py
8285cashfree_pg/models/link_notify_entity.py
8386cashfree_pg/models/net_banking_payment_method.py
8487cashfree_pg/models/netbanking.py
@@ -132,7 +135,6 @@ cashfree_pg/models/payment_method_upiin_payments_entity_upi.py
132135cashfree_pg/models/payment_methods_filters.py
133136cashfree_pg/models/payment_methods_queries.py
134137cashfree_pg/models/payment_mode_details.py
135- cashfree_pg/models/payment_url_object.py
136138cashfree_pg/models/payment_webhook.py
137139cashfree_pg/models/payment_webhook_customer_entity.py
138140cashfree_pg/models/payment_webhook_data_entity.py
@@ -144,21 +146,19 @@ cashfree_pg/models/recon_entity.py
144146cashfree_pg/models/recon_entity_data_inner.py
145147cashfree_pg/models/refund_entity.py
146148cashfree_pg/models/refund_speed.py
147- cashfree_pg/models/refund_url_object.py
148149cashfree_pg/models/refund_webhook.py
149150cashfree_pg/models/refund_webhook_data_entity.py
150151cashfree_pg/models/saved_instrument_meta.py
151152cashfree_pg/models/settlement_entity.py
152153cashfree_pg/models/settlement_fetch_recon_request.py
153- cashfree_pg/models/settlement_fetch_recon_request_filters.py
154154cashfree_pg/models/settlement_recon_entity.py
155155cashfree_pg/models/settlement_recon_entity_data_inner.py
156- cashfree_pg/models/settlement_url_object.py
157156cashfree_pg/models/settlement_webhook.py
158157cashfree_pg/models/settlement_webhook_data_entity.py
159158cashfree_pg/models/terminal_details.py
160159cashfree_pg/models/terminal_entity.py
161160cashfree_pg/models/terminal_transaction_entity.py
161+ cashfree_pg/models/terminate_order_request.py
162162cashfree_pg/models/upi.py
163163cashfree_pg/models/upi_authorize_details.py
164164cashfree_pg/models/upi_payment_method.py
@@ -186,6 +186,7 @@ docs/CardlessEMIEntity.md
186186docs/CardlessEMIPaymentMethod.md
187187docs/CardlessEMIQueries.md
188188docs/CashbackDetails.md
189+ docs/CreateCustomerRequest.md
189190docs/CreateLinkRequest.md
190191docs/CreateOfferRequest.md
191192docs/CreateOrderRequest.md
@@ -195,6 +196,8 @@ docs/CreateTerminalTransactionRequest.md
195196docs/CryptogramEntity.md
196197docs/CustomerDetails.md
197198docs/CustomerDetailsCardlessEMI.md
199+ docs/CustomerEntity.md
200+ docs/CustomersApi.md
198201docs/DiscountDetails.md
199202docs/EMIOffer.md
200203docs/EMIPlansArray.md
@@ -223,7 +226,7 @@ docs/InstrumentWebhookData.md
223226docs/InstrumentWebhookDataEntity.md
224227docs/LinkCustomerDetailsEntity.md
225228docs/LinkEntity.md
226- docs/LinkMetaEntity .md
229+ docs/LinkMetaResponseEntity .md
227230docs/LinkNotifyEntity.md
228231docs/NetBankingPaymentMethod.md
229232docs/Netbanking.md
@@ -281,7 +284,6 @@ docs/PaymentMethodUPIInPaymentsEntityUpi.md
281284docs/PaymentMethodsFilters.md
282285docs/PaymentMethodsQueries.md
283286docs/PaymentModeDetails.md
284- docs/PaymentURLObject.md
285287docs/PaymentWebhook.md
286288docs/PaymentWebhookCustomerEntity.md
287289docs/PaymentWebhookDataEntity.md
@@ -294,25 +296,23 @@ docs/ReconEntity.md
294296docs/ReconEntityDataInner.md
295297docs/RefundEntity.md
296298docs/RefundSpeed.md
297- docs/RefundURLObject.md
298299docs/RefundWebhook.md
299300docs/RefundWebhookDataEntity.md
300301docs/RefundsApi.md
301302docs/SavedInstrumentMeta.md
302303docs/SettlementEntity.md
303304docs/SettlementFetchReconRequest.md
304- docs/SettlementFetchReconRequestFilters.md
305305docs/SettlementReconEntity.md
306306docs/SettlementReconEntityDataInner.md
307307docs/SettlementReconciliationApi.md
308- docs/SettlementURLObject.md
309308docs/SettlementWebhook.md
310309docs/SettlementWebhookDataEntity.md
311310docs/SettlementsApi.md
312311docs/SoftPOSApi.md
313312docs/TerminalDetails.md
314313docs/TerminalEntity.md
315314docs/TerminalTransactionEntity.md
315+ docs/TerminateOrderRequest.md
316316docs/TokenVaultApi.md
317317docs/UPIAuthorizeDetails.md
318318docs/UPIPaymentMethod.md
@@ -346,6 +346,7 @@ test/test_cardless_emi_entity.py
346346test/test_cardless_emi_payment_method.py
347347test/test_cardless_emi_queries.py
348348test/test_cashback_details.py
349+ test/test_create_customer_request.py
349350test/test_create_link_request.py
350351test/test_create_offer_request.py
351352test/test_create_order_request.py
@@ -355,6 +356,8 @@ test/test_create_terminal_transaction_request.py
355356test/test_cryptogram_entity.py
356357test/test_customer_details.py
357358test/test_customer_details_cardless_emi.py
359+ test/test_customer_entity.py
360+ test/test_customers_api.py
358361test/test_discount_details.py
359362test/test_eligibility_api.py
360363test/test_eligibility_cardless_emi_entity.py
@@ -383,7 +386,7 @@ test/test_instrument_webhook_data.py
383386test/test_instrument_webhook_data_entity.py
384387test/test_link_customer_details_entity.py
385388test/test_link_entity.py
386- test/test_link_meta_entity .py
389+ test/test_link_meta_response_entity .py
387390test/test_link_notify_entity.py
388391test/test_net_banking_payment_method.py
389392test/test_netbanking.py
@@ -440,7 +443,6 @@ test/test_payment_method_upiin_payments_entity_upi.py
440443test/test_payment_methods_filters.py
441444test/test_payment_methods_queries.py
442445test/test_payment_mode_details.py
443- test/test_payment_url_object.py
444446test/test_payment_webhook.py
445447test/test_payment_webhook_customer_entity.py
446448test/test_payment_webhook_data_entity.py
@@ -454,25 +456,23 @@ test/test_recon_entity.py
454456test/test_recon_entity_data_inner.py
455457test/test_refund_entity.py
456458test/test_refund_speed.py
457- test/test_refund_url_object.py
458459test/test_refund_webhook.py
459460test/test_refund_webhook_data_entity.py
460461test/test_refunds_api.py
461462test/test_saved_instrument_meta.py
462463test/test_settlement_entity.py
463464test/test_settlement_fetch_recon_request.py
464- test/test_settlement_fetch_recon_request_filters.py
465465test/test_settlement_recon_entity.py
466466test/test_settlement_recon_entity_data_inner.py
467467test/test_settlement_reconciliation_api.py
468- test/test_settlement_url_object.py
469468test/test_settlement_webhook.py
470469test/test_settlement_webhook_data_entity.py
471470test/test_settlements_api.py
472471test/test_soft_pos_api.py
473472test/test_terminal_details.py
474473test/test_terminal_entity.py
475474test/test_terminal_transaction_entity.py
475+ test/test_terminate_order_request.py
476476test/test_token_vault_api.py
477477test/test_upi.py
478478test/test_upi_authorize_details.py
0 commit comments