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
@@ -124,7 +127,6 @@ cashfree_pg/models/payment_method_upiin_payments_entity.py
124127cashfree_pg/models/payment_methods_filters.py
125128cashfree_pg/models/payment_methods_queries.py
126129cashfree_pg/models/payment_mode_details.py
127- cashfree_pg/models/payment_url_object.py
128130cashfree_pg/models/payment_webhook.py
129131cashfree_pg/models/payment_webhook_customer_entity.py
130132cashfree_pg/models/payment_webhook_data_entity.py
@@ -136,21 +138,19 @@ cashfree_pg/models/recon_entity.py
136138cashfree_pg/models/recon_entity_data_inner.py
137139cashfree_pg/models/refund_entity.py
138140cashfree_pg/models/refund_speed.py
139- cashfree_pg/models/refund_url_object.py
140141cashfree_pg/models/refund_webhook.py
141142cashfree_pg/models/refund_webhook_data_entity.py
142143cashfree_pg/models/saved_instrument_meta.py
143144cashfree_pg/models/settlement_entity.py
144145cashfree_pg/models/settlement_fetch_recon_request.py
145- cashfree_pg/models/settlement_fetch_recon_request_filters.py
146146cashfree_pg/models/settlement_recon_entity.py
147147cashfree_pg/models/settlement_recon_entity_data_inner.py
148- cashfree_pg/models/settlement_url_object.py
149148cashfree_pg/models/settlement_webhook.py
150149cashfree_pg/models/settlement_webhook_data_entity.py
151150cashfree_pg/models/terminal_details.py
152151cashfree_pg/models/terminal_entity.py
153152cashfree_pg/models/terminal_transaction_entity.py
153+ cashfree_pg/models/terminate_order_request.py
154154cashfree_pg/models/upi.py
155155cashfree_pg/models/upi_authorize_details.py
156156cashfree_pg/models/upi_payment_method.py
@@ -178,6 +178,7 @@ docs/CardlessEMIEntity.md
178178docs/CardlessEMIPaymentMethod.md
179179docs/CardlessEMIQueries.md
180180docs/CashbackDetails.md
181+ docs/CreateCustomerRequest.md
181182docs/CreateLinkRequest.md
182183docs/CreateOfferRequest.md
183184docs/CreateOrderRequest.md
@@ -187,6 +188,8 @@ docs/CreateTerminalTransactionRequest.md
187188docs/CryptogramEntity.md
188189docs/CustomerDetails.md
189190docs/CustomerDetailsCardlessEMI.md
191+ docs/CustomerEntity.md
192+ docs/CustomersApi.md
190193docs/DiscountDetails.md
191194docs/EMIOffer.md
192195docs/EMIPlansArray.md
@@ -215,7 +218,7 @@ docs/InstrumentWebhookData.md
215218docs/InstrumentWebhookDataEntity.md
216219docs/LinkCustomerDetailsEntity.md
217220docs/LinkEntity.md
218- docs/LinkMetaEntity .md
221+ docs/LinkMetaResponseEntity .md
219222docs/LinkNotifyEntity.md
220223docs/NetBankingPaymentMethod.md
221224docs/Netbanking.md
@@ -265,7 +268,6 @@ docs/PaymentMethodUPIInPaymentsEntity.md
265268docs/PaymentMethodsFilters.md
266269docs/PaymentMethodsQueries.md
267270docs/PaymentModeDetails.md
268- docs/PaymentURLObject.md
269271docs/PaymentWebhook.md
270272docs/PaymentWebhookCustomerEntity.md
271273docs/PaymentWebhookDataEntity.md
@@ -278,25 +280,23 @@ docs/ReconEntity.md
278280docs/ReconEntityDataInner.md
279281docs/RefundEntity.md
280282docs/RefundSpeed.md
281- docs/RefundURLObject.md
282283docs/RefundWebhook.md
283284docs/RefundWebhookDataEntity.md
284285docs/RefundsApi.md
285286docs/SavedInstrumentMeta.md
286287docs/SettlementEntity.md
287288docs/SettlementFetchReconRequest.md
288- docs/SettlementFetchReconRequestFilters.md
289289docs/SettlementReconEntity.md
290290docs/SettlementReconEntityDataInner.md
291291docs/SettlementReconciliationApi.md
292- docs/SettlementURLObject.md
293292docs/SettlementWebhook.md
294293docs/SettlementWebhookDataEntity.md
295294docs/SettlementsApi.md
296295docs/SoftPOSApi.md
297296docs/TerminalDetails.md
298297docs/TerminalEntity.md
299298docs/TerminalTransactionEntity.md
299+ docs/TerminateOrderRequest.md
300300docs/TokenVaultApi.md
301301docs/UPIAuthorizeDetails.md
302302docs/UPIPaymentMethod.md
@@ -330,6 +330,7 @@ test/test_cardless_emi_entity.py
330330test/test_cardless_emi_payment_method.py
331331test/test_cardless_emi_queries.py
332332test/test_cashback_details.py
333+ test/test_create_customer_request.py
333334test/test_create_link_request.py
334335test/test_create_offer_request.py
335336test/test_create_order_request.py
@@ -339,6 +340,8 @@ test/test_create_terminal_transaction_request.py
339340test/test_cryptogram_entity.py
340341test/test_customer_details.py
341342test/test_customer_details_cardless_emi.py
343+ test/test_customer_entity.py
344+ test/test_customers_api.py
342345test/test_discount_details.py
343346test/test_eligibility_api.py
344347test/test_eligibility_cardless_emi_entity.py
@@ -367,7 +370,7 @@ test/test_instrument_webhook_data.py
367370test/test_instrument_webhook_data_entity.py
368371test/test_link_customer_details_entity.py
369372test/test_link_entity.py
370- test/test_link_meta_entity .py
373+ test/test_link_meta_response_entity .py
371374test/test_link_notify_entity.py
372375test/test_net_banking_payment_method.py
373376test/test_netbanking.py
@@ -416,7 +419,6 @@ test/test_payment_method_upiin_payments_entity.py
416419test/test_payment_methods_filters.py
417420test/test_payment_methods_queries.py
418421test/test_payment_mode_details.py
419- test/test_payment_url_object.py
420422test/test_payment_webhook.py
421423test/test_payment_webhook_customer_entity.py
422424test/test_payment_webhook_data_entity.py
@@ -430,25 +432,23 @@ test/test_recon_entity.py
430432test/test_recon_entity_data_inner.py
431433test/test_refund_entity.py
432434test/test_refund_speed.py
433- test/test_refund_url_object.py
434435test/test_refund_webhook.py
435436test/test_refund_webhook_data_entity.py
436437test/test_refunds_api.py
437438test/test_saved_instrument_meta.py
438439test/test_settlement_entity.py
439440test/test_settlement_fetch_recon_request.py
440- test/test_settlement_fetch_recon_request_filters.py
441441test/test_settlement_recon_entity.py
442442test/test_settlement_recon_entity_data_inner.py
443443test/test_settlement_reconciliation_api.py
444- test/test_settlement_url_object.py
445444test/test_settlement_webhook.py
446445test/test_settlement_webhook_data_entity.py
447446test/test_settlements_api.py
448447test/test_soft_pos_api.py
449448test/test_terminal_details.py
450449test/test_terminal_entity.py
451450test/test_terminal_transaction_entity.py
451+ test/test_terminate_order_request.py
452452test/test_token_vault_api.py
453453test/test_upi.py
454454test/test_upi_authorize_details.py
0 commit comments