66README.md
77cashfree_pg/__init__.py
88cashfree_pg/api/__init__.py
9- cashfree_pg/api/customers_api.py
109cashfree_pg/api/eligibility_api.py
1110cashfree_pg/api/offers_api.py
1211cashfree_pg/api/orders_api.py
@@ -43,7 +42,6 @@ cashfree_pg/models/cardless_emi_entity.py
4342cashfree_pg/models/cardless_emi_payment_method.py
4443cashfree_pg/models/cardless_emi_queries.py
4544cashfree_pg/models/cashback_details.py
46- cashfree_pg/models/create_customer_request.py
4745cashfree_pg/models/create_link_request.py
4846cashfree_pg/models/create_offer_request.py
4947cashfree_pg/models/create_order_request.py
@@ -53,7 +51,6 @@ cashfree_pg/models/create_terminal_transaction_request.py
5351cashfree_pg/models/cryptogram_entity.py
5452cashfree_pg/models/customer_details.py
5553cashfree_pg/models/customer_details_cardless_emi.py
56- cashfree_pg/models/customer_entity.py
5754cashfree_pg/models/discount_details.py
5855cashfree_pg/models/eligibility_cardless_emi_entity.py
5956cashfree_pg/models/eligibility_fetch_cardless_emi_request.py
@@ -81,7 +78,7 @@ cashfree_pg/models/instrument_webhook_data.py
8178cashfree_pg/models/instrument_webhook_data_entity.py
8279cashfree_pg/models/link_customer_details_entity.py
8380cashfree_pg/models/link_entity.py
84- cashfree_pg/models/link_meta_response_entity .py
81+ cashfree_pg/models/link_meta_entity .py
8582cashfree_pg/models/link_notify_entity.py
8683cashfree_pg/models/net_banking_payment_method.py
8784cashfree_pg/models/netbanking.py
@@ -116,6 +113,8 @@ cashfree_pg/models/paylater_entity.py
116113cashfree_pg/models/paylater_offer.py
117114cashfree_pg/models/paylater_payment_method.py
118115cashfree_pg/models/payment_entity.py
116+ cashfree_pg/models/payment_link_customer_details.py
117+ cashfree_pg/models/payment_link_order_entity.py
119118cashfree_pg/models/payment_method_app_in_payments_entity.py
120119cashfree_pg/models/payment_method_card_in_payments_entity.py
121120cashfree_pg/models/payment_method_cardless_emiin_payments_entity.py
@@ -127,6 +126,7 @@ cashfree_pg/models/payment_method_upiin_payments_entity.py
127126cashfree_pg/models/payment_methods_filters.py
128127cashfree_pg/models/payment_methods_queries.py
129128cashfree_pg/models/payment_mode_details.py
129+ cashfree_pg/models/payment_url_object.py
130130cashfree_pg/models/payment_webhook.py
131131cashfree_pg/models/payment_webhook_customer_entity.py
132132cashfree_pg/models/payment_webhook_data_entity.py
@@ -138,19 +138,21 @@ cashfree_pg/models/recon_entity.py
138138cashfree_pg/models/recon_entity_data_inner.py
139139cashfree_pg/models/refund_entity.py
140140cashfree_pg/models/refund_speed.py
141+ cashfree_pg/models/refund_url_object.py
141142cashfree_pg/models/refund_webhook.py
142143cashfree_pg/models/refund_webhook_data_entity.py
143144cashfree_pg/models/saved_instrument_meta.py
144145cashfree_pg/models/settlement_entity.py
145146cashfree_pg/models/settlement_fetch_recon_request.py
147+ cashfree_pg/models/settlement_fetch_recon_request_filters.py
146148cashfree_pg/models/settlement_recon_entity.py
147149cashfree_pg/models/settlement_recon_entity_data_inner.py
150+ cashfree_pg/models/settlement_url_object.py
148151cashfree_pg/models/settlement_webhook.py
149152cashfree_pg/models/settlement_webhook_data_entity.py
150153cashfree_pg/models/terminal_details.py
151154cashfree_pg/models/terminal_entity.py
152155cashfree_pg/models/terminal_transaction_entity.py
153- cashfree_pg/models/terminate_order_request.py
154156cashfree_pg/models/upi.py
155157cashfree_pg/models/upi_authorize_details.py
156158cashfree_pg/models/upi_payment_method.py
@@ -178,7 +180,6 @@ docs/CardlessEMIEntity.md
178180docs/CardlessEMIPaymentMethod.md
179181docs/CardlessEMIQueries.md
180182docs/CashbackDetails.md
181- docs/CreateCustomerRequest.md
182183docs/CreateLinkRequest.md
183184docs/CreateOfferRequest.md
184185docs/CreateOrderRequest.md
@@ -188,8 +189,6 @@ docs/CreateTerminalTransactionRequest.md
188189docs/CryptogramEntity.md
189190docs/CustomerDetails.md
190191docs/CustomerDetailsCardlessEMI.md
191- docs/CustomerEntity.md
192- docs/CustomersApi.md
193192docs/DiscountDetails.md
194193docs/EMIOffer.md
195194docs/EMIPlansArray.md
@@ -218,7 +217,7 @@ docs/InstrumentWebhookData.md
218217docs/InstrumentWebhookDataEntity.md
219218docs/LinkCustomerDetailsEntity.md
220219docs/LinkEntity.md
221- docs/LinkMetaResponseEntity .md
220+ docs/LinkMetaEntity .md
222221docs/LinkNotifyEntity.md
223222docs/NetBankingPaymentMethod.md
224223docs/Netbanking.md
@@ -256,6 +255,8 @@ docs/PaylaterEntity.md
256255docs/PaylaterOffer.md
257256docs/PaylaterPaymentMethod.md
258257docs/PaymentEntity.md
258+ docs/PaymentLinkCustomerDetails.md
259+ docs/PaymentLinkOrderEntity.md
259260docs/PaymentLinksApi.md
260261docs/PaymentMethodAppInPaymentsEntity.md
261262docs/PaymentMethodCardInPaymentsEntity.md
@@ -268,6 +269,7 @@ docs/PaymentMethodUPIInPaymentsEntity.md
268269docs/PaymentMethodsFilters.md
269270docs/PaymentMethodsQueries.md
270271docs/PaymentModeDetails.md
272+ docs/PaymentURLObject.md
271273docs/PaymentWebhook.md
272274docs/PaymentWebhookCustomerEntity.md
273275docs/PaymentWebhookDataEntity.md
@@ -280,23 +282,25 @@ docs/ReconEntity.md
280282docs/ReconEntityDataInner.md
281283docs/RefundEntity.md
282284docs/RefundSpeed.md
285+ docs/RefundURLObject.md
283286docs/RefundWebhook.md
284287docs/RefundWebhookDataEntity.md
285288docs/RefundsApi.md
286289docs/SavedInstrumentMeta.md
287290docs/SettlementEntity.md
288291docs/SettlementFetchReconRequest.md
292+ docs/SettlementFetchReconRequestFilters.md
289293docs/SettlementReconEntity.md
290294docs/SettlementReconEntityDataInner.md
291295docs/SettlementReconciliationApi.md
296+ docs/SettlementURLObject.md
292297docs/SettlementWebhook.md
293298docs/SettlementWebhookDataEntity.md
294299docs/SettlementsApi.md
295300docs/SoftPOSApi.md
296301docs/TerminalDetails.md
297302docs/TerminalEntity.md
298303docs/TerminalTransactionEntity.md
299- docs/TerminateOrderRequest.md
300304docs/TokenVaultApi.md
301305docs/UPIAuthorizeDetails.md
302306docs/UPIPaymentMethod.md
@@ -330,7 +334,6 @@ test/test_cardless_emi_entity.py
330334test/test_cardless_emi_payment_method.py
331335test/test_cardless_emi_queries.py
332336test/test_cashback_details.py
333- test/test_create_customer_request.py
334337test/test_create_link_request.py
335338test/test_create_offer_request.py
336339test/test_create_order_request.py
@@ -340,8 +343,6 @@ test/test_create_terminal_transaction_request.py
340343test/test_cryptogram_entity.py
341344test/test_customer_details.py
342345test/test_customer_details_cardless_emi.py
343- test/test_customer_entity.py
344- test/test_customers_api.py
345346test/test_discount_details.py
346347test/test_eligibility_api.py
347348test/test_eligibility_cardless_emi_entity.py
@@ -370,7 +371,7 @@ test/test_instrument_webhook_data.py
370371test/test_instrument_webhook_data_entity.py
371372test/test_link_customer_details_entity.py
372373test/test_link_entity.py
373- test/test_link_meta_response_entity .py
374+ test/test_link_meta_entity .py
374375test/test_link_notify_entity.py
375376test/test_net_banking_payment_method.py
376377test/test_netbanking.py
@@ -407,6 +408,8 @@ test/test_paylater_entity.py
407408test/test_paylater_offer.py
408409test/test_paylater_payment_method.py
409410test/test_payment_entity.py
411+ test/test_payment_link_customer_details.py
412+ test/test_payment_link_order_entity.py
410413test/test_payment_links_api.py
411414test/test_payment_method_app_in_payments_entity.py
412415test/test_payment_method_card_in_payments_entity.py
@@ -419,6 +422,7 @@ test/test_payment_method_upiin_payments_entity.py
419422test/test_payment_methods_filters.py
420423test/test_payment_methods_queries.py
421424test/test_payment_mode_details.py
425+ test/test_payment_url_object.py
422426test/test_payment_webhook.py
423427test/test_payment_webhook_customer_entity.py
424428test/test_payment_webhook_data_entity.py
@@ -432,23 +436,25 @@ test/test_recon_entity.py
432436test/test_recon_entity_data_inner.py
433437test/test_refund_entity.py
434438test/test_refund_speed.py
439+ test/test_refund_url_object.py
435440test/test_refund_webhook.py
436441test/test_refund_webhook_data_entity.py
437442test/test_refunds_api.py
438443test/test_saved_instrument_meta.py
439444test/test_settlement_entity.py
440445test/test_settlement_fetch_recon_request.py
446+ test/test_settlement_fetch_recon_request_filters.py
441447test/test_settlement_recon_entity.py
442448test/test_settlement_recon_entity_data_inner.py
443449test/test_settlement_reconciliation_api.py
450+ test/test_settlement_url_object.py
444451test/test_settlement_webhook.py
445452test/test_settlement_webhook_data_entity.py
446453test/test_settlements_api.py
447454test/test_soft_pos_api.py
448455test/test_terminal_details.py
449456test/test_terminal_entity.py
450457test/test_terminal_transaction_entity.py
451- test/test_terminate_order_request.py
452458test/test_token_vault_api.py
453459test/test_upi.py
454460test/test_upi_authorize_details.py
0 commit comments