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
@@ -126,7 +129,6 @@ cashfree_pg/models/payment_method_upiin_payments_entity.py
126129cashfree_pg/models/payment_methods_filters.py
127130cashfree_pg/models/payment_methods_queries.py
128131cashfree_pg/models/payment_mode_details.py
129- cashfree_pg/models/payment_url_object.py
130132cashfree_pg/models/payment_webhook.py
131133cashfree_pg/models/payment_webhook_customer_entity.py
132134cashfree_pg/models/payment_webhook_data_entity.py
@@ -138,21 +140,19 @@ cashfree_pg/models/recon_entity.py
138140cashfree_pg/models/recon_entity_data_inner.py
139141cashfree_pg/models/refund_entity.py
140142cashfree_pg/models/refund_speed.py
141- cashfree_pg/models/refund_url_object.py
142143cashfree_pg/models/refund_webhook.py
143144cashfree_pg/models/refund_webhook_data_entity.py
144145cashfree_pg/models/saved_instrument_meta.py
145146cashfree_pg/models/settlement_entity.py
146147cashfree_pg/models/settlement_fetch_recon_request.py
147- cashfree_pg/models/settlement_fetch_recon_request_filters.py
148148cashfree_pg/models/settlement_recon_entity.py
149149cashfree_pg/models/settlement_recon_entity_data_inner.py
150- cashfree_pg/models/settlement_url_object.py
151150cashfree_pg/models/settlement_webhook.py
152151cashfree_pg/models/settlement_webhook_data_entity.py
153152cashfree_pg/models/terminal_details.py
154153cashfree_pg/models/terminal_entity.py
155154cashfree_pg/models/terminal_transaction_entity.py
155+ cashfree_pg/models/terminate_order_request.py
156156cashfree_pg/models/upi.py
157157cashfree_pg/models/upi_authorize_details.py
158158cashfree_pg/models/upi_payment_method.py
@@ -180,6 +180,7 @@ docs/CardlessEMIEntity.md
180180docs/CardlessEMIPaymentMethod.md
181181docs/CardlessEMIQueries.md
182182docs/CashbackDetails.md
183+ docs/CreateCustomerRequest.md
183184docs/CreateLinkRequest.md
184185docs/CreateOfferRequest.md
185186docs/CreateOrderRequest.md
@@ -189,6 +190,8 @@ docs/CreateTerminalTransactionRequest.md
189190docs/CryptogramEntity.md
190191docs/CustomerDetails.md
191192docs/CustomerDetailsCardlessEMI.md
193+ docs/CustomerEntity.md
194+ docs/CustomersApi.md
192195docs/DiscountDetails.md
193196docs/EMIOffer.md
194197docs/EMIPlansArray.md
@@ -217,7 +220,7 @@ docs/InstrumentWebhookData.md
217220docs/InstrumentWebhookDataEntity.md
218221docs/LinkCustomerDetailsEntity.md
219222docs/LinkEntity.md
220- docs/LinkMetaEntity .md
223+ docs/LinkMetaResponseEntity .md
221224docs/LinkNotifyEntity.md
222225docs/NetBankingPaymentMethod.md
223226docs/Netbanking.md
@@ -269,7 +272,6 @@ docs/PaymentMethodUPIInPaymentsEntity.md
269272docs/PaymentMethodsFilters.md
270273docs/PaymentMethodsQueries.md
271274docs/PaymentModeDetails.md
272- docs/PaymentURLObject.md
273275docs/PaymentWebhook.md
274276docs/PaymentWebhookCustomerEntity.md
275277docs/PaymentWebhookDataEntity.md
@@ -282,25 +284,23 @@ docs/ReconEntity.md
282284docs/ReconEntityDataInner.md
283285docs/RefundEntity.md
284286docs/RefundSpeed.md
285- docs/RefundURLObject.md
286287docs/RefundWebhook.md
287288docs/RefundWebhookDataEntity.md
288289docs/RefundsApi.md
289290docs/SavedInstrumentMeta.md
290291docs/SettlementEntity.md
291292docs/SettlementFetchReconRequest.md
292- docs/SettlementFetchReconRequestFilters.md
293293docs/SettlementReconEntity.md
294294docs/SettlementReconEntityDataInner.md
295295docs/SettlementReconciliationApi.md
296- docs/SettlementURLObject.md
297296docs/SettlementWebhook.md
298297docs/SettlementWebhookDataEntity.md
299298docs/SettlementsApi.md
300299docs/SoftPOSApi.md
301300docs/TerminalDetails.md
302301docs/TerminalEntity.md
303302docs/TerminalTransactionEntity.md
303+ docs/TerminateOrderRequest.md
304304docs/TokenVaultApi.md
305305docs/UPIAuthorizeDetails.md
306306docs/UPIPaymentMethod.md
@@ -334,6 +334,7 @@ test/test_cardless_emi_entity.py
334334test/test_cardless_emi_payment_method.py
335335test/test_cardless_emi_queries.py
336336test/test_cashback_details.py
337+ test/test_create_customer_request.py
337338test/test_create_link_request.py
338339test/test_create_offer_request.py
339340test/test_create_order_request.py
@@ -343,6 +344,8 @@ test/test_create_terminal_transaction_request.py
343344test/test_cryptogram_entity.py
344345test/test_customer_details.py
345346test/test_customer_details_cardless_emi.py
347+ test/test_customer_entity.py
348+ test/test_customers_api.py
346349test/test_discount_details.py
347350test/test_eligibility_api.py
348351test/test_eligibility_cardless_emi_entity.py
@@ -371,7 +374,7 @@ test/test_instrument_webhook_data.py
371374test/test_instrument_webhook_data_entity.py
372375test/test_link_customer_details_entity.py
373376test/test_link_entity.py
374- test/test_link_meta_entity .py
377+ test/test_link_meta_response_entity .py
375378test/test_link_notify_entity.py
376379test/test_net_banking_payment_method.py
377380test/test_netbanking.py
@@ -422,7 +425,6 @@ test/test_payment_method_upiin_payments_entity.py
422425test/test_payment_methods_filters.py
423426test/test_payment_methods_queries.py
424427test/test_payment_mode_details.py
425- test/test_payment_url_object.py
426428test/test_payment_webhook.py
427429test/test_payment_webhook_customer_entity.py
428430test/test_payment_webhook_data_entity.py
@@ -436,25 +438,23 @@ test/test_recon_entity.py
436438test/test_recon_entity_data_inner.py
437439test/test_refund_entity.py
438440test/test_refund_speed.py
439- test/test_refund_url_object.py
440441test/test_refund_webhook.py
441442test/test_refund_webhook_data_entity.py
442443test/test_refunds_api.py
443444test/test_saved_instrument_meta.py
444445test/test_settlement_entity.py
445446test/test_settlement_fetch_recon_request.py
446- test/test_settlement_fetch_recon_request_filters.py
447447test/test_settlement_recon_entity.py
448448test/test_settlement_recon_entity_data_inner.py
449449test/test_settlement_reconciliation_api.py
450- test/test_settlement_url_object.py
451450test/test_settlement_webhook.py
452451test/test_settlement_webhook_data_entity.py
453452test/test_settlements_api.py
454453test/test_soft_pos_api.py
455454test/test_terminal_details.py
456455test/test_terminal_entity.py
457456test/test_terminal_transaction_entity.py
457+ test/test_terminate_order_request.py
458458test/test_token_vault_api.py
459459test/test_upi.py
460460test/test_upi_authorize_details.py
0 commit comments