diff --git a/.env.example b/.env.example
new file mode 100644
index 0000000..e759c21
--- /dev/null
+++ b/.env.example
@@ -0,0 +1,2 @@
+# API Key for authentication
+API_KEY=
diff --git a/.manifest.json b/.manifest.json
index b1f1aa2..6ae7364 100644
--- a/.manifest.json
+++ b/.manifest.json
@@ -1,11 +1,11 @@
{
- "liblabVersion": "2.25.26",
- "date": "2025-06-17T18:18:14.226Z",
+ "liblabVersion": "2.25.34",
+ "date": "2025-07-01T19:48:32.486Z",
"config": {
"apiId": 2190,
"baseUrl": "https://api.asaas.com/",
"sdkName": "asaas-sdk",
- "sdkVersion": "1.0.1",
+ "sdkVersion": "1.0.2",
"languages": ["java"],
"auth": ["apikey"],
"docs": [],
@@ -73,7 +73,7 @@
"artifactId": "api-sdk",
"githubRepoName": "asaas-api-sdk-java",
"targetBranch": "master",
- "sdkVersion": "1.0.1",
+ "sdkVersion": "1.0.2",
"homepage": "https://asaas.com",
"developers": [
{
@@ -101,7 +101,7 @@
"ignoreFiles": [],
"liblabVersion": "2",
"renameIllegalModelProperties": true,
- "sdkVersion": "1.0.1",
+ "sdkVersion": "1.0.2",
"targetBranch": "master",
"groupId": "com.asaas",
"artifactId": "api-sdk",
@@ -177,7 +177,7 @@
},
"multiTenant": true,
"hooksLocation": {
- "bucketKey": "12033/hooks.zip",
+ "bucketKey": "12307/hooks.zip",
"bucketName": "prod-liblab-api-stack-hooks"
},
"includeWatermark": true,
@@ -246,7 +246,7 @@
"src/main/java/com/asaas/apisdk/http/interceptors/DefaultHeadersInterceptor.java",
"src/main/java/com/asaas/apisdk/hook/Hook.java",
"src/main/java/com/asaas/apisdk/exceptions/ApiError.java",
- "src/main/java/com/asaas/apisdk/exceptions/ApiErrorResponseDtoException.java",
+ "src/main/java/com/asaas/apisdk/exceptions/ErrorResponseDtoException.java",
"src/main/java/com/asaas/apisdk/http/Environment.java",
"src/main/java/com/asaas/apisdk/AsaasSdk.java",
"LICENSE",
@@ -254,410 +254,420 @@
"src/main/java/com/asaas/apisdk/config/RetryConfig.java",
"src/main/java/com/asaas/apisdk/config/AsaasSdkConfig.java",
"src/main/java/com/asaas/apisdk/config/ApiKeyAuthConfig.java",
- "documentation/models/ApiPaymentListResponseDto.md",
- "documentation/models/ApiPaymentListRequestBillingType.md",
- "documentation/models/ApiPaymentListRequestPaymentStatus.md",
- "documentation/models/ApiPaymentListRequestInvoiceStatus.md",
- "documentation/models/ApiPaymentSaveRequestDto.md",
- "documentation/models/ApiPaymentGetResponseDto.md",
- "documentation/models/ApiPaymentSaveWithCreditCardRequestDto.md",
- "documentation/models/ApiPaymentPayWithCreditCardRequestDto.md",
- "documentation/models/ApiPaymentBillingInfoResponseDto.md",
- "documentation/models/ApiPaymentViewingInfoResponseDto.md",
- "documentation/models/ApiPaymentUpdateRequestDto.md",
- "documentation/models/ApiPaymentDeleteResponseDto.md",
- "documentation/models/ApiPaymentStatusResponseDto.md",
- "documentation/models/ApiPaymentRefundRequestDto.md",
- "documentation/models/ApiPaymentIdentificationFieldResponseDto.md",
- "documentation/models/ApiPaymentPixQrCodeResponseDto.md",
- "documentation/models/ApiPaymentReceiveInCashRequestDto.md",
- "documentation/models/ApiPaymentSimulateRequestDto.md",
- "documentation/models/ApiPaymentSimulateResponseDto.md",
- "documentation/models/ApiPaymentCustodyGetResponseDto.md",
- "documentation/models/ApiPaymentLimitsResponseDto.md",
- "documentation/models/ApiPaymentLeanListResponseDto.md",
- "documentation/models/ApiPaymentLeanGetResponseDto.md",
- "documentation/models/ApiPaymentLeanSaveWithCreditCardResponseDto.md",
- "documentation/models/ApiCreditCardTokenizeRequestDto.md",
- "documentation/models/ApiCreditCardTokenizeResponseDto.md",
- "documentation/models/ApiPaymentRefundListResponseDto.md",
- "documentation/models/ApiPaymentBankSlipRefundResponseDto.md",
- "documentation/models/ApiPaymentSplitGetResponseDto.md",
- "documentation/models/ApiPaymentSplitListResponseDto.md",
- "documentation/models/ApiPaymentSplitListPaidRequestPaymentSplitStatus.md",
- "documentation/models/ApiPaymentSplitListReceivedRequestPaymentSplitStatus.md",
- "documentation/models/ApiPaymentDocumentListResponseDto.md",
- "documentation/models/ApiPaymentDocumentSaveRequestDto.md",
- "documentation/models/ApiPaymentDocumentGetResponseDto.md",
- "documentation/models/ApiPaymentDocumentUpdateRequestDto.md",
- "documentation/models/ApiPaymentDocumentDeleteResponseDto.md",
- "documentation/models/ApiCustomerAccountListResponseDto.md",
- "documentation/models/ApiCustomerAccountSaveRequestDto.md",
- "documentation/models/ApiCustomerAccountGetResponseDto.md",
- "documentation/models/ApiCustomerAccountUpdateRequestDto.md",
- "documentation/models/ApiCustomerAccountDeleteResponseDto.md",
- "documentation/models/ApiNotificationListResponseDto.md",
- "documentation/models/ApiNotificationUpdateRequestDto.md",
- "documentation/models/ApiNotificationGetResponseDto.md",
- "documentation/models/ApiNotificationBatchUpdateRequestDto.md",
- "documentation/models/ApiNotificationBatchUpdateResponseDto.md",
- "documentation/models/ApiInstallmentListResponseDto.md",
- "documentation/models/ApiInstallmentSaveRequestDto.md",
- "documentation/models/ApiInstallmentGetResponseDto.md",
- "documentation/models/ApiInstallmentSaveWithCreditCardRequestDto.md",
- "documentation/models/ApiInstallmentDeleteResponseDto.md",
- "documentation/models/ApiInstallmentListPaymentsRequestPaymentStatus.md",
- "documentation/models/ApiInstallmentUpdateSplitRequestDto.md",
- "documentation/models/ApiInstallmentUpdateSplitResponseDto.md",
- "documentation/models/ApiSubscriptionListResponseDto.md",
- "documentation/models/ApiSubscriptionListRequestBillingType.md",
- "documentation/models/ApiSubscriptionListRequestSubscriptionStatus.md",
- "documentation/models/ApiSubscriptionSaveRequestDto.md",
- "documentation/models/ApiSubscriptionGetResponseDto.md",
- "documentation/models/ApiSubscriptionSaveWithCreditCardRequestDto.md",
- "documentation/models/ApiSubscriptionSaveWithCreditCardResponseDto.md",
- "documentation/models/ApiSubscriptionUpdateRequestDto.md",
- "documentation/models/ApiSubscriptionDeleteResponseDto.md",
- "documentation/models/ApiSubscriptionUpdateCreditCardRequestDto.md",
- "documentation/models/ApiSubscriptionListPaymentsRequestPaymentStatus.md",
- "documentation/models/ApiSubscriptionInvoiceConfigGetResponseDto.md",
- "documentation/models/ApiSubscriptionConfigureInvoiceRequestDto.md",
- "documentation/models/ApiSubscriptionInvoiceConfigUpdateRequestDto.md",
- "documentation/models/ApiSubscriptionDeleteInvoiceConfigResponseDto.md",
- "documentation/models/ApiCustomerInvoiceListResponseDto.md",
- "documentation/models/ApiSubscriptionGetInvoicesRequestInvoiceStatus.md",
- "documentation/models/ApiPixAddressKeyListResponseDto.md",
- "documentation/models/ApiPixAddressKeyListRequestPixAddressKeyStatus.md",
- "documentation/models/ApiPixAddressKeySaveRequestDto.md",
- "documentation/models/ApiPixAddressKeyGetResponseDto.md",
- "documentation/models/ApiPixQrCodeSaveRequestDto.md",
- "documentation/models/ApiPixQrCodeSaveResponseDto.md",
- "documentation/models/ApiPixQrCodeDeleteResponseDto.md",
- "documentation/models/ApiPixTokenBucketGetAddressKeyResponseDto.md",
- "documentation/models/ApiPixTransactionSaveRequestDto.md",
- "documentation/models/ApiPixTransactionGetResponseDto.md",
- "documentation/models/ApiPixQrCodeDecodeRequestDto.md",
- "documentation/models/ApiPixQrCodeDecodeResponseDto.md",
- "documentation/models/ApiPixTransactionListResponseDto.md",
- "documentation/models/ApiPixTransactionListRequestPixTransactionStatus.md",
- "documentation/models/ApiPixTransactionListRequestPixTransactionType.md",
- "documentation/models/ApiReceivableAnticipationGetResponseDto.md",
- "documentation/models/ApiReceivableAnticipationListResponseDto.md",
- "documentation/models/ApiReceivableAnticipationListRequestReceivableAnticipationStatus.md",
- "documentation/models/ApiReceivableAnticipationSaveRequestDto.md",
- "documentation/models/ApiReceivableAnticipationSimulateRequestDto.md",
- "documentation/models/ApiReceivableAnticipationSimulateResponseDto.md",
- "documentation/models/ApiReceivableAnticipationConfigurationGetResponseDto.md",
- "documentation/models/ApiReceivableAnticipationConfigurationUpdateRequestDto.md",
- "documentation/models/ApiReceivableAnticipationLimitsResponseDto.md",
- "documentation/models/ApiPixTransactionRecurringCheckoutScheduleListResponseDto.md",
- "documentation/models/ApiPixTransactionRecurringCheckoutScheduleListRequestRecurringCheckoutScheduleStatus.md",
- "documentation/models/ApiPixTransactionRecurringCheckoutScheduleGetResponseDto.md",
- "documentation/models/ApiPixTransactionRecurringCheckoutScheduleListItemsResponseDto.md",
- "documentation/models/ApiPixTransactionRecurringCheckoutScheduleGetItemResponseDto.md",
- "documentation/models/ApiPaymentCampaignListResponseDto.md",
- "documentation/models/ApiPaymentCampaignSaveRequestDto.md",
- "documentation/models/ApiPaymentCampaignGetResponseDto.md",
- "documentation/models/ApiPaymentCampaignUpdateRequestDto.md",
- "documentation/models/ApiPaymentCampaignDeleteResponseDto.md",
- "documentation/models/ApiPaymentCampaignFileListResponseDto.md",
- "documentation/models/ApiPaymentCampaignFileSaveRequestDto.md",
- "documentation/models/ApiPaymentCampaignFileGetResponseDto.md",
- "documentation/models/ApiPaymentCampaignFileDeleteResponseDto.md",
- "documentation/models/ApiCheckoutSessionSaveRequestDto.md",
- "documentation/models/ApiCheckoutSessionResponseDto.md",
- "documentation/models/ApiTransferListResponseDto.md",
- "documentation/models/ApiTransferSaveRequestDto.md",
- "documentation/models/ApiTransferGetResponseDto.md",
- "documentation/models/ApiTransferSaveInternalTransferRequestDto.md",
- "documentation/models/ApiTransferSaveInternalTransferResponseDto.md",
- "documentation/models/ApiPaymentDunningListResponseDto.md",
- "documentation/models/ApiPaymentDunningListRequestPaymentDunningStatus.md",
- "documentation/models/ApiPaymentDunningListRequestPaymentDunningType.md",
- "documentation/models/ApiPaymentDunningSaveRequestDto.md",
- "documentation/models/ApiPaymentDunningShowResponseDto.md",
- "documentation/models/ApiPaymentDunningSimulateResponseDto.md",
- "documentation/models/ApiPaymentDunningListHistoryResponseDto.md",
- "documentation/models/ApiPaymentDunningListPartialPaymentsResponseDto.md",
- "documentation/models/ApiPaymentDunningPaymentsAvailableForDunningResponseDto.md",
- "documentation/models/ApiPaymentDunningSaveDocumentsRequestDto.md",
- "documentation/models/ApiPaymentDunningSaveDocumentsResponseDto.md",
- "documentation/models/ApiPaymentDunningCancelResponseDto.md",
- "documentation/models/ApiBillListResponseDto.md",
- "documentation/models/ApiBillSaveRequestDto.md",
- "documentation/models/ApiBillGetResponseDto.md",
- "documentation/models/ApiBillSimulateRequestDto.md",
- "documentation/models/ApiBillSimulateResponseDto.md",
- "documentation/models/ApiMobilePhoneRechargeListResponseDto.md",
- "documentation/models/ApiMobilePhoneRechargeSaveRequestDto.md",
- "documentation/models/ApiMobilePhoneRechargeGetResponseDto.md",
- "documentation/models/ApiMobilePhoneRechargeFindProviderResponseDto.md",
- "documentation/models/ApiCreditBureauReportListResponseDto.md",
- "documentation/models/ApiCreditBureauReportSaveRequestDto.md",
- "documentation/models/ApiCreditBureauReportGetResponseDto.md",
- "documentation/models/ApiFinancialTransactionListResponseDto.md",
- "documentation/models/ApiFinanceBalanceResponseDto.md",
- "documentation/models/ApiFinanceGetPaymentStatisticsResponseDto.md",
- "documentation/models/ApiFinanceGetPaymentStatisticsRequestBillingType.md",
- "documentation/models/ApiFinanceGetPaymentStatisticsRequestPaymentStatus.md",
- "documentation/models/ApiFinanceGetSplitStatisticsResponseDto.md",
- "documentation/models/ApiCustomerUpdateRequestGetResponseDto.md",
- "documentation/models/ApiCustomerUpdateRequestSaveRequestDto.md",
- "documentation/models/ApiPaymentCheckoutConfigGetResponseDto.md",
- "documentation/models/ApiPaymentCheckoutConfigSaveRequestDto.md",
- "documentation/models/ApiMyAccountGetAccountNumberResponseDto.md",
- "documentation/models/ApiMyAccountGetAccountFeesResponseDto.md",
- "documentation/models/ApiMyAccountGetStatusResponseDto.md",
- "documentation/models/ApiWalletShowResponseDto.md",
- "documentation/models/ApiMyAccountDisableAccountResponseDto.md",
- "documentation/models/ApiCustomerInvoiceListRequestInvoiceStatus.md",
- "documentation/models/ApiCustomerInvoiceSaveRequestDto.md",
- "documentation/models/ApiCustomerInvoiceGetResponseDto.md",
- "documentation/models/ApiCustomerInvoiceUpdateRequestDto.md",
- "documentation/models/ApiCustomerInvoiceCancelRequestDto.md",
- "documentation/models/ApiCustomerFiscalInfoMunicipalOptionsGetResponseDto.md",
- "documentation/models/ApiCustomerFiscalInfoGetResponseDto.md",
- "documentation/models/ApiCustomerFiscalInfoSaveRequestDto.md",
- "documentation/models/ApiCustomerFiscalInfoListMunicipalServicesResponseDto.md",
- "documentation/models/ApiCustomerFiscalInfoListInvoiceNbsCodesResponseDto.md",
- "documentation/models/ApiCustomerFiscalInfoUpdateUseNationalPortalRequestDto.md",
- "documentation/models/ApiCustomerFiscalInfoUpdateUseNationalPortalResponseDto.md",
- "documentation/models/ApiPushNotificationConfigListResponseDto.md",
- "documentation/models/ApiPushNotificationConfigSaveRequestDto.md",
- "documentation/models/ApiPushNotificationConfigGetResponseDto.md",
- "documentation/models/ApiPushNotificationConfigUpdateRequestDto.md",
- "documentation/models/ApiPushNotificationConfigDeleteResponseDto.md",
- "documentation/models/ApiCustomerListResponseDto.md",
- "documentation/models/ApiCustomerSaveRequestDto.md",
- "documentation/models/ApiCustomerSaveResponseDto.md",
- "documentation/models/ApiCustomerGetResponseDto.md",
- "documentation/models/ApiCustomerPaymentCustodyConfigDto.md",
- "documentation/models/ApiCustomerSaveOrUpdatePaymentCustodyConfigRequestDto.md",
- "documentation/models/ApiAccountDocumentShowResponseDto.md",
- "documentation/models/ApiAccountDocumentSaveRequestDto.md",
- "documentation/models/ApiAccountDocumentGetResponseDto.md",
- "documentation/models/ApiAccountDocumentUpdateRequestDto.md",
- "documentation/models/ApiAccountDocumentDeleteResponseDto.md",
- "documentation/models/ApiChargebackSaveDisputeRequestDto.md",
- "documentation/models/ApiChargebackSaveDisputeResponseDto.md",
- "documentation/models/ApiChargebackListResponseDto.md",
- "documentation/models/ApiChargebackListRequestCreditCardBrand.md",
- "documentation/models/ApiChargebackListRequestChargebackStatus.md",
- "documentation/models/ApiPaymentChargebackResponseDto.md",
- "documentation/models/ApiPaymentGetResponseBillingType.md",
- "documentation/models/ApiPaymentSaveWithCreditCardCreditCardDto.md",
- "documentation/models/ApiPaymentGetResponsePaymentStatus.md",
- "documentation/models/ApiPaymentDiscountDto.md",
- "documentation/models/ApiPaymentFineResponseDto.md",
- "documentation/models/ApiPaymentInterestResponseDto.md",
- "documentation/models/ApiPaymentRefundGetResponseDto.md",
- "documentation/models/ApiPaymentSaveWithCreditCardCreditCardCreditCardBrand.md",
- "documentation/models/ApiPaymentDiscountDiscountType.md",
- "documentation/models/ApiPaymentSplitGetResponsePaymentSplitCancellationReason.md",
- "documentation/models/ApiPaymentSplitGetResponsePaymentSplitStatus.md",
- "documentation/models/ApiPaymentChargebackResponseChargebackStatus.md",
- "documentation/models/ApiPaymentChargebackResponseChargebackReason.md",
- "documentation/models/ApiChargebackCreditCardResponseDto.md",
- "documentation/models/ApiPaymentChargebackResponseChargebackDisputeStatus.md",
- "documentation/models/ApiChargebackCreditCardResponseCreditCardBrand.md",
- "documentation/models/ApiPaymentCustodyGetResponsePaymentCustodyStatus.md",
- "documentation/models/ApiPaymentCustodyGetResponsePaymentCustodyFinishReason.md",
- "documentation/models/ApiPaymentRefundGetResponsePaymentRefundStatus.md",
- "documentation/models/ApiPaymentRefundedSplitResponseDto.md",
- "documentation/models/ApiPaymentSaveRequestBillingType.md",
- "documentation/models/ApiPaymentInterestRequestDto.md",
- "documentation/models/ApiPaymentFineRequestDto.md",
- "documentation/models/ApiPaymentSplitRequestDto.md",
- "documentation/models/ApiPaymentCallbackRequestDto.md",
- "documentation/models/ApiPaymentFineRequestFineType.md",
- "documentation/models/ApiPaymentSaveWithCreditCardRequestBillingType.md",
- "documentation/models/ApiCreditCardRequestDto.md",
- "documentation/models/ApiCreditCardHolderInfoRequestDto.md",
- "documentation/models/ApiBankSlipBillingInfoResponseDto.md",
- "documentation/models/ApiCreditCardTokenizeResponseCreditCardBrand.md",
- "documentation/models/ApiPaymentUpdateRequestBillingType.md",
- "documentation/models/ApiPaymentStatusResponsePaymentStatus.md",
- "documentation/models/ApiPaymentSimulateCreditCardResponseDto.md",
- "documentation/models/ApiPaymentSimulateBankSlipResponseDto.md",
- "documentation/models/ApiPaymentSimulatePixResponseDto.md",
- "documentation/models/ApiPaymentSimulateInstallmentResponseDto.md",
- "documentation/models/ApiPaymentLimitsResponseCreationDto.md",
- "documentation/models/ApiPaymentLimitsResponseCreationDailyDto.md",
- "documentation/models/ApiPaymentLeanGetResponseBillingType.md",
- "documentation/models/ApiPaymentLeanGetResponsePaymentStatus.md",
- "documentation/models/ApiPaymentLeanSaveWithCreditCardResponseBillingType.md",
- "documentation/models/ApiPaymentLeanSaveWithCreditCardResponsePaymentStatus.md",
- "documentation/models/ApiPaymentDocumentGetResponsePaymentDocumentType.md",
- "documentation/models/ApiPaymentDocumentFileResponseDto.md",
- "documentation/models/ApiPaymentDocumentSaveRequestPaymentDocumentType.md",
- "documentation/models/ApiPaymentDocumentUpdateRequestPaymentDocumentType.md",
- "documentation/models/ApiCustomerAccountGetResponsePersonType.md",
- "documentation/models/ApiNotificationGetResponseNotificationEvent.md",
- "documentation/models/ApiNotificationGetResponseDtoScheduleOffset.md",
- "documentation/models/ApiNotificationUpdateRequestDtoScheduleOffset.md",
- "documentation/models/ApiInstallmentGetResponseBillingType.md",
- "documentation/models/ApiInstallmentRefundResponseDto.md",
- "documentation/models/ApiInstallmentRefundResponsePaymentRefundStatus.md",
- "documentation/models/ApiInstallmentSaveRequestBillingType.md",
- "documentation/models/ApiInstallmentSplitRequestDto.md",
- "documentation/models/ApiInstallmentSaveWithCreditCardRequestBillingType.md",
- "documentation/models/ApiInstallmentSplitGetResponseDto.md",
- "documentation/models/ApiInstallmentSplitGetResponsePaymentSplitCancellationReason.md",
- "documentation/models/ApiInstallmentSplitGetResponsePaymentSplitStatus.md",
- "documentation/models/ApiSubscriptionGetResponseBillingType.md",
- "documentation/models/ApiSubscriptionGetResponseCycle.md",
- "documentation/models/ApiSubscriptionGetResponseSubscriptionStatus.md",
- "documentation/models/ApiSubscriptionSplitResponseDto.md",
- "documentation/models/ApiSubscriptionSplitResponseSubscriptionSplitStatus.md",
- "documentation/models/ApiSubscriptionSplitResponseSubscriptionSplitDisabledReason.md",
- "documentation/models/ApiSubscriptionSaveRequestBillingType.md",
- "documentation/models/ApiSubscriptionSaveRequestCycle.md",
- "documentation/models/ApiSubscriptionSplitRequestDto.md",
- "documentation/models/ApiSubscriptionSaveWithCreditCardRequestBillingType.md",
- "documentation/models/ApiSubscriptionSaveWithCreditCardRequestCycle.md",
- "documentation/models/ApiSubscriptionSaveWithCreditCardResponseBillingType.md",
- "documentation/models/ApiSubscriptionSaveWithCreditCardResponseCycle.md",
- "documentation/models/ApiSubscriptionSaveWithCreditCardResponseSubscriptionStatus.md",
- "documentation/models/ApiSubscriptionUpdateRequestBillingType.md",
- "documentation/models/ApiSubscriptionUpdateRequestSubscriptionStatus.md",
- "documentation/models/ApiSubscriptionUpdateRequestCycle.md",
+ "documentation/models/PaymentListResponseDto.md",
+ "documentation/models/PaymentListRequestBillingType.md",
+ "documentation/models/PaymentListRequestPaymentStatus.md",
+ "documentation/models/PaymentListRequestInvoiceStatus.md",
+ "documentation/models/PaymentSaveRequestDto.md",
+ "documentation/models/PaymentGetResponseDto.md",
+ "documentation/models/PaymentSaveWithCreditCardRequestDto.md",
+ "documentation/models/PaymentPayWithCreditCardRequestDto.md",
+ "documentation/models/PaymentBillingInfoResponseDto.md",
+ "documentation/models/PaymentViewingInfoResponseDto.md",
+ "documentation/models/PaymentUpdateRequestDto.md",
+ "documentation/models/PaymentDeleteResponseDto.md",
+ "documentation/models/PaymentStatusResponseDto.md",
+ "documentation/models/PaymentRefundRequestDto.md",
+ "documentation/models/PaymentIdentificationFieldResponseDto.md",
+ "documentation/models/PaymentPixQrCodeResponseDto.md",
+ "documentation/models/PaymentReceiveInCashRequestDto.md",
+ "documentation/models/PaymentSimulateRequestDto.md",
+ "documentation/models/PaymentSimulateResponseDto.md",
+ "documentation/models/PaymentEscrowGetResponseDto.md",
+ "documentation/models/PaymentLimitsResponseDto.md",
+ "documentation/models/PaymentLeanListResponseDto.md",
+ "documentation/models/PaymentLeanGetResponseDto.md",
+ "documentation/models/PaymentLeanSaveWithCreditCardResponseDto.md",
+ "documentation/models/CreditCardTokenizeRequestDto.md",
+ "documentation/models/CreditCardTokenizeResponseDto.md",
+ "documentation/models/PaymentRefundListResponseDto.md",
+ "documentation/models/PaymentBankSlipRefundResponseDto.md",
+ "documentation/models/PaymentSplitGetResponseDto.md",
+ "documentation/models/PaymentSplitListResponseDto.md",
+ "documentation/models/PaymentSplitListPaidRequestPaymentSplitStatus.md",
+ "documentation/models/PaymentSplitListReceivedRequestPaymentSplitStatus.md",
+ "documentation/models/PaymentDocumentListResponseDto.md",
+ "documentation/models/PaymentDocumentSaveRequestDto.md",
+ "documentation/models/PaymentDocumentGetResponseDto.md",
+ "documentation/models/PaymentDocumentUpdateRequestDto.md",
+ "documentation/models/PaymentDocumentDeleteResponseDto.md",
+ "documentation/models/CustomerListResponseDto.md",
+ "documentation/models/CustomerSaveRequestDto.md",
+ "documentation/models/CustomerGetResponseDto.md",
+ "documentation/models/CustomerUpdateRequestDto.md",
+ "documentation/models/CustomerDeleteResponseDto.md",
+ "documentation/models/NotificationListResponseDto.md",
+ "documentation/models/NotificationUpdateRequestDto.md",
+ "documentation/models/NotificationGetResponseDto.md",
+ "documentation/models/NotificationBatchUpdateRequestDto.md",
+ "documentation/models/NotificationBatchUpdateResponseDto.md",
+ "documentation/models/InstallmentListResponseDto.md",
+ "documentation/models/InstallmentSaveRequestDto.md",
+ "documentation/models/InstallmentGetResponseDto.md",
+ "documentation/models/InstallmentSaveWithCreditCardRequestDto.md",
+ "documentation/models/InstallmentDeleteResponseDto.md",
+ "documentation/models/InstallmentListPaymentsRequestPaymentStatus.md",
+ "documentation/models/InstallmentPaymentBookResponseDto.md",
+ "documentation/models/InstallmentUpdateSplitRequestDto.md",
+ "documentation/models/InstallmentUpdateSplitResponseDto.md",
+ "documentation/models/SubscriptionListResponseDto.md",
+ "documentation/models/SubscriptionListRequestBillingType.md",
+ "documentation/models/SubscriptionListRequestSubscriptionStatus.md",
+ "documentation/models/SubscriptionSaveRequestDto.md",
+ "documentation/models/SubscriptionGetResponseDto.md",
+ "documentation/models/SubscriptionSaveWithCreditCardRequestDto.md",
+ "documentation/models/SubscriptionSaveWithCreditCardResponseDto.md",
+ "documentation/models/SubscriptionUpdateRequestDto.md",
+ "documentation/models/SubscriptionDeleteResponseDto.md",
+ "documentation/models/SubscriptionUpdateCreditCardRequestDto.md",
+ "documentation/models/SubscriptionListPaymentsRequestPaymentStatus.md",
+ "documentation/models/SubscriptionInvoiceConfigGetResponseDto.md",
+ "documentation/models/SubscriptionConfigureInvoiceRequestDto.md",
+ "documentation/models/SubscriptionInvoiceConfigUpdateRequestDto.md",
+ "documentation/models/SubscriptionDeleteInvoiceConfigResponseDto.md",
+ "documentation/models/InvoiceListResponseDto.md",
+ "documentation/models/SubscriptionGetInvoicesRequestInvoiceStatus.md",
+ "documentation/models/PixAddressKeyListResponseDto.md",
+ "documentation/models/PixAddressKeyListRequestPixAddressKeyStatus.md",
+ "documentation/models/PixAddressKeySaveRequestDto.md",
+ "documentation/models/PixAddressKeyGetResponseDto.md",
+ "documentation/models/PixQrCodeSaveRequestDto.md",
+ "documentation/models/PixQrCodeSaveResponseDto.md",
+ "documentation/models/PixQrCodeDeleteResponseDto.md",
+ "documentation/models/PixTokenBucketGetAddressKeyResponseDto.md",
+ "documentation/models/PixTransactionSaveRequestDto.md",
+ "documentation/models/PixTransactionGetResponseDto.md",
+ "documentation/models/PixQrCodeDecodeRequestDto.md",
+ "documentation/models/PixQrCodeDecodeResponseDto.md",
+ "documentation/models/PixTransactionListResponseDto.md",
+ "documentation/models/PixTransactionListRequestPixTransactionStatus.md",
+ "documentation/models/PixTransactionListRequestPixTransactionType.md",
+ "documentation/models/AnticipationGetResponseDto.md",
+ "documentation/models/AnticipationListResponseDto.md",
+ "documentation/models/AnticipationListRequestAnticipationStatus.md",
+ "documentation/models/AnticipationSaveRequestDto.md",
+ "documentation/models/AnticipationSimulateRequestDto.md",
+ "documentation/models/AnticipationSimulateResponseDto.md",
+ "documentation/models/AnticipationConfigurationGetResponseDto.md",
+ "documentation/models/AnticipationConfigurationUpdateRequestDto.md",
+ "documentation/models/AnticipationLimitsResponseDto.md",
+ "documentation/models/PixRecurringTransactionListResponseDto.md",
+ "documentation/models/RecurringPixTransactionListRequestPixRecurringTransactionStatus.md",
+ "documentation/models/PixRecurringTransactionGetResponseDto.md",
+ "documentation/models/RecurringPixTransactionListItemsResponseDto.md",
+ "documentation/models/PixRecurringTransactionGetItemResponseDto.md",
+ "documentation/models/PaymentLinkListResponseDto.md",
+ "documentation/models/PaymentLinkSaveRequestDto.md",
+ "documentation/models/PaymentLinkGetResponseDto.md",
+ "documentation/models/PaymentLinkUpdateRequestDto.md",
+ "documentation/models/PaymentLinkDeleteResponseDto.md",
+ "documentation/models/PaymentLinkFileListResponseDto.md",
+ "documentation/models/PaymentLinkFileSaveRequestDto.md",
+ "documentation/models/PaymentLinkFileGetResponseDto.md",
+ "documentation/models/PaymentLinkFileDeleteResponseDto.md",
+ "documentation/models/CheckoutSessionSaveRequestDto.md",
+ "documentation/models/CheckoutSessionResponseDto.md",
+ "documentation/models/TransferListResponseDto.md",
+ "documentation/models/TransferSaveRequestDto.md",
+ "documentation/models/TransferGetResponseDto.md",
+ "documentation/models/TransferSaveInternalTransferRequestDto.md",
+ "documentation/models/TransferSaveInternalTransferResponseDto.md",
+ "documentation/models/PaymentDunningListResponseDto.md",
+ "documentation/models/PaymentDunningListRequestPaymentDunningStatus.md",
+ "documentation/models/PaymentDunningListRequestPaymentDunningType.md",
+ "documentation/models/PaymentDunningSaveRequestDto.md",
+ "documentation/models/PaymentDunningShowResponseDto.md",
+ "documentation/models/PaymentDunningSimulateResponseDto.md",
+ "documentation/models/PaymentDunningListHistoryResponseDto.md",
+ "documentation/models/PaymentDunningListPartialPaymentsResponseDto.md",
+ "documentation/models/PaymentDunningPaymentsAvailableForDunningResponseDto.md",
+ "documentation/models/PaymentDunningSaveDocumentsRequestDto.md",
+ "documentation/models/PaymentDunningSaveDocumentsResponseDto.md",
+ "documentation/models/PaymentDunningCancelResponseDto.md",
+ "documentation/models/BillListResponseDto.md",
+ "documentation/models/BillSaveRequestDto.md",
+ "documentation/models/BillGetResponseDto.md",
+ "documentation/models/BillSimulateRequestDto.md",
+ "documentation/models/BillSimulateResponseDto.md",
+ "documentation/models/MobilePhoneRechargeListResponseDto.md",
+ "documentation/models/MobilePhoneRechargeSaveRequestDto.md",
+ "documentation/models/MobilePhoneRechargeGetResponseDto.md",
+ "documentation/models/MobilePhoneRechargeFindProviderResponseDto.md",
+ "documentation/models/CreditBureauReportListResponseDto.md",
+ "documentation/models/CreditBureauReportSaveRequestDto.md",
+ "documentation/models/CreditBureauReportGetResponseDto.md",
+ "documentation/models/FinancialTransactionListResponseDto.md",
+ "documentation/models/FinanceBalanceResponseDto.md",
+ "documentation/models/FinanceGetPaymentStatisticsResponseDto.md",
+ "documentation/models/FinanceGetPaymentStatisticsRequestBillingType.md",
+ "documentation/models/FinanceGetPaymentStatisticsRequestPaymentStatus.md",
+ "documentation/models/FinanceGetSplitStatisticsResponseDto.md",
+ "documentation/models/AccountInfoGetResponseDto.md",
+ "documentation/models/AccountInfoSaveRequestDto.md",
+ "documentation/models/PaymentCheckoutConfigGetResponseDto.md",
+ "documentation/models/PaymentCheckoutConfigSaveRequestDto.md",
+ "documentation/models/MyAccountGetAccountNumberResponseDto.md",
+ "documentation/models/MyAccountGetAccountFeesResponseDto.md",
+ "documentation/models/MyAccountGetStatusResponseDto.md",
+ "documentation/models/WalletShowResponseDto.md",
+ "documentation/models/MyAccountDisableAccountResponseDto.md",
+ "documentation/models/InvoiceListRequestInvoiceStatus.md",
+ "documentation/models/InvoiceSaveRequestDto.md",
+ "documentation/models/InvoiceGetResponseDto.md",
+ "documentation/models/InvoiceUpdateRequestDto.md",
+ "documentation/models/InvoiceCancelRequestDto.md",
+ "documentation/models/FiscalInfoMunicipalOptionsGetResponseDto.md",
+ "documentation/models/FiscalInfoGetResponseDto.md",
+ "documentation/models/FiscalInfoSaveRequestDto.md",
+ "documentation/models/FiscalInfoListMunicipalServicesResponseDto.md",
+ "documentation/models/FiscalInfoListInvoiceNbsCodesResponseDto.md",
+ "documentation/models/FiscalInfoUpdateUseNationalPortalRequestDto.md",
+ "documentation/models/FiscalInfoUpdateUseNationalPortalResponseDto.md",
+ "documentation/models/WebhookConfigListResponseDto.md",
+ "documentation/models/WebhookConfigSaveRequestDto.md",
+ "documentation/models/WebhookConfigGetResponseDto.md",
+ "documentation/models/WebhookConfigUpdateRequestDto.md",
+ "documentation/models/WebhookConfigDeleteResponseDto.md",
+ "documentation/models/AccountListResponseDto.md",
+ "documentation/models/AccountSaveRequestDto.md",
+ "documentation/models/AccountSaveResponseDto.md",
+ "documentation/models/AccountGetResponseDto.md",
+ "documentation/models/AccountPaymentEscrowConfigDto.md",
+ "documentation/models/AccountSaveOrUpdatePaymentEscrowConfigRequestDto.md",
+ "documentation/models/AccountDocumentShowResponseDto.md",
+ "documentation/models/AccountDocumentSaveRequestDto.md",
+ "documentation/models/AccountDocumentGetResponseDto.md",
+ "documentation/models/AccountDocumentUpdateRequestDto.md",
+ "documentation/models/AccountDocumentDeleteResponseDto.md",
+ "documentation/models/ChargebackSaveDisputeRequestDto.md",
+ "documentation/models/ChargebackSaveDisputeResponseDto.md",
+ "documentation/models/ChargebackListResponseDto.md",
+ "documentation/models/ChargebackListRequestCreditCardBrand.md",
+ "documentation/models/ChargebackListRequestChargebackStatus.md",
+ "documentation/models/PaymentChargebackResponseDto.md",
+ "documentation/models/PaymentGetResponseBillingType.md",
+ "documentation/models/PaymentSaveWithCreditCardCreditCardDto.md",
+ "documentation/models/PaymentGetResponsePaymentStatus.md",
+ "documentation/models/PaymentDiscountDto.md",
+ "documentation/models/PaymentFineResponseDto.md",
+ "documentation/models/PaymentInterestResponseDto.md",
+ "documentation/models/PaymentRefundGetResponseDto.md",
+ "documentation/models/PaymentSaveWithCreditCardCreditCardCreditCardBrand.md",
+ "documentation/models/PaymentDiscountDiscountType.md",
+ "documentation/models/PaymentSplitGetResponsePaymentSplitCancellationReason.md",
+ "documentation/models/PaymentSplitGetResponsePaymentSplitStatus.md",
+ "documentation/models/PaymentChargebackResponseChargebackStatus.md",
+ "documentation/models/PaymentChargebackResponseChargebackReason.md",
+ "documentation/models/ChargebackCreditCardResponseDto.md",
+ "documentation/models/PaymentChargebackResponseChargebackDisputeStatus.md",
+ "documentation/models/ChargebackCreditCardResponseCreditCardBrand.md",
+ "documentation/models/PaymentEscrowGetResponsePaymentEscrowStatus.md",
+ "documentation/models/PaymentEscrowGetResponsePaymentEscrowFinishReason.md",
+ "documentation/models/PaymentRefundGetResponsePaymentRefundStatus.md",
+ "documentation/models/PaymentRefundedSplitResponseDto.md",
+ "documentation/models/PaymentSaveRequestBillingType.md",
+ "documentation/models/PaymentInterestRequestDto.md",
+ "documentation/models/PaymentFineRequestDto.md",
+ "documentation/models/PaymentSplitRequestDto.md",
+ "documentation/models/PaymentCallbackRequestDto.md",
+ "documentation/models/PaymentFineRequestFineType.md",
+ "documentation/models/PaymentSaveWithCreditCardRequestBillingType.md",
+ "documentation/models/CreditCardRequestDto.md",
+ "documentation/models/CreditCardHolderInfoRequestDto.md",
+ "documentation/models/BankSlipBillingInfoResponseDto.md",
+ "documentation/models/CreditCardTokenizeResponseCreditCardBrand.md",
+ "documentation/models/PaymentUpdateRequestBillingType.md",
+ "documentation/models/PaymentStatusResponsePaymentStatus.md",
+ "documentation/models/PaymentSimulateRequestBillingType.md",
+ "documentation/models/PaymentSimulateCreditCardResponseDto.md",
+ "documentation/models/PaymentSimulateBankSlipResponseDto.md",
+ "documentation/models/PaymentSimulatePixResponseDto.md",
+ "documentation/models/PaymentSimulateInstallmentResponseDto.md",
+ "documentation/models/PaymentLimitsResponseCreationDto.md",
+ "documentation/models/PaymentLimitsResponseCreationDailyDto.md",
+ "documentation/models/PaymentLeanGetResponseBillingType.md",
+ "documentation/models/PaymentLeanGetResponsePaymentStatus.md",
+ "documentation/models/PaymentLeanSaveWithCreditCardResponseBillingType.md",
+ "documentation/models/PaymentLeanSaveWithCreditCardResponsePaymentStatus.md",
+ "documentation/models/PaymentDocumentGetResponsePaymentDocumentType.md",
+ "documentation/models/PaymentDocumentFileResponseDto.md",
+ "documentation/models/PaymentDocumentSaveRequestPaymentDocumentType.md",
+ "documentation/models/PaymentDocumentUpdateRequestPaymentDocumentType.md",
+ "documentation/models/CustomerGetResponsePersonType.md",
+ "documentation/models/NotificationGetResponseNotificationEvent.md",
+ "documentation/models/NotificationGetResponseDtoScheduleOffset.md",
+ "documentation/models/NotificationUpdateRequestDtoScheduleOffset.md",
+ "documentation/models/InstallmentGetResponseBillingType.md",
+ "documentation/models/InstallmentRefundResponseDto.md",
+ "documentation/models/InstallmentRefundResponsePaymentRefundStatus.md",
+ "documentation/models/InstallmentSaveRequestBillingType.md",
+ "documentation/models/InstallmentSplitRequestDto.md",
+ "documentation/models/InstallmentSaveWithCreditCardRequestBillingType.md",
+ "documentation/models/InstallmentSplitGetResponseDto.md",
+ "documentation/models/InstallmentSplitGetResponsePaymentSplitCancellationReason.md",
+ "documentation/models/InstallmentSplitGetResponsePaymentSplitStatus.md",
+ "documentation/models/SubscriptionGetResponseBillingType.md",
+ "documentation/models/SubscriptionGetResponseCycle.md",
+ "documentation/models/SubscriptionGetResponseSubscriptionStatus.md",
+ "documentation/models/SubscriptionSplitResponseDto.md",
+ "documentation/models/SubscriptionSplitResponseSubscriptionSplitStatus.md",
+ "documentation/models/SubscriptionSplitResponseSubscriptionSplitDisabledReason.md",
+ "documentation/models/SubscriptionSaveRequestBillingType.md",
+ "documentation/models/SubscriptionSaveRequestCycle.md",
+ "documentation/models/SubscriptionSplitRequestDto.md",
+ "documentation/models/SubscriptionSaveWithCreditCardRequestBillingType.md",
+ "documentation/models/SubscriptionSaveWithCreditCardRequestCycle.md",
+ "documentation/models/SubscriptionSaveWithCreditCardResponseBillingType.md",
+ "documentation/models/SubscriptionSaveWithCreditCardResponseCycle.md",
+ "documentation/models/SubscriptionSaveWithCreditCardResponseSubscriptionStatus.md",
+ "documentation/models/SubscriptionUpdateRequestBillingType.md",
+ "documentation/models/SubscriptionUpdateRequestSubscriptionStatus.md",
+ "documentation/models/SubscriptionUpdateRequestCycle.md",
"documentation/models/InvoiceCreationPeriod.md",
- "documentation/models/ApiCustomerInvoiceTaxesDto.md",
- "documentation/models/ApiSubscriptionConfigureInvoiceRequestDtoEffectiveDatePeriod.md",
- "documentation/models/ApiSubscriptionInvoiceConfigUpdateRequestDtoEffectiveDatePeriod.md",
- "documentation/models/ApiCustomerInvoiceGetResponseInvoiceStatus.md",
- "documentation/models/ApiCustomerInvoiceGetResponseDtoType.md",
- "documentation/models/ApiPixAddressKeyGetResponsePixAddressKeyType.md",
- "documentation/models/ApiPixAddressKeyGetResponsePixAddressKeyStatus.md",
- "documentation/models/ApiPixAddressKeyQrCodeGetResponseDto.md",
- "documentation/models/ApiPixAddressKeySaveRequestPixAddressKeyType.md",
+ "documentation/models/InvoiceTaxesDto.md",
+ "documentation/models/SubscriptionConfigureInvoiceRequestDtoEffectiveDatePeriod.md",
+ "documentation/models/SubscriptionInvoiceConfigUpdateRequestDtoEffectiveDatePeriod.md",
+ "documentation/models/InvoiceGetResponseInvoiceStatus.md",
+ "documentation/models/InvoiceGetResponseDtoType.md",
+ "documentation/models/PixAddressKeyGetResponsePixAddressKeyType.md",
+ "documentation/models/PixAddressKeyGetResponsePixAddressKeyStatus.md",
+ "documentation/models/PixAddressKeyQrCodeGetResponseDto.md",
+ "documentation/models/PixAddressKeySaveRequestPixAddressKeyType.md",
"documentation/models/Format.md",
- "documentation/models/ApiPixTransactionQrCodeSaveRequestDto.md",
- "documentation/models/ApiPixTransactionGetResponsePixTransactionCashValueFinality.md",
- "documentation/models/ApiPixTransactionGetResponsePixTransactionStatus.md",
- "documentation/models/ApiPixTransactionGetResponsePixTransactionType.md",
- "documentation/models/ApiPixTransactionGetResponsePixTransactionOriginType.md",
- "documentation/models/ApiPixOriginalTransactionResponseDto.md",
- "documentation/models/ApiPixTransactionExternalAccountResponseDto.md",
- "documentation/models/ApiPixTransactionQrCodeResponseDto.md",
- "documentation/models/ApiPixTransactionGetResponsePixAddressKeyType.md",
- "documentation/models/ApiPixTransactionExternalAccountResponsePixAddressKeyType.md",
- "documentation/models/ApiPixTransactionQrCodePayerResponseDto.md",
- "documentation/models/ApiPixQrCodeDecodeResponsePixQrCodeType.md",
- "documentation/models/ApiPixQrCodeDecodeResponsePixTransactionOriginType.md",
- "documentation/models/ApiPixQrCodeDecodeResponsePixTransactionCashValueFinality.md",
- "documentation/models/ApiPixQrCodeDecodeReceiverDto.md",
- "documentation/models/ApiPixQrCodeDecodeReceiverPersonType.md",
- "documentation/models/ApiPixQrCodeDecodeReceiverPixAccountType.md",
- "documentation/models/ApiReceivableAnticipationGetResponseReceivableAnticipationStatus.md",
- "documentation/models/ApiReceivableAnticipationLimitsInfoResponseDto.md",
- "documentation/models/ApiPixTransactionRecurringCheckoutScheduleGetResponseRecurringCheckoutScheduleStatus.md",
- "documentation/models/ApiPixTransactionRecurringCheckoutScheduleGetResponseRecurringCheckoutScheduleOrigin.md",
- "documentation/models/ApiPixTransactionRecurringCheckoutScheduleGetResponseRecurringCheckoutScheduleFrequency.md",
- "documentation/models/ApiPixTransactionRecurringCheckoutScheduleExternalAccountDto.md",
- "documentation/models/ApiPixTransactionRecurringCheckoutScheduleGetItemResponseRecurringCheckoutSchedulePixItemStatus.md",
- "documentation/models/ApiPaymentCampaignGetResponseChargeType.md",
- "documentation/models/ApiPaymentCampaignGetResponseBillingType.md",
- "documentation/models/ApiPaymentCampaignGetResponseCycle.md",
- "documentation/models/ApiPaymentCampaignSaveRequestBillingType.md",
- "documentation/models/ApiPaymentCampaignSaveRequestChargeType.md",
- "documentation/models/ApiPaymentCampaignSaveRequestCycle.md",
- "documentation/models/ApiPaymentCampaignUpdateRequestBillingType.md",
- "documentation/models/ApiPaymentCampaignUpdateRequestChargeType.md",
- "documentation/models/ApiPaymentCampaignUpdateRequestCycle.md",
- "documentation/models/ApiPaymentCampaignFileImageResponseDto.md",
- "documentation/models/ApiCheckoutSessionCallbackDto.md",
- "documentation/models/ApiCheckoutSessionItemsDto.md",
- "documentation/models/ApiCheckoutSessionCustomerDataDto.md",
- "documentation/models/ApiCheckoutSessionSubscriptionDto.md",
- "documentation/models/ApiCheckoutSessionInstallmentDto.md",
- "documentation/models/ApiCheckoutSessionSplitDto.md",
- "documentation/models/ApiCheckoutSessionSubscriptionCycle.md",
- "documentation/models/ApiTransferGetResponseDtoType.md",
- "documentation/models/ApiTransferGetResponseTransferStatus.md",
- "documentation/models/ApiTransferGetResponseTransferType.md",
- "documentation/models/ApiTransferBankAccountGetResponseDto.md",
- "documentation/models/ApiTransferBankGetResponseDto.md",
- "documentation/models/ApiTransferBankAccountSaveRequestDto.md",
- "documentation/models/ApiTransferSaveRequestTransferType.md",
- "documentation/models/ApiTransferSaveRequestPixAddressKeyType.md",
- "documentation/models/ApiTransferRecurringSaveRequestDto.md",
- "documentation/models/ApiTransferBankSaveRequestDto.md",
- "documentation/models/ApiTransferBankAccountSaveRequestBankAccountType.md",
- "documentation/models/ApiTransferRecurringSaveRequestRecurringCheckoutScheduleFrequency.md",
- "documentation/models/ApiTransferSaveInternalTransferResponseDtoType.md",
- "documentation/models/ApiTransferSaveInternalTransferResponseTransferStatus.md",
- "documentation/models/ApiTransferSaveInternalTransferResponseTransferType.md",
- "documentation/models/ApiTransferSaveInternalTransferAccountDto.md",
- "documentation/models/ApiPaymentDunningShowResponsePaymentDunningStatus.md",
- "documentation/models/ApiPaymentDunningShowResponsePaymentDunningType.md",
- "documentation/models/ApiPaymentDunningSaveRequestPaymentDunningType.md",
- "documentation/models/ApiPaymentDunningSimulateResponseTypeSimulationItemDto.md",
- "documentation/models/ApiPaymentDunningSimulateResponseTypeSimulationItemPaymentDunningType.md",
- "documentation/models/ApiPaymentDunningListHistoryResponseDataDto.md",
- "documentation/models/ApiPaymentDunningListHistoryResponseDataPaymentDunningHistoryStatus.md",
- "documentation/models/ApiPaymentDunningListPartialPaymentsResponseDataDto.md",
- "documentation/models/ApiPaymentDunningPaymentsAvailableForDunningResponseDataDto.md",
- "documentation/models/ApiPaymentDunningPaymentsAvailableForDunningResponseDataPaymentStatus.md",
- "documentation/models/ApiPaymentDunningPaymentsAvailableForDunningResponseDataBillingType.md",
- "documentation/models/ApiPaymentDunningPaymentsAvailableForDunningResponseDataTypeSimulationItemDto.md",
- "documentation/models/ApiPaymentDunningPaymentsAvailableForDunningResponseDataTypeSimulationItemPaymentDunningType.md",
- "documentation/models/ApiPaymentDunningSaveDocumentsResponsePaymentDunningStatus.md",
- "documentation/models/ApiPaymentDunningSaveDocumentsResponsePaymentDunningType.md",
- "documentation/models/ApiPaymentDunningCancelResponsePaymentDunningStatus.md",
- "documentation/models/ApiPaymentDunningCancelResponsePaymentDunningType.md",
- "documentation/models/ApiBillGetResponseBillStatus.md",
- "documentation/models/ApiBillSimulateBankSlipInfoResponseDto.md",
- "documentation/models/ApiMobilePhoneRechargeGetResponseMobilePhoneRechargeStatus.md",
- "documentation/models/ApiMobilePhoneRechargeFindProviderResponseValuesDto.md",
- "documentation/models/ApiFinancialTransactionGetResponseDto.md",
- "documentation/models/ApiFinancialTransactionGetResponseFinancialTransactionType.md",
- "documentation/models/ApiCustomerUpdateRequestGetResponseStatus.md",
- "documentation/models/ApiCustomerUpdateRequestGetResponsePersonType.md",
- "documentation/models/ApiCustomerUpdateRequestGetResponseCompanyType.md",
- "documentation/models/ApiCustomerUpdateRequestCityDto.md",
- "documentation/models/ApiCustomerUpdateRequestCommercialInfoExpirationResponseDto.md",
- "documentation/models/ApiCustomerUpdateRequestCityState.md",
- "documentation/models/ApiCustomerUpdateRequestSaveRequestPersonType.md",
- "documentation/models/ApiCustomerUpdateRequestSaveRequestCompanyType.md",
- "documentation/models/ApiPaymentCheckoutConfigGetResponseCustomerInvoiceConfigStatus.md",
- "documentation/models/ApiMyAccountGetAccountFeesPaymentDto.md",
- "documentation/models/ApiMyAccountGetAccountFeesTransferDto.md",
- "documentation/models/ApiMyAccountGetAccountFeesNotificationDto.md",
- "documentation/models/ApiMyAccountGetAccountFeesCreditBureauReportDto.md",
- "documentation/models/ApiMyAccountGetAccountFeesInvoiceDto.md",
- "documentation/models/ApiMyAccountGetAccountFeesAnticipationDto.md",
- "documentation/models/ApiMyAccountGetAccountFeesPaymentBankSlipDto.md",
- "documentation/models/ApiMyAccountGetAccountFeesPaymentCreditCardDto.md",
- "documentation/models/ApiMyAccountGetAccountFeesPaymentDebitCardDto.md",
- "documentation/models/ApiMyAccountGetAccountFeesPaymentPixDto.md",
- "documentation/models/ApiMyAccountGetAccountFeesTransferTedDto.md",
- "documentation/models/ApiMyAccountGetAccountFeesTransferPixDto.md",
- "documentation/models/ApiMyAccountGetAccountFeesAnticipationCreditCardDto.md",
- "documentation/models/ApiMyAccountGetAccountFeesAnticipationBankSlipDto.md",
- "documentation/models/ApiMyAccountGetStatusResponseStatus.md",
- "documentation/models/ApiWalletGetResponseDto.md",
- "documentation/models/ApiCustomerFiscalInfoMunicipalOptionsGetResponseEnotasTipoAutenticacao.md",
- "documentation/models/ApiCustomerFiscalInfoMunicipalOptionsSpecialTaxRegimesDto.md",
- "documentation/models/ApiCustomerFiscalInfoMunicipalOptionsNationalPortalTaxCalculationRegimeDto.md",
- "documentation/models/ApiCustomerFiscalInfoListMunicipalServicesResponseDataDto.md",
- "documentation/models/ApiCustomerFiscalInfoListInvoiceNbsCodesResponseDataDto.md",
- "documentation/models/ApiPushNotificationConfigGetResponsePushNotificationSendType.md",
- "documentation/models/ApiPushNotificationConfigSaveRequestPushNotificationSendType.md",
- "documentation/models/ApiPushNotificationConfigUpdateRequestPushNotificationSendType.md",
- "documentation/models/ApiCustomerGetResponsePersonType.md",
- "documentation/models/ApiCustomerGetResponseCompanyType.md",
- "documentation/models/ApiCustomerAccountNumberDto.md",
- "documentation/models/ApiCustomerSaveRequestCompanyType.md",
- "documentation/models/ApiCustomerSaveResponsePersonType.md",
- "documentation/models/ApiCustomerSaveResponseCompanyType.md",
- "documentation/models/ApiAccountDocumentGroupResponseDto.md",
- "documentation/models/ApiAccountDocumentGroupResponseCustomerDocumentStatus.md",
- "documentation/models/ApiAccountDocumentGroupResponseCustomerDocumentType.md",
- "documentation/models/ApiAccountDocumentGroupResponsibleResponseDto.md",
- "documentation/models/ApiAccountDocumentGetResponseCustomerDocumentStatus.md",
- "documentation/models/ApiAccountDocumentSaveRequestCustomerDocumentType.md",
- "documentation/models/ApiChargebackSaveDisputeResponseChargebackDisputeStatus.md",
+ "documentation/models/PixTransactionQrCodeSaveRequestDto.md",
+ "documentation/models/PixTransactionGetResponsePixTransactionCashValueFinality.md",
+ "documentation/models/PixTransactionGetResponsePixTransactionStatus.md",
+ "documentation/models/PixTransactionGetResponsePixTransactionType.md",
+ "documentation/models/PixTransactionGetResponsePixTransactionOriginType.md",
+ "documentation/models/PixOriginalTransactionResponseDto.md",
+ "documentation/models/PixTransactionExternalAccountResponseDto.md",
+ "documentation/models/PixTransactionQrCodeResponseDto.md",
+ "documentation/models/PixTransactionGetResponsePixAddressKeyType.md",
+ "documentation/models/PixTransactionExternalAccountResponsePixAddressKeyType.md",
+ "documentation/models/PixTransactionQrCodePayerResponseDto.md",
+ "documentation/models/PixQrCodeDecodeResponsePixQrCodeType.md",
+ "documentation/models/PixQrCodeDecodeResponsePixTransactionOriginType.md",
+ "documentation/models/PixQrCodeDecodeResponsePixTransactionCashValueFinality.md",
+ "documentation/models/PixQrCodeDecodeReceiverDto.md",
+ "documentation/models/PixQrCodeDecodeReceiverPersonType.md",
+ "documentation/models/PixQrCodeDecodeReceiverPixAccountType.md",
+ "documentation/models/AnticipationGetResponseAnticipationStatus.md",
+ "documentation/models/AnticipationLimitsInfoResponseDto.md",
+ "documentation/models/PixRecurringTransactionGetResponsePixRecurringTransactionStatus.md",
+ "documentation/models/PixRecurringTransactionGetResponsePixRecurringTransactionOrigin.md",
+ "documentation/models/PixRecurringTransactionGetResponsePixRecurringTransactionFrequency.md",
+ "documentation/models/PixRecurringTransactionExternalAccountDto.md",
+ "documentation/models/PixRecurringTransactionGetItemResponsePixRecurringTransactionItemStatus.md",
+ "documentation/models/PaymentLinkGetResponseChargeType.md",
+ "documentation/models/PaymentLinkGetResponseBillingType.md",
+ "documentation/models/PaymentLinkGetResponseCycle.md",
+ "documentation/models/PaymentLinkSaveRequestBillingType.md",
+ "documentation/models/PaymentLinkSaveRequestChargeType.md",
+ "documentation/models/PaymentLinkSaveRequestCycle.md",
+ "documentation/models/PaymentLinkUpdateRequestBillingType.md",
+ "documentation/models/PaymentLinkUpdateRequestChargeType.md",
+ "documentation/models/PaymentLinkUpdateRequestCycle.md",
+ "documentation/models/PaymentLinkFileImageResponseDto.md",
+ "documentation/models/CheckoutSessionSaveRequestBillingType.md",
+ "documentation/models/CheckoutSessionSaveRequestChargeType.md",
+ "documentation/models/CheckoutSessionCallbackDto.md",
+ "documentation/models/CheckoutSessionItemsDto.md",
+ "documentation/models/CheckoutSessionCustomerDataDto.md",
+ "documentation/models/CheckoutSessionSubscriptionDto.md",
+ "documentation/models/CheckoutSessionInstallmentDto.md",
+ "documentation/models/CheckoutSessionSplitDto.md",
+ "documentation/models/CheckoutSessionSubscriptionCycle.md",
+ "documentation/models/CheckoutSessionResponseBillingType.md",
+ "documentation/models/CheckoutSessionResponseChargeType.md",
+ "documentation/models/TransferGetResponseDtoType.md",
+ "documentation/models/TransferGetResponseTransferStatus.md",
+ "documentation/models/TransferGetResponseTransferType.md",
+ "documentation/models/TransferBankAccountGetResponseDto.md",
+ "documentation/models/TransferBankGetResponseDto.md",
+ "documentation/models/TransferBankAccountSaveRequestDto.md",
+ "documentation/models/TransferSaveRequestTransferType.md",
+ "documentation/models/TransferSaveRequestPixAddressKeyType.md",
+ "documentation/models/TransferRecurringSaveRequestDto.md",
+ "documentation/models/TransferBankSaveRequestDto.md",
+ "documentation/models/TransferBankAccountSaveRequestBankAccountType.md",
+ "documentation/models/TransferRecurringSaveRequestRecurringCheckoutScheduleFrequency.md",
+ "documentation/models/TransferSaveInternalTransferResponseDtoType.md",
+ "documentation/models/TransferSaveInternalTransferResponseTransferStatus.md",
+ "documentation/models/TransferSaveInternalTransferResponseTransferType.md",
+ "documentation/models/TransferSaveInternalTransferAccountDto.md",
+ "documentation/models/PaymentDunningShowResponsePaymentDunningStatus.md",
+ "documentation/models/PaymentDunningShowResponsePaymentDunningType.md",
+ "documentation/models/PaymentDunningSaveRequestPaymentDunningType.md",
+ "documentation/models/PaymentDunningSimulateResponseTypeSimulationItemDto.md",
+ "documentation/models/PaymentDunningSimulateResponseTypeSimulationItemPaymentDunningType.md",
+ "documentation/models/PaymentDunningListHistoryResponseDataDto.md",
+ "documentation/models/PaymentDunningListHistoryResponseDataPaymentDunningHistoryStatus.md",
+ "documentation/models/PaymentDunningListPartialPaymentsResponseDataDto.md",
+ "documentation/models/PaymentDunningPaymentsAvailableForDunningResponseDataDto.md",
+ "documentation/models/PaymentDunningPaymentsAvailableForDunningResponseDataPaymentStatus.md",
+ "documentation/models/PaymentDunningPaymentsAvailableForDunningResponseDataBillingType.md",
+ "documentation/models/PaymentDunningPaymentsAvailableForDunningResponseDataTypeSimulationItemDto.md",
+ "documentation/models/PaymentDunningPaymentsAvailableForDunningResponseDataTypeSimulationItemPaymentDunningType.md",
+ "documentation/models/PaymentDunningSaveDocumentsResponsePaymentDunningStatus.md",
+ "documentation/models/PaymentDunningSaveDocumentsResponsePaymentDunningType.md",
+ "documentation/models/PaymentDunningCancelResponsePaymentDunningStatus.md",
+ "documentation/models/PaymentDunningCancelResponsePaymentDunningType.md",
+ "documentation/models/BillGetResponseBillStatus.md",
+ "documentation/models/BillSimulateBankSlipInfoResponseDto.md",
+ "documentation/models/MobilePhoneRechargeGetResponseMobilePhoneRechargeStatus.md",
+ "documentation/models/MobilePhoneRechargeFindProviderResponseValuesDto.md",
+ "documentation/models/FinancialTransactionGetResponseDto.md",
+ "documentation/models/FinancialTransactionGetResponseFinancialTransactionType.md",
+ "documentation/models/AccountInfoGetResponseStatus.md",
+ "documentation/models/AccountInfoGetResponsePersonType.md",
+ "documentation/models/AccountInfoGetResponseCompanyType.md",
+ "documentation/models/AccountInfoCityDto.md",
+ "documentation/models/AccountInfoCommercialInfoExpirationResponseDto.md",
+ "documentation/models/AccountInfoCityState.md",
+ "documentation/models/AccountInfoSaveRequestPersonType.md",
+ "documentation/models/AccountInfoSaveRequestCompanyType.md",
+ "documentation/models/PaymentCheckoutConfigGetResponseInvoiceConfigStatus.md",
+ "documentation/models/MyAccountGetAccountFeesPaymentDto.md",
+ "documentation/models/MyAccountGetAccountFeesTransferDto.md",
+ "documentation/models/MyAccountGetAccountFeesNotificationDto.md",
+ "documentation/models/MyAccountGetAccountFeesCreditBureauReportDto.md",
+ "documentation/models/MyAccountGetAccountFeesInvoiceDto.md",
+ "documentation/models/MyAccountGetAccountFeesAnticipationDto.md",
+ "documentation/models/MyAccountGetAccountFeesPaymentBankSlipDto.md",
+ "documentation/models/MyAccountGetAccountFeesPaymentCreditCardDto.md",
+ "documentation/models/MyAccountGetAccountFeesPaymentDebitCardDto.md",
+ "documentation/models/MyAccountGetAccountFeesPaymentPixDto.md",
+ "documentation/models/MyAccountGetAccountFeesTransferTedDto.md",
+ "documentation/models/MyAccountGetAccountFeesTransferPixDto.md",
+ "documentation/models/MyAccountGetAccountFeesAnticipationCreditCardDto.md",
+ "documentation/models/MyAccountGetAccountFeesAnticipationBankSlipDto.md",
+ "documentation/models/MyAccountGetStatusResponseStatus.md",
+ "documentation/models/WalletGetResponseDto.md",
+ "documentation/models/FiscalInfoMunicipalOptionsGetResponseEnotasTipoAutenticacao.md",
+ "documentation/models/FiscalInfoMunicipalOptionsSpecialTaxRegimesDto.md",
+ "documentation/models/FiscalInfoMunicipalOptionsNationalPortalTaxCalculationRegimeDto.md",
+ "documentation/models/FiscalInfoListMunicipalServicesResponseDataDto.md",
+ "documentation/models/FiscalInfoListInvoiceNbsCodesResponseDataDto.md",
+ "documentation/models/WebhookConfigGetResponseWebhookSendType.md",
+ "documentation/models/WebhookConfigGetResponseWebhookEvent.md",
+ "documentation/models/WebhookConfigSaveRequestWebhookSendType.md",
+ "documentation/models/WebhookConfigSaveRequestWebhookEvent.md",
+ "documentation/models/WebhookConfigUpdateRequestWebhookSendType.md",
+ "documentation/models/WebhookConfigUpdateRequestWebhookEvent.md",
+ "documentation/models/AccountGetResponsePersonType.md",
+ "documentation/models/AccountGetResponseCompanyType.md",
+ "documentation/models/AccountNumberDto.md",
+ "documentation/models/AccountSaveRequestCompanyType.md",
+ "documentation/models/AccountSaveResponsePersonType.md",
+ "documentation/models/AccountSaveResponseCompanyType.md",
+ "documentation/models/AccountDocumentGroupResponseDto.md",
+ "documentation/models/AccountDocumentGroupResponseAccountDocumentStatus.md",
+ "documentation/models/AccountDocumentGroupResponseAccountDocumentType.md",
+ "documentation/models/AccountDocumentResponsibleResponseDto.md",
+ "documentation/models/AccountDocumentResponsibleResponseAccountDocumentResponsibleType.md",
+ "documentation/models/AccountDocumentGetResponseAccountDocumentStatus.md",
+ "documentation/models/AccountDocumentSaveRequestAccountDocumentType.md",
+ "documentation/models/ChargebackSaveDisputeResponseChargebackDisputeStatus.md",
"documentation/models/ListPaymentsParameters.md",
"documentation/models/ListPaymentsWithSummaryDataParameters.md",
"documentation/models/ListPaidSplitsParameters.md",
@@ -694,20 +704,20 @@
"documentation/models/ListWebhooksParameters.md",
"documentation/models/ListSubaccountsParameters.md",
"documentation/models/ListChargebacksParameters.md",
- "documentation/models/ApiErrorResponseDto.md",
- "documentation/models/ApiErrorResponseItemDto.md",
+ "documentation/models/ErrorResponseDto.md",
+ "documentation/models/ErrorResponseItemDto.md",
"src/main/java/com/asaas/apisdk/json/TypeUtils.java",
"examples/pom.xml",
"examples/run.sh",
"examples/src/main/java/com/example/Main.java",
"examples/.gitignore",
- "src/main/java/com/asaas/apisdk/validation/validators/modelValidators/ApiPixQrCodeSaveRequestDtoValidator.java",
- "src/main/java/com/asaas/apisdk/validation/validators/modelValidators/ApiCheckoutSessionSaveRequestDtoValidator.java",
- "src/main/java/com/asaas/apisdk/validation/validators/modelValidators/ApiCheckoutSessionResponseDtoValidator.java",
- "src/main/java/com/asaas/apisdk/validation/validators/modelValidators/ApiTransferSaveRequestDtoValidator.java",
- "src/main/java/com/asaas/apisdk/validation/validators/modelValidators/ApiCheckoutSessionItemsDtoValidator.java",
- "src/main/java/com/asaas/apisdk/validation/validators/modelValidators/ApiCheckoutSessionInstallmentDtoValidator.java",
- "src/main/java/com/asaas/apisdk/validation/validators/modelValidators/ApiTransferRecurringSaveRequestDtoValidator.java",
+ "src/main/java/com/asaas/apisdk/validation/validators/modelValidators/PixQrCodeSaveRequestDtoValidator.java",
+ "src/main/java/com/asaas/apisdk/validation/validators/modelValidators/CheckoutSessionSaveRequestDtoValidator.java",
+ "src/main/java/com/asaas/apisdk/validation/validators/modelValidators/CheckoutSessionResponseDtoValidator.java",
+ "src/main/java/com/asaas/apisdk/validation/validators/modelValidators/TransferSaveRequestDtoValidator.java",
+ "src/main/java/com/asaas/apisdk/validation/validators/modelValidators/CheckoutSessionItemsDtoValidator.java",
+ "src/main/java/com/asaas/apisdk/validation/validators/modelValidators/CheckoutSessionInstallmentDtoValidator.java",
+ "src/main/java/com/asaas/apisdk/validation/validators/modelValidators/TransferRecurringSaveRequestDtoValidator.java",
"src/main/java/com/asaas/apisdk/validation/validators/modelValidators/ListPaymentsParametersValidator.java",
"src/main/java/com/asaas/apisdk/validation/validators/modelValidators/ListPaymentsWithSummaryDataParametersValidator.java",
"src/main/java/com/asaas/apisdk/validation/validators/modelValidators/ListPaidSplitsParametersValidator.java",
@@ -743,249 +753,260 @@
".idea/jarRepositories.xml",
"src/main/java/com/asaas/apisdk/http/util/RequestBuilder.java",
"examples/README.md",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentListRequestBillingType.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentListRequestPaymentStatus.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentListRequestInvoiceStatus.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentSplitListPaidRequestPaymentSplitStatus.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentSplitListReceivedRequestPaymentSplitStatus.java",
- "src/main/java/com/asaas/apisdk/models/ApiInstallmentListPaymentsRequestPaymentStatus.java",
- "src/main/java/com/asaas/apisdk/models/ApiSubscriptionListRequestBillingType.java",
- "src/main/java/com/asaas/apisdk/models/ApiSubscriptionListRequestSubscriptionStatus.java",
- "src/main/java/com/asaas/apisdk/models/ApiSubscriptionListPaymentsRequestPaymentStatus.java",
- "src/main/java/com/asaas/apisdk/models/ApiSubscriptionGetInvoicesRequestInvoiceStatus.java",
- "src/main/java/com/asaas/apisdk/models/ApiPixAddressKeyListRequestPixAddressKeyStatus.java",
- "src/main/java/com/asaas/apisdk/models/ApiPixTransactionListRequestPixTransactionStatus.java",
- "src/main/java/com/asaas/apisdk/models/ApiPixTransactionListRequestPixTransactionType.java",
- "src/main/java/com/asaas/apisdk/models/ApiReceivableAnticipationListRequestReceivableAnticipationStatus.java",
- "src/main/java/com/asaas/apisdk/models/ApiPixTransactionRecurringCheckoutScheduleListRequestRecurringCheckoutScheduleStatus.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentDunningListRequestPaymentDunningStatus.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentDunningListRequestPaymentDunningType.java",
- "src/main/java/com/asaas/apisdk/models/ApiFinanceGetPaymentStatisticsRequestBillingType.java",
- "src/main/java/com/asaas/apisdk/models/ApiFinanceGetPaymentStatisticsRequestPaymentStatus.java",
- "src/main/java/com/asaas/apisdk/models/ApiCustomerInvoiceListRequestInvoiceStatus.java",
- "src/main/java/com/asaas/apisdk/models/ApiChargebackListRequestCreditCardBrand.java",
- "src/main/java/com/asaas/apisdk/models/ApiChargebackListRequestChargebackStatus.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentGetResponseBillingType.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentGetResponsePaymentStatus.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentSaveWithCreditCardCreditCardCreditCardBrand.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentDiscountDiscountType.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentSplitGetResponsePaymentSplitCancellationReason.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentSplitGetResponsePaymentSplitStatus.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentChargebackResponseChargebackStatus.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentChargebackResponseChargebackReason.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentChargebackResponseChargebackDisputeStatus.java",
- "src/main/java/com/asaas/apisdk/models/ApiChargebackCreditCardResponseCreditCardBrand.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentCustodyGetResponsePaymentCustodyStatus.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentCustodyGetResponsePaymentCustodyFinishReason.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentRefundGetResponsePaymentRefundStatus.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentSaveRequestBillingType.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentFineRequestFineType.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentSaveWithCreditCardRequestBillingType.java",
- "src/main/java/com/asaas/apisdk/models/ApiCreditCardTokenizeResponseCreditCardBrand.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentUpdateRequestBillingType.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentStatusResponsePaymentStatus.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentLeanGetResponseBillingType.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentLeanGetResponsePaymentStatus.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentLeanSaveWithCreditCardResponseBillingType.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentLeanSaveWithCreditCardResponsePaymentStatus.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentDocumentGetResponsePaymentDocumentType.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentDocumentSaveRequestPaymentDocumentType.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentDocumentUpdateRequestPaymentDocumentType.java",
- "src/main/java/com/asaas/apisdk/models/ApiCustomerAccountGetResponsePersonType.java",
- "src/main/java/com/asaas/apisdk/models/ApiNotificationGetResponseNotificationEvent.java",
- "src/main/java/com/asaas/apisdk/models/ApiNotificationGetResponseDtoScheduleOffset.java",
- "src/main/java/com/asaas/apisdk/models/ApiNotificationUpdateRequestDtoScheduleOffset.java",
- "src/main/java/com/asaas/apisdk/models/ApiInstallmentGetResponseBillingType.java",
- "src/main/java/com/asaas/apisdk/models/ApiInstallmentRefundResponsePaymentRefundStatus.java",
- "src/main/java/com/asaas/apisdk/models/ApiInstallmentSaveRequestBillingType.java",
- "src/main/java/com/asaas/apisdk/models/ApiInstallmentSaveWithCreditCardRequestBillingType.java",
- "src/main/java/com/asaas/apisdk/models/ApiInstallmentSplitGetResponsePaymentSplitCancellationReason.java",
- "src/main/java/com/asaas/apisdk/models/ApiInstallmentSplitGetResponsePaymentSplitStatus.java",
- "src/main/java/com/asaas/apisdk/models/ApiSubscriptionGetResponseBillingType.java",
- "src/main/java/com/asaas/apisdk/models/ApiSubscriptionGetResponseCycle.java",
- "src/main/java/com/asaas/apisdk/models/ApiSubscriptionGetResponseSubscriptionStatus.java",
- "src/main/java/com/asaas/apisdk/models/ApiSubscriptionSplitResponseSubscriptionSplitStatus.java",
- "src/main/java/com/asaas/apisdk/models/ApiSubscriptionSplitResponseSubscriptionSplitDisabledReason.java",
- "src/main/java/com/asaas/apisdk/models/ApiSubscriptionSaveRequestBillingType.java",
- "src/main/java/com/asaas/apisdk/models/ApiSubscriptionSaveRequestCycle.java",
- "src/main/java/com/asaas/apisdk/models/ApiSubscriptionSaveWithCreditCardRequestBillingType.java",
- "src/main/java/com/asaas/apisdk/models/ApiSubscriptionSaveWithCreditCardRequestCycle.java",
- "src/main/java/com/asaas/apisdk/models/ApiSubscriptionSaveWithCreditCardResponseBillingType.java",
- "src/main/java/com/asaas/apisdk/models/ApiSubscriptionSaveWithCreditCardResponseCycle.java",
- "src/main/java/com/asaas/apisdk/models/ApiSubscriptionSaveWithCreditCardResponseSubscriptionStatus.java",
- "src/main/java/com/asaas/apisdk/models/ApiSubscriptionUpdateRequestBillingType.java",
- "src/main/java/com/asaas/apisdk/models/ApiSubscriptionUpdateRequestSubscriptionStatus.java",
- "src/main/java/com/asaas/apisdk/models/ApiSubscriptionUpdateRequestCycle.java",
+ ".env.example",
+ "src/main/java/com/asaas/apisdk/models/PaymentListRequestBillingType.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentListRequestPaymentStatus.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentListRequestInvoiceStatus.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentSplitListPaidRequestPaymentSplitStatus.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentSplitListReceivedRequestPaymentSplitStatus.java",
+ "src/main/java/com/asaas/apisdk/models/InstallmentListPaymentsRequestPaymentStatus.java",
+ "src/main/java/com/asaas/apisdk/models/SubscriptionListRequestBillingType.java",
+ "src/main/java/com/asaas/apisdk/models/SubscriptionListRequestSubscriptionStatus.java",
+ "src/main/java/com/asaas/apisdk/models/SubscriptionListPaymentsRequestPaymentStatus.java",
+ "src/main/java/com/asaas/apisdk/models/SubscriptionGetInvoicesRequestInvoiceStatus.java",
+ "src/main/java/com/asaas/apisdk/models/PixAddressKeyListRequestPixAddressKeyStatus.java",
+ "src/main/java/com/asaas/apisdk/models/PixTransactionListRequestPixTransactionStatus.java",
+ "src/main/java/com/asaas/apisdk/models/PixTransactionListRequestPixTransactionType.java",
+ "src/main/java/com/asaas/apisdk/models/AnticipationListRequestAnticipationStatus.java",
+ "src/main/java/com/asaas/apisdk/models/RecurringPixTransactionListRequestPixRecurringTransactionStatus.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentDunningListRequestPaymentDunningStatus.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentDunningListRequestPaymentDunningType.java",
+ "src/main/java/com/asaas/apisdk/models/FinanceGetPaymentStatisticsRequestBillingType.java",
+ "src/main/java/com/asaas/apisdk/models/FinanceGetPaymentStatisticsRequestPaymentStatus.java",
+ "src/main/java/com/asaas/apisdk/models/InvoiceListRequestInvoiceStatus.java",
+ "src/main/java/com/asaas/apisdk/models/ChargebackListRequestCreditCardBrand.java",
+ "src/main/java/com/asaas/apisdk/models/ChargebackListRequestChargebackStatus.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentGetResponseBillingType.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentGetResponsePaymentStatus.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentSaveWithCreditCardCreditCardCreditCardBrand.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentDiscountDiscountType.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentSplitGetResponsePaymentSplitCancellationReason.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentSplitGetResponsePaymentSplitStatus.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentChargebackResponseChargebackStatus.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentChargebackResponseChargebackReason.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentChargebackResponseChargebackDisputeStatus.java",
+ "src/main/java/com/asaas/apisdk/models/ChargebackCreditCardResponseCreditCardBrand.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentEscrowGetResponsePaymentEscrowStatus.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentEscrowGetResponsePaymentEscrowFinishReason.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentRefundGetResponsePaymentRefundStatus.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentSaveRequestBillingType.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentFineRequestFineType.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentSaveWithCreditCardRequestBillingType.java",
+ "src/main/java/com/asaas/apisdk/models/CreditCardTokenizeResponseCreditCardBrand.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentUpdateRequestBillingType.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentStatusResponsePaymentStatus.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentSimulateRequestBillingType.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentLeanGetResponseBillingType.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentLeanGetResponsePaymentStatus.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentLeanSaveWithCreditCardResponseBillingType.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentLeanSaveWithCreditCardResponsePaymentStatus.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentDocumentGetResponsePaymentDocumentType.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentDocumentSaveRequestPaymentDocumentType.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentDocumentUpdateRequestPaymentDocumentType.java",
+ "src/main/java/com/asaas/apisdk/models/CustomerGetResponsePersonType.java",
+ "src/main/java/com/asaas/apisdk/models/NotificationGetResponseNotificationEvent.java",
+ "src/main/java/com/asaas/apisdk/models/NotificationGetResponseDtoScheduleOffset.java",
+ "src/main/java/com/asaas/apisdk/models/NotificationUpdateRequestDtoScheduleOffset.java",
+ "src/main/java/com/asaas/apisdk/models/InstallmentGetResponseBillingType.java",
+ "src/main/java/com/asaas/apisdk/models/InstallmentRefundResponsePaymentRefundStatus.java",
+ "src/main/java/com/asaas/apisdk/models/InstallmentSaveRequestBillingType.java",
+ "src/main/java/com/asaas/apisdk/models/InstallmentSaveWithCreditCardRequestBillingType.java",
+ "src/main/java/com/asaas/apisdk/models/InstallmentSplitGetResponsePaymentSplitCancellationReason.java",
+ "src/main/java/com/asaas/apisdk/models/InstallmentSplitGetResponsePaymentSplitStatus.java",
+ "src/main/java/com/asaas/apisdk/models/SubscriptionGetResponseBillingType.java",
+ "src/main/java/com/asaas/apisdk/models/SubscriptionGetResponseCycle.java",
+ "src/main/java/com/asaas/apisdk/models/SubscriptionGetResponseSubscriptionStatus.java",
+ "src/main/java/com/asaas/apisdk/models/SubscriptionSplitResponseSubscriptionSplitStatus.java",
+ "src/main/java/com/asaas/apisdk/models/SubscriptionSplitResponseSubscriptionSplitDisabledReason.java",
+ "src/main/java/com/asaas/apisdk/models/SubscriptionSaveRequestBillingType.java",
+ "src/main/java/com/asaas/apisdk/models/SubscriptionSaveRequestCycle.java",
+ "src/main/java/com/asaas/apisdk/models/SubscriptionSaveWithCreditCardRequestBillingType.java",
+ "src/main/java/com/asaas/apisdk/models/SubscriptionSaveWithCreditCardRequestCycle.java",
+ "src/main/java/com/asaas/apisdk/models/SubscriptionSaveWithCreditCardResponseBillingType.java",
+ "src/main/java/com/asaas/apisdk/models/SubscriptionSaveWithCreditCardResponseCycle.java",
+ "src/main/java/com/asaas/apisdk/models/SubscriptionSaveWithCreditCardResponseSubscriptionStatus.java",
+ "src/main/java/com/asaas/apisdk/models/SubscriptionUpdateRequestBillingType.java",
+ "src/main/java/com/asaas/apisdk/models/SubscriptionUpdateRequestSubscriptionStatus.java",
+ "src/main/java/com/asaas/apisdk/models/SubscriptionUpdateRequestCycle.java",
"src/main/java/com/asaas/apisdk/models/InvoiceCreationPeriod.java",
- "src/main/java/com/asaas/apisdk/models/ApiSubscriptionConfigureInvoiceRequestDtoEffectiveDatePeriod.java",
- "src/main/java/com/asaas/apisdk/models/ApiSubscriptionInvoiceConfigUpdateRequestDtoEffectiveDatePeriod.java",
- "src/main/java/com/asaas/apisdk/models/ApiCustomerInvoiceGetResponseInvoiceStatus.java",
- "src/main/java/com/asaas/apisdk/models/ApiCustomerInvoiceGetResponseDtoType.java",
- "src/main/java/com/asaas/apisdk/models/ApiPixAddressKeyGetResponsePixAddressKeyType.java",
- "src/main/java/com/asaas/apisdk/models/ApiPixAddressKeyGetResponsePixAddressKeyStatus.java",
- "src/main/java/com/asaas/apisdk/models/ApiPixAddressKeySaveRequestPixAddressKeyType.java",
+ "src/main/java/com/asaas/apisdk/models/SubscriptionConfigureInvoiceRequestDtoEffectiveDatePeriod.java",
+ "src/main/java/com/asaas/apisdk/models/SubscriptionInvoiceConfigUpdateRequestDtoEffectiveDatePeriod.java",
+ "src/main/java/com/asaas/apisdk/models/InvoiceGetResponseInvoiceStatus.java",
+ "src/main/java/com/asaas/apisdk/models/InvoiceGetResponseDtoType.java",
+ "src/main/java/com/asaas/apisdk/models/PixAddressKeyGetResponsePixAddressKeyType.java",
+ "src/main/java/com/asaas/apisdk/models/PixAddressKeyGetResponsePixAddressKeyStatus.java",
+ "src/main/java/com/asaas/apisdk/models/PixAddressKeySaveRequestPixAddressKeyType.java",
"src/main/java/com/asaas/apisdk/models/Format.java",
- "src/main/java/com/asaas/apisdk/models/ApiPixTransactionGetResponsePixTransactionCashValueFinality.java",
- "src/main/java/com/asaas/apisdk/models/ApiPixTransactionGetResponsePixTransactionStatus.java",
- "src/main/java/com/asaas/apisdk/models/ApiPixTransactionGetResponsePixTransactionType.java",
- "src/main/java/com/asaas/apisdk/models/ApiPixTransactionGetResponsePixTransactionOriginType.java",
- "src/main/java/com/asaas/apisdk/models/ApiPixTransactionGetResponsePixAddressKeyType.java",
- "src/main/java/com/asaas/apisdk/models/ApiPixTransactionExternalAccountResponsePixAddressKeyType.java",
- "src/main/java/com/asaas/apisdk/models/ApiPixQrCodeDecodeResponsePixQrCodeType.java",
- "src/main/java/com/asaas/apisdk/models/ApiPixQrCodeDecodeResponsePixTransactionOriginType.java",
- "src/main/java/com/asaas/apisdk/models/ApiPixQrCodeDecodeResponsePixTransactionCashValueFinality.java",
- "src/main/java/com/asaas/apisdk/models/ApiPixQrCodeDecodeReceiverPersonType.java",
- "src/main/java/com/asaas/apisdk/models/ApiPixQrCodeDecodeReceiverPixAccountType.java",
- "src/main/java/com/asaas/apisdk/models/ApiReceivableAnticipationGetResponseReceivableAnticipationStatus.java",
- "src/main/java/com/asaas/apisdk/models/ApiPixTransactionRecurringCheckoutScheduleGetResponseRecurringCheckoutScheduleStatus.java",
- "src/main/java/com/asaas/apisdk/models/ApiPixTransactionRecurringCheckoutScheduleGetResponseRecurringCheckoutScheduleOrigin.java",
- "src/main/java/com/asaas/apisdk/models/ApiPixTransactionRecurringCheckoutScheduleGetResponseRecurringCheckoutScheduleFrequency.java",
- "src/main/java/com/asaas/apisdk/models/ApiPixTransactionRecurringCheckoutScheduleGetItemResponseRecurringCheckoutSchedulePixItemStatus.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentCampaignGetResponseChargeType.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentCampaignGetResponseBillingType.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentCampaignGetResponseCycle.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentCampaignSaveRequestBillingType.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentCampaignSaveRequestChargeType.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentCampaignSaveRequestCycle.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentCampaignUpdateRequestBillingType.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentCampaignUpdateRequestChargeType.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentCampaignUpdateRequestCycle.java",
- "src/main/java/com/asaas/apisdk/models/ApiCheckoutSessionSubscriptionCycle.java",
- "src/main/java/com/asaas/apisdk/models/ApiTransferGetResponseDtoType.java",
- "src/main/java/com/asaas/apisdk/models/ApiTransferGetResponseTransferStatus.java",
- "src/main/java/com/asaas/apisdk/models/ApiTransferGetResponseTransferType.java",
- "src/main/java/com/asaas/apisdk/models/ApiTransferSaveRequestTransferType.java",
- "src/main/java/com/asaas/apisdk/models/ApiTransferSaveRequestPixAddressKeyType.java",
- "src/main/java/com/asaas/apisdk/models/ApiTransferBankAccountSaveRequestBankAccountType.java",
- "src/main/java/com/asaas/apisdk/models/ApiTransferRecurringSaveRequestRecurringCheckoutScheduleFrequency.java",
- "src/main/java/com/asaas/apisdk/models/ApiTransferSaveInternalTransferResponseDtoType.java",
- "src/main/java/com/asaas/apisdk/models/ApiTransferSaveInternalTransferResponseTransferStatus.java",
- "src/main/java/com/asaas/apisdk/models/ApiTransferSaveInternalTransferResponseTransferType.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentDunningShowResponsePaymentDunningStatus.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentDunningShowResponsePaymentDunningType.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentDunningSaveRequestPaymentDunningType.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentDunningSimulateResponseTypeSimulationItemPaymentDunningType.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentDunningListHistoryResponseDataPaymentDunningHistoryStatus.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentDunningPaymentsAvailableForDunningResponseDataPaymentStatus.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentDunningPaymentsAvailableForDunningResponseDataBillingType.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentDunningPaymentsAvailableForDunningResponseDataTypeSimulationItemPaymentDunningType.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentDunningSaveDocumentsResponsePaymentDunningStatus.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentDunningSaveDocumentsResponsePaymentDunningType.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentDunningCancelResponsePaymentDunningStatus.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentDunningCancelResponsePaymentDunningType.java",
- "src/main/java/com/asaas/apisdk/models/ApiBillGetResponseBillStatus.java",
- "src/main/java/com/asaas/apisdk/models/ApiMobilePhoneRechargeGetResponseMobilePhoneRechargeStatus.java",
- "src/main/java/com/asaas/apisdk/models/ApiFinancialTransactionGetResponseFinancialTransactionType.java",
- "src/main/java/com/asaas/apisdk/models/ApiCustomerUpdateRequestGetResponseStatus.java",
- "src/main/java/com/asaas/apisdk/models/ApiCustomerUpdateRequestGetResponsePersonType.java",
- "src/main/java/com/asaas/apisdk/models/ApiCustomerUpdateRequestGetResponseCompanyType.java",
- "src/main/java/com/asaas/apisdk/models/ApiCustomerUpdateRequestCityState.java",
- "src/main/java/com/asaas/apisdk/models/ApiCustomerUpdateRequestSaveRequestPersonType.java",
- "src/main/java/com/asaas/apisdk/models/ApiCustomerUpdateRequestSaveRequestCompanyType.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentCheckoutConfigGetResponseCustomerInvoiceConfigStatus.java",
- "src/main/java/com/asaas/apisdk/models/ApiMyAccountGetStatusResponseStatus.java",
- "src/main/java/com/asaas/apisdk/models/ApiCustomerFiscalInfoMunicipalOptionsGetResponseEnotasTipoAutenticacao.java",
- "src/main/java/com/asaas/apisdk/models/ApiPushNotificationConfigGetResponsePushNotificationSendType.java",
- "src/main/java/com/asaas/apisdk/models/ApiPushNotificationConfigSaveRequestPushNotificationSendType.java",
- "src/main/java/com/asaas/apisdk/models/ApiPushNotificationConfigUpdateRequestPushNotificationSendType.java",
- "src/main/java/com/asaas/apisdk/models/ApiCustomerGetResponsePersonType.java",
- "src/main/java/com/asaas/apisdk/models/ApiCustomerGetResponseCompanyType.java",
- "src/main/java/com/asaas/apisdk/models/ApiCustomerSaveRequestCompanyType.java",
- "src/main/java/com/asaas/apisdk/models/ApiCustomerSaveResponsePersonType.java",
- "src/main/java/com/asaas/apisdk/models/ApiCustomerSaveResponseCompanyType.java",
- "src/main/java/com/asaas/apisdk/models/ApiAccountDocumentGroupResponseCustomerDocumentStatus.java",
- "src/main/java/com/asaas/apisdk/models/ApiAccountDocumentGroupResponseCustomerDocumentType.java",
- "src/main/java/com/asaas/apisdk/models/ApiAccountDocumentGetResponseCustomerDocumentStatus.java",
- "src/main/java/com/asaas/apisdk/models/ApiAccountDocumentSaveRequestCustomerDocumentType.java",
- "src/main/java/com/asaas/apisdk/models/ApiChargebackSaveDisputeResponseChargebackDisputeStatus.java",
- "src/main/java/com/asaas/apisdk/models/ApiPixAddressKeySaveRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentDunningSaveDocumentsRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiCustomerFiscalInfoUpdateUseNationalPortalRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiAccountDocumentUpdateRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiChargebackSaveDisputeRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiTransferBankSaveRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/PixTransactionGetResponsePixTransactionCashValueFinality.java",
+ "src/main/java/com/asaas/apisdk/models/PixTransactionGetResponsePixTransactionStatus.java",
+ "src/main/java/com/asaas/apisdk/models/PixTransactionGetResponsePixTransactionType.java",
+ "src/main/java/com/asaas/apisdk/models/PixTransactionGetResponsePixTransactionOriginType.java",
+ "src/main/java/com/asaas/apisdk/models/PixTransactionGetResponsePixAddressKeyType.java",
+ "src/main/java/com/asaas/apisdk/models/PixTransactionExternalAccountResponsePixAddressKeyType.java",
+ "src/main/java/com/asaas/apisdk/models/PixQrCodeDecodeResponsePixQrCodeType.java",
+ "src/main/java/com/asaas/apisdk/models/PixQrCodeDecodeResponsePixTransactionOriginType.java",
+ "src/main/java/com/asaas/apisdk/models/PixQrCodeDecodeResponsePixTransactionCashValueFinality.java",
+ "src/main/java/com/asaas/apisdk/models/PixQrCodeDecodeReceiverPersonType.java",
+ "src/main/java/com/asaas/apisdk/models/PixQrCodeDecodeReceiverPixAccountType.java",
+ "src/main/java/com/asaas/apisdk/models/AnticipationGetResponseAnticipationStatus.java",
+ "src/main/java/com/asaas/apisdk/models/PixRecurringTransactionGetResponsePixRecurringTransactionStatus.java",
+ "src/main/java/com/asaas/apisdk/models/PixRecurringTransactionGetResponsePixRecurringTransactionOrigin.java",
+ "src/main/java/com/asaas/apisdk/models/PixRecurringTransactionGetResponsePixRecurringTransactionFrequency.java",
+ "src/main/java/com/asaas/apisdk/models/PixRecurringTransactionGetItemResponsePixRecurringTransactionItemStatus.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentLinkGetResponseChargeType.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentLinkGetResponseBillingType.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentLinkGetResponseCycle.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentLinkSaveRequestBillingType.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentLinkSaveRequestChargeType.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentLinkSaveRequestCycle.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentLinkUpdateRequestBillingType.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentLinkUpdateRequestChargeType.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentLinkUpdateRequestCycle.java",
+ "src/main/java/com/asaas/apisdk/models/CheckoutSessionSaveRequestBillingType.java",
+ "src/main/java/com/asaas/apisdk/models/CheckoutSessionSaveRequestChargeType.java",
+ "src/main/java/com/asaas/apisdk/models/CheckoutSessionSubscriptionCycle.java",
+ "src/main/java/com/asaas/apisdk/models/CheckoutSessionResponseBillingType.java",
+ "src/main/java/com/asaas/apisdk/models/CheckoutSessionResponseChargeType.java",
+ "src/main/java/com/asaas/apisdk/models/TransferGetResponseDtoType.java",
+ "src/main/java/com/asaas/apisdk/models/TransferGetResponseTransferStatus.java",
+ "src/main/java/com/asaas/apisdk/models/TransferGetResponseTransferType.java",
+ "src/main/java/com/asaas/apisdk/models/TransferSaveRequestTransferType.java",
+ "src/main/java/com/asaas/apisdk/models/TransferSaveRequestPixAddressKeyType.java",
+ "src/main/java/com/asaas/apisdk/models/TransferBankAccountSaveRequestBankAccountType.java",
+ "src/main/java/com/asaas/apisdk/models/TransferRecurringSaveRequestRecurringCheckoutScheduleFrequency.java",
+ "src/main/java/com/asaas/apisdk/models/TransferSaveInternalTransferResponseDtoType.java",
+ "src/main/java/com/asaas/apisdk/models/TransferSaveInternalTransferResponseTransferStatus.java",
+ "src/main/java/com/asaas/apisdk/models/TransferSaveInternalTransferResponseTransferType.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentDunningShowResponsePaymentDunningStatus.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentDunningShowResponsePaymentDunningType.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentDunningSaveRequestPaymentDunningType.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentDunningSimulateResponseTypeSimulationItemPaymentDunningType.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentDunningListHistoryResponseDataPaymentDunningHistoryStatus.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentDunningPaymentsAvailableForDunningResponseDataPaymentStatus.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentDunningPaymentsAvailableForDunningResponseDataBillingType.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentDunningPaymentsAvailableForDunningResponseDataTypeSimulationItemPaymentDunningType.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentDunningSaveDocumentsResponsePaymentDunningStatus.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentDunningSaveDocumentsResponsePaymentDunningType.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentDunningCancelResponsePaymentDunningStatus.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentDunningCancelResponsePaymentDunningType.java",
+ "src/main/java/com/asaas/apisdk/models/BillGetResponseBillStatus.java",
+ "src/main/java/com/asaas/apisdk/models/MobilePhoneRechargeGetResponseMobilePhoneRechargeStatus.java",
+ "src/main/java/com/asaas/apisdk/models/FinancialTransactionGetResponseFinancialTransactionType.java",
+ "src/main/java/com/asaas/apisdk/models/AccountInfoGetResponseStatus.java",
+ "src/main/java/com/asaas/apisdk/models/AccountInfoGetResponsePersonType.java",
+ "src/main/java/com/asaas/apisdk/models/AccountInfoGetResponseCompanyType.java",
+ "src/main/java/com/asaas/apisdk/models/AccountInfoCityState.java",
+ "src/main/java/com/asaas/apisdk/models/AccountInfoSaveRequestPersonType.java",
+ "src/main/java/com/asaas/apisdk/models/AccountInfoSaveRequestCompanyType.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentCheckoutConfigGetResponseInvoiceConfigStatus.java",
+ "src/main/java/com/asaas/apisdk/models/MyAccountGetStatusResponseStatus.java",
+ "src/main/java/com/asaas/apisdk/models/FiscalInfoMunicipalOptionsGetResponseEnotasTipoAutenticacao.java",
+ "src/main/java/com/asaas/apisdk/models/WebhookConfigGetResponseWebhookSendType.java",
+ "src/main/java/com/asaas/apisdk/models/WebhookConfigGetResponseWebhookEvent.java",
+ "src/main/java/com/asaas/apisdk/models/WebhookConfigSaveRequestWebhookSendType.java",
+ "src/main/java/com/asaas/apisdk/models/WebhookConfigSaveRequestWebhookEvent.java",
+ "src/main/java/com/asaas/apisdk/models/WebhookConfigUpdateRequestWebhookSendType.java",
+ "src/main/java/com/asaas/apisdk/models/WebhookConfigUpdateRequestWebhookEvent.java",
+ "src/main/java/com/asaas/apisdk/models/AccountGetResponsePersonType.java",
+ "src/main/java/com/asaas/apisdk/models/AccountGetResponseCompanyType.java",
+ "src/main/java/com/asaas/apisdk/models/AccountSaveRequestCompanyType.java",
+ "src/main/java/com/asaas/apisdk/models/AccountSaveResponsePersonType.java",
+ "src/main/java/com/asaas/apisdk/models/AccountSaveResponseCompanyType.java",
+ "src/main/java/com/asaas/apisdk/models/AccountDocumentGroupResponseAccountDocumentStatus.java",
+ "src/main/java/com/asaas/apisdk/models/AccountDocumentGroupResponseAccountDocumentType.java",
+ "src/main/java/com/asaas/apisdk/models/AccountDocumentResponsibleResponseAccountDocumentResponsibleType.java",
+ "src/main/java/com/asaas/apisdk/models/AccountDocumentGetResponseAccountDocumentStatus.java",
+ "src/main/java/com/asaas/apisdk/models/AccountDocumentSaveRequestAccountDocumentType.java",
+ "src/main/java/com/asaas/apisdk/models/ChargebackSaveDisputeResponseChargebackDisputeStatus.java",
+ "src/main/java/com/asaas/apisdk/models/PixAddressKeySaveRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentDunningSaveDocumentsRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/FiscalInfoUpdateUseNationalPortalRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/AccountDocumentUpdateRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/ChargebackSaveDisputeRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/TransferBankSaveRequestDto.java",
"src/main/java/com/asaas/apisdk/services/EscrowAccountService.java",
"documentation/services/CreditCardService.md",
"documentation/services/EscrowAccountService.md",
"documentation/services/FinancialTransactionService.md",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentStatusResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentLimitsResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentBankSlipRefundResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentDocumentUpdateRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiNotificationBatchUpdateResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiInstallmentUpdateSplitRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiInstallmentUpdateSplitResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPixAddressKeyListResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiReceivableAnticipationConfigurationGetResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiReceivableAnticipationConfigurationUpdateRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPixTransactionRecurringCheckoutScheduleListItemsResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiMobilePhoneRechargeSaveRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiFinanceBalanceResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiMyAccountDisableAccountResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiCustomerInvoiceCancelRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiCustomerFiscalInfoUpdateUseNationalPortalResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentFineResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentInterestResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentInterestRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentLimitsResponseCreationDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiCheckoutSessionInstallmentDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiMyAccountGetAccountFeesInvoiceDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiMyAccountGetAccountFeesAnticipationBankSlipDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentStatusResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentLimitsResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentBankSlipRefundResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentDocumentUpdateRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/NotificationBatchUpdateResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/InstallmentUpdateSplitRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/InstallmentUpdateSplitResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PixAddressKeyListResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/AnticipationConfigurationGetResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/AnticipationConfigurationUpdateRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/RecurringPixTransactionListItemsResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/MobilePhoneRechargeSaveRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/FinanceBalanceResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/MyAccountDisableAccountResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/InvoiceCancelRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/FiscalInfoUpdateUseNationalPortalResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentFineResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentInterestResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentInterestRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentLimitsResponseCreationDto.java",
+ "src/main/java/com/asaas/apisdk/models/CheckoutSessionInstallmentDto.java",
+ "src/main/java/com/asaas/apisdk/models/MyAccountGetAccountFeesInvoiceDto.java",
+ "src/main/java/com/asaas/apisdk/models/MyAccountGetAccountFeesAnticipationBankSlipDto.java",
"src/main/java/com/asaas/apisdk/models/ListPaymentsOfAInstallmentParameters.java",
"src/main/java/com/asaas/apisdk/models/ListPaymentsOfASubscriptionParameters.java",
"src/main/java/com/asaas/apisdk/models/DeleteWhiteLabelSubaccountParameters.java",
- "src/main/java/com/asaas/apisdk/models/ApiErrorResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/ErrorResponseDto.java",
"documentation/services/SandboxActionsService.md",
"documentation/services/PaymentRefundService.md",
"documentation/services/NotificationService.md",
"documentation/services/CheckoutService.md",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentViewingInfoResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentDeleteResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentRefundRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentDocumentSaveRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentDocumentDeleteResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiCustomerAccountDeleteResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiNotificationBatchUpdateRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiInstallmentDeleteResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiSubscriptionDeleteResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiSubscriptionDeleteInvoiceConfigResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPixQrCodeDeleteResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPixTokenBucketGetAddressKeyResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPixQrCodeDecodeRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiReceivableAnticipationSimulateRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiReceivableAnticipationLimitsResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentCampaignDeleteResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentCampaignFileSaveRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentCampaignFileDeleteResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiBillSimulateRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiMobilePhoneRechargeFindProviderResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiCreditBureauReportSaveRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiFinanceGetSplitStatisticsResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPushNotificationConfigDeleteResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiAccountDocumentShowResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiAccountDocumentSaveRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiAccountDocumentGetResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiAccountDocumentDeleteResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiChargebackCreditCardResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentFineRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentCallbackRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentSimulateInstallmentResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPixAddressKeyQrCodeGetResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPixTransactionQrCodeSaveRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPixTransactionQrCodePayerResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiReceivableAnticipationLimitsInfoResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiCheckoutSessionCallbackDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiTransferRecurringSaveRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiCustomerUpdateRequestCommercialInfoExpirationResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiMyAccountGetAccountFeesCreditBureauReportDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiMyAccountGetAccountFeesAnticipationDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiMyAccountGetAccountFeesTransferTedDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiMyAccountGetAccountFeesAnticipationCreditCardDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiWalletGetResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiCustomerFiscalInfoMunicipalOptionsSpecialTaxRegimesDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiCustomerFiscalInfoMunicipalOptionsNationalPortalTaxCalculationRegimeDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiCustomerFiscalInfoListInvoiceNbsCodesResponseDataDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiAccountDocumentGroupResponsibleResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentViewingInfoResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentDeleteResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentRefundRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentDocumentSaveRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentDocumentDeleteResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/CustomerDeleteResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/NotificationBatchUpdateRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/InstallmentDeleteResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/InstallmentPaymentBookResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/SubscriptionDeleteResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/SubscriptionDeleteInvoiceConfigResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PixQrCodeDeleteResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PixTokenBucketGetAddressKeyResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PixQrCodeDecodeRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/AnticipationSimulateRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/AnticipationLimitsResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentLinkDeleteResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentLinkFileSaveRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentLinkFileDeleteResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/BillSimulateRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/MobilePhoneRechargeFindProviderResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/CreditBureauReportSaveRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/FinanceGetSplitStatisticsResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/WebhookConfigDeleteResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/AccountDocumentShowResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/AccountDocumentSaveRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/AccountDocumentGetResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/AccountDocumentDeleteResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/ChargebackCreditCardResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentFineRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentCallbackRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentSimulateInstallmentResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PixAddressKeyQrCodeGetResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PixTransactionQrCodeSaveRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/PixTransactionQrCodePayerResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/AnticipationLimitsInfoResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/CheckoutSessionCallbackDto.java",
+ "src/main/java/com/asaas/apisdk/models/TransferRecurringSaveRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/AccountInfoCommercialInfoExpirationResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/MyAccountGetAccountFeesCreditBureauReportDto.java",
+ "src/main/java/com/asaas/apisdk/models/MyAccountGetAccountFeesAnticipationDto.java",
+ "src/main/java/com/asaas/apisdk/models/MyAccountGetAccountFeesTransferTedDto.java",
+ "src/main/java/com/asaas/apisdk/models/MyAccountGetAccountFeesAnticipationCreditCardDto.java",
+ "src/main/java/com/asaas/apisdk/models/WalletGetResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/FiscalInfoMunicipalOptionsSpecialTaxRegimesDto.java",
+ "src/main/java/com/asaas/apisdk/models/FiscalInfoMunicipalOptionsNationalPortalTaxCalculationRegimeDto.java",
+ "src/main/java/com/asaas/apisdk/models/FiscalInfoListInvoiceNbsCodesResponseDataDto.java",
+ "src/main/java/com/asaas/apisdk/models/AccountDocumentResponsibleResponseDto.java",
"src/main/java/com/asaas/apisdk/models/ListInstallmentsParameters.java",
"src/main/java/com/asaas/apisdk/models/GenerateInstallmentBookletParameters.java",
"src/main/java/com/asaas/apisdk/models/ListRecurrenceItemsParameters.java",
@@ -996,57 +1017,61 @@
"src/main/java/com/asaas/apisdk/models/ListBillPaymentsParameters.java",
"src/main/java/com/asaas/apisdk/models/ListMobileRechargesParameters.java",
"src/main/java/com/asaas/apisdk/models/ListWebhooksParameters.java",
- "src/main/java/com/asaas/apisdk/models/ApiErrorResponseItemDto.java",
+ "src/main/java/com/asaas/apisdk/models/ErrorResponseItemDto.java",
"src/main/java/com/asaas/apisdk/services/CreditCardService.java",
"src/main/java/com/asaas/apisdk/services/FinancialTransactionService.java",
"documentation/services/CreditBureauReportService.md",
"documentation/services/FinanceService.md",
"documentation/services/ChargebackService.md",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentBillingInfoResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentIdentificationFieldResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentPixQrCodeResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentReceiveInCashRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentSimulateRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiCreditCardTokenizeResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiReceivableAnticipationSaveRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentCampaignFileGetResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiTransferSaveInternalTransferRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentDunningSimulateResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiBillSimulateResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiFinanceGetPaymentStatisticsResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiMyAccountGetAccountNumberResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiCustomerPaymentCustodyConfigDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiCustomerSaveOrUpdatePaymentCustodyConfigRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiChargebackSaveDisputeResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentSaveWithCreditCardCreditCardDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentDiscountDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentRefundedSplitResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentSimulateBankSlipResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentLimitsResponseCreationDailyDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiCheckoutSessionSubscriptionDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiTransferBankGetResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentDunningListHistoryResponseDataDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentDunningListPartialPaymentsResponseDataDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiMyAccountGetAccountFeesTransferDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiMyAccountGetAccountFeesNotificationDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiMyAccountGetAccountFeesPaymentDebitCardDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiCustomerFiscalInfoListMunicipalServicesResponseDataDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiCustomerAccountNumberDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentPayWithCreditCardRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentBillingInfoResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentIdentificationFieldResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentPixQrCodeResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentReceiveInCashRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentSimulateRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/CreditCardTokenizeRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/CreditCardTokenizeResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/AnticipationSaveRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentLinkFileGetResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/TransferSaveInternalTransferRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentDunningSimulateResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/BillSimulateResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/FinanceGetPaymentStatisticsResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/MyAccountGetAccountNumberResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/AccountPaymentEscrowConfigDto.java",
+ "src/main/java/com/asaas/apisdk/models/AccountSaveOrUpdatePaymentEscrowConfigRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/ChargebackSaveDisputeResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentSaveWithCreditCardCreditCardDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentDiscountDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentRefundedSplitResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentSimulateBankSlipResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentLimitsResponseCreationDailyDto.java",
+ "src/main/java/com/asaas/apisdk/models/CheckoutSessionSubscriptionDto.java",
+ "src/main/java/com/asaas/apisdk/models/TransferBankGetResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentDunningListHistoryResponseDataDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentDunningListPartialPaymentsResponseDataDto.java",
+ "src/main/java/com/asaas/apisdk/models/MyAccountGetAccountFeesTransferDto.java",
+ "src/main/java/com/asaas/apisdk/models/MyAccountGetAccountFeesNotificationDto.java",
+ "src/main/java/com/asaas/apisdk/models/MyAccountGetAccountFeesPaymentDebitCardDto.java",
+ "src/main/java/com/asaas/apisdk/models/FiscalInfoListMunicipalServicesResponseDataDto.java",
+ "src/main/java/com/asaas/apisdk/models/AccountNumberDto.java",
"src/main/java/com/asaas/apisdk/models/ListMunicipalServicesParameters.java",
"src/main/java/com/asaas/apisdk/models/ListNbsCodesParameters.java",
"src/main/java/com/asaas/apisdk/services/SandboxActionsService.java",
"src/main/java/com/asaas/apisdk/services/PaymentRefundService.java",
"documentation/services/PaymentSplitService.md",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentSimulateResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiCreditCardRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentSimulateCreditCardResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentSimulatePixResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPixOriginalTransactionResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPixTransactionRecurringCheckoutScheduleExternalAccountDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiCheckoutSessionSplitDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiMyAccountGetAccountFeesPaymentDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiMyAccountGetAccountFeesPaymentBankSlipDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiMyAccountGetAccountFeesTransferPixDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentSimulateResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/SubscriptionUpdateCreditCardRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/PixTransactionSaveRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/CreditCardRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentSimulateCreditCardResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentSimulatePixResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PixOriginalTransactionResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PixRecurringTransactionExternalAccountDto.java",
+ "src/main/java/com/asaas/apisdk/models/CheckoutSessionSplitDto.java",
+ "src/main/java/com/asaas/apisdk/models/MyAccountGetAccountFeesPaymentDto.java",
+ "src/main/java/com/asaas/apisdk/models/MyAccountGetAccountFeesPaymentBankSlipDto.java",
+ "src/main/java/com/asaas/apisdk/models/MyAccountGetAccountFeesTransferPixDto.java",
"src/main/java/com/asaas/apisdk/models/GenerateSignatureBookletParameters.java",
"src/main/java/com/asaas/apisdk/models/ListKeysParameters.java",
"src/main/java/com/asaas/apisdk/models/ListCreditBureauReportsParameters.java",
@@ -1059,17 +1084,15 @@
"documentation/services/WebhookService.md",
"documentation/services/SubaccountService.md",
"documentation/services/AccountDocumentService.md",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentPayWithCreditCardRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentCustodyGetResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPixTransactionSaveRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentCheckoutConfigSaveRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiMyAccountGetStatusResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiBankSlipBillingInfoResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiSubscriptionSplitRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentCampaignFileImageResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiCheckoutSessionItemsDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiTransferSaveInternalTransferAccountDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiMobilePhoneRechargeFindProviderResponseValuesDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentEscrowGetResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentCheckoutConfigSaveRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/MyAccountGetStatusResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/BankSlipBillingInfoResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/SubscriptionSplitRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentLinkFileImageResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/CheckoutSessionItemsDto.java",
+ "src/main/java/com/asaas/apisdk/models/TransferSaveInternalTransferAccountDto.java",
+ "src/main/java/com/asaas/apisdk/models/MobilePhoneRechargeFindProviderResponseValuesDto.java",
"src/main/java/com/asaas/apisdk/models/ListTransactionsParameters.java",
"src/main/java/com/asaas/apisdk/models/ListAnticipationsParameters.java",
"src/main/java/com/asaas/apisdk/models/ListRecurrencesParameters.java",
@@ -1079,74 +1102,72 @@
"src/main/java/com/asaas/apisdk/services/CheckoutService.java",
"documentation/services/InvoiceService.md",
"documentation/services/FiscalInfoService.md",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentListResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentLeanListResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiCreditCardTokenizeRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentRefundListResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentSplitListResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentDocumentListResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiCustomerAccountListResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiNotificationListResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiInstallmentListResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiSubscriptionListResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiSubscriptionUpdateCreditCardRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiSubscriptionInvoiceConfigUpdateRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiCustomerInvoiceListResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPixQrCodeSaveResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPixTransactionListResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiReceivableAnticipationListResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPixTransactionRecurringCheckoutScheduleListResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentCampaignListResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentCampaignFileListResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiTransferListResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentDunningListResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentDunningListHistoryResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentDunningListPartialPaymentsResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentDunningPaymentsAvailableForDunningResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiBillListResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiMobilePhoneRechargeListResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiMobilePhoneRechargeGetResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiCreditBureauReportListResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiCreditBureauReportGetResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiFinancialTransactionListResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiMyAccountGetAccountFeesResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiWalletShowResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiCustomerFiscalInfoListMunicipalServicesResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiCustomerFiscalInfoListInvoiceNbsCodesResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPushNotificationConfigListResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiCustomerListResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiChargebackListResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentSplitRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentDocumentFileResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiCustomerInvoiceTaxesDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPixTransactionExternalAccountResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentDunningSimulateResponseTypeSimulationItemDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentDunningPaymentsAvailableForDunningResponseDataTypeSimulationItemDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentListResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentLeanListResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentRefundListResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentSplitListResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentDocumentListResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/CustomerListResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/NotificationListResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/InstallmentListResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/SubscriptionListResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/SubscriptionInvoiceConfigUpdateRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/InvoiceListResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PixQrCodeSaveResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PixTransactionListResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/AnticipationListResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PixRecurringTransactionListResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentLinkListResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentLinkFileListResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/TransferListResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentDunningListResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentDunningListHistoryResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentDunningListPartialPaymentsResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentDunningPaymentsAvailableForDunningResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/BillListResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/MobilePhoneRechargeListResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/MobilePhoneRechargeGetResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/CreditBureauReportListResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/CreditBureauReportGetResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/FinancialTransactionListResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/MyAccountGetAccountFeesResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/WalletShowResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/FiscalInfoListMunicipalServicesResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/FiscalInfoListInvoiceNbsCodesResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/WebhookConfigListResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/AccountListResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/ChargebackListResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentSplitRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentDocumentFileResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/InvoiceTaxesDto.java",
+ "src/main/java/com/asaas/apisdk/models/PixTransactionExternalAccountResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentDunningSimulateResponseTypeSimulationItemDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentDunningPaymentsAvailableForDunningResponseDataTypeSimulationItemDto.java",
"src/main/java/com/asaas/apisdk/models/ListPaymentsLinksParameters.java",
"src/main/java/com/asaas/apisdk/models/ListSubaccountsParameters.java",
"documentation/services/CustomerService.md",
"documentation/services/PixService.md",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentDocumentGetResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPushNotificationConfigUpdateRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiInstallmentSplitRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiSubscriptionSplitResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPixQrCodeDecodeReceiverDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentDunningPaymentsAvailableForDunningResponseDataDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiCustomerUpdateRequestCityDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentDocumentGetResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/WebhookConfigUpdateRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/InstallmentSplitRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/SubscriptionSplitResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PixQrCodeDecodeReceiverDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentDunningPaymentsAvailableForDunningResponseDataDto.java",
+ "src/main/java/com/asaas/apisdk/models/AccountInfoCityDto.java",
"src/main/java/com/asaas/apisdk/models/ListCustomersParameters.java",
"src/main/java/com/asaas/apisdk/models/ListInvoicesForSubscriptionChargesParameters.java",
"src/main/java/com/asaas/apisdk/models/ListPaymentDunningsParameters.java",
"documentation/services/AnticipationService.md",
"README.md",
- "src/main/java/com/asaas/apisdk/models/ApiNotificationUpdateRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPixAddressKeyGetResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPixQrCodeSaveRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentCheckoutConfigGetResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiCustomerInvoiceUpdateRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentRefundGetResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiCreditCardHolderInfoRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPixTransactionQrCodeResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiMyAccountGetAccountFeesPaymentPixDto.java",
+ "src/main/java/com/asaas/apisdk/models/NotificationUpdateRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/PixAddressKeyGetResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PixQrCodeSaveRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentCheckoutConfigGetResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/InvoiceUpdateRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentRefundGetResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/CreditCardHolderInfoRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/PixTransactionQrCodeResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/MyAccountGetAccountFeesPaymentPixDto.java",
"src/main/java/com/asaas/apisdk/models/ListPaidSplitsParameters.java",
"src/main/java/com/asaas/apisdk/models/ListReceivedSplitsParameters.java",
"src/main/java/com/asaas/apisdk/models/ListChargebacksParameters.java",
@@ -1155,99 +1176,99 @@
"documentation/services/InstallmentService.md",
"documentation/services/PaymentDunningService.md",
"documentation/services/AccountInfoService.md",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentSplitGetResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiSubscriptionInvoiceConfigGetResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPixTransactionRecurringCheckoutScheduleGetItemResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiCheckoutSessionResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiTransferSaveRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiBillSaveRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPushNotificationConfigSaveRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiInstallmentRefundResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiTransferBankAccountGetResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiAccountDocumentGroupResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentSplitGetResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/SubscriptionInvoiceConfigGetResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PixRecurringTransactionGetItemResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/CheckoutSessionResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/TransferSaveRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/BillSaveRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/WebhookConfigSaveRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/InstallmentRefundResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/TransferBankAccountGetResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/AccountDocumentGroupResponseDto.java",
"src/main/java/com/asaas/apisdk/models/ListInvoicesParameters.java",
- "src/main/java/com/asaas/apisdk/models/ApiSubscriptionConfigureInvoiceRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiReceivableAnticipationSimulateResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPixTransactionRecurringCheckoutScheduleGetResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiCheckoutSessionSaveRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPushNotificationConfigGetResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiInstallmentSplitGetResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiCheckoutSessionCustomerDataDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiTransferBankAccountSaveRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/SubscriptionConfigureInvoiceRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/AnticipationSimulateResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PixRecurringTransactionGetResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/CheckoutSessionSaveRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/WebhookConfigGetResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/InstallmentSplitGetResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/CheckoutSessionCustomerDataDto.java",
+ "src/main/java/com/asaas/apisdk/models/TransferBankAccountSaveRequestDto.java",
"src/main/java/com/asaas/apisdk/services/CreditBureauReportService.java",
"documentation/services/PaymentWithSummaryDataService.md",
"documentation/services/PaymentLinkService.md",
- "src/main/java/com/asaas/apisdk/models/ApiMyAccountGetAccountFeesPaymentCreditCardDto.java",
+ "src/main/java/com/asaas/apisdk/models/MyAccountGetAccountFeesPaymentCreditCardDto.java",
"src/main/java/com/asaas/apisdk/models/ListSubscriptionsParameters.java",
"src/main/java/com/asaas/apisdk/models/BillingStatisticsParameters.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentUpdateRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentChargebackResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentUpdateRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentChargebackResponseDto.java",
"src/main/java/com/asaas/apisdk/services/PaymentDocumentService.java",
"src/main/java/com/asaas/apisdk/services/AccountDocumentService.java",
- "src/main/java/com/asaas/apisdk/models/ApiNotificationGetResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiSubscriptionUpdateRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentCampaignSaveRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentCampaignUpdateRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentDunningSaveRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiCustomerFiscalInfoMunicipalOptionsGetResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/NotificationGetResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/SubscriptionUpdateRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentLinkSaveRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentLinkUpdateRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentDunningSaveRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/FiscalInfoMunicipalOptionsGetResponseDto.java",
"src/main/java/com/asaas/apisdk/services/PaymentSplitService.java",
"documentation/services/SubscriptionService.md",
- "src/main/java/com/asaas/apisdk/models/ApiInstallmentSaveRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiSubscriptionSaveRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiReceivableAnticipationGetResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiCustomerUpdateRequestSaveRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/InstallmentSaveRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/SubscriptionSaveRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/AnticipationGetResponseDto.java",
"src/main/java/com/asaas/apisdk/services/RecurringPixService.java",
- "src/main/java/com/asaas/apisdk/models/ApiCustomerInvoiceSaveRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiFinancialTransactionGetResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentSaveRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentDunningShowResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentDunningSaveDocumentsResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentDunningCancelResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiCustomerSaveRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/AccountInfoSaveRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/InvoiceSaveRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/FinancialTransactionGetResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentSaveRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentDunningShowResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentDunningSaveDocumentsResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentDunningCancelResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/AccountSaveRequestDto.java",
"src/main/java/com/asaas/apisdk/services/MobilePhoneRechargeService.java",
"src/main/java/com/asaas/apisdk/services/WebhookService.java",
"src/main/java/com/asaas/apisdk/services/SubaccountService.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentCampaignGetResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiCustomerFiscalInfoGetResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiCustomerFiscalInfoSaveRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiBillSimulateBankSlipInfoResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiBillGetResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentLinkGetResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/FiscalInfoGetResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/FiscalInfoSaveRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/BillSimulateBankSlipInfoResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/SubscriptionSaveWithCreditCardRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/BillGetResponseDto.java",
"src/main/java/com/asaas/apisdk/services/PixTransactionService.java",
"src/main/java/com/asaas/apisdk/services/TransferService.java",
"src/main/java/com/asaas/apisdk/services/BillService.java",
- "src/main/java/com/asaas/apisdk/models/ApiCustomerAccountSaveRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiCustomerAccountUpdateRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiInstallmentGetResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiTransferGetResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/CustomerSaveRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/CustomerUpdateRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/InstallmentGetResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/InstallmentSaveWithCreditCardRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/TransferGetResponseDto.java",
"src/main/java/com/asaas/apisdk/services/InvoiceService.java",
"documentation/services/PaymentService.md",
- "src/main/java/com/asaas/apisdk/models/ApiSubscriptionGetResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiSubscriptionSaveWithCreditCardRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiTransferSaveInternalTransferResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentSaveWithCreditCardRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiInstallmentSaveWithCreditCardRequestDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiSubscriptionSaveWithCreditCardResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPixQrCodeDecodeResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/SubscriptionGetResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/TransferSaveInternalTransferResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentSaveWithCreditCardRequestDto.java",
+ "src/main/java/com/asaas/apisdk/models/SubscriptionSaveWithCreditCardResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PixQrCodeDecodeResponseDto.java",
"src/main/java/com/asaas/apisdk/services/FiscalInfoService.java",
- "src/main/java/com/asaas/apisdk/models/ApiCustomerUpdateRequestGetResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/AccountInfoGetResponseDto.java",
"src/main/java/com/asaas/apisdk/services/CustomerService.java",
- "src/main/java/com/asaas/apisdk/models/ApiCustomerAccountGetResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiCustomerGetResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/CustomerGetResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/AccountGetResponseDto.java",
"src/main/java/com/asaas/apisdk/models/ListPaymentsParameters.java",
"src/main/java/com/asaas/apisdk/models/ListPaymentsWithSummaryDataParameters.java",
"src/main/java/com/asaas/apisdk/services/PixService.java",
- "src/main/java/com/asaas/apisdk/models/ApiCustomerInvoiceGetResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiCustomerSaveResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/InvoiceGetResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/AccountSaveResponseDto.java",
"src/main/java/com/asaas/apisdk/services/AnticipationService.java",
- "src/main/java/com/asaas/apisdk/models/ApiPixTransactionGetResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PixTransactionGetResponseDto.java",
"src/main/java/com/asaas/apisdk/services/AccountInfoService.java",
"src/main/java/com/asaas/apisdk/services/InstallmentService.java",
"src/main/java/com/asaas/apisdk/services/PaymentDunningService.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentLeanGetResponseDto.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentLeanSaveWithCreditCardResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentLeanGetResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentLeanSaveWithCreditCardResponseDto.java",
"src/main/java/com/asaas/apisdk/services/PaymentLinkService.java",
"src/main/java/com/asaas/apisdk/services/PaymentWithSummaryDataService.java",
- "src/main/java/com/asaas/apisdk/models/ApiPaymentGetResponseDto.java",
+ "src/main/java/com/asaas/apisdk/models/PaymentGetResponseDto.java",
"src/main/java/com/asaas/apisdk/services/SubscriptionService.java",
"src/main/java/com/asaas/apisdk/services/PaymentService.java"
]
diff --git a/README.md b/README.md
index 154559d..8cb0504 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# AsaasSdk Java SDK 1.0.1
+# AsaasSdk Java SDK 1.0.2
Welcome to the AsaasSdk SDK documentation. This guide will help you get started with integrating and using the AsaasSdk SDK in your project.
@@ -7,7 +7,7 @@ Welcome to the AsaasSdk SDK documentation. This guide will help you get started
## Versions
- API version: `3.0.0`
-- SDK version: `1.0.1`
+- SDK version: `1.0.2`
## About the API
@@ -42,14 +42,14 @@ If you use Maven, place the following within the _dependency_ tag in your `pom.x
com.asaas
api-sdk
- 1.0.1
+ 1.0.2
```
If you use Gradle, paste the next line inside the _dependencies_ block of your `build.gradle` file:
```Gradle
-implementation group: com.asaas, name: api-sdk, version: 1.0.1
+implementation group: com.asaas, name: api-sdk, version: 1.0.2
```
If you use JAR files, package the SDK by running the following command:
@@ -158,11 +158,11 @@ import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
import com.asaas.apisdk.exceptions.ApiError;
-import com.asaas.apisdk.models.ApiPaymentListRequestBillingType;
-import com.asaas.apisdk.models.ApiPaymentListRequestInvoiceStatus;
-import com.asaas.apisdk.models.ApiPaymentListRequestPaymentStatus;
-import com.asaas.apisdk.models.ApiPaymentListResponseDto;
import com.asaas.apisdk.models.ListPaymentsParameters;
+import com.asaas.apisdk.models.PaymentListRequestBillingType;
+import com.asaas.apisdk.models.PaymentListRequestInvoiceStatus;
+import com.asaas.apisdk.models.PaymentListRequestPaymentStatus;
+import com.asaas.apisdk.models.PaymentListResponseDto;
public class Main {
@@ -179,12 +179,12 @@ public class Main {
.limit(10L)
.customer("customer")
.customerGroupName("customerGroupName")
- .billingType(ApiPaymentListRequestBillingType.UNDEFINED)
- .status(ApiPaymentListRequestPaymentStatus.PENDING)
+ .billingType(PaymentListRequestBillingType.UNDEFINED)
+ .status(PaymentListRequestPaymentStatus.PENDING)
.subscription("subscription")
.externalReference("externalReference")
.paymentDate("paymentDate")
- .invoiceStatus(ApiPaymentListRequestInvoiceStatus.SCHEDULED)
+ .invoiceStatus(PaymentListRequestInvoiceStatus.SCHEDULED)
.estimatedCreditDate("estimatedCreditDate")
.pixQrCodeId("pixQrCodeId")
.anticipated(false)
@@ -201,7 +201,7 @@ public class Main {
.build();
try {
- ApiPaymentListResponseDto response = asaasSdk.payment.listPayments(requestParameters);
+ PaymentListResponseDto response = asaasSdk.payment.listPayments(requestParameters);
System.out.println(response);
} catch (ApiError e) {
@@ -265,441 +265,451 @@ The SDK includes several models that represent the data structures used in API r
Below is a list of all available models with links to their detailed documentation:
-| Name | Description |
-| :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------- |
-| [ApiPaymentListResponseDto](documentation/models/ApiPaymentListResponseDto.md) | |
-| [ApiPaymentListRequestBillingType](documentation/models/ApiPaymentListRequestBillingType.md) | Filter by billing type |
-| [ApiPaymentListRequestPaymentStatus](documentation/models/ApiPaymentListRequestPaymentStatus.md) | Filter by status |
-| [ApiPaymentListRequestInvoiceStatus](documentation/models/ApiPaymentListRequestInvoiceStatus.md) | Filter to return charges that have or do not have an invoice |
-| [ApiPaymentSaveRequestDto](documentation/models/ApiPaymentSaveRequestDto.md) | |
-| [ApiPaymentGetResponseDto](documentation/models/ApiPaymentGetResponseDto.md) | |
-| [ApiPaymentSaveWithCreditCardRequestDto](documentation/models/ApiPaymentSaveWithCreditCardRequestDto.md) | |
-| [ApiPaymentPayWithCreditCardRequestDto](documentation/models/ApiPaymentPayWithCreditCardRequestDto.md) | |
-| [ApiPaymentBillingInfoResponseDto](documentation/models/ApiPaymentBillingInfoResponseDto.md) | |
-| [ApiPaymentViewingInfoResponseDto](documentation/models/ApiPaymentViewingInfoResponseDto.md) | |
-| [ApiPaymentUpdateRequestDto](documentation/models/ApiPaymentUpdateRequestDto.md) | |
-| [ApiPaymentDeleteResponseDto](documentation/models/ApiPaymentDeleteResponseDto.md) | |
-| [ApiPaymentStatusResponseDto](documentation/models/ApiPaymentStatusResponseDto.md) | |
-| [ApiPaymentRefundRequestDto](documentation/models/ApiPaymentRefundRequestDto.md) | |
-| [ApiPaymentIdentificationFieldResponseDto](documentation/models/ApiPaymentIdentificationFieldResponseDto.md) | |
-| [ApiPaymentPixQrCodeResponseDto](documentation/models/ApiPaymentPixQrCodeResponseDto.md) | |
-| [ApiPaymentReceiveInCashRequestDto](documentation/models/ApiPaymentReceiveInCashRequestDto.md) | |
-| [ApiPaymentSimulateRequestDto](documentation/models/ApiPaymentSimulateRequestDto.md) | |
-| [ApiPaymentSimulateResponseDto](documentation/models/ApiPaymentSimulateResponseDto.md) | |
-| [ApiPaymentCustodyGetResponseDto](documentation/models/ApiPaymentCustodyGetResponseDto.md) | |
-| [ApiPaymentLimitsResponseDto](documentation/models/ApiPaymentLimitsResponseDto.md) | |
-| [ApiPaymentLeanListResponseDto](documentation/models/ApiPaymentLeanListResponseDto.md) | |
-| [ApiPaymentLeanGetResponseDto](documentation/models/ApiPaymentLeanGetResponseDto.md) | |
-| [ApiPaymentLeanSaveWithCreditCardResponseDto](documentation/models/ApiPaymentLeanSaveWithCreditCardResponseDto.md) | |
-| [ApiCreditCardTokenizeRequestDto](documentation/models/ApiCreditCardTokenizeRequestDto.md) | |
-| [ApiCreditCardTokenizeResponseDto](documentation/models/ApiCreditCardTokenizeResponseDto.md) | |
-| [ApiPaymentRefundListResponseDto](documentation/models/ApiPaymentRefundListResponseDto.md) | |
-| [ApiPaymentBankSlipRefundResponseDto](documentation/models/ApiPaymentBankSlipRefundResponseDto.md) | |
-| [ApiPaymentSplitGetResponseDto](documentation/models/ApiPaymentSplitGetResponseDto.md) | |
-| [ApiPaymentSplitListResponseDto](documentation/models/ApiPaymentSplitListResponseDto.md) | |
-| [ApiPaymentSplitListPaidRequestPaymentSplitStatus](documentation/models/ApiPaymentSplitListPaidRequestPaymentSplitStatus.md) | Filter by status |
-| [ApiPaymentSplitListReceivedRequestPaymentSplitStatus](documentation/models/ApiPaymentSplitListReceivedRequestPaymentSplitStatus.md) | Filter by status |
-| [ApiPaymentDocumentListResponseDto](documentation/models/ApiPaymentDocumentListResponseDto.md) | |
-| [ApiPaymentDocumentSaveRequestDto](documentation/models/ApiPaymentDocumentSaveRequestDto.md) | |
-| [ApiPaymentDocumentGetResponseDto](documentation/models/ApiPaymentDocumentGetResponseDto.md) | |
-| [ApiPaymentDocumentUpdateRequestDto](documentation/models/ApiPaymentDocumentUpdateRequestDto.md) | |
-| [ApiPaymentDocumentDeleteResponseDto](documentation/models/ApiPaymentDocumentDeleteResponseDto.md) | |
-| [ApiCustomerAccountListResponseDto](documentation/models/ApiCustomerAccountListResponseDto.md) | |
-| [ApiCustomerAccountSaveRequestDto](documentation/models/ApiCustomerAccountSaveRequestDto.md) | |
-| [ApiCustomerAccountGetResponseDto](documentation/models/ApiCustomerAccountGetResponseDto.md) | |
-| [ApiCustomerAccountUpdateRequestDto](documentation/models/ApiCustomerAccountUpdateRequestDto.md) | |
-| [ApiCustomerAccountDeleteResponseDto](documentation/models/ApiCustomerAccountDeleteResponseDto.md) | |
-| [ApiNotificationListResponseDto](documentation/models/ApiNotificationListResponseDto.md) | |
-| [ApiNotificationUpdateRequestDto](documentation/models/ApiNotificationUpdateRequestDto.md) | |
-| [ApiNotificationGetResponseDto](documentation/models/ApiNotificationGetResponseDto.md) | |
-| [ApiNotificationBatchUpdateRequestDto](documentation/models/ApiNotificationBatchUpdateRequestDto.md) | |
-| [ApiNotificationBatchUpdateResponseDto](documentation/models/ApiNotificationBatchUpdateResponseDto.md) | |
-| [ApiInstallmentListResponseDto](documentation/models/ApiInstallmentListResponseDto.md) | |
-| [ApiInstallmentSaveRequestDto](documentation/models/ApiInstallmentSaveRequestDto.md) | |
-| [ApiInstallmentGetResponseDto](documentation/models/ApiInstallmentGetResponseDto.md) | |
-| [ApiInstallmentSaveWithCreditCardRequestDto](documentation/models/ApiInstallmentSaveWithCreditCardRequestDto.md) | |
-| [ApiInstallmentDeleteResponseDto](documentation/models/ApiInstallmentDeleteResponseDto.md) | |
-| [ApiInstallmentListPaymentsRequestPaymentStatus](documentation/models/ApiInstallmentListPaymentsRequestPaymentStatus.md) | Filter by payment status |
-| [ApiInstallmentUpdateSplitRequestDto](documentation/models/ApiInstallmentUpdateSplitRequestDto.md) | |
-| [ApiInstallmentUpdateSplitResponseDto](documentation/models/ApiInstallmentUpdateSplitResponseDto.md) | |
-| [ApiSubscriptionListResponseDto](documentation/models/ApiSubscriptionListResponseDto.md) | |
-| [ApiSubscriptionListRequestBillingType](documentation/models/ApiSubscriptionListRequestBillingType.md) | Filter by billing type |
-| [ApiSubscriptionListRequestSubscriptionStatus](documentation/models/ApiSubscriptionListRequestSubscriptionStatus.md) | Filter by status |
-| [ApiSubscriptionSaveRequestDto](documentation/models/ApiSubscriptionSaveRequestDto.md) | |
-| [ApiSubscriptionGetResponseDto](documentation/models/ApiSubscriptionGetResponseDto.md) | |
-| [ApiSubscriptionSaveWithCreditCardRequestDto](documentation/models/ApiSubscriptionSaveWithCreditCardRequestDto.md) | |
-| [ApiSubscriptionSaveWithCreditCardResponseDto](documentation/models/ApiSubscriptionSaveWithCreditCardResponseDto.md) | |
-| [ApiSubscriptionUpdateRequestDto](documentation/models/ApiSubscriptionUpdateRequestDto.md) | |
-| [ApiSubscriptionDeleteResponseDto](documentation/models/ApiSubscriptionDeleteResponseDto.md) | |
-| [ApiSubscriptionUpdateCreditCardRequestDto](documentation/models/ApiSubscriptionUpdateCreditCardRequestDto.md) | |
-| [ApiSubscriptionListPaymentsRequestPaymentStatus](documentation/models/ApiSubscriptionListPaymentsRequestPaymentStatus.md) | Filter by payment status |
-| [ApiSubscriptionInvoiceConfigGetResponseDto](documentation/models/ApiSubscriptionInvoiceConfigGetResponseDto.md) | |
-| [ApiSubscriptionConfigureInvoiceRequestDto](documentation/models/ApiSubscriptionConfigureInvoiceRequestDto.md) | |
-| [ApiSubscriptionInvoiceConfigUpdateRequestDto](documentation/models/ApiSubscriptionInvoiceConfigUpdateRequestDto.md) | |
-| [ApiSubscriptionDeleteInvoiceConfigResponseDto](documentation/models/ApiSubscriptionDeleteInvoiceConfigResponseDto.md) | |
-| [ApiCustomerInvoiceListResponseDto](documentation/models/ApiCustomerInvoiceListResponseDto.md) | |
-| [ApiSubscriptionGetInvoicesRequestInvoiceStatus](documentation/models/ApiSubscriptionGetInvoicesRequestInvoiceStatus.md) | Filter by invoice status |
-| [ApiPixAddressKeyListResponseDto](documentation/models/ApiPixAddressKeyListResponseDto.md) | |
-| [ApiPixAddressKeyListRequestPixAddressKeyStatus](documentation/models/ApiPixAddressKeyListRequestPixAddressKeyStatus.md) | Filter by current key status |
-| [ApiPixAddressKeySaveRequestDto](documentation/models/ApiPixAddressKeySaveRequestDto.md) | |
-| [ApiPixAddressKeyGetResponseDto](documentation/models/ApiPixAddressKeyGetResponseDto.md) | |
-| [ApiPixQrCodeSaveRequestDto](documentation/models/ApiPixQrCodeSaveRequestDto.md) | |
-| [ApiPixQrCodeSaveResponseDto](documentation/models/ApiPixQrCodeSaveResponseDto.md) | |
-| [ApiPixQrCodeDeleteResponseDto](documentation/models/ApiPixQrCodeDeleteResponseDto.md) | |
-| [ApiPixTokenBucketGetAddressKeyResponseDto](documentation/models/ApiPixTokenBucketGetAddressKeyResponseDto.md) | |
-| [ApiPixTransactionSaveRequestDto](documentation/models/ApiPixTransactionSaveRequestDto.md) | |
-| [ApiPixTransactionGetResponseDto](documentation/models/ApiPixTransactionGetResponseDto.md) | |
-| [ApiPixQrCodeDecodeRequestDto](documentation/models/ApiPixQrCodeDecodeRequestDto.md) | |
-| [ApiPixQrCodeDecodeResponseDto](documentation/models/ApiPixQrCodeDecodeResponseDto.md) | |
-| [ApiPixTransactionListResponseDto](documentation/models/ApiPixTransactionListResponseDto.md) | |
-| [ApiPixTransactionListRequestPixTransactionStatus](documentation/models/ApiPixTransactionListRequestPixTransactionStatus.md) | Filter by transaction status |
-| [ApiPixTransactionListRequestPixTransactionType](documentation/models/ApiPixTransactionListRequestPixTransactionType.md) | Filter by transaction type |
-| [ApiReceivableAnticipationGetResponseDto](documentation/models/ApiReceivableAnticipationGetResponseDto.md) | |
-| [ApiReceivableAnticipationListResponseDto](documentation/models/ApiReceivableAnticipationListResponseDto.md) | |
-| [ApiReceivableAnticipationListRequestReceivableAnticipationStatus](documentation/models/ApiReceivableAnticipationListRequestReceivableAnticipationStatus.md) | Filter by status |
-| [ApiReceivableAnticipationSaveRequestDto](documentation/models/ApiReceivableAnticipationSaveRequestDto.md) | |
-| [ApiReceivableAnticipationSimulateRequestDto](documentation/models/ApiReceivableAnticipationSimulateRequestDto.md) | |
-| [ApiReceivableAnticipationSimulateResponseDto](documentation/models/ApiReceivableAnticipationSimulateResponseDto.md) | |
-| [ApiReceivableAnticipationConfigurationGetResponseDto](documentation/models/ApiReceivableAnticipationConfigurationGetResponseDto.md) | |
-| [ApiReceivableAnticipationConfigurationUpdateRequestDto](documentation/models/ApiReceivableAnticipationConfigurationUpdateRequestDto.md) | |
-| [ApiReceivableAnticipationLimitsResponseDto](documentation/models/ApiReceivableAnticipationLimitsResponseDto.md) | |
-| [ApiPixTransactionRecurringCheckoutScheduleListResponseDto](documentation/models/ApiPixTransactionRecurringCheckoutScheduleListResponseDto.md) | |
-| [ApiPixTransactionRecurringCheckoutScheduleListRequestRecurringCheckoutScheduleStatus](documentation/models/ApiPixTransactionRecurringCheckoutScheduleListRequestRecurringCheckoutScheduleStatus.md) | Filter by recurrence status |
-| [ApiPixTransactionRecurringCheckoutScheduleGetResponseDto](documentation/models/ApiPixTransactionRecurringCheckoutScheduleGetResponseDto.md) | |
-| [ApiPixTransactionRecurringCheckoutScheduleListItemsResponseDto](documentation/models/ApiPixTransactionRecurringCheckoutScheduleListItemsResponseDto.md) | |
-| [ApiPixTransactionRecurringCheckoutScheduleGetItemResponseDto](documentation/models/ApiPixTransactionRecurringCheckoutScheduleGetItemResponseDto.md) | |
-| [ApiPaymentCampaignListResponseDto](documentation/models/ApiPaymentCampaignListResponseDto.md) | |
-| [ApiPaymentCampaignSaveRequestDto](documentation/models/ApiPaymentCampaignSaveRequestDto.md) | |
-| [ApiPaymentCampaignGetResponseDto](documentation/models/ApiPaymentCampaignGetResponseDto.md) | |
-| [ApiPaymentCampaignUpdateRequestDto](documentation/models/ApiPaymentCampaignUpdateRequestDto.md) | |
-| [ApiPaymentCampaignDeleteResponseDto](documentation/models/ApiPaymentCampaignDeleteResponseDto.md) | |
-| [ApiPaymentCampaignFileListResponseDto](documentation/models/ApiPaymentCampaignFileListResponseDto.md) | |
-| [ApiPaymentCampaignFileSaveRequestDto](documentation/models/ApiPaymentCampaignFileSaveRequestDto.md) | |
-| [ApiPaymentCampaignFileGetResponseDto](documentation/models/ApiPaymentCampaignFileGetResponseDto.md) | |
-| [ApiPaymentCampaignFileDeleteResponseDto](documentation/models/ApiPaymentCampaignFileDeleteResponseDto.md) | |
-| [ApiCheckoutSessionSaveRequestDto](documentation/models/ApiCheckoutSessionSaveRequestDto.md) | |
-| [ApiCheckoutSessionResponseDto](documentation/models/ApiCheckoutSessionResponseDto.md) | |
-| [ApiTransferListResponseDto](documentation/models/ApiTransferListResponseDto.md) | |
-| [ApiTransferSaveRequestDto](documentation/models/ApiTransferSaveRequestDto.md) | |
-| [ApiTransferGetResponseDto](documentation/models/ApiTransferGetResponseDto.md) | |
-| [ApiTransferSaveInternalTransferRequestDto](documentation/models/ApiTransferSaveInternalTransferRequestDto.md) | |
-| [ApiTransferSaveInternalTransferResponseDto](documentation/models/ApiTransferSaveInternalTransferResponseDto.md) | |
-| [ApiPaymentDunningListResponseDto](documentation/models/ApiPaymentDunningListResponseDto.md) | |
-| [ApiPaymentDunningListRequestPaymentDunningStatus](documentation/models/ApiPaymentDunningListRequestPaymentDunningStatus.md) | Filter by payment dunning status |
-| [ApiPaymentDunningListRequestPaymentDunningType](documentation/models/ApiPaymentDunningListRequestPaymentDunningType.md) | Filter by type of payment dunning |
-| [ApiPaymentDunningSaveRequestDto](documentation/models/ApiPaymentDunningSaveRequestDto.md) | |
-| [ApiPaymentDunningShowResponseDto](documentation/models/ApiPaymentDunningShowResponseDto.md) | |
-| [ApiPaymentDunningSimulateResponseDto](documentation/models/ApiPaymentDunningSimulateResponseDto.md) | |
-| [ApiPaymentDunningListHistoryResponseDto](documentation/models/ApiPaymentDunningListHistoryResponseDto.md) | |
-| [ApiPaymentDunningListPartialPaymentsResponseDto](documentation/models/ApiPaymentDunningListPartialPaymentsResponseDto.md) | |
-| [ApiPaymentDunningPaymentsAvailableForDunningResponseDto](documentation/models/ApiPaymentDunningPaymentsAvailableForDunningResponseDto.md) | |
-| [ApiPaymentDunningSaveDocumentsRequestDto](documentation/models/ApiPaymentDunningSaveDocumentsRequestDto.md) | |
-| [ApiPaymentDunningSaveDocumentsResponseDto](documentation/models/ApiPaymentDunningSaveDocumentsResponseDto.md) | |
-| [ApiPaymentDunningCancelResponseDto](documentation/models/ApiPaymentDunningCancelResponseDto.md) | |
-| [ApiBillListResponseDto](documentation/models/ApiBillListResponseDto.md) | |
-| [ApiBillSaveRequestDto](documentation/models/ApiBillSaveRequestDto.md) | |
-| [ApiBillGetResponseDto](documentation/models/ApiBillGetResponseDto.md) | |
-| [ApiBillSimulateRequestDto](documentation/models/ApiBillSimulateRequestDto.md) | |
-| [ApiBillSimulateResponseDto](documentation/models/ApiBillSimulateResponseDto.md) | |
-| [ApiMobilePhoneRechargeListResponseDto](documentation/models/ApiMobilePhoneRechargeListResponseDto.md) | |
-| [ApiMobilePhoneRechargeSaveRequestDto](documentation/models/ApiMobilePhoneRechargeSaveRequestDto.md) | |
-| [ApiMobilePhoneRechargeGetResponseDto](documentation/models/ApiMobilePhoneRechargeGetResponseDto.md) | |
-| [ApiMobilePhoneRechargeFindProviderResponseDto](documentation/models/ApiMobilePhoneRechargeFindProviderResponseDto.md) | |
-| [ApiCreditBureauReportListResponseDto](documentation/models/ApiCreditBureauReportListResponseDto.md) | |
-| [ApiCreditBureauReportSaveRequestDto](documentation/models/ApiCreditBureauReportSaveRequestDto.md) | |
-| [ApiCreditBureauReportGetResponseDto](documentation/models/ApiCreditBureauReportGetResponseDto.md) | |
-| [ApiFinancialTransactionListResponseDto](documentation/models/ApiFinancialTransactionListResponseDto.md) | |
-| [ApiFinanceBalanceResponseDto](documentation/models/ApiFinanceBalanceResponseDto.md) | |
-| [ApiFinanceGetPaymentStatisticsResponseDto](documentation/models/ApiFinanceGetPaymentStatisticsResponseDto.md) | |
-| [ApiFinanceGetPaymentStatisticsRequestBillingType](documentation/models/ApiFinanceGetPaymentStatisticsRequestBillingType.md) | Filter by payment method |
-| [ApiFinanceGetPaymentStatisticsRequestPaymentStatus](documentation/models/ApiFinanceGetPaymentStatisticsRequestPaymentStatus.md) | Filter by status |
-| [ApiFinanceGetSplitStatisticsResponseDto](documentation/models/ApiFinanceGetSplitStatisticsResponseDto.md) | |
-| [ApiCustomerUpdateRequestGetResponseDto](documentation/models/ApiCustomerUpdateRequestGetResponseDto.md) | |
-| [ApiCustomerUpdateRequestSaveRequestDto](documentation/models/ApiCustomerUpdateRequestSaveRequestDto.md) | |
-| [ApiPaymentCheckoutConfigGetResponseDto](documentation/models/ApiPaymentCheckoutConfigGetResponseDto.md) | |
-| [ApiPaymentCheckoutConfigSaveRequestDto](documentation/models/ApiPaymentCheckoutConfigSaveRequestDto.md) | |
-| [ApiMyAccountGetAccountNumberResponseDto](documentation/models/ApiMyAccountGetAccountNumberResponseDto.md) | |
-| [ApiMyAccountGetAccountFeesResponseDto](documentation/models/ApiMyAccountGetAccountFeesResponseDto.md) | |
-| [ApiMyAccountGetStatusResponseDto](documentation/models/ApiMyAccountGetStatusResponseDto.md) | |
-| [ApiWalletShowResponseDto](documentation/models/ApiWalletShowResponseDto.md) | |
-| [ApiMyAccountDisableAccountResponseDto](documentation/models/ApiMyAccountDisableAccountResponseDto.md) | |
-| [ApiCustomerInvoiceListRequestInvoiceStatus](documentation/models/ApiCustomerInvoiceListRequestInvoiceStatus.md) | Filter by situation |
-| [ApiCustomerInvoiceSaveRequestDto](documentation/models/ApiCustomerInvoiceSaveRequestDto.md) | |
-| [ApiCustomerInvoiceGetResponseDto](documentation/models/ApiCustomerInvoiceGetResponseDto.md) | |
-| [ApiCustomerInvoiceUpdateRequestDto](documentation/models/ApiCustomerInvoiceUpdateRequestDto.md) | |
-| [ApiCustomerInvoiceCancelRequestDto](documentation/models/ApiCustomerInvoiceCancelRequestDto.md) | |
-| [ApiCustomerFiscalInfoMunicipalOptionsGetResponseDto](documentation/models/ApiCustomerFiscalInfoMunicipalOptionsGetResponseDto.md) | |
-| [ApiCustomerFiscalInfoGetResponseDto](documentation/models/ApiCustomerFiscalInfoGetResponseDto.md) | |
-| [ApiCustomerFiscalInfoSaveRequestDto](documentation/models/ApiCustomerFiscalInfoSaveRequestDto.md) | |
-| [ApiCustomerFiscalInfoListMunicipalServicesResponseDto](documentation/models/ApiCustomerFiscalInfoListMunicipalServicesResponseDto.md) | |
-| [ApiCustomerFiscalInfoListInvoiceNbsCodesResponseDto](documentation/models/ApiCustomerFiscalInfoListInvoiceNbsCodesResponseDto.md) | |
-| [ApiCustomerFiscalInfoUpdateUseNationalPortalRequestDto](documentation/models/ApiCustomerFiscalInfoUpdateUseNationalPortalRequestDto.md) | |
-| [ApiCustomerFiscalInfoUpdateUseNationalPortalResponseDto](documentation/models/ApiCustomerFiscalInfoUpdateUseNationalPortalResponseDto.md) | |
-| [ApiPushNotificationConfigListResponseDto](documentation/models/ApiPushNotificationConfigListResponseDto.md) | |
-| [ApiPushNotificationConfigSaveRequestDto](documentation/models/ApiPushNotificationConfigSaveRequestDto.md) | |
-| [ApiPushNotificationConfigGetResponseDto](documentation/models/ApiPushNotificationConfigGetResponseDto.md) | |
-| [ApiPushNotificationConfigUpdateRequestDto](documentation/models/ApiPushNotificationConfigUpdateRequestDto.md) | |
-| [ApiPushNotificationConfigDeleteResponseDto](documentation/models/ApiPushNotificationConfigDeleteResponseDto.md) | |
-| [ApiCustomerListResponseDto](documentation/models/ApiCustomerListResponseDto.md) | |
-| [ApiCustomerSaveRequestDto](documentation/models/ApiCustomerSaveRequestDto.md) | |
-| [ApiCustomerSaveResponseDto](documentation/models/ApiCustomerSaveResponseDto.md) | |
-| [ApiCustomerGetResponseDto](documentation/models/ApiCustomerGetResponseDto.md) | |
-| [ApiCustomerPaymentCustodyConfigDto](documentation/models/ApiCustomerPaymentCustodyConfigDto.md) | |
-| [ApiCustomerSaveOrUpdatePaymentCustodyConfigRequestDto](documentation/models/ApiCustomerSaveOrUpdatePaymentCustodyConfigRequestDto.md) | |
-| [ApiAccountDocumentShowResponseDto](documentation/models/ApiAccountDocumentShowResponseDto.md) | |
-| [ApiAccountDocumentSaveRequestDto](documentation/models/ApiAccountDocumentSaveRequestDto.md) | |
-| [ApiAccountDocumentGetResponseDto](documentation/models/ApiAccountDocumentGetResponseDto.md) | |
-| [ApiAccountDocumentUpdateRequestDto](documentation/models/ApiAccountDocumentUpdateRequestDto.md) | |
-| [ApiAccountDocumentDeleteResponseDto](documentation/models/ApiAccountDocumentDeleteResponseDto.md) | |
-| [ApiChargebackSaveDisputeRequestDto](documentation/models/ApiChargebackSaveDisputeRequestDto.md) | |
-| [ApiChargebackSaveDisputeResponseDto](documentation/models/ApiChargebackSaveDisputeResponseDto.md) | |
-| [ApiChargebackListResponseDto](documentation/models/ApiChargebackListResponseDto.md) | |
-| [ApiChargebackListRequestCreditCardBrand](documentation/models/ApiChargebackListRequestCreditCardBrand.md) | Filter by used card brand. |
-| [ApiChargebackListRequestChargebackStatus](documentation/models/ApiChargebackListRequestChargebackStatus.md) | Filter by chargeback status. |
-| [ApiPaymentChargebackResponseDto](documentation/models/ApiPaymentChargebackResponseDto.md) | |
-| [ApiPaymentGetResponseBillingType](documentation/models/ApiPaymentGetResponseBillingType.md) | Payment billing type |
-| [ApiPaymentSaveWithCreditCardCreditCardDto](documentation/models/ApiPaymentSaveWithCreditCardCreditCardDto.md) | |
-| [ApiPaymentGetResponsePaymentStatus](documentation/models/ApiPaymentGetResponsePaymentStatus.md) | Payment status |
-| [ApiPaymentDiscountDto](documentation/models/ApiPaymentDiscountDto.md) | |
-| [ApiPaymentFineResponseDto](documentation/models/ApiPaymentFineResponseDto.md) | |
-| [ApiPaymentInterestResponseDto](documentation/models/ApiPaymentInterestResponseDto.md) | |
-| [ApiPaymentRefundGetResponseDto](documentation/models/ApiPaymentRefundGetResponseDto.md) | |
-| [ApiPaymentSaveWithCreditCardCreditCardCreditCardBrand](documentation/models/ApiPaymentSaveWithCreditCardCreditCardCreditCardBrand.md) | Flag of the card used |
-| [ApiPaymentDiscountDiscountType](documentation/models/ApiPaymentDiscountDiscountType.md) | Discount type |
-| [ApiPaymentSplitGetResponsePaymentSplitCancellationReason](documentation/models/ApiPaymentSplitGetResponsePaymentSplitCancellationReason.md) | Reason for canceling the split |
-| [ApiPaymentSplitGetResponsePaymentSplitStatus](documentation/models/ApiPaymentSplitGetResponsePaymentSplitStatus.md) | Split status |
-| [ApiPaymentChargebackResponseChargebackStatus](documentation/models/ApiPaymentChargebackResponseChargebackStatus.md) | Chargeback status |
-| [ApiPaymentChargebackResponseChargebackReason](documentation/models/ApiPaymentChargebackResponseChargebackReason.md) | Chargeback reason |
-| [ApiChargebackCreditCardResponseDto](documentation/models/ApiChargebackCreditCardResponseDto.md) | |
-| [ApiPaymentChargebackResponseChargebackDisputeStatus](documentation/models/ApiPaymentChargebackResponseChargebackDisputeStatus.md) | Chargeback dispute status. |
-| [ApiChargebackCreditCardResponseCreditCardBrand](documentation/models/ApiChargebackCreditCardResponseCreditCardBrand.md) | Flag of the card used |
-| [ApiPaymentCustodyGetResponsePaymentCustodyStatus](documentation/models/ApiPaymentCustodyGetResponsePaymentCustodyStatus.md) | Payment escrow status |
-| [ApiPaymentCustodyGetResponsePaymentCustodyFinishReason](documentation/models/ApiPaymentCustodyGetResponsePaymentCustodyFinishReason.md) | Payment escrow finish reason |
-| [ApiPaymentRefundGetResponsePaymentRefundStatus](documentation/models/ApiPaymentRefundGetResponsePaymentRefundStatus.md) | Refund status |
-| [ApiPaymentRefundedSplitResponseDto](documentation/models/ApiPaymentRefundedSplitResponseDto.md) | |
-| [ApiPaymentSaveRequestBillingType](documentation/models/ApiPaymentSaveRequestBillingType.md) | Payment billing type |
-| [ApiPaymentInterestRequestDto](documentation/models/ApiPaymentInterestRequestDto.md) | |
-| [ApiPaymentFineRequestDto](documentation/models/ApiPaymentFineRequestDto.md) | |
-| [ApiPaymentSplitRequestDto](documentation/models/ApiPaymentSplitRequestDto.md) | |
-| [ApiPaymentCallbackRequestDto](documentation/models/ApiPaymentCallbackRequestDto.md) | |
-| [ApiPaymentFineRequestFineType](documentation/models/ApiPaymentFineRequestFineType.md) | Fine type |
-| [ApiPaymentSaveWithCreditCardRequestBillingType](documentation/models/ApiPaymentSaveWithCreditCardRequestBillingType.md) | Payment billing type |
-| [ApiCreditCardRequestDto](documentation/models/ApiCreditCardRequestDto.md) | |
-| [ApiCreditCardHolderInfoRequestDto](documentation/models/ApiCreditCardHolderInfoRequestDto.md) | |
-| [ApiBankSlipBillingInfoResponseDto](documentation/models/ApiBankSlipBillingInfoResponseDto.md) | |
-| [ApiCreditCardTokenizeResponseCreditCardBrand](documentation/models/ApiCreditCardTokenizeResponseCreditCardBrand.md) | Brand of the card used |
-| [ApiPaymentUpdateRequestBillingType](documentation/models/ApiPaymentUpdateRequestBillingType.md) | Payment billing type |
-| [ApiPaymentStatusResponsePaymentStatus](documentation/models/ApiPaymentStatusResponsePaymentStatus.md) | Payment status |
-| [ApiPaymentSimulateCreditCardResponseDto](documentation/models/ApiPaymentSimulateCreditCardResponseDto.md) | |
-| [ApiPaymentSimulateBankSlipResponseDto](documentation/models/ApiPaymentSimulateBankSlipResponseDto.md) | |
-| [ApiPaymentSimulatePixResponseDto](documentation/models/ApiPaymentSimulatePixResponseDto.md) | |
-| [ApiPaymentSimulateInstallmentResponseDto](documentation/models/ApiPaymentSimulateInstallmentResponseDto.md) | |
-| [ApiPaymentLimitsResponseCreationDto](documentation/models/ApiPaymentLimitsResponseCreationDto.md) | |
-| [ApiPaymentLimitsResponseCreationDailyDto](documentation/models/ApiPaymentLimitsResponseCreationDailyDto.md) | |
-| [ApiPaymentLeanGetResponseBillingType](documentation/models/ApiPaymentLeanGetResponseBillingType.md) | Payment billing type |
-| [ApiPaymentLeanGetResponsePaymentStatus](documentation/models/ApiPaymentLeanGetResponsePaymentStatus.md) | Payment status |
-| [ApiPaymentLeanSaveWithCreditCardResponseBillingType](documentation/models/ApiPaymentLeanSaveWithCreditCardResponseBillingType.md) | Payment billing type |
-| [ApiPaymentLeanSaveWithCreditCardResponsePaymentStatus](documentation/models/ApiPaymentLeanSaveWithCreditCardResponsePaymentStatus.md) | Payment status |
-| [ApiPaymentDocumentGetResponsePaymentDocumentType](documentation/models/ApiPaymentDocumentGetResponsePaymentDocumentType.md) | Document type |
-| [ApiPaymentDocumentFileResponseDto](documentation/models/ApiPaymentDocumentFileResponseDto.md) | |
-| [ApiPaymentDocumentSaveRequestPaymentDocumentType](documentation/models/ApiPaymentDocumentSaveRequestPaymentDocumentType.md) | Document type |
-| [ApiPaymentDocumentUpdateRequestPaymentDocumentType](documentation/models/ApiPaymentDocumentUpdateRequestPaymentDocumentType.md) | Document type |
-| [ApiCustomerAccountGetResponsePersonType](documentation/models/ApiCustomerAccountGetResponsePersonType.md) | Kind of person |
-| [ApiNotificationGetResponseNotificationEvent](documentation/models/ApiNotificationGetResponseNotificationEvent.md) | Kind of event |
-| [ApiInstallmentGetResponseBillingType](documentation/models/ApiInstallmentGetResponseBillingType.md) | Form of payment |
-| [ApiInstallmentRefundResponseDto](documentation/models/ApiInstallmentRefundResponseDto.md) | |
-| [ApiInstallmentRefundResponsePaymentRefundStatus](documentation/models/ApiInstallmentRefundResponsePaymentRefundStatus.md) | Refund status |
-| [ApiInstallmentSaveRequestBillingType](documentation/models/ApiInstallmentSaveRequestBillingType.md) | Payment billing type |
-| [ApiInstallmentSplitRequestDto](documentation/models/ApiInstallmentSplitRequestDto.md) | |
-| [ApiInstallmentSaveWithCreditCardRequestBillingType](documentation/models/ApiInstallmentSaveWithCreditCardRequestBillingType.md) | Payment billing type |
-| [ApiInstallmentSplitGetResponseDto](documentation/models/ApiInstallmentSplitGetResponseDto.md) | |
-| [ApiInstallmentSplitGetResponsePaymentSplitCancellationReason](documentation/models/ApiInstallmentSplitGetResponsePaymentSplitCancellationReason.md) | Reason for canceling the split |
-| [ApiInstallmentSplitGetResponsePaymentSplitStatus](documentation/models/ApiInstallmentSplitGetResponsePaymentSplitStatus.md) | Split status |
-| [ApiSubscriptionGetResponseBillingType](documentation/models/ApiSubscriptionGetResponseBillingType.md) | Billing type |
-| [ApiSubscriptionGetResponseCycle](documentation/models/ApiSubscriptionGetResponseCycle.md) | Billing frequency |
-| [ApiSubscriptionGetResponseSubscriptionStatus](documentation/models/ApiSubscriptionGetResponseSubscriptionStatus.md) | Subscription status |
-| [ApiSubscriptionSplitResponseDto](documentation/models/ApiSubscriptionSplitResponseDto.md) | |
-| [ApiSubscriptionSplitResponseSubscriptionSplitStatus](documentation/models/ApiSubscriptionSplitResponseSubscriptionSplitStatus.md) | Subscription split status |
-| [ApiSubscriptionSplitResponseSubscriptionSplitDisabledReason](documentation/models/ApiSubscriptionSplitResponseSubscriptionSplitDisabledReason.md) | Reason why subscription split was disabled |
-| [ApiSubscriptionSaveRequestBillingType](documentation/models/ApiSubscriptionSaveRequestBillingType.md) | Billing type |
-| [ApiSubscriptionSaveRequestCycle](documentation/models/ApiSubscriptionSaveRequestCycle.md) | Billing frequency |
-| [ApiSubscriptionSplitRequestDto](documentation/models/ApiSubscriptionSplitRequestDto.md) | |
-| [ApiSubscriptionSaveWithCreditCardRequestBillingType](documentation/models/ApiSubscriptionSaveWithCreditCardRequestBillingType.md) | Billing type |
-| [ApiSubscriptionSaveWithCreditCardRequestCycle](documentation/models/ApiSubscriptionSaveWithCreditCardRequestCycle.md) | Billing frequency |
-| [ApiSubscriptionSaveWithCreditCardResponseBillingType](documentation/models/ApiSubscriptionSaveWithCreditCardResponseBillingType.md) | Billing type |
-| [ApiSubscriptionSaveWithCreditCardResponseCycle](documentation/models/ApiSubscriptionSaveWithCreditCardResponseCycle.md) | Billing frequency |
-| [ApiSubscriptionSaveWithCreditCardResponseSubscriptionStatus](documentation/models/ApiSubscriptionSaveWithCreditCardResponseSubscriptionStatus.md) | Subscription status |
-| [ApiSubscriptionUpdateRequestBillingType](documentation/models/ApiSubscriptionUpdateRequestBillingType.md) | Billing type |
-| [ApiSubscriptionUpdateRequestSubscriptionStatus](documentation/models/ApiSubscriptionUpdateRequestSubscriptionStatus.md) | Subscription status |
-| [ApiSubscriptionUpdateRequestCycle](documentation/models/ApiSubscriptionUpdateRequestCycle.md) | Billing frequency |
-| [ApiCustomerInvoiceTaxesDto](documentation/models/ApiCustomerInvoiceTaxesDto.md) | |
-| [ApiCustomerInvoiceGetResponseInvoiceStatus](documentation/models/ApiCustomerInvoiceGetResponseInvoiceStatus.md) | Invoice status |
-| [ApiPixAddressKeyGetResponsePixAddressKeyType](documentation/models/ApiPixAddressKeyGetResponsePixAddressKeyType.md) | Pix key type |
-| [ApiPixAddressKeyGetResponsePixAddressKeyStatus](documentation/models/ApiPixAddressKeyGetResponsePixAddressKeyStatus.md) | Key status |
-| [ApiPixAddressKeyQrCodeGetResponseDto](documentation/models/ApiPixAddressKeyQrCodeGetResponseDto.md) | |
-| [ApiPixAddressKeySaveRequestPixAddressKeyType](documentation/models/ApiPixAddressKeySaveRequestPixAddressKeyType.md) | Pix key type |
-| [ApiPixTransactionQrCodeSaveRequestDto](documentation/models/ApiPixTransactionQrCodeSaveRequestDto.md) | |
-| [ApiPixTransactionGetResponsePixTransactionCashValueFinality](documentation/models/ApiPixTransactionGetResponsePixTransactionCashValueFinality.md) | Used to indicate whether it is a Withdrawal or Change |
-| [ApiPixTransactionGetResponsePixTransactionStatus](documentation/models/ApiPixTransactionGetResponsePixTransactionStatus.md) | Transaction status |
-| [ApiPixTransactionGetResponsePixTransactionType](documentation/models/ApiPixTransactionGetResponsePixTransactionType.md) | Transaction type |
-| [ApiPixTransactionGetResponsePixTransactionOriginType](documentation/models/ApiPixTransactionGetResponsePixTransactionOriginType.md) | Indicates the origin of the transaction |
-| [ApiPixOriginalTransactionResponseDto](documentation/models/ApiPixOriginalTransactionResponseDto.md) | |
-| [ApiPixTransactionExternalAccountResponseDto](documentation/models/ApiPixTransactionExternalAccountResponseDto.md) | |
-| [ApiPixTransactionQrCodeResponseDto](documentation/models/ApiPixTransactionQrCodeResponseDto.md) | |
-| [ApiPixTransactionGetResponsePixAddressKeyType](documentation/models/ApiPixTransactionGetResponsePixAddressKeyType.md) | Pix key type |
-| [ApiPixTransactionExternalAccountResponsePixAddressKeyType](documentation/models/ApiPixTransactionExternalAccountResponsePixAddressKeyType.md) | Pix key type |
-| [ApiPixTransactionQrCodePayerResponseDto](documentation/models/ApiPixTransactionQrCodePayerResponseDto.md) | |
-| [ApiPixQrCodeDecodeResponsePixQrCodeType](documentation/models/ApiPixQrCodeDecodeResponsePixQrCodeType.md) | QRCode Type |
-| [ApiPixQrCodeDecodeResponsePixTransactionOriginType](documentation/models/ApiPixQrCodeDecodeResponsePixTransactionOriginType.md) | Transaction origin |
-| [ApiPixQrCodeDecodeResponsePixTransactionCashValueFinality](documentation/models/ApiPixQrCodeDecodeResponsePixTransactionCashValueFinality.md) | Used to indicate whether it is a Withdrawal or Change |
-| [ApiPixQrCodeDecodeReceiverDto](documentation/models/ApiPixQrCodeDecodeReceiverDto.md) | |
-| [ApiPixQrCodeDecodeReceiverPersonType](documentation/models/ApiPixQrCodeDecodeReceiverPersonType.md) | Person type |
-| [ApiPixQrCodeDecodeReceiverPixAccountType](documentation/models/ApiPixQrCodeDecodeReceiverPixAccountType.md) | Receiver account type |
-| [ApiReceivableAnticipationGetResponseReceivableAnticipationStatus](documentation/models/ApiReceivableAnticipationGetResponseReceivableAnticipationStatus.md) | Anticipation status |
-| [ApiReceivableAnticipationLimitsInfoResponseDto](documentation/models/ApiReceivableAnticipationLimitsInfoResponseDto.md) | |
-| [ApiPixTransactionRecurringCheckoutScheduleGetResponseRecurringCheckoutScheduleStatus](documentation/models/ApiPixTransactionRecurringCheckoutScheduleGetResponseRecurringCheckoutScheduleStatus.md) | Recurrence status |
-| [ApiPixTransactionRecurringCheckoutScheduleGetResponseRecurringCheckoutScheduleOrigin](documentation/models/ApiPixTransactionRecurringCheckoutScheduleGetResponseRecurringCheckoutScheduleOrigin.md) | Indicates the origin of the recurrence |
-| [ApiPixTransactionRecurringCheckoutScheduleGetResponseRecurringCheckoutScheduleFrequency](documentation/models/ApiPixTransactionRecurringCheckoutScheduleGetResponseRecurringCheckoutScheduleFrequency.md) | Recurrence frequency |
-| [ApiPixTransactionRecurringCheckoutScheduleExternalAccountDto](documentation/models/ApiPixTransactionRecurringCheckoutScheduleExternalAccountDto.md) | |
-| [ApiPixTransactionRecurringCheckoutScheduleGetItemResponseRecurringCheckoutSchedulePixItemStatus](documentation/models/ApiPixTransactionRecurringCheckoutScheduleGetItemResponseRecurringCheckoutSchedulePixItemStatus.md) | Recurrence item status |
-| [ApiPaymentCampaignGetResponseChargeType](documentation/models/ApiPaymentCampaignGetResponseChargeType.md) | Charge type |
-| [ApiPaymentCampaignGetResponseBillingType](documentation/models/ApiPaymentCampaignGetResponseBillingType.md) | Allowed payment method |
-| [ApiPaymentCampaignGetResponseCycle](documentation/models/ApiPaymentCampaignGetResponseCycle.md) | Billing frequency, if the chargeType is RECURRENT |
-| [ApiPaymentCampaignSaveRequestBillingType](documentation/models/ApiPaymentCampaignSaveRequestBillingType.md) | Allowed payment method |
-| [ApiPaymentCampaignSaveRequestChargeType](documentation/models/ApiPaymentCampaignSaveRequestChargeType.md) | Charge type |
-| [ApiPaymentCampaignSaveRequestCycle](documentation/models/ApiPaymentCampaignSaveRequestCycle.md) | Billing frequency, if the chargeType is RECURRENT |
-| [ApiPaymentCampaignUpdateRequestBillingType](documentation/models/ApiPaymentCampaignUpdateRequestBillingType.md) | Allowed payment method |
-| [ApiPaymentCampaignUpdateRequestChargeType](documentation/models/ApiPaymentCampaignUpdateRequestChargeType.md) | Charge type |
-| [ApiPaymentCampaignUpdateRequestCycle](documentation/models/ApiPaymentCampaignUpdateRequestCycle.md) | Billing frequency, if the chargeType is RECURRENT |
-| [ApiPaymentCampaignFileImageResponseDto](documentation/models/ApiPaymentCampaignFileImageResponseDto.md) | |
-| [ApiCheckoutSessionCallbackDto](documentation/models/ApiCheckoutSessionCallbackDto.md) | |
-| [ApiCheckoutSessionItemsDto](documentation/models/ApiCheckoutSessionItemsDto.md) | |
-| [ApiCheckoutSessionCustomerDataDto](documentation/models/ApiCheckoutSessionCustomerDataDto.md) | |
-| [ApiCheckoutSessionSubscriptionDto](documentation/models/ApiCheckoutSessionSubscriptionDto.md) | |
-| [ApiCheckoutSessionInstallmentDto](documentation/models/ApiCheckoutSessionInstallmentDto.md) | |
-| [ApiCheckoutSessionSplitDto](documentation/models/ApiCheckoutSessionSplitDto.md) | |
-| [ApiCheckoutSessionSubscriptionCycle](documentation/models/ApiCheckoutSessionSubscriptionCycle.md) | Billing frequency |
-| [ApiTransferGetResponseTransferStatus](documentation/models/ApiTransferGetResponseTransferStatus.md) | Transfer status |
-| [ApiTransferGetResponseTransferType](documentation/models/ApiTransferGetResponseTransferType.md) | Transfer method |
-| [ApiTransferBankAccountGetResponseDto](documentation/models/ApiTransferBankAccountGetResponseDto.md) | |
-| [ApiTransferBankGetResponseDto](documentation/models/ApiTransferBankGetResponseDto.md) | |
-| [ApiTransferBankAccountSaveRequestDto](documentation/models/ApiTransferBankAccountSaveRequestDto.md) | |
-| [ApiTransferSaveRequestTransferType](documentation/models/ApiTransferSaveRequestTransferType.md) | Transfer modality. If not informed and the receiving institution is a Pix participant, the transfer is via Pix. Otherwise via TED. |
-| [ApiTransferSaveRequestPixAddressKeyType](documentation/models/ApiTransferSaveRequestPixAddressKeyType.md) | Enter the type of key if it is a transfer to a Pix key |
-| [ApiTransferRecurringSaveRequestDto](documentation/models/ApiTransferRecurringSaveRequestDto.md) | |
-| [ApiTransferBankSaveRequestDto](documentation/models/ApiTransferBankSaveRequestDto.md) | |
-| [ApiTransferBankAccountSaveRequestBankAccountType](documentation/models/ApiTransferBankAccountSaveRequestBankAccountType.md) | Account type |
-| [ApiTransferRecurringSaveRequestRecurringCheckoutScheduleFrequency](documentation/models/ApiTransferRecurringSaveRequestRecurringCheckoutScheduleFrequency.md) | Frequency |
-| [ApiTransferSaveInternalTransferResponseTransferStatus](documentation/models/ApiTransferSaveInternalTransferResponseTransferStatus.md) | Transfer status |
-| [ApiTransferSaveInternalTransferResponseTransferType](documentation/models/ApiTransferSaveInternalTransferResponseTransferType.md) | Transfer method |
-| [ApiTransferSaveInternalTransferAccountDto](documentation/models/ApiTransferSaveInternalTransferAccountDto.md) | |
-| [ApiPaymentDunningShowResponsePaymentDunningStatus](documentation/models/ApiPaymentDunningShowResponsePaymentDunningStatus.md) | Payment dunning status |
-| [ApiPaymentDunningShowResponsePaymentDunningType](documentation/models/ApiPaymentDunningShowResponsePaymentDunningType.md) | Type of payment dunning |
-| [ApiPaymentDunningSaveRequestPaymentDunningType](documentation/models/ApiPaymentDunningSaveRequestPaymentDunningType.md) | Type of payment dunning |
-| [ApiPaymentDunningSimulateResponseTypeSimulationItemDto](documentation/models/ApiPaymentDunningSimulateResponseTypeSimulationItemDto.md) | |
-| [ApiPaymentDunningSimulateResponseTypeSimulationItemPaymentDunningType](documentation/models/ApiPaymentDunningSimulateResponseTypeSimulationItemPaymentDunningType.md) | Type of payment dunning |
-| [ApiPaymentDunningListHistoryResponseDataDto](documentation/models/ApiPaymentDunningListHistoryResponseDataDto.md) | |
-| [ApiPaymentDunningListHistoryResponseDataPaymentDunningHistoryStatus](documentation/models/ApiPaymentDunningListHistoryResponseDataPaymentDunningHistoryStatus.md) | Negotiation status |
-| [ApiPaymentDunningListPartialPaymentsResponseDataDto](documentation/models/ApiPaymentDunningListPartialPaymentsResponseDataDto.md) | |
-| [ApiPaymentDunningPaymentsAvailableForDunningResponseDataDto](documentation/models/ApiPaymentDunningPaymentsAvailableForDunningResponseDataDto.md) | |
-| [ApiPaymentDunningPaymentsAvailableForDunningResponseDataPaymentStatus](documentation/models/ApiPaymentDunningPaymentsAvailableForDunningResponseDataPaymentStatus.md) | Billing status |
-| [ApiPaymentDunningPaymentsAvailableForDunningResponseDataBillingType](documentation/models/ApiPaymentDunningPaymentsAvailableForDunningResponseDataBillingType.md) | Form of payment |
-| [ApiPaymentDunningPaymentsAvailableForDunningResponseDataTypeSimulationItemDto](documentation/models/ApiPaymentDunningPaymentsAvailableForDunningResponseDataTypeSimulationItemDto.md) | |
-| [ApiPaymentDunningPaymentsAvailableForDunningResponseDataTypeSimulationItemPaymentDunningType](documentation/models/ApiPaymentDunningPaymentsAvailableForDunningResponseDataTypeSimulationItemPaymentDunningType.md) | Type of payment dunning |
-| [ApiPaymentDunningSaveDocumentsResponsePaymentDunningStatus](documentation/models/ApiPaymentDunningSaveDocumentsResponsePaymentDunningStatus.md) | Payment dunning status |
-| [ApiPaymentDunningSaveDocumentsResponsePaymentDunningType](documentation/models/ApiPaymentDunningSaveDocumentsResponsePaymentDunningType.md) | Type of payment dunning |
-| [ApiPaymentDunningCancelResponsePaymentDunningStatus](documentation/models/ApiPaymentDunningCancelResponsePaymentDunningStatus.md) | Payment dunning status |
-| [ApiPaymentDunningCancelResponsePaymentDunningType](documentation/models/ApiPaymentDunningCancelResponsePaymentDunningType.md) | Type of payment dunning |
-| [ApiBillGetResponseBillStatus](documentation/models/ApiBillGetResponseBillStatus.md) | Bill payment status |
-| [ApiBillSimulateBankSlipInfoResponseDto](documentation/models/ApiBillSimulateBankSlipInfoResponseDto.md) | |
-| [ApiMobilePhoneRechargeGetResponseMobilePhoneRechargeStatus](documentation/models/ApiMobilePhoneRechargeGetResponseMobilePhoneRechargeStatus.md) | Recharge status |
-| [ApiMobilePhoneRechargeFindProviderResponseValuesDto](documentation/models/ApiMobilePhoneRechargeFindProviderResponseValuesDto.md) | |
-| [ApiFinancialTransactionGetResponseDto](documentation/models/ApiFinancialTransactionGetResponseDto.md) | |
-| [ApiFinancialTransactionGetResponseFinancialTransactionType](documentation/models/ApiFinancialTransactionGetResponseFinancialTransactionType.md) | Transaction type |
-| [ApiCustomerUpdateRequestGetResponseStatus](documentation/models/ApiCustomerUpdateRequestGetResponseStatus.md) | Account status |
-| [ApiCustomerUpdateRequestGetResponsePersonType](documentation/models/ApiCustomerUpdateRequestGetResponsePersonType.md) | Person Type |
-| [ApiCustomerUpdateRequestGetResponseCompanyType](documentation/models/ApiCustomerUpdateRequestGetResponseCompanyType.md) | Type of company (only when Legal Entity) |
-| [ApiCustomerUpdateRequestCityDto](documentation/models/ApiCustomerUpdateRequestCityDto.md) | |
-| [ApiCustomerUpdateRequestCommercialInfoExpirationResponseDto](documentation/models/ApiCustomerUpdateRequestCommercialInfoExpirationResponseDto.md) | |
-| [ApiCustomerUpdateRequestCityState](documentation/models/ApiCustomerUpdateRequestCityState.md) | State abbreviation (SP, RJ, SC, ...) |
-| [ApiCustomerUpdateRequestSaveRequestPersonType](documentation/models/ApiCustomerUpdateRequestSaveRequestPersonType.md) | Person Type |
-| [ApiCustomerUpdateRequestSaveRequestCompanyType](documentation/models/ApiCustomerUpdateRequestSaveRequestCompanyType.md) | Type of company (only when Legal Entity) |
-| [ApiPaymentCheckoutConfigGetResponseCustomerInvoiceConfigStatus](documentation/models/ApiPaymentCheckoutConfigGetResponseCustomerInvoiceConfigStatus.md) | Invoice personalization status |
-| [ApiMyAccountGetAccountFeesPaymentDto](documentation/models/ApiMyAccountGetAccountFeesPaymentDto.md) | |
-| [ApiMyAccountGetAccountFeesTransferDto](documentation/models/ApiMyAccountGetAccountFeesTransferDto.md) | |
-| [ApiMyAccountGetAccountFeesNotificationDto](documentation/models/ApiMyAccountGetAccountFeesNotificationDto.md) | |
-| [ApiMyAccountGetAccountFeesCreditBureauReportDto](documentation/models/ApiMyAccountGetAccountFeesCreditBureauReportDto.md) | |
-| [ApiMyAccountGetAccountFeesInvoiceDto](documentation/models/ApiMyAccountGetAccountFeesInvoiceDto.md) | |
-| [ApiMyAccountGetAccountFeesAnticipationDto](documentation/models/ApiMyAccountGetAccountFeesAnticipationDto.md) | |
-| [ApiMyAccountGetAccountFeesPaymentBankSlipDto](documentation/models/ApiMyAccountGetAccountFeesPaymentBankSlipDto.md) | |
-| [ApiMyAccountGetAccountFeesPaymentCreditCardDto](documentation/models/ApiMyAccountGetAccountFeesPaymentCreditCardDto.md) | |
-| [ApiMyAccountGetAccountFeesPaymentDebitCardDto](documentation/models/ApiMyAccountGetAccountFeesPaymentDebitCardDto.md) | |
-| [ApiMyAccountGetAccountFeesPaymentPixDto](documentation/models/ApiMyAccountGetAccountFeesPaymentPixDto.md) | |
-| [ApiMyAccountGetAccountFeesTransferTedDto](documentation/models/ApiMyAccountGetAccountFeesTransferTedDto.md) | |
-| [ApiMyAccountGetAccountFeesTransferPixDto](documentation/models/ApiMyAccountGetAccountFeesTransferPixDto.md) | |
-| [ApiMyAccountGetAccountFeesAnticipationCreditCardDto](documentation/models/ApiMyAccountGetAccountFeesAnticipationCreditCardDto.md) | |
-| [ApiMyAccountGetAccountFeesAnticipationBankSlipDto](documentation/models/ApiMyAccountGetAccountFeesAnticipationBankSlipDto.md) | |
-| [ApiMyAccountGetStatusResponseStatus](documentation/models/ApiMyAccountGetStatusResponseStatus.md) | Status of sent business data |
-| [ApiWalletGetResponseDto](documentation/models/ApiWalletGetResponseDto.md) | |
-| [ApiCustomerFiscalInfoMunicipalOptionsGetResponseEnotasTipoAutenticacao](documentation/models/ApiCustomerFiscalInfoMunicipalOptionsGetResponseEnotasTipoAutenticacao.md) | Type of authentication required at city hall |
-| [ApiCustomerFiscalInfoMunicipalOptionsSpecialTaxRegimesDto](documentation/models/ApiCustomerFiscalInfoMunicipalOptionsSpecialTaxRegimesDto.md) | |
-| [ApiCustomerFiscalInfoMunicipalOptionsNationalPortalTaxCalculationRegimeDto](documentation/models/ApiCustomerFiscalInfoMunicipalOptionsNationalPortalTaxCalculationRegimeDto.md) | |
-| [ApiCustomerFiscalInfoListMunicipalServicesResponseDataDto](documentation/models/ApiCustomerFiscalInfoListMunicipalServicesResponseDataDto.md) | |
-| [ApiCustomerFiscalInfoListInvoiceNbsCodesResponseDataDto](documentation/models/ApiCustomerFiscalInfoListInvoiceNbsCodesResponseDataDto.md) | |
-| [ApiPushNotificationConfigGetResponsePushNotificationSendType](documentation/models/ApiPushNotificationConfigGetResponsePushNotificationSendType.md) | Sequential (SEQUENTIALLY) or non-sequential (NON_SEQUENTIALLY) |
-| [ApiPushNotificationConfigSaveRequestPushNotificationSendType](documentation/models/ApiPushNotificationConfigSaveRequestPushNotificationSendType.md) | Sequential (SEQUENTIALLY) or non-sequential (NON_SEQUENTIALLY) |
-| [ApiPushNotificationConfigUpdateRequestPushNotificationSendType](documentation/models/ApiPushNotificationConfigUpdateRequestPushNotificationSendType.md) | Sequential (SEQUENTIALLY) or non-sequential (NON_SEQUENTIALLY) |
-| [ApiCustomerGetResponsePersonType](documentation/models/ApiCustomerGetResponsePersonType.md) | Kind of person |
-| [ApiCustomerGetResponseCompanyType](documentation/models/ApiCustomerGetResponseCompanyType.md) | Type of company (only when Legal Entity) |
-| [ApiCustomerAccountNumberDto](documentation/models/ApiCustomerAccountNumberDto.md) | |
-| [ApiCustomerSaveRequestCompanyType](documentation/models/ApiCustomerSaveRequestCompanyType.md) | Type of company (only when Legal Entity) |
-| [ApiCustomerSaveResponsePersonType](documentation/models/ApiCustomerSaveResponsePersonType.md) | Kind of person |
-| [ApiCustomerSaveResponseCompanyType](documentation/models/ApiCustomerSaveResponseCompanyType.md) | Type of company (only when Legal Entity) |
-| [ApiAccountDocumentGroupResponseDto](documentation/models/ApiAccountDocumentGroupResponseDto.md) | |
-| [ApiAccountDocumentGroupResponseCustomerDocumentStatus](documentation/models/ApiAccountDocumentGroupResponseCustomerDocumentStatus.md) | Document group status |
-| [ApiAccountDocumentGroupResponseCustomerDocumentType](documentation/models/ApiAccountDocumentGroupResponseCustomerDocumentType.md) | Type of documents |
-| [ApiAccountDocumentGroupResponsibleResponseDto](documentation/models/ApiAccountDocumentGroupResponsibleResponseDto.md) | |
-| [ApiAccountDocumentGetResponseCustomerDocumentStatus](documentation/models/ApiAccountDocumentGetResponseCustomerDocumentStatus.md) | Document approval status |
-| [ApiAccountDocumentSaveRequestCustomerDocumentType](documentation/models/ApiAccountDocumentSaveRequestCustomerDocumentType.md) | Document Type |
-| [ApiChargebackSaveDisputeResponseChargebackDisputeStatus](documentation/models/ApiChargebackSaveDisputeResponseChargebackDisputeStatus.md) | Dispute status. |
-| [ListPaymentsParameters](documentation/models/ListPaymentsParameters.md) | |
-| [ListPaymentsWithSummaryDataParameters](documentation/models/ListPaymentsWithSummaryDataParameters.md) | |
-| [ListPaidSplitsParameters](documentation/models/ListPaidSplitsParameters.md) | |
-| [ListReceivedSplitsParameters](documentation/models/ListReceivedSplitsParameters.md) | |
-| [ListCustomersParameters](documentation/models/ListCustomersParameters.md) | |
-| [ListInstallmentsParameters](documentation/models/ListInstallmentsParameters.md) | |
-| [ListPaymentsOfAInstallmentParameters](documentation/models/ListPaymentsOfAInstallmentParameters.md) | |
-| [GenerateInstallmentBookletParameters](documentation/models/GenerateInstallmentBookletParameters.md) | |
-| [ListSubscriptionsParameters](documentation/models/ListSubscriptionsParameters.md) | |
-| [ListPaymentsOfASubscriptionParameters](documentation/models/ListPaymentsOfASubscriptionParameters.md) | |
-| [GenerateSignatureBookletParameters](documentation/models/GenerateSignatureBookletParameters.md) | |
-| [ListInvoicesForSubscriptionChargesParameters](documentation/models/ListInvoicesForSubscriptionChargesParameters.md) | |
-| [ListKeysParameters](documentation/models/ListKeysParameters.md) | |
-| [ListTransactionsParameters](documentation/models/ListTransactionsParameters.md) | |
-| [ListAnticipationsParameters](documentation/models/ListAnticipationsParameters.md) | |
-| [ListRecurrencesParameters](documentation/models/ListRecurrencesParameters.md) | |
-| [ListRecurrenceItemsParameters](documentation/models/ListRecurrenceItemsParameters.md) | |
-| [ListPaymentsLinksParameters](documentation/models/ListPaymentsLinksParameters.md) | |
-| [ListTransfersParameters](documentation/models/ListTransfersParameters.md) | |
-| [ListPaymentDunningsParameters](documentation/models/ListPaymentDunningsParameters.md) | |
-| [SimulateAPaymentDunningParameters](documentation/models/SimulateAPaymentDunningParameters.md) | |
-| [EventHistoryListsParameters](documentation/models/EventHistoryListsParameters.md) | |
-| [ListPaymentsReceivedParameters](documentation/models/ListPaymentsReceivedParameters.md) | |
-| [ListPaymentsAvailableForPaymentDunningParameters](documentation/models/ListPaymentsAvailableForPaymentDunningParameters.md) | |
-| [ListBillPaymentsParameters](documentation/models/ListBillPaymentsParameters.md) | |
-| [ListMobileRechargesParameters](documentation/models/ListMobileRechargesParameters.md) | |
-| [ListCreditBureauReportsParameters](documentation/models/ListCreditBureauReportsParameters.md) | |
-| [RetrieveExtractParameters](documentation/models/RetrieveExtractParameters.md) | |
-| [BillingStatisticsParameters](documentation/models/BillingStatisticsParameters.md) | |
-| [DeleteWhiteLabelSubaccountParameters](documentation/models/DeleteWhiteLabelSubaccountParameters.md) | |
-| [ListInvoicesParameters](documentation/models/ListInvoicesParameters.md) | |
-| [ListMunicipalServicesParameters](documentation/models/ListMunicipalServicesParameters.md) | |
-| [ListNbsCodesParameters](documentation/models/ListNbsCodesParameters.md) | |
-| [ListWebhooksParameters](documentation/models/ListWebhooksParameters.md) | |
-| [ListSubaccountsParameters](documentation/models/ListSubaccountsParameters.md) | |
-| [ListChargebacksParameters](documentation/models/ListChargebacksParameters.md) | |
-| [ApiErrorResponseDto](documentation/models/ApiErrorResponseDto.md) | |
-| [ApiErrorResponseItemDto](documentation/models/ApiErrorResponseItemDto.md) | |
+| Name | Description |
+| :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------- |
+| [PaymentListResponseDto](documentation/models/PaymentListResponseDto.md) | |
+| [PaymentListRequestBillingType](documentation/models/PaymentListRequestBillingType.md) | Filter by billing type |
+| [PaymentListRequestPaymentStatus](documentation/models/PaymentListRequestPaymentStatus.md) | Filter by status |
+| [PaymentListRequestInvoiceStatus](documentation/models/PaymentListRequestInvoiceStatus.md) | Filter to return charges that have or do not have an invoice |
+| [PaymentSaveRequestDto](documentation/models/PaymentSaveRequestDto.md) | |
+| [PaymentGetResponseDto](documentation/models/PaymentGetResponseDto.md) | |
+| [PaymentSaveWithCreditCardRequestDto](documentation/models/PaymentSaveWithCreditCardRequestDto.md) | |
+| [PaymentPayWithCreditCardRequestDto](documentation/models/PaymentPayWithCreditCardRequestDto.md) | |
+| [PaymentBillingInfoResponseDto](documentation/models/PaymentBillingInfoResponseDto.md) | |
+| [PaymentViewingInfoResponseDto](documentation/models/PaymentViewingInfoResponseDto.md) | |
+| [PaymentUpdateRequestDto](documentation/models/PaymentUpdateRequestDto.md) | |
+| [PaymentDeleteResponseDto](documentation/models/PaymentDeleteResponseDto.md) | |
+| [PaymentStatusResponseDto](documentation/models/PaymentStatusResponseDto.md) | |
+| [PaymentRefundRequestDto](documentation/models/PaymentRefundRequestDto.md) | |
+| [PaymentIdentificationFieldResponseDto](documentation/models/PaymentIdentificationFieldResponseDto.md) | |
+| [PaymentPixQrCodeResponseDto](documentation/models/PaymentPixQrCodeResponseDto.md) | Payment data related to pix |
+| [PaymentReceiveInCashRequestDto](documentation/models/PaymentReceiveInCashRequestDto.md) | |
+| [PaymentSimulateRequestDto](documentation/models/PaymentSimulateRequestDto.md) | |
+| [PaymentSimulateResponseDto](documentation/models/PaymentSimulateResponseDto.md) | |
+| [PaymentEscrowGetResponseDto](documentation/models/PaymentEscrowGetResponseDto.md) | Payment escrow in the Escrow Account information |
+| [PaymentLimitsResponseDto](documentation/models/PaymentLimitsResponseDto.md) | |
+| [PaymentLeanListResponseDto](documentation/models/PaymentLeanListResponseDto.md) | |
+| [PaymentLeanGetResponseDto](documentation/models/PaymentLeanGetResponseDto.md) | |
+| [PaymentLeanSaveWithCreditCardResponseDto](documentation/models/PaymentLeanSaveWithCreditCardResponseDto.md) | |
+| [CreditCardTokenizeRequestDto](documentation/models/CreditCardTokenizeRequestDto.md) | |
+| [CreditCardTokenizeResponseDto](documentation/models/CreditCardTokenizeResponseDto.md) | |
+| [PaymentRefundListResponseDto](documentation/models/PaymentRefundListResponseDto.md) | |
+| [PaymentBankSlipRefundResponseDto](documentation/models/PaymentBankSlipRefundResponseDto.md) | |
+| [PaymentSplitGetResponseDto](documentation/models/PaymentSplitGetResponseDto.md) | Split Settings |
+| [PaymentSplitListResponseDto](documentation/models/PaymentSplitListResponseDto.md) | |
+| [PaymentSplitListPaidRequestPaymentSplitStatus](documentation/models/PaymentSplitListPaidRequestPaymentSplitStatus.md) | Filter by status |
+| [PaymentSplitListReceivedRequestPaymentSplitStatus](documentation/models/PaymentSplitListReceivedRequestPaymentSplitStatus.md) | Filter by status |
+| [PaymentDocumentListResponseDto](documentation/models/PaymentDocumentListResponseDto.md) | |
+| [PaymentDocumentSaveRequestDto](documentation/models/PaymentDocumentSaveRequestDto.md) | |
+| [PaymentDocumentGetResponseDto](documentation/models/PaymentDocumentGetResponseDto.md) | |
+| [PaymentDocumentUpdateRequestDto](documentation/models/PaymentDocumentUpdateRequestDto.md) | |
+| [PaymentDocumentDeleteResponseDto](documentation/models/PaymentDocumentDeleteResponseDto.md) | |
+| [CustomerListResponseDto](documentation/models/CustomerListResponseDto.md) | |
+| [CustomerSaveRequestDto](documentation/models/CustomerSaveRequestDto.md) | |
+| [CustomerGetResponseDto](documentation/models/CustomerGetResponseDto.md) | |
+| [CustomerUpdateRequestDto](documentation/models/CustomerUpdateRequestDto.md) | |
+| [CustomerDeleteResponseDto](documentation/models/CustomerDeleteResponseDto.md) | |
+| [NotificationListResponseDto](documentation/models/NotificationListResponseDto.md) | |
+| [NotificationUpdateRequestDto](documentation/models/NotificationUpdateRequestDto.md) | List of notification information |
+| [NotificationGetResponseDto](documentation/models/NotificationGetResponseDto.md) | List of notification information |
+| [NotificationBatchUpdateRequestDto](documentation/models/NotificationBatchUpdateRequestDto.md) | |
+| [NotificationBatchUpdateResponseDto](documentation/models/NotificationBatchUpdateResponseDto.md) | |
+| [InstallmentListResponseDto](documentation/models/InstallmentListResponseDto.md) | |
+| [InstallmentSaveRequestDto](documentation/models/InstallmentSaveRequestDto.md) | |
+| [InstallmentGetResponseDto](documentation/models/InstallmentGetResponseDto.md) | |
+| [InstallmentSaveWithCreditCardRequestDto](documentation/models/InstallmentSaveWithCreditCardRequestDto.md) | |
+| [InstallmentDeleteResponseDto](documentation/models/InstallmentDeleteResponseDto.md) | |
+| [InstallmentListPaymentsRequestPaymentStatus](documentation/models/InstallmentListPaymentsRequestPaymentStatus.md) | Filter by payment status |
+| [InstallmentPaymentBookResponseDto](documentation/models/InstallmentPaymentBookResponseDto.md) | |
+| [InstallmentUpdateSplitRequestDto](documentation/models/InstallmentUpdateSplitRequestDto.md) | |
+| [InstallmentUpdateSplitResponseDto](documentation/models/InstallmentUpdateSplitResponseDto.md) | |
+| [SubscriptionListResponseDto](documentation/models/SubscriptionListResponseDto.md) | |
+| [SubscriptionListRequestBillingType](documentation/models/SubscriptionListRequestBillingType.md) | Filter by billing type |
+| [SubscriptionListRequestSubscriptionStatus](documentation/models/SubscriptionListRequestSubscriptionStatus.md) | Filter by status |
+| [SubscriptionSaveRequestDto](documentation/models/SubscriptionSaveRequestDto.md) | |
+| [SubscriptionGetResponseDto](documentation/models/SubscriptionGetResponseDto.md) | |
+| [SubscriptionSaveWithCreditCardRequestDto](documentation/models/SubscriptionSaveWithCreditCardRequestDto.md) | |
+| [SubscriptionSaveWithCreditCardResponseDto](documentation/models/SubscriptionSaveWithCreditCardResponseDto.md) | |
+| [SubscriptionUpdateRequestDto](documentation/models/SubscriptionUpdateRequestDto.md) | |
+| [SubscriptionDeleteResponseDto](documentation/models/SubscriptionDeleteResponseDto.md) | |
+| [SubscriptionUpdateCreditCardRequestDto](documentation/models/SubscriptionUpdateCreditCardRequestDto.md) | |
+| [SubscriptionListPaymentsRequestPaymentStatus](documentation/models/SubscriptionListPaymentsRequestPaymentStatus.md) | Filter by payment status |
+| [SubscriptionInvoiceConfigGetResponseDto](documentation/models/SubscriptionInvoiceConfigGetResponseDto.md) | |
+| [SubscriptionConfigureInvoiceRequestDto](documentation/models/SubscriptionConfigureInvoiceRequestDto.md) | |
+| [SubscriptionInvoiceConfigUpdateRequestDto](documentation/models/SubscriptionInvoiceConfigUpdateRequestDto.md) | |
+| [SubscriptionDeleteInvoiceConfigResponseDto](documentation/models/SubscriptionDeleteInvoiceConfigResponseDto.md) | |
+| [InvoiceListResponseDto](documentation/models/InvoiceListResponseDto.md) | |
+| [SubscriptionGetInvoicesRequestInvoiceStatus](documentation/models/SubscriptionGetInvoicesRequestInvoiceStatus.md) | Filter by invoice status |
+| [PixAddressKeyListResponseDto](documentation/models/PixAddressKeyListResponseDto.md) | |
+| [PixAddressKeyListRequestPixAddressKeyStatus](documentation/models/PixAddressKeyListRequestPixAddressKeyStatus.md) | Filter by current key status |
+| [PixAddressKeySaveRequestDto](documentation/models/PixAddressKeySaveRequestDto.md) | |
+| [PixAddressKeyGetResponseDto](documentation/models/PixAddressKeyGetResponseDto.md) | |
+| [PixQrCodeSaveRequestDto](documentation/models/PixQrCodeSaveRequestDto.md) | |
+| [PixQrCodeSaveResponseDto](documentation/models/PixQrCodeSaveResponseDto.md) | |
+| [PixQrCodeDeleteResponseDto](documentation/models/PixQrCodeDeleteResponseDto.md) | |
+| [PixTokenBucketGetAddressKeyResponseDto](documentation/models/PixTokenBucketGetAddressKeyResponseDto.md) | |
+| [PixTransactionSaveRequestDto](documentation/models/PixTransactionSaveRequestDto.md) | |
+| [PixTransactionGetResponseDto](documentation/models/PixTransactionGetResponseDto.md) | |
+| [PixQrCodeDecodeRequestDto](documentation/models/PixQrCodeDecodeRequestDto.md) | |
+| [PixQrCodeDecodeResponseDto](documentation/models/PixQrCodeDecodeResponseDto.md) | |
+| [PixTransactionListResponseDto](documentation/models/PixTransactionListResponseDto.md) | |
+| [PixTransactionListRequestPixTransactionStatus](documentation/models/PixTransactionListRequestPixTransactionStatus.md) | Filter by transaction status |
+| [PixTransactionListRequestPixTransactionType](documentation/models/PixTransactionListRequestPixTransactionType.md) | Filter by transaction type |
+| [AnticipationGetResponseDto](documentation/models/AnticipationGetResponseDto.md) | |
+| [AnticipationListResponseDto](documentation/models/AnticipationListResponseDto.md) | |
+| [AnticipationListRequestAnticipationStatus](documentation/models/AnticipationListRequestAnticipationStatus.md) | Filter by status |
+| [AnticipationSaveRequestDto](documentation/models/AnticipationSaveRequestDto.md) | |
+| [AnticipationSimulateRequestDto](documentation/models/AnticipationSimulateRequestDto.md) | |
+| [AnticipationSimulateResponseDto](documentation/models/AnticipationSimulateResponseDto.md) | |
+| [AnticipationConfigurationGetResponseDto](documentation/models/AnticipationConfigurationGetResponseDto.md) | |
+| [AnticipationConfigurationUpdateRequestDto](documentation/models/AnticipationConfigurationUpdateRequestDto.md) | |
+| [AnticipationLimitsResponseDto](documentation/models/AnticipationLimitsResponseDto.md) | |
+| [PixRecurringTransactionListResponseDto](documentation/models/PixRecurringTransactionListResponseDto.md) | |
+| [RecurringPixTransactionListRequestPixRecurringTransactionStatus](documentation/models/RecurringPixTransactionListRequestPixRecurringTransactionStatus.md) | Filter by recurrence status |
+| [PixRecurringTransactionGetResponseDto](documentation/models/PixRecurringTransactionGetResponseDto.md) | |
+| [RecurringPixTransactionListItemsResponseDto](documentation/models/RecurringPixTransactionListItemsResponseDto.md) | |
+| [PixRecurringTransactionGetItemResponseDto](documentation/models/PixRecurringTransactionGetItemResponseDto.md) | |
+| [PaymentLinkListResponseDto](documentation/models/PaymentLinkListResponseDto.md) | |
+| [PaymentLinkSaveRequestDto](documentation/models/PaymentLinkSaveRequestDto.md) | |
+| [PaymentLinkGetResponseDto](documentation/models/PaymentLinkGetResponseDto.md) | |
+| [PaymentLinkUpdateRequestDto](documentation/models/PaymentLinkUpdateRequestDto.md) | |
+| [PaymentLinkDeleteResponseDto](documentation/models/PaymentLinkDeleteResponseDto.md) | |
+| [PaymentLinkFileListResponseDto](documentation/models/PaymentLinkFileListResponseDto.md) | |
+| [PaymentLinkFileSaveRequestDto](documentation/models/PaymentLinkFileSaveRequestDto.md) | |
+| [PaymentLinkFileGetResponseDto](documentation/models/PaymentLinkFileGetResponseDto.md) | |
+| [PaymentLinkFileDeleteResponseDto](documentation/models/PaymentLinkFileDeleteResponseDto.md) | |
+| [CheckoutSessionSaveRequestDto](documentation/models/CheckoutSessionSaveRequestDto.md) | |
+| [CheckoutSessionResponseDto](documentation/models/CheckoutSessionResponseDto.md) | |
+| [TransferListResponseDto](documentation/models/TransferListResponseDto.md) | |
+| [TransferSaveRequestDto](documentation/models/TransferSaveRequestDto.md) | |
+| [TransferGetResponseDto](documentation/models/TransferGetResponseDto.md) | |
+| [TransferSaveInternalTransferRequestDto](documentation/models/TransferSaveInternalTransferRequestDto.md) | |
+| [TransferSaveInternalTransferResponseDto](documentation/models/TransferSaveInternalTransferResponseDto.md) | |
+| [PaymentDunningListResponseDto](documentation/models/PaymentDunningListResponseDto.md) | |
+| [PaymentDunningListRequestPaymentDunningStatus](documentation/models/PaymentDunningListRequestPaymentDunningStatus.md) | Filter by payment dunning status |
+| [PaymentDunningListRequestPaymentDunningType](documentation/models/PaymentDunningListRequestPaymentDunningType.md) | Filter by type of payment dunning |
+| [PaymentDunningSaveRequestDto](documentation/models/PaymentDunningSaveRequestDto.md) | |
+| [PaymentDunningShowResponseDto](documentation/models/PaymentDunningShowResponseDto.md) | |
+| [PaymentDunningSimulateResponseDto](documentation/models/PaymentDunningSimulateResponseDto.md) | |
+| [PaymentDunningListHistoryResponseDto](documentation/models/PaymentDunningListHistoryResponseDto.md) | |
+| [PaymentDunningListPartialPaymentsResponseDto](documentation/models/PaymentDunningListPartialPaymentsResponseDto.md) | |
+| [PaymentDunningPaymentsAvailableForDunningResponseDto](documentation/models/PaymentDunningPaymentsAvailableForDunningResponseDto.md) | |
+| [PaymentDunningSaveDocumentsRequestDto](documentation/models/PaymentDunningSaveDocumentsRequestDto.md) | |
+| [PaymentDunningSaveDocumentsResponseDto](documentation/models/PaymentDunningSaveDocumentsResponseDto.md) | |
+| [PaymentDunningCancelResponseDto](documentation/models/PaymentDunningCancelResponseDto.md) | |
+| [BillListResponseDto](documentation/models/BillListResponseDto.md) | |
+| [BillSaveRequestDto](documentation/models/BillSaveRequestDto.md) | |
+| [BillGetResponseDto](documentation/models/BillGetResponseDto.md) | |
+| [BillSimulateRequestDto](documentation/models/BillSimulateRequestDto.md) | |
+| [BillSimulateResponseDto](documentation/models/BillSimulateResponseDto.md) | |
+| [MobilePhoneRechargeListResponseDto](documentation/models/MobilePhoneRechargeListResponseDto.md) | |
+| [MobilePhoneRechargeSaveRequestDto](documentation/models/MobilePhoneRechargeSaveRequestDto.md) | |
+| [MobilePhoneRechargeGetResponseDto](documentation/models/MobilePhoneRechargeGetResponseDto.md) | |
+| [MobilePhoneRechargeFindProviderResponseDto](documentation/models/MobilePhoneRechargeFindProviderResponseDto.md) | |
+| [CreditBureauReportListResponseDto](documentation/models/CreditBureauReportListResponseDto.md) | |
+| [CreditBureauReportSaveRequestDto](documentation/models/CreditBureauReportSaveRequestDto.md) | |
+| [CreditBureauReportGetResponseDto](documentation/models/CreditBureauReportGetResponseDto.md) | |
+| [FinancialTransactionListResponseDto](documentation/models/FinancialTransactionListResponseDto.md) | |
+| [FinanceBalanceResponseDto](documentation/models/FinanceBalanceResponseDto.md) | |
+| [FinanceGetPaymentStatisticsResponseDto](documentation/models/FinanceGetPaymentStatisticsResponseDto.md) | |
+| [FinanceGetPaymentStatisticsRequestBillingType](documentation/models/FinanceGetPaymentStatisticsRequestBillingType.md) | Filter by payment method |
+| [FinanceGetPaymentStatisticsRequestPaymentStatus](documentation/models/FinanceGetPaymentStatisticsRequestPaymentStatus.md) | Filter by status |
+| [FinanceGetSplitStatisticsResponseDto](documentation/models/FinanceGetSplitStatisticsResponseDto.md) | |
+| [AccountInfoGetResponseDto](documentation/models/AccountInfoGetResponseDto.md) | |
+| [AccountInfoSaveRequestDto](documentation/models/AccountInfoSaveRequestDto.md) | |
+| [PaymentCheckoutConfigGetResponseDto](documentation/models/PaymentCheckoutConfigGetResponseDto.md) | |
+| [PaymentCheckoutConfigSaveRequestDto](documentation/models/PaymentCheckoutConfigSaveRequestDto.md) | |
+| [MyAccountGetAccountNumberResponseDto](documentation/models/MyAccountGetAccountNumberResponseDto.md) | |
+| [MyAccountGetAccountFeesResponseDto](documentation/models/MyAccountGetAccountFeesResponseDto.md) | |
+| [MyAccountGetStatusResponseDto](documentation/models/MyAccountGetStatusResponseDto.md) | |
+| [WalletShowResponseDto](documentation/models/WalletShowResponseDto.md) | |
+| [MyAccountDisableAccountResponseDto](documentation/models/MyAccountDisableAccountResponseDto.md) | |
+| [InvoiceListRequestInvoiceStatus](documentation/models/InvoiceListRequestInvoiceStatus.md) | Filter by situation |
+| [InvoiceSaveRequestDto](documentation/models/InvoiceSaveRequestDto.md) | |
+| [InvoiceGetResponseDto](documentation/models/InvoiceGetResponseDto.md) | |
+| [InvoiceUpdateRequestDto](documentation/models/InvoiceUpdateRequestDto.md) | |
+| [InvoiceCancelRequestDto](documentation/models/InvoiceCancelRequestDto.md) | |
+| [FiscalInfoMunicipalOptionsGetResponseDto](documentation/models/FiscalInfoMunicipalOptionsGetResponseDto.md) | |
+| [FiscalInfoGetResponseDto](documentation/models/FiscalInfoGetResponseDto.md) | |
+| [FiscalInfoSaveRequestDto](documentation/models/FiscalInfoSaveRequestDto.md) | |
+| [FiscalInfoListMunicipalServicesResponseDto](documentation/models/FiscalInfoListMunicipalServicesResponseDto.md) | |
+| [FiscalInfoListInvoiceNbsCodesResponseDto](documentation/models/FiscalInfoListInvoiceNbsCodesResponseDto.md) | |
+| [FiscalInfoUpdateUseNationalPortalRequestDto](documentation/models/FiscalInfoUpdateUseNationalPortalRequestDto.md) | |
+| [FiscalInfoUpdateUseNationalPortalResponseDto](documentation/models/FiscalInfoUpdateUseNationalPortalResponseDto.md) | |
+| [WebhookConfigListResponseDto](documentation/models/WebhookConfigListResponseDto.md) | |
+| [WebhookConfigSaveRequestDto](documentation/models/WebhookConfigSaveRequestDto.md) | Array with desired Webhooks settings |
+| [WebhookConfigGetResponseDto](documentation/models/WebhookConfigGetResponseDto.md) | |
+| [WebhookConfigUpdateRequestDto](documentation/models/WebhookConfigUpdateRequestDto.md) | |
+| [WebhookConfigDeleteResponseDto](documentation/models/WebhookConfigDeleteResponseDto.md) | |
+| [AccountListResponseDto](documentation/models/AccountListResponseDto.md) | |
+| [AccountSaveRequestDto](documentation/models/AccountSaveRequestDto.md) | |
+| [AccountSaveResponseDto](documentation/models/AccountSaveResponseDto.md) | |
+| [AccountGetResponseDto](documentation/models/AccountGetResponseDto.md) | |
+| [AccountPaymentEscrowConfigDto](documentation/models/AccountPaymentEscrowConfigDto.md) | |
+| [AccountSaveOrUpdatePaymentEscrowConfigRequestDto](documentation/models/AccountSaveOrUpdatePaymentEscrowConfigRequestDto.md) | |
+| [AccountDocumentShowResponseDto](documentation/models/AccountDocumentShowResponseDto.md) | |
+| [AccountDocumentSaveRequestDto](documentation/models/AccountDocumentSaveRequestDto.md) | |
+| [AccountDocumentGetResponseDto](documentation/models/AccountDocumentGetResponseDto.md) | |
+| [AccountDocumentUpdateRequestDto](documentation/models/AccountDocumentUpdateRequestDto.md) | |
+| [AccountDocumentDeleteResponseDto](documentation/models/AccountDocumentDeleteResponseDto.md) | |
+| [ChargebackSaveDisputeRequestDto](documentation/models/ChargebackSaveDisputeRequestDto.md) | |
+| [ChargebackSaveDisputeResponseDto](documentation/models/ChargebackSaveDisputeResponseDto.md) | |
+| [ChargebackListResponseDto](documentation/models/ChargebackListResponseDto.md) | |
+| [ChargebackListRequestCreditCardBrand](documentation/models/ChargebackListRequestCreditCardBrand.md) | Filter by used card brand. |
+| [ChargebackListRequestChargebackStatus](documentation/models/ChargebackListRequestChargebackStatus.md) | Filter by chargeback status. |
+| [PaymentChargebackResponseDto](documentation/models/PaymentChargebackResponseDto.md) | |
+| [PaymentGetResponseBillingType](documentation/models/PaymentGetResponseBillingType.md) | Payment billing type |
+| [PaymentSaveWithCreditCardCreditCardDto](documentation/models/PaymentSaveWithCreditCardCreditCardDto.md) | Credit card information |
+| [PaymentGetResponsePaymentStatus](documentation/models/PaymentGetResponsePaymentStatus.md) | Payment status |
+| [PaymentDiscountDto](documentation/models/PaymentDiscountDto.md) | Discount information |
+| [PaymentFineResponseDto](documentation/models/PaymentFineResponseDto.md) | Fine information for payment after due date |
+| [PaymentInterestResponseDto](documentation/models/PaymentInterestResponseDto.md) | Interest information for payment after due date |
+| [PaymentRefundGetResponseDto](documentation/models/PaymentRefundGetResponseDto.md) | Refunds information |
+| [PaymentSaveWithCreditCardCreditCardCreditCardBrand](documentation/models/PaymentSaveWithCreditCardCreditCardCreditCardBrand.md) | Flag of the card used |
+| [PaymentDiscountDiscountType](documentation/models/PaymentDiscountDiscountType.md) | Discount type |
+| [PaymentSplitGetResponsePaymentSplitCancellationReason](documentation/models/PaymentSplitGetResponsePaymentSplitCancellationReason.md) | Reason for canceling the split |
+| [PaymentSplitGetResponsePaymentSplitStatus](documentation/models/PaymentSplitGetResponsePaymentSplitStatus.md) | Split status |
+| [PaymentChargebackResponseChargebackStatus](documentation/models/PaymentChargebackResponseChargebackStatus.md) | Chargeback status |
+| [PaymentChargebackResponseChargebackReason](documentation/models/PaymentChargebackResponseChargebackReason.md) | Chargeback reason |
+| [ChargebackCreditCardResponseDto](documentation/models/ChargebackCreditCardResponseDto.md) | Credit card information |
+| [PaymentChargebackResponseChargebackDisputeStatus](documentation/models/PaymentChargebackResponseChargebackDisputeStatus.md) | Chargeback dispute status. |
+| [ChargebackCreditCardResponseCreditCardBrand](documentation/models/ChargebackCreditCardResponseCreditCardBrand.md) | Flag of the card used |
+| [PaymentEscrowGetResponsePaymentEscrowStatus](documentation/models/PaymentEscrowGetResponsePaymentEscrowStatus.md) | Payment escrow status |
+| [PaymentEscrowGetResponsePaymentEscrowFinishReason](documentation/models/PaymentEscrowGetResponsePaymentEscrowFinishReason.md) | Payment escrow finish reason |
+| [PaymentRefundGetResponsePaymentRefundStatus](documentation/models/PaymentRefundGetResponsePaymentRefundStatus.md) | Refund status |
+| [PaymentRefundedSplitResponseDto](documentation/models/PaymentRefundedSplitResponseDto.md) | Refunded Splits, if any |
+| [PaymentSaveRequestBillingType](documentation/models/PaymentSaveRequestBillingType.md) | Payment billing type |
+| [PaymentInterestRequestDto](documentation/models/PaymentInterestRequestDto.md) | Interest information for payment after due date |
+| [PaymentFineRequestDto](documentation/models/PaymentFineRequestDto.md) | Fine information for payment after due date |
+| [PaymentSplitRequestDto](documentation/models/PaymentSplitRequestDto.md) | Split Settings |
+| [PaymentCallbackRequestDto](documentation/models/PaymentCallbackRequestDto.md) | Automatic redirection information after the payment of the link payment |
+| [PaymentFineRequestFineType](documentation/models/PaymentFineRequestFineType.md) | Fine type |
+| [PaymentSaveWithCreditCardRequestBillingType](documentation/models/PaymentSaveWithCreditCardRequestBillingType.md) | Payment billing type |
+| [CreditCardRequestDto](documentation/models/CreditCardRequestDto.md) | Credit card information |
+| [CreditCardHolderInfoRequestDto](documentation/models/CreditCardHolderInfoRequestDto.md) | Credit card holder information |
+| [BankSlipBillingInfoResponseDto](documentation/models/BankSlipBillingInfoResponseDto.md) | Payment data related to bank slip |
+| [CreditCardTokenizeResponseCreditCardBrand](documentation/models/CreditCardTokenizeResponseCreditCardBrand.md) | Brand of the card used |
+| [PaymentUpdateRequestBillingType](documentation/models/PaymentUpdateRequestBillingType.md) | Payment billing type |
+| [PaymentStatusResponsePaymentStatus](documentation/models/PaymentStatusResponsePaymentStatus.md) | Payment status |
+| [PaymentSimulateRequestBillingType](documentation/models/PaymentSimulateRequestBillingType.md) | Form of payment |
+| [PaymentSimulateCreditCardResponseDto](documentation/models/PaymentSimulateCreditCardResponseDto.md) | Card fees |
+| [PaymentSimulateBankSlipResponseDto](documentation/models/PaymentSimulateBankSlipResponseDto.md) | Boleto fees |
+| [PaymentSimulatePixResponseDto](documentation/models/PaymentSimulatePixResponseDto.md) | PIX fees |
+| [PaymentSimulateInstallmentResponseDto](documentation/models/PaymentSimulateInstallmentResponseDto.md) | Installment information |
+| [PaymentLimitsResponseCreationDto](documentation/models/PaymentLimitsResponseCreationDto.md) | Breeding limits |
+| [PaymentLimitsResponseCreationDailyDto](documentation/models/PaymentLimitsResponseCreationDailyDto.md) | Daily limits |
+| [PaymentLeanGetResponseBillingType](documentation/models/PaymentLeanGetResponseBillingType.md) | Payment billing type |
+| [PaymentLeanGetResponsePaymentStatus](documentation/models/PaymentLeanGetResponsePaymentStatus.md) | Payment status |
+| [PaymentLeanSaveWithCreditCardResponseBillingType](documentation/models/PaymentLeanSaveWithCreditCardResponseBillingType.md) | Payment billing type |
+| [PaymentLeanSaveWithCreditCardResponsePaymentStatus](documentation/models/PaymentLeanSaveWithCreditCardResponsePaymentStatus.md) | Payment status |
+| [PaymentDocumentGetResponsePaymentDocumentType](documentation/models/PaymentDocumentGetResponsePaymentDocumentType.md) | Document type |
+| [PaymentDocumentFileResponseDto](documentation/models/PaymentDocumentFileResponseDto.md) | File object |
+| [PaymentDocumentSaveRequestPaymentDocumentType](documentation/models/PaymentDocumentSaveRequestPaymentDocumentType.md) | Document type |
+| [PaymentDocumentUpdateRequestPaymentDocumentType](documentation/models/PaymentDocumentUpdateRequestPaymentDocumentType.md) | Document type |
+| [CustomerGetResponsePersonType](documentation/models/CustomerGetResponsePersonType.md) | Kind of person |
+| [NotificationGetResponseNotificationEvent](documentation/models/NotificationGetResponseNotificationEvent.md) | Kind of event |
+| [InstallmentGetResponseBillingType](documentation/models/InstallmentGetResponseBillingType.md) | Form of payment |
+| [InstallmentRefundResponseDto](documentation/models/InstallmentRefundResponseDto.md) | Refunds information |
+| [InstallmentRefundResponsePaymentRefundStatus](documentation/models/InstallmentRefundResponsePaymentRefundStatus.md) | Refund status |
+| [InstallmentSaveRequestBillingType](documentation/models/InstallmentSaveRequestBillingType.md) | Payment billing type |
+| [InstallmentSplitRequestDto](documentation/models/InstallmentSplitRequestDto.md) | Split Settings |
+| [InstallmentSaveWithCreditCardRequestBillingType](documentation/models/InstallmentSaveWithCreditCardRequestBillingType.md) | Payment billing type |
+| [InstallmentSplitGetResponseDto](documentation/models/InstallmentSplitGetResponseDto.md) | Split array |
+| [InstallmentSplitGetResponsePaymentSplitCancellationReason](documentation/models/InstallmentSplitGetResponsePaymentSplitCancellationReason.md) | Reason for canceling the split |
+| [InstallmentSplitGetResponsePaymentSplitStatus](documentation/models/InstallmentSplitGetResponsePaymentSplitStatus.md) | Split status |
+| [SubscriptionGetResponseBillingType](documentation/models/SubscriptionGetResponseBillingType.md) | Billing type |
+| [SubscriptionGetResponseCycle](documentation/models/SubscriptionGetResponseCycle.md) | Billing frequency |
+| [SubscriptionGetResponseSubscriptionStatus](documentation/models/SubscriptionGetResponseSubscriptionStatus.md) | Subscription status |
+| [SubscriptionSplitResponseDto](documentation/models/SubscriptionSplitResponseDto.md) | Split information |
+| [SubscriptionSplitResponseSubscriptionSplitStatus](documentation/models/SubscriptionSplitResponseSubscriptionSplitStatus.md) | Subscription split status |
+| [SubscriptionSplitResponseSubscriptionSplitDisabledReason](documentation/models/SubscriptionSplitResponseSubscriptionSplitDisabledReason.md) | Reason why subscription split was disabled |
+| [SubscriptionSaveRequestBillingType](documentation/models/SubscriptionSaveRequestBillingType.md) | Billing type |
+| [SubscriptionSaveRequestCycle](documentation/models/SubscriptionSaveRequestCycle.md) | Billing frequency |
+| [SubscriptionSplitRequestDto](documentation/models/SubscriptionSplitRequestDto.md) | Split information |
+| [SubscriptionSaveWithCreditCardRequestBillingType](documentation/models/SubscriptionSaveWithCreditCardRequestBillingType.md) | Billing type |
+| [SubscriptionSaveWithCreditCardRequestCycle](documentation/models/SubscriptionSaveWithCreditCardRequestCycle.md) | Billing frequency |
+| [SubscriptionSaveWithCreditCardResponseBillingType](documentation/models/SubscriptionSaveWithCreditCardResponseBillingType.md) | Billing type |
+| [SubscriptionSaveWithCreditCardResponseCycle](documentation/models/SubscriptionSaveWithCreditCardResponseCycle.md) | Billing frequency |
+| [SubscriptionSaveWithCreditCardResponseSubscriptionStatus](documentation/models/SubscriptionSaveWithCreditCardResponseSubscriptionStatus.md) | Subscription status |
+| [SubscriptionUpdateRequestBillingType](documentation/models/SubscriptionUpdateRequestBillingType.md) | Billing type |
+| [SubscriptionUpdateRequestSubscriptionStatus](documentation/models/SubscriptionUpdateRequestSubscriptionStatus.md) | Subscription status |
+| [SubscriptionUpdateRequestCycle](documentation/models/SubscriptionUpdateRequestCycle.md) | Billing frequency |
+| [InvoiceTaxesDto](documentation/models/InvoiceTaxesDto.md) | Invoice taxes |
+| [InvoiceGetResponseInvoiceStatus](documentation/models/InvoiceGetResponseInvoiceStatus.md) | Invoice status |
+| [PixAddressKeyGetResponsePixAddressKeyType](documentation/models/PixAddressKeyGetResponsePixAddressKeyType.md) | Pix key type |
+| [PixAddressKeyGetResponsePixAddressKeyStatus](documentation/models/PixAddressKeyGetResponsePixAddressKeyStatus.md) | Key status |
+| [PixAddressKeyQrCodeGetResponseDto](documentation/models/PixAddressKeyQrCodeGetResponseDto.md) | Pix key QRCode |
+| [PixAddressKeySaveRequestPixAddressKeyType](documentation/models/PixAddressKeySaveRequestPixAddressKeyType.md) | Pix key type |
+| [PixTransactionQrCodeSaveRequestDto](documentation/models/PixTransactionQrCodeSaveRequestDto.md) | QRCode payload for payment |
+| [PixTransactionGetResponsePixTransactionCashValueFinality](documentation/models/PixTransactionGetResponsePixTransactionCashValueFinality.md) | Used to indicate whether it is a Withdrawal or Change |
+| [PixTransactionGetResponsePixTransactionStatus](documentation/models/PixTransactionGetResponsePixTransactionStatus.md) | Transaction status |
+| [PixTransactionGetResponsePixTransactionType](documentation/models/PixTransactionGetResponsePixTransactionType.md) | Transaction type |
+| [PixTransactionGetResponsePixTransactionOriginType](documentation/models/PixTransactionGetResponsePixTransactionOriginType.md) | Indicates the origin of the transaction |
+| [PixOriginalTransactionResponseDto](documentation/models/PixOriginalTransactionResponseDto.md) | Original transaction information if a chargeback has occurred |
+| [PixTransactionExternalAccountResponseDto](documentation/models/PixTransactionExternalAccountResponseDto.md) | Information about the recipient |
+| [PixTransactionQrCodeResponseDto](documentation/models/PixTransactionQrCodeResponseDto.md) | Information about QrCode |
+| [PixTransactionGetResponsePixAddressKeyType](documentation/models/PixTransactionGetResponsePixAddressKeyType.md) | Pix key type |
+| [PixTransactionExternalAccountResponsePixAddressKeyType](documentation/models/PixTransactionExternalAccountResponsePixAddressKeyType.md) | Pix key type |
+| [PixTransactionQrCodePayerResponseDto](documentation/models/PixTransactionQrCodePayerResponseDto.md) | Information about the payer |
+| [PixQrCodeDecodeResponsePixQrCodeType](documentation/models/PixQrCodeDecodeResponsePixQrCodeType.md) | QRCode Type |
+| [PixQrCodeDecodeResponsePixTransactionOriginType](documentation/models/PixQrCodeDecodeResponsePixTransactionOriginType.md) | Transaction origin |
+| [PixQrCodeDecodeResponsePixTransactionCashValueFinality](documentation/models/PixQrCodeDecodeResponsePixTransactionCashValueFinality.md) | Used to indicate whether it is a Withdrawal or Change |
+| [PixQrCodeDecodeReceiverDto](documentation/models/PixQrCodeDecodeReceiverDto.md) | Information about the receiver |
+| [PixQrCodeDecodeReceiverPersonType](documentation/models/PixQrCodeDecodeReceiverPersonType.md) | Person type |
+| [PixQrCodeDecodeReceiverPixAccountType](documentation/models/PixQrCodeDecodeReceiverPixAccountType.md) | Receiver account type |
+| [AnticipationGetResponseAnticipationStatus](documentation/models/AnticipationGetResponseAnticipationStatus.md) | Anticipation status |
+| [AnticipationLimitsInfoResponseDto](documentation/models/AnticipationLimitsInfoResponseDto.md) | Credit card anticipation limits |
+| [PixRecurringTransactionGetResponsePixRecurringTransactionStatus](documentation/models/PixRecurringTransactionGetResponsePixRecurringTransactionStatus.md) | Recurrence status |
+| [PixRecurringTransactionGetResponsePixRecurringTransactionOrigin](documentation/models/PixRecurringTransactionGetResponsePixRecurringTransactionOrigin.md) | Indicates the origin of the recurrence |
+| [PixRecurringTransactionGetResponsePixRecurringTransactionFrequency](documentation/models/PixRecurringTransactionGetResponsePixRecurringTransactionFrequency.md) | Recurrence frequency |
+| [PixRecurringTransactionExternalAccountDto](documentation/models/PixRecurringTransactionExternalAccountDto.md) | Receiver information |
+| [PixRecurringTransactionGetItemResponsePixRecurringTransactionItemStatus](documentation/models/PixRecurringTransactionGetItemResponsePixRecurringTransactionItemStatus.md) | Recurrence item status |
+| [PaymentLinkGetResponseChargeType](documentation/models/PaymentLinkGetResponseChargeType.md) | Charge type |
+| [PaymentLinkGetResponseBillingType](documentation/models/PaymentLinkGetResponseBillingType.md) | Allowed payment method |
+| [PaymentLinkGetResponseCycle](documentation/models/PaymentLinkGetResponseCycle.md) | Billing frequency, if the chargeType is RECURRENT |
+| [PaymentLinkSaveRequestBillingType](documentation/models/PaymentLinkSaveRequestBillingType.md) | Allowed payment method |
+| [PaymentLinkSaveRequestChargeType](documentation/models/PaymentLinkSaveRequestChargeType.md) | Charge type |
+| [PaymentLinkSaveRequestCycle](documentation/models/PaymentLinkSaveRequestCycle.md) | Billing frequency, if the chargeType is RECURRENT |
+| [PaymentLinkUpdateRequestBillingType](documentation/models/PaymentLinkUpdateRequestBillingType.md) | Allowed payment method |
+| [PaymentLinkUpdateRequestChargeType](documentation/models/PaymentLinkUpdateRequestChargeType.md) | Charge type |
+| [PaymentLinkUpdateRequestCycle](documentation/models/PaymentLinkUpdateRequestCycle.md) | Billing frequency, if the chargeType is RECURRENT |
+| [PaymentLinkFileImageResponseDto](documentation/models/PaymentLinkFileImageResponseDto.md) | Payments link image information |
+| [CheckoutSessionSaveRequestBillingType](documentation/models/CheckoutSessionSaveRequestBillingType.md) | Payment methods |
+| [CheckoutSessionSaveRequestChargeType](documentation/models/CheckoutSessionSaveRequestChargeType.md) | Charge types |
+| [CheckoutSessionCallbackDto](documentation/models/CheckoutSessionCallbackDto.md) | Automatic redirection information after payment on the checkout screen |
+| [CheckoutSessionItemsDto](documentation/models/CheckoutSessionItemsDto.md) | List of items at checkout |
+| [CheckoutSessionCustomerDataDto](documentation/models/CheckoutSessionCustomerDataDto.md) | Customer data |
+| [CheckoutSessionSubscriptionDto](documentation/models/CheckoutSessionSubscriptionDto.md) | Subscription details, required if chargeTypes includes `RECURRENT` |
+| [CheckoutSessionInstallmentDto](documentation/models/CheckoutSessionInstallmentDto.md) | Installment details. If informed, it will be mandatory to include the `INSTALLMENT` chargeType |
+| [CheckoutSessionSplitDto](documentation/models/CheckoutSessionSplitDto.md) | Split Settings |
+| [CheckoutSessionSubscriptionCycle](documentation/models/CheckoutSessionSubscriptionCycle.md) | Billing frequency |
+| [CheckoutSessionResponseBillingType](documentation/models/CheckoutSessionResponseBillingType.md) | Payment methods |
+| [CheckoutSessionResponseChargeType](documentation/models/CheckoutSessionResponseChargeType.md) | Charge types |
+| [TransferGetResponseTransferStatus](documentation/models/TransferGetResponseTransferStatus.md) | Transfer status |
+| [TransferGetResponseTransferType](documentation/models/TransferGetResponseTransferType.md) | Transfer method |
+| [TransferBankAccountGetResponseDto](documentation/models/TransferBankAccountGetResponseDto.md) | Bank account details |
+| [TransferBankGetResponseDto](documentation/models/TransferBankGetResponseDto.md) | Bank account name |
+| [TransferBankAccountSaveRequestDto](documentation/models/TransferBankAccountSaveRequestDto.md) | Enter your account details if it is a transfer to a bank account |
+| [TransferSaveRequestTransferType](documentation/models/TransferSaveRequestTransferType.md) | Transfer modality. If not informed and the receiving institution is a Pix participant, the transfer is via Pix. Otherwise via TED. |
+| [TransferSaveRequestPixAddressKeyType](documentation/models/TransferSaveRequestPixAddressKeyType.md) | Enter the type of key if it is a transfer to a Pix key |
+| [TransferRecurringSaveRequestDto](documentation/models/TransferRecurringSaveRequestDto.md) | Recurrence information. Only for Pix transfers |
+| [TransferBankSaveRequestDto](documentation/models/TransferBankSaveRequestDto.md) | Details of the bank account to which the transfer will be made |
+| [TransferBankAccountSaveRequestBankAccountType](documentation/models/TransferBankAccountSaveRequestBankAccountType.md) | Account type |
+| [TransferRecurringSaveRequestRecurringCheckoutScheduleFrequency](documentation/models/TransferRecurringSaveRequestRecurringCheckoutScheduleFrequency.md) | Frequency |
+| [TransferSaveInternalTransferResponseTransferStatus](documentation/models/TransferSaveInternalTransferResponseTransferStatus.md) | Transfer status |
+| [TransferSaveInternalTransferResponseTransferType](documentation/models/TransferSaveInternalTransferResponseTransferType.md) | Transfer method |
+| [TransferSaveInternalTransferAccountDto](documentation/models/TransferSaveInternalTransferAccountDto.md) | Target account basic information |
+| [PaymentDunningShowResponsePaymentDunningStatus](documentation/models/PaymentDunningShowResponsePaymentDunningStatus.md) | Payment dunning status |
+| [PaymentDunningShowResponsePaymentDunningType](documentation/models/PaymentDunningShowResponsePaymentDunningType.md) | Type of payment dunning |
+| [PaymentDunningSaveRequestPaymentDunningType](documentation/models/PaymentDunningSaveRequestPaymentDunningType.md) | Type of payment dunning |
+| [PaymentDunningSimulateResponseTypeSimulationItemDto](documentation/models/PaymentDunningSimulateResponseTypeSimulationItemDto.md) | Simulation of denial request for each type of denial available |
+| [PaymentDunningSimulateResponseTypeSimulationItemPaymentDunningType](documentation/models/PaymentDunningSimulateResponseTypeSimulationItemPaymentDunningType.md) | Type of payment dunning |
+| [PaymentDunningListHistoryResponseDataDto](documentation/models/PaymentDunningListHistoryResponseDataDto.md) | List of objects |
+| [PaymentDunningListHistoryResponseDataPaymentDunningHistoryStatus](documentation/models/PaymentDunningListHistoryResponseDataPaymentDunningHistoryStatus.md) | Negotiation status |
+| [PaymentDunningListPartialPaymentsResponseDataDto](documentation/models/PaymentDunningListPartialPaymentsResponseDataDto.md) | List of objects |
+| [PaymentDunningPaymentsAvailableForDunningResponseDataDto](documentation/models/PaymentDunningPaymentsAvailableForDunningResponseDataDto.md) | List of objects |
+| [PaymentDunningPaymentsAvailableForDunningResponseDataPaymentStatus](documentation/models/PaymentDunningPaymentsAvailableForDunningResponseDataPaymentStatus.md) | Billing status |
+| [PaymentDunningPaymentsAvailableForDunningResponseDataBillingType](documentation/models/PaymentDunningPaymentsAvailableForDunningResponseDataBillingType.md) | Form of payment |
+| [PaymentDunningPaymentsAvailableForDunningResponseDataTypeSimulationItemDto](documentation/models/PaymentDunningPaymentsAvailableForDunningResponseDataTypeSimulationItemDto.md) | Simulation of denial request for each type of payment dunning available |
+| [PaymentDunningPaymentsAvailableForDunningResponseDataTypeSimulationItemPaymentDunningType](documentation/models/PaymentDunningPaymentsAvailableForDunningResponseDataTypeSimulationItemPaymentDunningType.md) | Type of payment dunning |
+| [PaymentDunningSaveDocumentsResponsePaymentDunningStatus](documentation/models/PaymentDunningSaveDocumentsResponsePaymentDunningStatus.md) | Payment dunning status |
+| [PaymentDunningSaveDocumentsResponsePaymentDunningType](documentation/models/PaymentDunningSaveDocumentsResponsePaymentDunningType.md) | Type of payment dunning |
+| [PaymentDunningCancelResponsePaymentDunningStatus](documentation/models/PaymentDunningCancelResponsePaymentDunningStatus.md) | Payment dunning status |
+| [PaymentDunningCancelResponsePaymentDunningType](documentation/models/PaymentDunningCancelResponsePaymentDunningType.md) | Type of payment dunning |
+| [BillGetResponseBillStatus](documentation/models/BillGetResponseBillStatus.md) | Bill payment status |
+| [BillSimulateBankSlipInfoResponseDto](documentation/models/BillSimulateBankSlipInfoResponseDto.md) | Information about the bill to be paid |
+| [MobilePhoneRechargeGetResponseMobilePhoneRechargeStatus](documentation/models/MobilePhoneRechargeGetResponseMobilePhoneRechargeStatus.md) | Recharge status |
+| [MobilePhoneRechargeFindProviderResponseValuesDto](documentation/models/MobilePhoneRechargeFindProviderResponseValuesDto.md) | Amounts available for recharge |
+| [FinancialTransactionGetResponseDto](documentation/models/FinancialTransactionGetResponseDto.md) | List of objects |
+| [FinancialTransactionGetResponseFinancialTransactionType](documentation/models/FinancialTransactionGetResponseFinancialTransactionType.md) | Transaction type |
+| [AccountInfoGetResponseStatus](documentation/models/AccountInfoGetResponseStatus.md) | Account status |
+| [AccountInfoGetResponsePersonType](documentation/models/AccountInfoGetResponsePersonType.md) | Person Type |
+| [AccountInfoGetResponseCompanyType](documentation/models/AccountInfoGetResponseCompanyType.md) | Type of company (only when Legal Entity) |
+| [AccountInfoCityDto](documentation/models/AccountInfoCityDto.md) | City information registered in your account |
+| [AccountInfoCommercialInfoExpirationResponseDto](documentation/models/AccountInfoCommercialInfoExpirationResponseDto.md) | Information about the expiration of commercial data |
+| [AccountInfoCityState](documentation/models/AccountInfoCityState.md) | State abbreviation (SP, RJ, SC, ...) |
+| [AccountInfoSaveRequestPersonType](documentation/models/AccountInfoSaveRequestPersonType.md) | Person Type |
+| [AccountInfoSaveRequestCompanyType](documentation/models/AccountInfoSaveRequestCompanyType.md) | Type of company (only when Legal Entity) |
+| [PaymentCheckoutConfigGetResponseInvoiceConfigStatus](documentation/models/PaymentCheckoutConfigGetResponseInvoiceConfigStatus.md) | Invoice personalization status |
+| [MyAccountGetAccountFeesPaymentDto](documentation/models/MyAccountGetAccountFeesPaymentDto.md) | Billing fees |
+| [MyAccountGetAccountFeesTransferDto](documentation/models/MyAccountGetAccountFeesTransferDto.md) | Transfer fees |
+| [MyAccountGetAccountFeesNotificationDto](documentation/models/MyAccountGetAccountFeesNotificationDto.md) | Notification fees |
+| [MyAccountGetAccountFeesCreditBureauReportDto](documentation/models/MyAccountGetAccountFeesCreditBureauReportDto.md) | Serasa consultation fees |
+| [MyAccountGetAccountFeesInvoiceDto](documentation/models/MyAccountGetAccountFeesInvoiceDto.md) | Invoice fees |
+| [MyAccountGetAccountFeesAnticipationDto](documentation/models/MyAccountGetAccountFeesAnticipationDto.md) | Anticipation fees |
+| [MyAccountGetAccountFeesPaymentBankSlipDto](documentation/models/MyAccountGetAccountFeesPaymentBankSlipDto.md) | Boleto fees |
+| [MyAccountGetAccountFeesPaymentCreditCardDto](documentation/models/MyAccountGetAccountFeesPaymentCreditCardDto.md) | Credit card fees |
+| [MyAccountGetAccountFeesPaymentDebitCardDto](documentation/models/MyAccountGetAccountFeesPaymentDebitCardDto.md) | Debit card fees |
+| [MyAccountGetAccountFeesPaymentPixDto](documentation/models/MyAccountGetAccountFeesPaymentPixDto.md) | Pix Fees |
+| [MyAccountGetAccountFeesTransferTedDto](documentation/models/MyAccountGetAccountFeesTransferTedDto.md) | Fees for TED transfers |
+| [MyAccountGetAccountFeesTransferPixDto](documentation/models/MyAccountGetAccountFeesTransferPixDto.md) | Fees for Pix transfers |
+| [MyAccountGetAccountFeesAnticipationCreditCardDto](documentation/models/MyAccountGetAccountFeesAnticipationCreditCardDto.md) | Credit card anticipation fee |
+| [MyAccountGetAccountFeesAnticipationBankSlipDto](documentation/models/MyAccountGetAccountFeesAnticipationBankSlipDto.md) | Anticipation fee on boletos |
+| [MyAccountGetStatusResponseStatus](documentation/models/MyAccountGetStatusResponseStatus.md) | Status of sent business data |
+| [WalletGetResponseDto](documentation/models/WalletGetResponseDto.md) | List of objects |
+| [FiscalInfoMunicipalOptionsGetResponseEnotasTipoAutenticacao](documentation/models/FiscalInfoMunicipalOptionsGetResponseEnotasTipoAutenticacao.md) | Type of authentication required at city hall |
+| [FiscalInfoMunicipalOptionsSpecialTaxRegimesDto](documentation/models/FiscalInfoMunicipalOptionsSpecialTaxRegimesDto.md) | Tax calculation regime options |
+| [FiscalInfoMunicipalOptionsNationalPortalTaxCalculationRegimeDto](documentation/models/FiscalInfoMunicipalOptionsNationalPortalTaxCalculationRegimeDto.md) | Special taxation regime options |
+| [FiscalInfoListMunicipalServicesResponseDataDto](documentation/models/FiscalInfoListMunicipalServicesResponseDataDto.md) | List of objects |
+| [FiscalInfoListInvoiceNbsCodesResponseDataDto](documentation/models/FiscalInfoListInvoiceNbsCodesResponseDataDto.md) | List of objects |
+| [WebhookConfigGetResponseWebhookSendType](documentation/models/WebhookConfigGetResponseWebhookSendType.md) | Sequential (SEQUENTIALLY) or non-sequential (NON_SEQUENTIALLY) |
+| [WebhookConfigGetResponseWebhookEvent](documentation/models/WebhookConfigGetResponseWebhookEvent.md) | List of events this Webhook will observe |
+| [WebhookConfigSaveRequestWebhookSendType](documentation/models/WebhookConfigSaveRequestWebhookSendType.md) | Sequential (SEQUENTIALLY) or non-sequential (NON_SEQUENTIALLY) |
+| [WebhookConfigSaveRequestWebhookEvent](documentation/models/WebhookConfigSaveRequestWebhookEvent.md) | List of events this Webhook will observe |
+| [WebhookConfigUpdateRequestWebhookSendType](documentation/models/WebhookConfigUpdateRequestWebhookSendType.md) | Sequential (SEQUENTIALLY) or non-sequential (NON_SEQUENTIALLY) |
+| [WebhookConfigUpdateRequestWebhookEvent](documentation/models/WebhookConfigUpdateRequestWebhookEvent.md) | List of events this Webhook will observe |
+| [AccountGetResponsePersonType](documentation/models/AccountGetResponsePersonType.md) | Kind of person |
+| [AccountGetResponseCompanyType](documentation/models/AccountGetResponseCompanyType.md) | Type of company (only when Legal Entity) |
+| [AccountNumberDto](documentation/models/AccountNumberDto.md) | Subaccount number in Asaas |
+| [AccountSaveRequestCompanyType](documentation/models/AccountSaveRequestCompanyType.md) | Type of company (only when Legal Entity) |
+| [AccountSaveResponsePersonType](documentation/models/AccountSaveResponsePersonType.md) | Kind of person |
+| [AccountSaveResponseCompanyType](documentation/models/AccountSaveResponseCompanyType.md) | Type of company (only when Legal Entity) |
+| [AccountDocumentGroupResponseDto](documentation/models/AccountDocumentGroupResponseDto.md) | List of objects |
+| [AccountDocumentGroupResponseAccountDocumentStatus](documentation/models/AccountDocumentGroupResponseAccountDocumentStatus.md) | Document group status |
+| [AccountDocumentGroupResponseAccountDocumentType](documentation/models/AccountDocumentGroupResponseAccountDocumentType.md) | Type of documents |
+| [AccountDocumentResponsibleResponseDto](documentation/models/AccountDocumentResponsibleResponseDto.md) | Who is responsible for sending these documents |
+| [AccountDocumentResponsibleResponseAccountDocumentResponsibleType](documentation/models/AccountDocumentResponsibleResponseAccountDocumentResponsibleType.md) | Responsible type |
+| [AccountDocumentGetResponseAccountDocumentStatus](documentation/models/AccountDocumentGetResponseAccountDocumentStatus.md) | Document approval status |
+| [AccountDocumentSaveRequestAccountDocumentType](documentation/models/AccountDocumentSaveRequestAccountDocumentType.md) | Document Type |
+| [ChargebackSaveDisputeResponseChargebackDisputeStatus](documentation/models/ChargebackSaveDisputeResponseChargebackDisputeStatus.md) | Dispute status. |
+| [ListPaymentsParameters](documentation/models/ListPaymentsParameters.md) | |
+| [ListPaymentsWithSummaryDataParameters](documentation/models/ListPaymentsWithSummaryDataParameters.md) | |
+| [ListPaidSplitsParameters](documentation/models/ListPaidSplitsParameters.md) | |
+| [ListReceivedSplitsParameters](documentation/models/ListReceivedSplitsParameters.md) | |
+| [ListCustomersParameters](documentation/models/ListCustomersParameters.md) | |
+| [ListInstallmentsParameters](documentation/models/ListInstallmentsParameters.md) | |
+| [ListPaymentsOfAInstallmentParameters](documentation/models/ListPaymentsOfAInstallmentParameters.md) | |
+| [GenerateInstallmentBookletParameters](documentation/models/GenerateInstallmentBookletParameters.md) | |
+| [ListSubscriptionsParameters](documentation/models/ListSubscriptionsParameters.md) | |
+| [ListPaymentsOfASubscriptionParameters](documentation/models/ListPaymentsOfASubscriptionParameters.md) | |
+| [GenerateSignatureBookletParameters](documentation/models/GenerateSignatureBookletParameters.md) | |
+| [ListInvoicesForSubscriptionChargesParameters](documentation/models/ListInvoicesForSubscriptionChargesParameters.md) | |
+| [ListKeysParameters](documentation/models/ListKeysParameters.md) | |
+| [ListTransactionsParameters](documentation/models/ListTransactionsParameters.md) | |
+| [ListAnticipationsParameters](documentation/models/ListAnticipationsParameters.md) | |
+| [ListRecurrencesParameters](documentation/models/ListRecurrencesParameters.md) | |
+| [ListRecurrenceItemsParameters](documentation/models/ListRecurrenceItemsParameters.md) | |
+| [ListPaymentsLinksParameters](documentation/models/ListPaymentsLinksParameters.md) | |
+| [ListTransfersParameters](documentation/models/ListTransfersParameters.md) | |
+| [ListPaymentDunningsParameters](documentation/models/ListPaymentDunningsParameters.md) | |
+| [SimulateAPaymentDunningParameters](documentation/models/SimulateAPaymentDunningParameters.md) | |
+| [EventHistoryListsParameters](documentation/models/EventHistoryListsParameters.md) | |
+| [ListPaymentsReceivedParameters](documentation/models/ListPaymentsReceivedParameters.md) | |
+| [ListPaymentsAvailableForPaymentDunningParameters](documentation/models/ListPaymentsAvailableForPaymentDunningParameters.md) | |
+| [ListBillPaymentsParameters](documentation/models/ListBillPaymentsParameters.md) | |
+| [ListMobileRechargesParameters](documentation/models/ListMobileRechargesParameters.md) | |
+| [ListCreditBureauReportsParameters](documentation/models/ListCreditBureauReportsParameters.md) | |
+| [RetrieveExtractParameters](documentation/models/RetrieveExtractParameters.md) | |
+| [BillingStatisticsParameters](documentation/models/BillingStatisticsParameters.md) | |
+| [DeleteWhiteLabelSubaccountParameters](documentation/models/DeleteWhiteLabelSubaccountParameters.md) | |
+| [ListInvoicesParameters](documentation/models/ListInvoicesParameters.md) | |
+| [ListMunicipalServicesParameters](documentation/models/ListMunicipalServicesParameters.md) | |
+| [ListNbsCodesParameters](documentation/models/ListNbsCodesParameters.md) | |
+| [ListWebhooksParameters](documentation/models/ListWebhooksParameters.md) | |
+| [ListSubaccountsParameters](documentation/models/ListSubaccountsParameters.md) | |
+| [ListChargebacksParameters](documentation/models/ListChargebacksParameters.md) | |
+| [ErrorResponseDto](documentation/models/ErrorResponseDto.md) | |
+| [ErrorResponseItemDto](documentation/models/ErrorResponseItemDto.md) | List of objects |
diff --git a/documentation/models/AccountDocumentDeleteResponseDto.md b/documentation/models/AccountDocumentDeleteResponseDto.md
new file mode 100644
index 0000000..834ab81
--- /dev/null
+++ b/documentation/models/AccountDocumentDeleteResponseDto.md
@@ -0,0 +1,10 @@
+# AccountDocumentDeleteResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------ | :------ | :------- | :----------------------------------------- |
+| deleted | Boolean | ❌ | Indicates whether the document was removed |
+| id | String | ❌ | Unique document identifier in Asaas |
+
+
diff --git a/documentation/models/AccountDocumentGetResponseAccountDocumentStatus.md b/documentation/models/AccountDocumentGetResponseAccountDocumentStatus.md
new file mode 100644
index 0000000..a158c93
--- /dev/null
+++ b/documentation/models/AccountDocumentGetResponseAccountDocumentStatus.md
@@ -0,0 +1,14 @@
+# AccountDocumentGetResponseAccountDocumentStatus
+
+Document approval status
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------- | :----- | :------- | :---------- |
+| NOT_SENT | String | ✅ | "NOT_SENT" |
+| PENDING | String | ✅ | "PENDING" |
+| APPROVED | String | ✅ | "APPROVED" |
+| REJECTED | String | ✅ | "REJECTED" |
+
+
diff --git a/documentation/models/AccountDocumentGetResponseDto.md b/documentation/models/AccountDocumentGetResponseDto.md
new file mode 100644
index 0000000..d0da5dc
--- /dev/null
+++ b/documentation/models/AccountDocumentGetResponseDto.md
@@ -0,0 +1,10 @@
+# AccountDocumentGetResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----- | :---------------------------------------------- | :------- | :---------------------------------- |
+| id | String | ❌ | Unique document identifier in Asaas |
+| status | AccountDocumentGetResponseAccountDocumentStatus | ❌ | Document approval status |
+
+
diff --git a/documentation/models/AccountDocumentGroupResponseAccountDocumentStatus.md b/documentation/models/AccountDocumentGroupResponseAccountDocumentStatus.md
new file mode 100644
index 0000000..05854e3
--- /dev/null
+++ b/documentation/models/AccountDocumentGroupResponseAccountDocumentStatus.md
@@ -0,0 +1,15 @@
+# AccountDocumentGroupResponseAccountDocumentStatus
+
+Document group status
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------- | :----- | :------- | :---------- |
+| NOT_SENT | String | ✅ | "NOT_SENT" |
+| PENDING | String | ✅ | "PENDING" |
+| APPROVED | String | ✅ | "APPROVED" |
+| REJECTED | String | ✅ | "REJECTED" |
+| IGNORED | String | ✅ | "IGNORED" |
+
+
diff --git a/documentation/models/AccountDocumentGroupResponseAccountDocumentType.md b/documentation/models/AccountDocumentGroupResponseAccountDocumentType.md
new file mode 100644
index 0000000..20ed8c5
--- /dev/null
+++ b/documentation/models/AccountDocumentGroupResponseAccountDocumentType.md
@@ -0,0 +1,15 @@
+# AccountDocumentGroupResponseAccountDocumentType
+
+Type of documents
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------------------- | :----- | :------- | :------------------------- |
+| IDENTIFICATION | String | ✅ | "IDENTIFICATION" |
+| SOCIAL_CONTRACT | String | ✅ | "SOCIAL_CONTRACT" |
+| ENTREPRENEUR_REQUIREMENT | String | ✅ | "ENTREPRENEUR_REQUIREMENT" |
+| MINUTES_OF_ELECTION | String | ✅ | "MINUTES_OF_ELECTION" |
+| CUSTOM | String | ✅ | "CUSTOM" |
+
+
diff --git a/documentation/models/AccountDocumentGroupResponseDto.md b/documentation/models/AccountDocumentGroupResponseDto.md
new file mode 100644
index 0000000..12aff7a
--- /dev/null
+++ b/documentation/models/AccountDocumentGroupResponseDto.md
@@ -0,0 +1,19 @@
+# AccountDocumentGroupResponseDto
+
+List of objects
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :-------------------------- | :------------------------------------------------ | :------- | :---------------------------------------------------------------------- |
+| id | String | ❌ | Unique document group identifier in Asaas |
+| status | AccountDocumentGroupResponseAccountDocumentStatus | ❌ | Document group status |
+| type | AccountDocumentGroupResponseAccountDocumentType | ❌ | Type of documents |
+| title | String | ❌ | Document group title |
+| description | String | ❌ | Description |
+| responsible | AccountDocumentResponsibleResponseDto | ❌ | Who is responsible for sending these documents |
+| onboardingUrl | String | ❌ | URL for sending documents |
+| onboardingUrlExpirationDate | String | ❌ | Expiration date of the URL for sending documents |
+| documents | List\ | ❌ | Documents that have already been sent with their respective identifiers |
+
+
diff --git a/documentation/models/AccountDocumentResponsibleResponseAccountDocumentResponsibleType.md b/documentation/models/AccountDocumentResponsibleResponseAccountDocumentResponsibleType.md
new file mode 100644
index 0000000..684fdb0
--- /dev/null
+++ b/documentation/models/AccountDocumentResponsibleResponseAccountDocumentResponsibleType.md
@@ -0,0 +1,22 @@
+# AccountDocumentResponsibleResponseAccountDocumentResponsibleType
+
+Responsible type
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------------------------------- | :----- | :------- | :------------------------------------- |
+| ALLOW_BANK_ACCOUNT_DEPOSIT_STATEMENT | String | ✅ | "ALLOW_BANK_ACCOUNT_DEPOSIT_STATEMENT" |
+| ASAAS_ACCOUNT_OWNER_EMANCIPATION_AGE | String | ✅ | "ASAAS_ACCOUNT_OWNER_EMANCIPATION_AGE" |
+| ASAAS_ACCOUNT_OWNER | String | ✅ | "ASAAS_ACCOUNT_OWNER" |
+| ASSOCIATION | String | ✅ | "ASSOCIATION" |
+| BANK_ACCOUNT_OWNER_EMANCIPATION_AGE | String | ✅ | "BANK_ACCOUNT_OWNER_EMANCIPATION_AGE" |
+| BANK_ACCOUNT_OWNER | String | ✅ | "BANK_ACCOUNT_OWNER" |
+| CUSTOM | String | ✅ | "CUSTOM" |
+| DIRECTOR | String | ✅ | "DIRECTOR" |
+| INDIVIDUAL_COMPANY | String | ✅ | "INDIVIDUAL_COMPANY" |
+| LIMITED_COMPANY | String | ✅ | "LIMITED_COMPANY" |
+| MEI | String | ✅ | "MEI" |
+| PARTNER | String | ✅ | "PARTNER" |
+
+
diff --git a/documentation/models/AccountDocumentResponsibleResponseDto.md b/documentation/models/AccountDocumentResponsibleResponseDto.md
new file mode 100644
index 0000000..70c356f
--- /dev/null
+++ b/documentation/models/AccountDocumentResponsibleResponseDto.md
@@ -0,0 +1,12 @@
+# AccountDocumentResponsibleResponseDto
+
+Who is responsible for sending these documents
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--- | :----------------------------------------------------------------------- | :------- | :--------------- |
+| name | String | ❌ | Responsible name |
+| type | List\ | ❌ | Responsible type |
+
+
diff --git a/documentation/models/AccountDocumentSaveRequestAccountDocumentType.md b/documentation/models/AccountDocumentSaveRequestAccountDocumentType.md
new file mode 100644
index 0000000..925ca73
--- /dev/null
+++ b/documentation/models/AccountDocumentSaveRequestAccountDocumentType.md
@@ -0,0 +1,15 @@
+# AccountDocumentSaveRequestAccountDocumentType
+
+Document Type
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------------------- | :----- | :------- | :------------------------- |
+| IDENTIFICATION | String | ✅ | "IDENTIFICATION" |
+| SOCIAL_CONTRACT | String | ✅ | "SOCIAL_CONTRACT" |
+| ENTREPRENEUR_REQUIREMENT | String | ✅ | "ENTREPRENEUR_REQUIREMENT" |
+| MINUTES_OF_ELECTION | String | ✅ | "MINUTES_OF_ELECTION" |
+| CUSTOM | String | ✅ | "CUSTOM" |
+
+
diff --git a/documentation/models/AccountDocumentSaveRequestDto.md b/documentation/models/AccountDocumentSaveRequestDto.md
new file mode 100644
index 0000000..17bdabc
--- /dev/null
+++ b/documentation/models/AccountDocumentSaveRequestDto.md
@@ -0,0 +1,10 @@
+# AccountDocumentSaveRequestDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------- | :-------------------------------------------- | :------- | :------------ |
+| documentFile | byte[] | ❌ | File |
+| type | AccountDocumentSaveRequestAccountDocumentType | ❌ | Document Type |
+
+
diff --git a/documentation/models/AccountDocumentShowResponseDto.md b/documentation/models/AccountDocumentShowResponseDto.md
new file mode 100644
index 0000000..62c7337
--- /dev/null
+++ b/documentation/models/AccountDocumentShowResponseDto.md
@@ -0,0 +1,10 @@
+# AccountDocumentShowResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------ | :-------------------------------------- | :------- | :--------------------------------------- |
+| rejectReasons | String | ❌ | Reason why account approval was rejected |
+| data | List\ | ❌ | List of objects |
+
+
diff --git a/documentation/models/AccountDocumentUpdateRequestDto.md b/documentation/models/AccountDocumentUpdateRequestDto.md
new file mode 100644
index 0000000..13d3dac
--- /dev/null
+++ b/documentation/models/AccountDocumentUpdateRequestDto.md
@@ -0,0 +1,9 @@
+# AccountDocumentUpdateRequestDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------- | :----- | :------- | :---------- |
+| documentFile | byte[] | ✅ | File |
+
+
diff --git a/documentation/models/AccountGetResponseCompanyType.md b/documentation/models/AccountGetResponseCompanyType.md
new file mode 100644
index 0000000..dc60c47
--- /dev/null
+++ b/documentation/models/AccountGetResponseCompanyType.md
@@ -0,0 +1,14 @@
+# AccountGetResponseCompanyType
+
+Type of company (only when Legal Entity)
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------- | :----- | :------- | :------------ |
+| MEI | String | ✅ | "MEI" |
+| LIMITED | String | ✅ | "LIMITED" |
+| INDIVIDUAL | String | ✅ | "INDIVIDUAL" |
+| ASSOCIATION | String | ✅ | "ASSOCIATION" |
+
+
diff --git a/documentation/models/AccountGetResponseDto.md b/documentation/models/AccountGetResponseDto.md
new file mode 100644
index 0000000..c8d2ff5
--- /dev/null
+++ b/documentation/models/AccountGetResponseDto.md
@@ -0,0 +1,32 @@
+# AccountGetResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------------------- | :--------------------------------------------- | :------- | :----------------------------------------------------------------------------- |
+| object | String | ❌ | Object type |
+| id | String | ❌ | Unique subaccount identifier in Asaas |
+| name | String | ❌ | Subaccount name |
+| email | String | ❌ | Subaccount email |
+| loginEmail | String | ❌ | Email for subaccount login, if not provided, the subaccount email will be used |
+| phone | String | ❌ | Telephone |
+| mobilePhone | String | ❌ | Cellphone |
+| address | String | ❌ | Public place |
+| addressNumber | String | ❌ | Address number |
+| complement | String | ❌ | Address complement |
+| province | String | ❌ | Neighborhood |
+| postalCode | String | ❌ | Address zip code |
+| cpfCnpj | String | ❌ | CPF or CNPJ of the subaccount owner |
+| birthDate | String | ❌ | Date of birth (only for Individuals) |
+| personType | AccountGetResponsePersonType | ❌ | Kind of person |
+| companyType | AccountGetResponseCompanyType | ❌ | Type of company (only when Legal Entity) |
+| city | Long | ❌ | Unique city identifier in Asaas |
+| state | String | ❌ | State abbreviation (SP, RJ, SC, ...) |
+| country | String | ❌ | Country (Fixed Brazil) |
+| tradingName | String | ❌ | Display name (auto-populated) |
+| site | String | ❌ | Url reffered to the subaccount |
+| walletId | String | ❌ | Unique wallet identifier to split charges or transfer between Asaas accounts |
+| accountNumber | AccountNumberDto | ❌ | Subaccount number in Asaas |
+| commercialInfoExpiration | AccountInfoCommercialInfoExpirationResponseDto | ❌ | Information about the expiration of commercial data |
+
+
diff --git a/documentation/models/AccountGetResponsePersonType.md b/documentation/models/AccountGetResponsePersonType.md
new file mode 100644
index 0000000..3c08f37
--- /dev/null
+++ b/documentation/models/AccountGetResponsePersonType.md
@@ -0,0 +1,12 @@
+# AccountGetResponsePersonType
+
+Kind of person
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------- | :----- | :------- | :---------- |
+| JURIDICA | String | ✅ | "JURIDICA" |
+| FISICA | String | ✅ | "FISICA" |
+
+
diff --git a/documentation/models/AccountInfoCityDto.md b/documentation/models/AccountInfoCityDto.md
new file mode 100644
index 0000000..cc22cee
--- /dev/null
+++ b/documentation/models/AccountInfoCityDto.md
@@ -0,0 +1,17 @@
+# AccountInfoCityDto
+
+City information registered in your account
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------- | :------------------- | :------- | :----------------------------------- |
+| object | String | ❌ | Object type |
+| id | Long | ❌ | Unique city identifier in Asaas |
+| ibgeCode | String | ❌ | IBGE Code |
+| name | String | ❌ | City's name |
+| districtCode | String | ❌ | District code |
+| district | String | ❌ | District name |
+| state | AccountInfoCityState | ❌ | State abbreviation (SP, RJ, SC, ...) |
+
+
diff --git a/documentation/models/AccountInfoCityState.md b/documentation/models/AccountInfoCityState.md
new file mode 100644
index 0000000..419a94f
--- /dev/null
+++ b/documentation/models/AccountInfoCityState.md
@@ -0,0 +1,37 @@
+# AccountInfoCityState
+
+State abbreviation (SP, RJ, SC, ...)
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--- | :----- | :------- | :---------- |
+| AC | String | ✅ | "AC" |
+| AL | String | ✅ | "AL" |
+| AP | String | ✅ | "AP" |
+| AM | String | ✅ | "AM" |
+| BA | String | ✅ | "BA" |
+| CE | String | ✅ | "CE" |
+| DF | String | ✅ | "DF" |
+| ES | String | ✅ | "ES" |
+| GO | String | ✅ | "GO" |
+| MA | String | ✅ | "MA" |
+| MT | String | ✅ | "MT" |
+| MS | String | ✅ | "MS" |
+| MG | String | ✅ | "MG" |
+| PA | String | ✅ | "PA" |
+| PB | String | ✅ | "PB" |
+| PR | String | ✅ | "PR" |
+| PE | String | ✅ | "PE" |
+| PI | String | ✅ | "PI" |
+| RR | String | ✅ | "RR" |
+| RO | String | ✅ | "RO" |
+| RJ | String | ✅ | "RJ" |
+| RN | String | ✅ | "RN" |
+| RS | String | ✅ | "RS" |
+| SC | String | ✅ | "SC" |
+| SP | String | ✅ | "SP" |
+| SE | String | ✅ | "SE" |
+| TO | String | ✅ | "TO" |
+
+
diff --git a/documentation/models/AccountInfoCommercialInfoExpirationResponseDto.md b/documentation/models/AccountInfoCommercialInfoExpirationResponseDto.md
new file mode 100644
index 0000000..3490f8f
--- /dev/null
+++ b/documentation/models/AccountInfoCommercialInfoExpirationResponseDto.md
@@ -0,0 +1,12 @@
+# AccountInfoCommercialInfoExpirationResponseDto
+
+Information about the expiration of commercial data
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------ | :------ | :------- | :--------------------------------------------- |
+| isExpired | Boolean | ❌ | Informs if commercial data is expired |
+| scheduledDate | String | ❌ | Informs the expiration date of commercial data |
+
+
diff --git a/documentation/models/AccountInfoGetResponseCompanyType.md b/documentation/models/AccountInfoGetResponseCompanyType.md
new file mode 100644
index 0000000..60b4bac
--- /dev/null
+++ b/documentation/models/AccountInfoGetResponseCompanyType.md
@@ -0,0 +1,14 @@
+# AccountInfoGetResponseCompanyType
+
+Type of company (only when Legal Entity)
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------- | :----- | :------- | :------------ |
+| MEI | String | ✅ | "MEI" |
+| LIMITED | String | ✅ | "LIMITED" |
+| INDIVIDUAL | String | ✅ | "INDIVIDUAL" |
+| ASSOCIATION | String | ✅ | "ASSOCIATION" |
+
+
diff --git a/documentation/models/AccountInfoGetResponseDto.md b/documentation/models/AccountInfoGetResponseDto.md
new file mode 100644
index 0000000..d33db34
--- /dev/null
+++ b/documentation/models/AccountInfoGetResponseDto.md
@@ -0,0 +1,30 @@
+# AccountInfoGetResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------------------- | :--------------------------------------------- | :------- | :---------------------------------------------------------------------- |
+| status | AccountInfoGetResponseStatus | ❌ | Account status |
+| personType | AccountInfoGetResponsePersonType | ❌ | Person Type |
+| cpfCnpj | String | ❌ | CPF or CNPJ of the account owner |
+| name | String | ❌ | Account owner name |
+| birthDate | String | ❌ | Birthday (Required if the information is from an individual) |
+| companyName | String | ❌ | Company Name |
+| companyType | AccountInfoGetResponseCompanyType | ❌ | Type of company (only when Legal Entity) |
+| incomeValue | Double | ❌ | Billing/Monthly income |
+| email | String | ❌ | Account's email |
+| phone | String | ❌ | Telephone |
+| mobilePhone | String | ❌ | Cell phone |
+| postalCode | String | ❌ | Address zip code |
+| address | String | ❌ | Public place |
+| addressNumber | String | ❌ | Address number |
+| complement | String | ❌ | Address complement |
+| province | String | ❌ | Neighborhood |
+| city | AccountInfoCityDto | ❌ | City information registered in your account |
+| denialReason | String | ❌ | Reason why it is necessary to resend the information |
+| tradingName | String | ❌ | Display name (auto-populated) |
+| site | String | ❌ | Web site |
+| availableCompanyNames | List\ | ❌ | Company names available. Only filled in for Legal Entity type accounts. |
+| commercialInfoExpiration | AccountInfoCommercialInfoExpirationResponseDto | ❌ | Information about the expiration of commercial data |
+
+
diff --git a/documentation/models/AccountInfoGetResponsePersonType.md b/documentation/models/AccountInfoGetResponsePersonType.md
new file mode 100644
index 0000000..5c1cebb
--- /dev/null
+++ b/documentation/models/AccountInfoGetResponsePersonType.md
@@ -0,0 +1,12 @@
+# AccountInfoGetResponsePersonType
+
+Person Type
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------- | :----- | :------- | :---------- |
+| JURIDICA | String | ✅ | "JURIDICA" |
+| FISICA | String | ✅ | "FISICA" |
+
+
diff --git a/documentation/models/AccountInfoGetResponseStatus.md b/documentation/models/AccountInfoGetResponseStatus.md
new file mode 100644
index 0000000..18e0ca2
--- /dev/null
+++ b/documentation/models/AccountInfoGetResponseStatus.md
@@ -0,0 +1,14 @@
+# AccountInfoGetResponseStatus
+
+Account status
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------------------------- | :----- | :------- | :------------------------------ |
+| APPROVED | String | ✅ | "APPROVED" |
+| AWAITING_ACTION_AUTHORIZATION | String | ✅ | "AWAITING_ACTION_AUTHORIZATION" |
+| DENIED | String | ✅ | "DENIED" |
+| PENDING | String | ✅ | "PENDING" |
+
+
diff --git a/documentation/models/AccountInfoSaveRequestCompanyType.md b/documentation/models/AccountInfoSaveRequestCompanyType.md
new file mode 100644
index 0000000..fd7f5bd
--- /dev/null
+++ b/documentation/models/AccountInfoSaveRequestCompanyType.md
@@ -0,0 +1,14 @@
+# AccountInfoSaveRequestCompanyType
+
+Type of company (only when Legal Entity)
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------- | :----- | :------- | :------------ |
+| MEI | String | ✅ | "MEI" |
+| LIMITED | String | ✅ | "LIMITED" |
+| INDIVIDUAL | String | ✅ | "INDIVIDUAL" |
+| ASSOCIATION | String | ✅ | "ASSOCIATION" |
+
+
diff --git a/documentation/models/AccountInfoSaveRequestDto.md b/documentation/models/AccountInfoSaveRequestDto.md
new file mode 100644
index 0000000..c198bfc
--- /dev/null
+++ b/documentation/models/AccountInfoSaveRequestDto.md
@@ -0,0 +1,23 @@
+# AccountInfoSaveRequestDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------ | :-------------------------------- | :------- | :----------------------------------------------------------- |
+| personType | AccountInfoSaveRequestPersonType | ❌ | Person Type |
+| cpfCnpj | String | ❌ | CPF or CNPJ of the account owner |
+| birthDate | String | ❌ | Birthday (Required if the information is from an individual) |
+| companyType | AccountInfoSaveRequestCompanyType | ❌ | Type of company (only when Legal Entity) |
+| companyName | String | ❌ | Company Name |
+| incomeValue | Double | ❌ | Billing/Monthly income |
+| email | String | ❌ | Account's email |
+| phone | String | ❌ | Telephone |
+| mobilePhone | String | ❌ | Cell phone |
+| site | String | ❌ | Web site |
+| postalCode | String | ❌ | Address zip code |
+| address | String | ❌ | Public place |
+| addressNumber | String | ❌ | Address number |
+| complement | String | ❌ | Address complement |
+| province | String | ❌ | Neighborhood |
+
+
diff --git a/documentation/models/AccountInfoSaveRequestPersonType.md b/documentation/models/AccountInfoSaveRequestPersonType.md
new file mode 100644
index 0000000..beaefa3
--- /dev/null
+++ b/documentation/models/AccountInfoSaveRequestPersonType.md
@@ -0,0 +1,12 @@
+# AccountInfoSaveRequestPersonType
+
+Person Type
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------- | :----- | :------- | :---------- |
+| JURIDICA | String | ✅ | "JURIDICA" |
+| FISICA | String | ✅ | "FISICA" |
+
+
diff --git a/documentation/models/AccountListResponseDto.md b/documentation/models/AccountListResponseDto.md
new file mode 100644
index 0000000..2709d62
--- /dev/null
+++ b/documentation/models/AccountListResponseDto.md
@@ -0,0 +1,14 @@
+# AccountListResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------- | :---------------------------- | :------- | :---------------------------------------------------------- |
+| object | String | ❌ | Object type |
+| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
+| totalCount | Long | ❌ | Total number of items for the filters entered |
+| limit | Long | ❌ | Number of objects per page |
+| offset | Long | ❌ | Position of the object from which the page should be loaded |
+| data | List\ | ❌ | List of objects |
+
+
diff --git a/documentation/models/AccountNumberDto.md b/documentation/models/AccountNumberDto.md
new file mode 100644
index 0000000..d7e3c34
--- /dev/null
+++ b/documentation/models/AccountNumberDto.md
@@ -0,0 +1,13 @@
+# AccountNumberDto
+
+Subaccount number in Asaas
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------- | :----- | :------- | :------------- |
+| agency | String | ❌ | Account agency |
+| account | String | ❌ | Account number |
+| accountDigit | String | ❌ | Account digit |
+
+
diff --git a/documentation/models/AccountPaymentEscrowConfigDto.md b/documentation/models/AccountPaymentEscrowConfigDto.md
new file mode 100644
index 0000000..0863ea4
--- /dev/null
+++ b/documentation/models/AccountPaymentEscrowConfigDto.md
@@ -0,0 +1,11 @@
+# AccountPaymentEscrowConfigDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------- | :------ | :------- | :--------------------------------------------------------------------------------------------------------------------------------------------------- |
+| daysToExpire | Long | ✅ | Number of days to expire the payment escrow |
+| enabled | Boolean | ❌ | Indicates whether the Escrow Account is enabled |
+| isFeePayer | Boolean | ❌ | Indicates whether the subaccount is responsible for paying the Escrow Account fee. If not informed, the main account will be responsible for the fee |
+
+
diff --git a/documentation/models/AccountSaveOrUpdatePaymentEscrowConfigRequestDto.md b/documentation/models/AccountSaveOrUpdatePaymentEscrowConfigRequestDto.md
new file mode 100644
index 0000000..3e4db2d
--- /dev/null
+++ b/documentation/models/AccountSaveOrUpdatePaymentEscrowConfigRequestDto.md
@@ -0,0 +1,11 @@
+# AccountSaveOrUpdatePaymentEscrowConfigRequestDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------- | :------ | :------- | :--------------------------------------------------------------------------------------------------------------------------------------------------- |
+| daysToExpire | Long | ✅ | Number of days to expire the payment escrow |
+| enabled | Boolean | ❌ | Indicates whether the Escrow Account is enabled |
+| isFeePayer | Boolean | ❌ | Indicates whether the subaccount is responsible for paying the Escrow Account fee. If not informed, the main account will be responsible for the fee |
+
+
diff --git a/documentation/models/AccountSaveRequestCompanyType.md b/documentation/models/AccountSaveRequestCompanyType.md
new file mode 100644
index 0000000..8c9df9a
--- /dev/null
+++ b/documentation/models/AccountSaveRequestCompanyType.md
@@ -0,0 +1,14 @@
+# AccountSaveRequestCompanyType
+
+Type of company (only when Legal Entity)
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------- | :----- | :------- | :------------ |
+| MEI | String | ✅ | "MEI" |
+| LIMITED | String | ✅ | "LIMITED" |
+| INDIVIDUAL | String | ✅ | "INDIVIDUAL" |
+| ASSOCIATION | String | ✅ | "ASSOCIATION" |
+
+
diff --git a/documentation/models/AccountSaveRequestDto.md b/documentation/models/AccountSaveRequestDto.md
new file mode 100644
index 0000000..dbbab23
--- /dev/null
+++ b/documentation/models/AccountSaveRequestDto.md
@@ -0,0 +1,24 @@
+# AccountSaveRequestDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------ | :---------------------------------- | :------- | :----------------------------------------------------------------------------- |
+| name | String | ✅ | Subaccount name |
+| email | String | ✅ | Subaccount email |
+| cpfCnpj | String | ✅ | CPF or CNPJ of the subaccount owner |
+| mobilePhone | String | ✅ | Cellphone |
+| incomeValue | Double | ✅ | Billing/Monthly income |
+| address | String | ✅ | Public place |
+| addressNumber | String | ✅ | Address number |
+| province | String | ✅ | Neighborhood |
+| postalCode | String | ✅ | Address zip code |
+| loginEmail | String | ❌ | Email for subaccount login, if not provided, the subaccount email will be used |
+| birthDate | String | ❌ | Date of birth (only for Individuals) |
+| companyType | AccountSaveRequestCompanyType | ❌ | Type of company (only when Legal Entity) |
+| phone | String | ❌ | Telephone |
+| site | String | ❌ | Url reffered to the subaccount |
+| complement | String | ❌ | Address complement |
+| webhooks | List\ | ❌ | Array with desired Webhooks settings |
+
+
diff --git a/documentation/models/AccountSaveResponseCompanyType.md b/documentation/models/AccountSaveResponseCompanyType.md
new file mode 100644
index 0000000..a514af0
--- /dev/null
+++ b/documentation/models/AccountSaveResponseCompanyType.md
@@ -0,0 +1,14 @@
+# AccountSaveResponseCompanyType
+
+Type of company (only when Legal Entity)
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------- | :----- | :------- | :------------ |
+| MEI | String | ✅ | "MEI" |
+| LIMITED | String | ✅ | "LIMITED" |
+| INDIVIDUAL | String | ✅ | "INDIVIDUAL" |
+| ASSOCIATION | String | ✅ | "ASSOCIATION" |
+
+
diff --git a/documentation/models/AccountSaveResponseDto.md b/documentation/models/AccountSaveResponseDto.md
new file mode 100644
index 0000000..85e32c2
--- /dev/null
+++ b/documentation/models/AccountSaveResponseDto.md
@@ -0,0 +1,33 @@
+# AccountSaveResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------------------- | :--------------------------------------------- | :------- | :----------------------------------------------------------------------------- |
+| object | String | ❌ | Object type |
+| id | String | ❌ | Unique subaccount identifier in Asaas |
+| name | String | ❌ | Subaccount name |
+| email | String | ❌ | Subaccount email |
+| loginEmail | String | ❌ | Email for subaccount login, if not provided, the subaccount email will be used |
+| phone | String | ❌ | Telephone |
+| mobilePhone | String | ❌ | Cellphone |
+| address | String | ❌ | Public place |
+| addressNumber | String | ❌ | Address number |
+| complement | String | ❌ | Address complement |
+| province | String | ❌ | Neighborhood |
+| postalCode | String | ❌ | Address zip code |
+| cpfCnpj | String | ❌ | CPF or CNPJ of the subaccount owner |
+| birthDate | String | ❌ | Date of birth (only for Individuals) |
+| personType | AccountSaveResponsePersonType | ❌ | Kind of person |
+| companyType | AccountSaveResponseCompanyType | ❌ | Type of company (only when Legal Entity) |
+| city | Long | ❌ | Unique city identifier in Asaas |
+| state | String | ❌ | State abbreviation (SP, RJ, SC, ...) |
+| country | String | ❌ | Country (Fixed Brazil) |
+| tradingName | String | ❌ | Display name (auto-populated) |
+| site | String | ❌ | Url reffered to the subaccount |
+| walletId | String | ❌ | Unique wallet identifier to split charges or transfer between Asaas accounts |
+| accountNumber | AccountNumberDto | ❌ | Subaccount number in Asaas |
+| commercialInfoExpiration | AccountInfoCommercialInfoExpirationResponseDto | ❌ | Information about the expiration of commercial data |
+| apiKey | String | ❌ | API key |
+
+
diff --git a/documentation/models/AccountSaveResponsePersonType.md b/documentation/models/AccountSaveResponsePersonType.md
new file mode 100644
index 0000000..67687be
--- /dev/null
+++ b/documentation/models/AccountSaveResponsePersonType.md
@@ -0,0 +1,12 @@
+# AccountSaveResponsePersonType
+
+Kind of person
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------- | :----- | :------- | :---------- |
+| JURIDICA | String | ✅ | "JURIDICA" |
+| FISICA | String | ✅ | "FISICA" |
+
+
diff --git a/documentation/models/AnticipationConfigurationGetResponseDto.md b/documentation/models/AnticipationConfigurationGetResponseDto.md
new file mode 100644
index 0000000..6570a02
--- /dev/null
+++ b/documentation/models/AnticipationConfigurationGetResponseDto.md
@@ -0,0 +1,9 @@
+# AnticipationConfigurationGetResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------------------- | :------ | :------- | :--------------------------------------------------------------------------- |
+| creditCardAutomaticEnabled | Boolean | ❌ | Indicates whether automatic anticipation is enabled for credit card payments |
+
+
diff --git a/documentation/models/AnticipationConfigurationUpdateRequestDto.md b/documentation/models/AnticipationConfigurationUpdateRequestDto.md
new file mode 100644
index 0000000..eb9471e
--- /dev/null
+++ b/documentation/models/AnticipationConfigurationUpdateRequestDto.md
@@ -0,0 +1,9 @@
+# AnticipationConfigurationUpdateRequestDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------------------- | :------ | :------- | :------------------------------------------------------------------------ |
+| creditCardAutomaticEnabled | Boolean | ❌ | Define whether automatic anticipation is enabled for credit card payments |
+
+
diff --git a/documentation/models/AnticipationGetResponseAnticipationStatus.md b/documentation/models/AnticipationGetResponseAnticipationStatus.md
new file mode 100644
index 0000000..3858860
--- /dev/null
+++ b/documentation/models/AnticipationGetResponseAnticipationStatus.md
@@ -0,0 +1,17 @@
+# AnticipationGetResponseAnticipationStatus
+
+Anticipation status
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :-------- | :----- | :------- | :---------- |
+| PENDING | String | ✅ | "PENDING" |
+| DENIED | String | ✅ | "DENIED" |
+| CREDITED | String | ✅ | "CREDITED" |
+| DEBITED | String | ✅ | "DEBITED" |
+| CANCELLED | String | ✅ | "CANCELLED" |
+| OVERDUE | String | ✅ | "OVERDUE" |
+| SCHEDULED | String | ✅ | "SCHEDULED" |
+
+
diff --git a/documentation/models/AnticipationGetResponseDto.md b/documentation/models/AnticipationGetResponseDto.md
new file mode 100644
index 0000000..071967c
--- /dev/null
+++ b/documentation/models/AnticipationGetResponseDto.md
@@ -0,0 +1,22 @@
+# AnticipationGetResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------------- | :---------------------------------------- | :------- | :----------------------------------------------------- |
+| object | String | ❌ | Object type |
+| id | String | ❌ | Unique identifier of anticipation in Asaas |
+| installment | String | ❌ | Unique identifier of the installment to be anticipated |
+| payment | String | ❌ | Unique identifier of the payment to be anticipated. |
+| status | AnticipationGetResponseAnticipationStatus | ❌ | Anticipation status |
+| anticipationDate | String | ❌ | Anticipation request date |
+| dueDate | String | ❌ | Request due date |
+| requestDate | String | ❌ | Anticipation request date |
+| fee | Double | ❌ | Anticipation fee |
+| anticipationDays | Long | ❌ | Number of days that were anticipated |
+| netValue | Double | ❌ | Net value discounted the anticipation fee |
+| totalValue | Double | ❌ | Total amount of the payment to be anticipated |
+| value | Double | ❌ | Anticipation value |
+| denialObservation | String | ❌ | Reason for rejecting the anticipation payment |
+
+
diff --git a/documentation/models/AnticipationLimitsInfoResponseDto.md b/documentation/models/AnticipationLimitsInfoResponseDto.md
new file mode 100644
index 0000000..728b076
--- /dev/null
+++ b/documentation/models/AnticipationLimitsInfoResponseDto.md
@@ -0,0 +1,12 @@
+# AnticipationLimitsInfoResponseDto
+
+Credit card anticipation limits
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :-------- | :----- | :------- | :----------------------------------------- |
+| total | Double | ❌ | Anticipation limit released on the account |
+| available | Double | ❌ | Limit available to anticipate |
+
+
diff --git a/documentation/models/AnticipationLimitsResponseDto.md b/documentation/models/AnticipationLimitsResponseDto.md
new file mode 100644
index 0000000..f366e7c
--- /dev/null
+++ b/documentation/models/AnticipationLimitsResponseDto.md
@@ -0,0 +1,10 @@
+# AnticipationLimitsResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------- | :-------------------------------- | :------- | :------------------------------ |
+| creditCard | AnticipationLimitsInfoResponseDto | ❌ | Credit card anticipation limits |
+| bankSlip | AnticipationLimitsInfoResponseDto | ❌ | Credit card anticipation limits |
+
+
diff --git a/documentation/models/AnticipationListRequestAnticipationStatus.md b/documentation/models/AnticipationListRequestAnticipationStatus.md
new file mode 100644
index 0000000..83e6c0d
--- /dev/null
+++ b/documentation/models/AnticipationListRequestAnticipationStatus.md
@@ -0,0 +1,17 @@
+# AnticipationListRequestAnticipationStatus
+
+Filter by status
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :-------- | :----- | :------- | :---------- |
+| PENDING | String | ✅ | "PENDING" |
+| DENIED | String | ✅ | "DENIED" |
+| CREDITED | String | ✅ | "CREDITED" |
+| DEBITED | String | ✅ | "DEBITED" |
+| CANCELLED | String | ✅ | "CANCELLED" |
+| OVERDUE | String | ✅ | "OVERDUE" |
+| SCHEDULED | String | ✅ | "SCHEDULED" |
+
+
diff --git a/documentation/models/AnticipationListResponseDto.md b/documentation/models/AnticipationListResponseDto.md
new file mode 100644
index 0000000..e4aac2b
--- /dev/null
+++ b/documentation/models/AnticipationListResponseDto.md
@@ -0,0 +1,14 @@
+# AnticipationListResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------- | :--------------------------------- | :------- | :---------------------------------------------------------- |
+| object | String | ❌ | Object type |
+| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
+| totalCount | Long | ❌ | Total number of items for the filters entered |
+| limit | Long | ❌ | Number of objects per page |
+| offset | Long | ❌ | Position of the object from which the page should be loaded |
+| data | List\ | ❌ | List of objects |
+
+
diff --git a/documentation/models/AnticipationSaveRequestDto.md b/documentation/models/AnticipationSaveRequestDto.md
new file mode 100644
index 0000000..368a2ac
--- /dev/null
+++ b/documentation/models/AnticipationSaveRequestDto.md
@@ -0,0 +1,11 @@
+# AnticipationSaveRequestDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------- | :----- | :------- | :-------------------------------------- |
+| installment | String | ❌ | ID of the installment to be anticipated |
+| payment | String | ❌ | ID of the payment to be anticipated |
+| documents | byte[] | ❌ | File |
+
+
diff --git a/documentation/models/AnticipationSimulateRequestDto.md b/documentation/models/AnticipationSimulateRequestDto.md
new file mode 100644
index 0000000..d070b0b
--- /dev/null
+++ b/documentation/models/AnticipationSimulateRequestDto.md
@@ -0,0 +1,10 @@
+# AnticipationSimulateRequestDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------- | :----- | :------- | :-------------------------------------- |
+| installment | String | ❌ | ID of the installment to be anticipated |
+| payment | String | ❌ | ID of the payment to be anticipated |
+
+
diff --git a/documentation/models/AnticipationSimulateResponseDto.md b/documentation/models/AnticipationSimulateResponseDto.md
new file mode 100644
index 0000000..6a3f7f5
--- /dev/null
+++ b/documentation/models/AnticipationSimulateResponseDto.md
@@ -0,0 +1,18 @@
+# AnticipationSimulateResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------------------- | :------ | :------- | :------------------------------------------------------------------------------------------------------------------------ |
+| installment | String | ❌ | Unique identifier of the installment to be anticipated |
+| payment | String | ❌ | Unique identifier of the payment to be anticipated |
+| anticipationDate | String | ❌ | Anticipation request date |
+| dueDate | String | ❌ | Request due date |
+| fee | Double | ❌ | Anticipation fee |
+| anticipationDays | Long | ❌ | Number of days that were anticipated |
+| netValue | Double | ❌ | Net value discounted the anticipation fee |
+| totalValue | Double | ❌ | Total amount of the payment to be anticipated |
+| value | Double | ❌ | Anticipation value |
+| isDocumentationRequired | Boolean | ❌ | Determines the obligation to send electronic invoices or service provision contracts when requesting anticipation payment |
+
+
diff --git a/documentation/models/ApiAccountDocumentDeleteResponseDto.md b/documentation/models/ApiAccountDocumentDeleteResponseDto.md
deleted file mode 100644
index 446f5d7..0000000
--- a/documentation/models/ApiAccountDocumentDeleteResponseDto.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# ApiAccountDocumentDeleteResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------ | :------ | :------- | :----------------------------------------- |
-| deleted | Boolean | ❌ | Indicates whether the document was removed |
-| id | String | ❌ | Unique document identifier in Asaas |
-
-
diff --git a/documentation/models/ApiAccountDocumentGetResponseCustomerDocumentStatus.md b/documentation/models/ApiAccountDocumentGetResponseCustomerDocumentStatus.md
deleted file mode 100644
index 0ac60df..0000000
--- a/documentation/models/ApiAccountDocumentGetResponseCustomerDocumentStatus.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiAccountDocumentGetResponseCustomerDocumentStatus
-
-Document approval status
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------- | :----- | :------- | :---------- |
-| NOT_SENT | String | ✅ | "NOT_SENT" |
-| PENDING | String | ✅ | "PENDING" |
-| APPROVED | String | ✅ | "APPROVED" |
-| REJECTED | String | ✅ | "REJECTED" |
-
-
diff --git a/documentation/models/ApiAccountDocumentGetResponseDto.md b/documentation/models/ApiAccountDocumentGetResponseDto.md
deleted file mode 100644
index 9ef3ebf..0000000
--- a/documentation/models/ApiAccountDocumentGetResponseDto.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# ApiAccountDocumentGetResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----- | :-------------------------------------------------- | :------- | :---------------------------------- |
-| id | String | ❌ | Unique document identifier in Asaas |
-| status | ApiAccountDocumentGetResponseCustomerDocumentStatus | ❌ | Document approval status |
-
-
diff --git a/documentation/models/ApiAccountDocumentGroupResponseCustomerDocumentStatus.md b/documentation/models/ApiAccountDocumentGroupResponseCustomerDocumentStatus.md
deleted file mode 100644
index 60c55fc..0000000
--- a/documentation/models/ApiAccountDocumentGroupResponseCustomerDocumentStatus.md
+++ /dev/null
@@ -1,15 +0,0 @@
-# ApiAccountDocumentGroupResponseCustomerDocumentStatus
-
-Document group status
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------- | :----- | :------- | :---------- |
-| NOT_SENT | String | ✅ | "NOT_SENT" |
-| PENDING | String | ✅ | "PENDING" |
-| APPROVED | String | ✅ | "APPROVED" |
-| REJECTED | String | ✅ | "REJECTED" |
-| IGNORED | String | ✅ | "IGNORED" |
-
-
diff --git a/documentation/models/ApiAccountDocumentGroupResponseCustomerDocumentType.md b/documentation/models/ApiAccountDocumentGroupResponseCustomerDocumentType.md
deleted file mode 100644
index d0bc721..0000000
--- a/documentation/models/ApiAccountDocumentGroupResponseCustomerDocumentType.md
+++ /dev/null
@@ -1,15 +0,0 @@
-# ApiAccountDocumentGroupResponseCustomerDocumentType
-
-Type of documents
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----------------------- | :----- | :------- | :------------------------- |
-| IDENTIFICATION | String | ✅ | "IDENTIFICATION" |
-| SOCIAL_CONTRACT | String | ✅ | "SOCIAL_CONTRACT" |
-| ENTREPRENEUR_REQUIREMENT | String | ✅ | "ENTREPRENEUR_REQUIREMENT" |
-| MINUTES_OF_ELECTION | String | ✅ | "MINUTES_OF_ELECTION" |
-| CUSTOM | String | ✅ | "CUSTOM" |
-
-
diff --git a/documentation/models/ApiAccountDocumentGroupResponseDto.md b/documentation/models/ApiAccountDocumentGroupResponseDto.md
deleted file mode 100644
index 98c3d08..0000000
--- a/documentation/models/ApiAccountDocumentGroupResponseDto.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# ApiAccountDocumentGroupResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :-------------------------- | :---------------------------------------------------- | :------- | :---------------------------------------------------------------------- |
-| id | String | ❌ | Unique document group identifier in Asaas |
-| status | ApiAccountDocumentGroupResponseCustomerDocumentStatus | ❌ | Document group status |
-| type | ApiAccountDocumentGroupResponseCustomerDocumentType | ❌ | Type of documents |
-| title | String | ❌ | Document group title |
-| description | String | ❌ | Description |
-| responsible | ApiAccountDocumentGroupResponsibleResponseDto | ❌ | |
-| onboardingUrl | String | ❌ | URL for sending documents |
-| onboardingUrlExpirationDate | String | ❌ | Expiration date of the URL for sending documents |
-| documents | List\ | ❌ | Documents that have already been sent with their respective identifiers |
-
-
diff --git a/documentation/models/ApiAccountDocumentGroupResponsibleResponseDto.md b/documentation/models/ApiAccountDocumentGroupResponsibleResponseDto.md
deleted file mode 100644
index 1e5f7be..0000000
--- a/documentation/models/ApiAccountDocumentGroupResponsibleResponseDto.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# ApiAccountDocumentGroupResponsibleResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--- | :------------- | :------- | :--------------- |
-| name | String | ❌ | Responsible name |
-| type | List\ | ❌ | Responsible tyoe |
-
-
diff --git a/documentation/models/ApiAccountDocumentSaveRequestCustomerDocumentType.md b/documentation/models/ApiAccountDocumentSaveRequestCustomerDocumentType.md
deleted file mode 100644
index 7d6d049..0000000
--- a/documentation/models/ApiAccountDocumentSaveRequestCustomerDocumentType.md
+++ /dev/null
@@ -1,15 +0,0 @@
-# ApiAccountDocumentSaveRequestCustomerDocumentType
-
-Document Type
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----------------------- | :----- | :------- | :------------------------- |
-| IDENTIFICATION | String | ✅ | "IDENTIFICATION" |
-| SOCIAL_CONTRACT | String | ✅ | "SOCIAL_CONTRACT" |
-| ENTREPRENEUR_REQUIREMENT | String | ✅ | "ENTREPRENEUR_REQUIREMENT" |
-| MINUTES_OF_ELECTION | String | ✅ | "MINUTES_OF_ELECTION" |
-| CUSTOM | String | ✅ | "CUSTOM" |
-
-
diff --git a/documentation/models/ApiAccountDocumentSaveRequestDto.md b/documentation/models/ApiAccountDocumentSaveRequestDto.md
deleted file mode 100644
index 964fed9..0000000
--- a/documentation/models/ApiAccountDocumentSaveRequestDto.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# ApiAccountDocumentSaveRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----------- | :------------------------------------------------ | :------- | :------------ |
-| documentFile | byte[] | ❌ | File |
-| type | ApiAccountDocumentSaveRequestCustomerDocumentType | ❌ | Document Type |
-
-
diff --git a/documentation/models/ApiAccountDocumentShowResponseDto.md b/documentation/models/ApiAccountDocumentShowResponseDto.md
deleted file mode 100644
index 3036904..0000000
--- a/documentation/models/ApiAccountDocumentShowResponseDto.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# ApiAccountDocumentShowResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------ | :----------------------------------------- | :------- | :--------------------------------------- |
-| rejectReasons | String | ❌ | Reason why account approval was rejected |
-| data | List\ | ❌ | List of objects |
-
-
diff --git a/documentation/models/ApiAccountDocumentUpdateRequestDto.md b/documentation/models/ApiAccountDocumentUpdateRequestDto.md
deleted file mode 100644
index 6fbbdbc..0000000
--- a/documentation/models/ApiAccountDocumentUpdateRequestDto.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# ApiAccountDocumentUpdateRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----------- | :----- | :------- | :---------- |
-| documentFile | byte[] | ✅ | File |
-
-
diff --git a/documentation/models/ApiBankSlipBillingInfoResponseDto.md b/documentation/models/ApiBankSlipBillingInfoResponseDto.md
deleted file mode 100644
index 85d8bd2..0000000
--- a/documentation/models/ApiBankSlipBillingInfoResponseDto.md
+++ /dev/null
@@ -1,13 +0,0 @@
-# ApiBankSlipBillingInfoResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----------------------------------------- | :----- | :------- | :----------------------------------------------------------------- |
-| identificationField | String | ❌ | Digitable bill line |
-| nossoNumero | String | ❌ | Unique identification of the bank slip |
-| barCode | String | ❌ | Bank slip bar code |
-| bankSlipUrl | String | ❌ | URL to download the bank slip |
-| daysAfterDueDateToRegistrationCancellation | Long | ❌ | Days after registration cancellation deadline (only for bank slip) |
-
-
diff --git a/documentation/models/ApiBillGetResponseBillStatus.md b/documentation/models/ApiBillGetResponseBillStatus.md
deleted file mode 100644
index b789586..0000000
--- a/documentation/models/ApiBillGetResponseBillStatus.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# ApiBillGetResponseBillStatus
-
-Bill payment status
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :-------------------------------------- | :----- | :------- | :---------------------------------------- |
-| PENDING | String | ✅ | "PENDING" |
-| BANK_PROCESSING | String | ✅ | "BANK_PROCESSING" |
-| PAID | String | ✅ | "PAID" |
-| FAILED | String | ✅ | "FAILED" |
-| CANCELLED | String | ✅ | "CANCELLED" |
-| REFUNDED | String | ✅ | "REFUNDED" |
-| AWAITING_CHECKOUT_RISK_ANALYSIS_REQUEST | String | ✅ | "AWAITING_CHECKOUT_RISK_ANALYSIS_REQUEST" |
-
-
diff --git a/documentation/models/ApiBillGetResponseDto.md b/documentation/models/ApiBillGetResponseDto.md
deleted file mode 100644
index 8fa5bbd..0000000
--- a/documentation/models/ApiBillGetResponseDto.md
+++ /dev/null
@@ -1,26 +0,0 @@
-# ApiBillGetResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :-------------------- | :--------------------------- | :------- | :------------------------------------------- |
-| object | String | ❌ | Object type |
-| id | String | ❌ | Unique bill payment identifier in Asaas |
-| status | ApiBillGetResponseBillStatus | ❌ | Bill payment status |
-| value | Double | ❌ | Amount to be paid |
-| discount | Double | ❌ | Discount attributed to payment |
-| interest | Double | ❌ | Interest attributed to payment |
-| fine | Double | ❌ | Fine assigned to payment |
-| identificationField | String | ❌ | Typeable line of the bill to be paid |
-| dueDate | String | ❌ | Billing due date |
-| scheduleDate | String | ❌ | Payment scheduling date |
-| paymentDate | String | ❌ | Date on which payment was made |
-| fee | Double | ❌ | Asaas fee for bill payment |
-| description | String | ❌ | Bill Payment Description |
-| companyName | String | ❌ | Company/Body issuing the payment |
-| transactionReceiptUrl | String | ❌ | Proof of bill payment |
-| canBeCancelled | Boolean | ❌ | Whether payment can be canceled |
-| externalReference | String | ❌ | Unique identifier of the bill in your system |
-| failReasons | List\ | ❌ | List of reasons for payment failure |
-
-
diff --git a/documentation/models/ApiBillListResponseDto.md b/documentation/models/ApiBillListResponseDto.md
deleted file mode 100644
index 638f46b..0000000
--- a/documentation/models/ApiBillListResponseDto.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiBillListResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------- | :---------------------------- | :------- | :---------------------------------------------------------- |
-| object | String | ❌ | Object type |
-| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
-| totalCount | Long | ❌ | Total number of items for the filters entered |
-| limit | Long | ❌ | Number of objects per page |
-| offset | Long | ❌ | Position of the object from which the page should be loaded |
-| data | List\ | ❌ | List of objects |
-
-
diff --git a/documentation/models/ApiBillSaveRequestDto.md b/documentation/models/ApiBillSaveRequestDto.md
deleted file mode 100644
index ce28bf9..0000000
--- a/documentation/models/ApiBillSaveRequestDto.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# ApiBillSaveRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------------ | :----- | :------- | :--------------------------------------------------------------------------------------------- |
-| identificationField | String | ✅ | Digitizable bill line |
-| scheduleDate | String | ❌ | Payment scheduling date |
-| description | String | ❌ | Bill Payment Description |
-| discount | Double | ❌ | Discount attributed to payment |
-| interest | Double | ❌ | Interest attributed to payment |
-| fine | Double | ❌ | Fine assigned to payment |
-| dueDate | String | ❌ | Expiration date of the account if it is the type that does not have this information |
-| value | Double | ❌ | Account value if it is the type that does not have this information (Ex: credit card invoices) |
-| externalReference | String | ❌ | Unique identifier of the bill in your system |
-
-
diff --git a/documentation/models/ApiBillSimulateBankSlipInfoResponseDto.md b/documentation/models/ApiBillSimulateBankSlipInfoResponseDto.md
deleted file mode 100644
index f50a145..0000000
--- a/documentation/models/ApiBillSimulateBankSlipInfoResponseDto.md
+++ /dev/null
@@ -1,25 +0,0 @@
-# ApiBillSimulateBankSlipInfoResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------------- | :------ | :------- | :------------------------------------------------------ |
-| identificationField | String | ❌ | Digitable line |
-| value | Double | ❌ | Ticket value |
-| dueDate | String | ❌ | Due date |
-| companyName | String | ❌ | Company/Body issuing the bill |
-| bank | String | ❌ | Code of the bank issuing the bill in the banking system |
-| beneficiaryCpfCnpj | String | ❌ | CPF or CNPJ of the beneficiary |
-| beneficiaryName | String | ❌ | Beneficiary's name |
-| allowChangeValue | Boolean | ❌ | Whether the value can be changed or not |
-| minValue | Double | ❌ | Minimum value that can be changed |
-| maxValue | Double | ❌ | Maximum value that can be changed |
-| discountValue | Double | ❌ | Value of discounts |
-| interestValue | Double | ❌ | Interest amount |
-| fineValue | Double | ❌ | Fine value |
-| originalValue | Double | ❌ | Original bill value |
-| totalDiscountValue | Double | ❌ | Total value of discounts and rebates |
-| totalAdditionalValue | Double | ❌ | Total amount of interest and fine |
-| isOverdue | Boolean | ❌ | Informs if the ticket is expired |
-
-
diff --git a/documentation/models/ApiBillSimulateRequestDto.md b/documentation/models/ApiBillSimulateRequestDto.md
deleted file mode 100644
index 54cacf8..0000000
--- a/documentation/models/ApiBillSimulateRequestDto.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# ApiBillSimulateRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------------ | :----- | :------- | :-------------------- |
-| identificationField | String | ❌ | Digitizable bill line |
-| barCode | String | ❌ | Ticket barcode |
-
-
diff --git a/documentation/models/ApiBillSimulateResponseDto.md b/documentation/models/ApiBillSimulateResponseDto.md
deleted file mode 100644
index 695518d..0000000
--- a/documentation/models/ApiBillSimulateResponseDto.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# ApiBillSimulateResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------------ | :------------------------------------- | :------- | :---------------------------------- |
-| minimumScheduleDate | String | ❌ | Minimum date allowed for scheduling |
-| fee | Double | ❌ | Fee charged when paying the bill |
-| bankSlipInfo | ApiBillSimulateBankSlipInfoResponseDto | ❌ | |
-
-
diff --git a/documentation/models/ApiChargebackCreditCardResponseCreditCardBrand.md b/documentation/models/ApiChargebackCreditCardResponseCreditCardBrand.md
deleted file mode 100644
index e9b726e..0000000
--- a/documentation/models/ApiChargebackCreditCardResponseCreditCardBrand.md
+++ /dev/null
@@ -1,24 +0,0 @@
-# ApiChargebackCreditCardResponseCreditCardBrand
-
-Flag of the card used
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------- | :----- | :------- | :----------- |
-| VISA | String | ✅ | "VISA" |
-| MASTERCARD | String | ✅ | "MASTERCARD" |
-| ELO | String | ✅ | "ELO" |
-| DINERS | String | ✅ | "DINERS" |
-| DISCOVER | String | ✅ | "DISCOVER" |
-| AMEX | String | ✅ | "AMEX" |
-| HIPERCARD | String | ✅ | "HIPERCARD" |
-| CABAL | String | ✅ | "CABAL" |
-| BANESCARD | String | ✅ | "BANESCARD" |
-| CREDZ | String | ✅ | "CREDZ" |
-| SOROCRED | String | ✅ | "SOROCRED" |
-| CREDSYSTEM | String | ✅ | "CREDSYSTEM" |
-| JCB | String | ✅ | "JCB" |
-| UNKNOWN | String | ✅ | "UNKNOWN" |
-
-
diff --git a/documentation/models/ApiChargebackCreditCardResponseDto.md b/documentation/models/ApiChargebackCreditCardResponseDto.md
deleted file mode 100644
index 9277af8..0000000
--- a/documentation/models/ApiChargebackCreditCardResponseDto.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# ApiChargebackCreditCardResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----- | :--------------------------------------------- | :------- | :----------------------------- |
-| number | String | ❌ | Last 4 digits of the card used |
-| brand | ApiChargebackCreditCardResponseCreditCardBrand | ❌ | Flag of the card used |
-
-
diff --git a/documentation/models/ApiChargebackListRequestChargebackStatus.md b/documentation/models/ApiChargebackListRequestChargebackStatus.md
deleted file mode 100644
index b0a9426..0000000
--- a/documentation/models/ApiChargebackListRequestChargebackStatus.md
+++ /dev/null
@@ -1,15 +0,0 @@
-# ApiChargebackListRequestChargebackStatus
-
-Filter by chargeback status.
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----------- | :----- | :------- | :------------- |
-| REQUESTED | String | ✅ | "REQUESTED" |
-| IN_DISPUTE | String | ✅ | "IN_DISPUTE" |
-| DISPUTE_LOST | String | ✅ | "DISPUTE_LOST" |
-| REVERSED | String | ✅ | "REVERSED" |
-| DONE | String | ✅ | "DONE" |
-
-
diff --git a/documentation/models/ApiChargebackListRequestCreditCardBrand.md b/documentation/models/ApiChargebackListRequestCreditCardBrand.md
deleted file mode 100644
index 2290b84..0000000
--- a/documentation/models/ApiChargebackListRequestCreditCardBrand.md
+++ /dev/null
@@ -1,24 +0,0 @@
-# ApiChargebackListRequestCreditCardBrand
-
-Filter by used card brand.
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------- | :----- | :------- | :----------- |
-| VISA | String | ✅ | "VISA" |
-| MASTERCARD | String | ✅ | "MASTERCARD" |
-| ELO | String | ✅ | "ELO" |
-| DINERS | String | ✅ | "DINERS" |
-| DISCOVER | String | ✅ | "DISCOVER" |
-| AMEX | String | ✅ | "AMEX" |
-| HIPERCARD | String | ✅ | "HIPERCARD" |
-| CABAL | String | ✅ | "CABAL" |
-| BANESCARD | String | ✅ | "BANESCARD" |
-| CREDZ | String | ✅ | "CREDZ" |
-| SOROCRED | String | ✅ | "SOROCRED" |
-| CREDSYSTEM | String | ✅ | "CREDSYSTEM" |
-| JCB | String | ✅ | "JCB" |
-| UNKNOWN | String | ✅ | "UNKNOWN" |
-
-
diff --git a/documentation/models/ApiChargebackListResponseDto.md b/documentation/models/ApiChargebackListResponseDto.md
deleted file mode 100644
index c3ccfc1..0000000
--- a/documentation/models/ApiChargebackListResponseDto.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiChargebackListResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------- | :-------------------------------------- | :------- | :---------------------------------------------------------- |
-| object | String | ❌ | Object type |
-| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
-| totalCount | Long | ❌ | Total number of items for the filters entered |
-| limit | Long | ❌ | Number of objects per page |
-| offset | Long | ❌ | Position of the object from which the page should be loaded |
-| data | List\ | ❌ | List of objects |
-
-
diff --git a/documentation/models/ApiChargebackSaveDisputeRequestDto.md b/documentation/models/ApiChargebackSaveDisputeRequestDto.md
deleted file mode 100644
index a709964..0000000
--- a/documentation/models/ApiChargebackSaveDisputeRequestDto.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# ApiChargebackSaveDisputeRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---- | :----- | :------- | :----------------------------------------- |
-| files | byte[] | ✅ | Files to create the dispute (Maximum: 11). |
-
-
diff --git a/documentation/models/ApiChargebackSaveDisputeResponseChargebackDisputeStatus.md b/documentation/models/ApiChargebackSaveDisputeResponseChargebackDisputeStatus.md
deleted file mode 100644
index d90343b..0000000
--- a/documentation/models/ApiChargebackSaveDisputeResponseChargebackDisputeStatus.md
+++ /dev/null
@@ -1,13 +0,0 @@
-# ApiChargebackSaveDisputeResponseChargebackDisputeStatus
-
-Dispute status.
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :-------- | :----- | :------- | :---------- |
-| REQUESTED | String | ✅ | "REQUESTED" |
-| ACCEPTED | String | ✅ | "ACCEPTED" |
-| REJECTED | String | ✅ | "REJECTED" |
-
-
diff --git a/documentation/models/ApiChargebackSaveDisputeResponseDto.md b/documentation/models/ApiChargebackSaveDisputeResponseDto.md
deleted file mode 100644
index a5cc967..0000000
--- a/documentation/models/ApiChargebackSaveDisputeResponseDto.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# ApiChargebackSaveDisputeResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----------- | :------------------------------------------------------ | :------- | :--------------------------------------------------------------------- |
-| chargebackId | String | ❌ | Unique identifier of chargeback for which the dispute will be created. |
-| status | ApiChargebackSaveDisputeResponseChargebackDisputeStatus | ❌ | Dispute status. |
-| files | List\ | ❌ | Names of the dispute files. |
-
-
diff --git a/documentation/models/ApiCheckoutSessionCallbackDto.md b/documentation/models/ApiCheckoutSessionCallbackDto.md
deleted file mode 100644
index 2ffab93..0000000
--- a/documentation/models/ApiCheckoutSessionCallbackDto.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# ApiCheckoutSessionCallbackDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------- | :----- | :------- | :----------------------------------- |
-| successUrl | String | ✅ | Redirect URL for successful checkout |
-| cancelUrl | String | ✅ | Redirect URL for canceled checkout |
-| expiredUrl | String | ✅ | Redirect URL for expired checkout |
-
-
diff --git a/documentation/models/ApiCheckoutSessionCustomerDataDto.md b/documentation/models/ApiCheckoutSessionCustomerDataDto.md
deleted file mode 100644
index 388113b..0000000
--- a/documentation/models/ApiCheckoutSessionCustomerDataDto.md
+++ /dev/null
@@ -1,18 +0,0 @@
-# ApiCheckoutSessionCustomerDataDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------ | :----- | :------- | :--------------------------------------- |
-| name | String | ❌ | Customer name |
-| cpfCnpj | String | ❌ | Customer CPF or CNPJ |
-| email | String | ❌ | Customer email |
-| phone | String | ❌ | Customer phone |
-| address | String | ❌ | Customer address |
-| addressNumber | Long | ❌ | Address number |
-| complement | String | ❌ | Address complement (max. 255 characters) |
-| province | String | ❌ | Province of address |
-| postalCode | String | ❌ | Address zip code |
-| city | Long | ❌ | City code |
-
-
diff --git a/documentation/models/ApiCheckoutSessionInstallmentDto.md b/documentation/models/ApiCheckoutSessionInstallmentDto.md
deleted file mode 100644
index dda8689..0000000
--- a/documentation/models/ApiCheckoutSessionInstallmentDto.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# ApiCheckoutSessionInstallmentDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------------ | :--- | :------- | :----------------------------- |
-| maxInstallmentCount | Long | ❌ | Maximum number of installments |
-
-
diff --git a/documentation/models/ApiCheckoutSessionItemsDto.md b/documentation/models/ApiCheckoutSessionItemsDto.md
deleted file mode 100644
index 9df3be4..0000000
--- a/documentation/models/ApiCheckoutSessionItemsDto.md
+++ /dev/null
@@ -1,13 +0,0 @@
-# ApiCheckoutSessionItemsDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------- | :----- | :------- | :------------------- |
-| imageBase64 | String | ✅ | Item image in Base64 |
-| name | String | ✅ | Item name |
-| quantity | Long | ✅ | Item Quantity |
-| value | Double | ✅ | Item value |
-| description | String | ❌ | Item Description |
-
-
diff --git a/documentation/models/ApiCheckoutSessionResponseDto.md b/documentation/models/ApiCheckoutSessionResponseDto.md
deleted file mode 100644
index 2320c10..0000000
--- a/documentation/models/ApiCheckoutSessionResponseDto.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# ApiCheckoutSessionResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :-------------- | :--------------------------------- | :------- | :-------------------------------------- |
-| billingTypes | List\ | ❌ | Payment methods |
-| chargeTypes | List\ | ❌ | Charge types |
-| minutesToExpire | Long | ❌ | Time in minutes for checkout expiration |
-| callback | ApiCheckoutSessionCallbackDto | ❌ | |
-| items | List\ | ❌ | List of items at checkout |
-| customerData | ApiCheckoutSessionCustomerDataDto | ❌ | |
-| subscription | ApiCheckoutSessionSubscriptionDto | ❌ | |
-| installment | ApiCheckoutSessionInstallmentDto | ❌ | |
-| split | List\ | ❌ | Split Settings |
-
-
diff --git a/documentation/models/ApiCheckoutSessionSaveRequestDto.md b/documentation/models/ApiCheckoutSessionSaveRequestDto.md
deleted file mode 100644
index fb7d712..0000000
--- a/documentation/models/ApiCheckoutSessionSaveRequestDto.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# ApiCheckoutSessionSaveRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :-------------- | :--------------------------------- | :------- | :-------------------------------------- |
-| billingTypes | List\ | ✅ | Payment methods |
-| chargeTypes | List\ | ✅ | Charge types |
-| callback | ApiCheckoutSessionCallbackDto | ✅ | |
-| items | List\ | ✅ | List of items at checkout |
-| minutesToExpire | Long | ❌ | Time in minutes for checkout expiration |
-| customerData | ApiCheckoutSessionCustomerDataDto | ❌ | |
-| subscription | ApiCheckoutSessionSubscriptionDto | ❌ | |
-| installment | ApiCheckoutSessionInstallmentDto | ❌ | |
-| splits | List\ | ❌ | Split Settings |
-
-
diff --git a/documentation/models/ApiCheckoutSessionSplitDto.md b/documentation/models/ApiCheckoutSessionSplitDto.md
deleted file mode 100644
index 97d5864..0000000
--- a/documentation/models/ApiCheckoutSessionSplitDto.md
+++ /dev/null
@@ -1,12 +0,0 @@
-# ApiCheckoutSessionSplitDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :-------------- | :----- | :------- | :------------------------------------------------------------------------------------------------------------ |
-| walletId | String | ✅ | Asaas wallet identifier that will receive the transfer |
-| fixedValue | Double | ❌ | Fixed amount to be transferred to the account when the payment is received |
-| percentageValue | Double | ❌ | Percentage of the net value of the charge to be transferred when received |
-| totalFixedValue | Double | ❌ | (Instalments only). Amount that will be split relative to the total amount that will be paid in installments. |
-
-
diff --git a/documentation/models/ApiCheckoutSessionSubscriptionCycle.md b/documentation/models/ApiCheckoutSessionSubscriptionCycle.md
deleted file mode 100644
index 42008b5..0000000
--- a/documentation/models/ApiCheckoutSessionSubscriptionCycle.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# ApiCheckoutSessionSubscriptionCycle
-
-Billing frequency
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----------- | :----- | :------- | :------------- |
-| WEEKLY | String | ✅ | "WEEKLY" |
-| BIWEEKLY | String | ✅ | "BIWEEKLY" |
-| MONTHLY | String | ✅ | "MONTHLY" |
-| BIMONTHLY | String | ✅ | "BIMONTHLY" |
-| QUARTERLY | String | ✅ | "QUARTERLY" |
-| SEMIANNUALLY | String | ✅ | "SEMIANNUALLY" |
-| YEARLY | String | ✅ | "YEARLY" |
-
-
diff --git a/documentation/models/ApiCheckoutSessionSubscriptionDto.md b/documentation/models/ApiCheckoutSessionSubscriptionDto.md
deleted file mode 100644
index 915a5ac..0000000
--- a/documentation/models/ApiCheckoutSessionSubscriptionDto.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# ApiCheckoutSessionSubscriptionDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------- | :---------------------------------- | :------- | :------------------------------------------- |
-| cycle | ApiCheckoutSessionSubscriptionCycle | ❌ | Billing frequency |
-| endDate | String | ❌ | Deadline for payments to be due |
-| nextDueDate | String | ❌ | Due date of the next payment to be generated |
-
-
diff --git a/documentation/models/ApiCreditBureauReportGetResponseDto.md b/documentation/models/ApiCreditBureauReportGetResponseDto.md
deleted file mode 100644
index bcdd27b..0000000
--- a/documentation/models/ApiCreditBureauReportGetResponseDto.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiCreditBureauReportGetResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------- | :----- | :------- | :----------------------------------------------------------------------------------------- |
-| id | String | ❌ | Unique report identifier in Asaas |
-| dateCreated | String | ❌ | Date of consultation |
-| cpfCnpj | String | ❌ | CPF or CNPJ consulted manually |
-| customer | String | ❌ | Unique customer identifier in Asaas |
-| downloadUrl | String | ❌ | Url to download the report. Available until 11:59 pm on the day of the appointment. |
-| reportFile | String | ❌ | PDF of the query report in Base64 (this field is only returned when the report is created) |
-
-
diff --git a/documentation/models/ApiCreditBureauReportListResponseDto.md b/documentation/models/ApiCreditBureauReportListResponseDto.md
deleted file mode 100644
index 3a5a60a..0000000
--- a/documentation/models/ApiCreditBureauReportListResponseDto.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiCreditBureauReportListResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------- | :------------------------------------------ | :------- | :---------------------------------------------------------- |
-| object | String | ❌ | Object type |
-| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
-| totalCount | Long | ❌ | Total number of items for the filters entered |
-| limit | Long | ❌ | Number of objects per page |
-| offset | Long | ❌ | Position of the object from which the page should be loaded |
-| data | List\ | ❌ | List of objects |
-
-
diff --git a/documentation/models/ApiCreditBureauReportSaveRequestDto.md b/documentation/models/ApiCreditBureauReportSaveRequestDto.md
deleted file mode 100644
index 54cc4af..0000000
--- a/documentation/models/ApiCreditBureauReportSaveRequestDto.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# ApiCreditBureauReportSaveRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------- | :----- | :------- | :---------------------------------------------------------------------------------------- |
-| customer | String | ❌ | Unique customer identifier in Asaas |
-| cpfCnpj | String | ❌ | CPF or CNPJ of the customer. Enter this field if your client is not registered with Asaas |
-
-
diff --git a/documentation/models/ApiCreditCardHolderInfoRequestDto.md b/documentation/models/ApiCreditCardHolderInfoRequestDto.md
deleted file mode 100644
index 9a3def9..0000000
--- a/documentation/models/ApiCreditCardHolderInfoRequestDto.md
+++ /dev/null
@@ -1,16 +0,0 @@
-# ApiCreditCardHolderInfoRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------------- | :----- | :------- | :------------------------------------- |
-| name | String | ✅ | Name of card holder |
-| email | String | ✅ | Cardholder email |
-| cpfCnpj | String | ✅ | CPF or CNPJ of the cardholder |
-| postalCode | String | ✅ | Cardholder zip code |
-| addressNumber | String | ✅ | Cardholder address number |
-| phone | String | ✅ | Phone with cardholder's area code |
-| addressComplement | String | ❌ | Supplementing the cardholder's address |
-| mobilePhone | String | ❌ | Cardholder's cell phone |
-
-
diff --git a/documentation/models/ApiCreditCardRequestDto.md b/documentation/models/ApiCreditCardRequestDto.md
deleted file mode 100644
index 2f51ede..0000000
--- a/documentation/models/ApiCreditCardRequestDto.md
+++ /dev/null
@@ -1,13 +0,0 @@
-# ApiCreditCardRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------- | :----- | :------- | :----------------------------- |
-| holderName | String | ✅ | Name printed on card |
-| number | String | ✅ | Card number |
-| expiryMonth | String | ✅ | Expiration month with 2 digits |
-| expiryYear | String | ✅ | Expiration year with 4 digits |
-| ccv | String | ✅ | Security code |
-
-
diff --git a/documentation/models/ApiCreditCardTokenizeRequestDto.md b/documentation/models/ApiCreditCardTokenizeRequestDto.md
deleted file mode 100644
index f18ea9b..0000000
--- a/documentation/models/ApiCreditCardTokenizeRequestDto.md
+++ /dev/null
@@ -1,12 +0,0 @@
-# ApiCreditCardTokenizeRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------------- | :-------------------------------- | :------- | :--------------------------------------------------------------------------------------- |
-| customer | String | ✅ | Unique customer identifier in Asaas |
-| creditCard | ApiCreditCardRequestDto | ✅ | |
-| creditCardHolderInfo | ApiCreditCardHolderInfoRequestDto | ✅ | |
-| remoteIp | String | ✅ | IP from where the customer is making the purchase. Your server's IP must not be entered. |
-
-
diff --git a/documentation/models/ApiCreditCardTokenizeResponseCreditCardBrand.md b/documentation/models/ApiCreditCardTokenizeResponseCreditCardBrand.md
deleted file mode 100644
index 4fd7b88..0000000
--- a/documentation/models/ApiCreditCardTokenizeResponseCreditCardBrand.md
+++ /dev/null
@@ -1,24 +0,0 @@
-# ApiCreditCardTokenizeResponseCreditCardBrand
-
-Brand of the card used
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------- | :----- | :------- | :----------- |
-| VISA | String | ✅ | "VISA" |
-| MASTERCARD | String | ✅ | "MASTERCARD" |
-| ELO | String | ✅ | "ELO" |
-| DINERS | String | ✅ | "DINERS" |
-| DISCOVER | String | ✅ | "DISCOVER" |
-| AMEX | String | ✅ | "AMEX" |
-| HIPERCARD | String | ✅ | "HIPERCARD" |
-| CABAL | String | ✅ | "CABAL" |
-| BANESCARD | String | ✅ | "BANESCARD" |
-| CREDZ | String | ✅ | "CREDZ" |
-| SOROCRED | String | ✅ | "SOROCRED" |
-| CREDSYSTEM | String | ✅ | "CREDSYSTEM" |
-| JCB | String | ✅ | "JCB" |
-| UNKNOWN | String | ✅ | "UNKNOWN" |
-
-
diff --git a/documentation/models/ApiCreditCardTokenizeResponseDto.md b/documentation/models/ApiCreditCardTokenizeResponseDto.md
deleted file mode 100644
index de6b126..0000000
--- a/documentation/models/ApiCreditCardTokenizeResponseDto.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# ApiCreditCardTokenizeResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------------- | :------------------------------------------- | :------- | :------------------------------------------------------------------------------------------------------------------ |
-| creditCardNumber | String | ❌ | Last 4 digits of the card used |
-| creditCardBrand | ApiCreditCardTokenizeResponseCreditCardBrand | ❌ | Brand of the card used |
-| creditCardToken | String | ❌ | Credit card token that can be sent in future transactions without the need to re-enter card and cardholder details. |
-
-
diff --git a/documentation/models/ApiCustomerAccountDeleteResponseDto.md b/documentation/models/ApiCustomerAccountDeleteResponseDto.md
deleted file mode 100644
index dce2326..0000000
--- a/documentation/models/ApiCustomerAccountDeleteResponseDto.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# ApiCustomerAccountDeleteResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------ | :------ | :------- | :-------------------------------------------- |
-| deleted | Boolean | ❌ | Indicates whether the client has been removed |
-| id | String | ❌ | Unique customer identifier |
-
-
diff --git a/documentation/models/ApiCustomerAccountGetResponseDto.md b/documentation/models/ApiCustomerAccountGetResponseDto.md
deleted file mode 100644
index d9f050e..0000000
--- a/documentation/models/ApiCustomerAccountGetResponseDto.md
+++ /dev/null
@@ -1,32 +0,0 @@
-# ApiCustomerAccountGetResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------------- | :-------------------------------------- | :------- | :------------------------------------------- |
-| object | String | ❌ | Object type |
-| id | String | ❌ | Unique customer identifier |
-| dateCreated | String | ❌ | Customer creation date |
-| name | String | ❌ | Client name |
-| email | String | ❌ | Customer email |
-| phone | String | ❌ | Customer phone |
-| mobilePhone | String | ❌ | Customer cell phone |
-| address | String | ❌ | Customer address |
-| addressNumber | String | ❌ | Customer address number |
-| complement | String | ❌ | Customer address complement |
-| province | String | ❌ | Customer address neighborhood |
-| city | String | ❌ | Unique city identifier in Asaas |
-| cityName | String | ❌ | City of customer address |
-| state | String | ❌ | Customer address status |
-| country | String | ❌ | Customer country |
-| postalCode | String | ❌ | Customer address zip code |
-| cpfCnpj | String | ❌ | Customer CPF or CNPJ |
-| personType | ApiCustomerAccountGetResponsePersonType | ❌ | Kind of person |
-| deleted | Boolean | ❌ | Indicates whether it is a deleted client |
-| additionalEmails | String | ❌ | Additional customer emails |
-| externalReference | String | ❌ | External customer reference |
-| notificationDisabled | Boolean | ❌ | Indicates whether notifications are disabled |
-| observations | String | ❌ | Customer Observations |
-| foreignCustomer | Boolean | ❌ | Indicates if it's non-brazilian customer |
-
-
diff --git a/documentation/models/ApiCustomerAccountGetResponsePersonType.md b/documentation/models/ApiCustomerAccountGetResponsePersonType.md
deleted file mode 100644
index f082e47..0000000
--- a/documentation/models/ApiCustomerAccountGetResponsePersonType.md
+++ /dev/null
@@ -1,12 +0,0 @@
-# ApiCustomerAccountGetResponsePersonType
-
-Kind of person
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------- | :----- | :------- | :---------- |
-| JURIDICA | String | ✅ | "JURIDICA" |
-| FISICA | String | ✅ | "FISICA" |
-
-
diff --git a/documentation/models/ApiCustomerAccountListResponseDto.md b/documentation/models/ApiCustomerAccountListResponseDto.md
deleted file mode 100644
index 11bedb7..0000000
--- a/documentation/models/ApiCustomerAccountListResponseDto.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiCustomerAccountListResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------- | :--------------------------------------- | :------- | :---------------------------------------------------------- |
-| object | String | ❌ | Object type |
-| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
-| totalCount | Long | ❌ | Total number of items for the filters entered |
-| limit | Long | ❌ | Number of objects per page |
-| offset | Long | ❌ | Position of the object from which the page should be loaded |
-| data | List\ | ❌ | List of objects |
-
-
diff --git a/documentation/models/ApiCustomerAccountNumberDto.md b/documentation/models/ApiCustomerAccountNumberDto.md
deleted file mode 100644
index 2fc1b6d..0000000
--- a/documentation/models/ApiCustomerAccountNumberDto.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# ApiCustomerAccountNumberDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----------- | :----- | :------- | :------------- |
-| agency | String | ❌ | Account agency |
-| account | String | ❌ | Account number |
-| accountDigit | String | ❌ | Account digit |
-
-
diff --git a/documentation/models/ApiCustomerAccountSaveRequestDto.md b/documentation/models/ApiCustomerAccountSaveRequestDto.md
deleted file mode 100644
index 9032650..0000000
--- a/documentation/models/ApiCustomerAccountSaveRequestDto.md
+++ /dev/null
@@ -1,27 +0,0 @@
-# ApiCustomerAccountSaveRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------------- | :------ | :------- | :------------------------------------------------------------------- |
-| name | String | ✅ | Client name |
-| cpfCnpj | String | ✅ | Customer CPF or CNPJ |
-| email | String | ❌ | Customer email |
-| phone | String | ❌ | Landline |
-| mobilePhone | String | ❌ | Cell phone |
-| address | String | ❌ | Public place |
-| addressNumber | String | ❌ | Address number |
-| complement | String | ❌ | Address complement (max. 255 characters) |
-| province | String | ❌ | Neighborhood |
-| postalCode | String | ❌ | Address zip code |
-| externalReference | String | ❌ | Customer identifier in your system |
-| notificationDisabled | Boolean | ❌ | true to disable sending billing notifications |
-| additionalEmails | String | ❌ | Additional emails for sending billing notifications separated by "," |
-| municipalInscription | String | ❌ | Customer municipal registration |
-| stateInscription | String | ❌ | Customer state registration |
-| observations | String | ❌ | Additional observations |
-| groupName | String | ❌ | Name of the group the customer belongs to |
-| company | String | ❌ | Company |
-| foreignCustomer | Boolean | ❌ | inform true if it's a non-brazilian customer |
-
-
diff --git a/documentation/models/ApiCustomerAccountUpdateRequestDto.md b/documentation/models/ApiCustomerAccountUpdateRequestDto.md
deleted file mode 100644
index 929dee9..0000000
--- a/documentation/models/ApiCustomerAccountUpdateRequestDto.md
+++ /dev/null
@@ -1,27 +0,0 @@
-# ApiCustomerAccountUpdateRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------------- | :------ | :------- | :------------------------------------------------------------------- |
-| name | String | ❌ | Client name |
-| cpfCnpj | String | ❌ | Customer CPF or CNPJ |
-| email | String | ❌ | Customer email |
-| phone | String | ❌ | Landline |
-| mobilePhone | String | ❌ | Cell phone |
-| address | String | ❌ | Public place |
-| addressNumber | String | ❌ | Address number |
-| complement | String | ❌ | Address complement |
-| province | String | ❌ | Neighborhood |
-| postalCode | String | ❌ | Address zip code |
-| externalReference | String | ❌ | Customer identifier in your system |
-| notificationDisabled | Boolean | ❌ | true to disable sending billing notifications |
-| additionalEmails | String | ❌ | Additional emails for sending billing notifications separated by "," |
-| municipalInscription | String | ❌ | Customer municipal registration |
-| stateInscription | String | ❌ | Customer state registration |
-| observations | String | ❌ | Additional observations |
-| groupName | String | ❌ | Name of the group the customer belongs to |
-| company | String | ❌ | Company |
-| foreignCustomer | Boolean | ❌ | inform true if it's a non-brazilian customer |
-
-
diff --git a/documentation/models/ApiCustomerFiscalInfoGetResponseDto.md b/documentation/models/ApiCustomerFiscalInfoGetResponseDto.md
deleted file mode 100644
index 7301c12..0000000
--- a/documentation/models/ApiCustomerFiscalInfoGetResponseDto.md
+++ /dev/null
@@ -1,25 +0,0 @@
-# ApiCustomerFiscalInfoGetResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------------------------------- | :------ | :------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| object | String | ❌ | Object type |
-| email | String | ❌ | Email used by Asaas to send invoice notifications and alerts |
-| municipalInscription | String | ❌ | Company municipal registration |
-| simplesNacional | Boolean | ❌ | Indicates whether the company opts for the simple national system |
-| culturalProjectsPromoter | Boolean | ❌ | Identifies whether the company is classified as a cultural promoter |
-| cnae | String | ❌ | CNAE code |
-| specialTaxRegime | String | ❌ | Special taxation regime identifier |
-| serviceListItem | String | ❌ | Service list item, as http://www.planalto.gov.br/ccivil_03/leis/LCP/Lcp116.htm |
-| nbsCode | String | ❌ | NBS Code (Brazilian Nomenclature of Services). It must be included on the NFS-e (Electronic Service Invoice) when required by the municipal government and/or for import or export services. Check with your local government or your accounting department to determine whether this information is necessary. |
-| rpsSerie | String | ❌ | Serial Number registered for the company |
-| rpsNumber | Long | ❌ | RPS number used in the last invoice issued to your company |
-| loteNumber | Long | ❌ | Batch number used on the last invoice issued by your company |
-| username | String | ❌ | User to access your city's city hall website |
-| passwordSent | Boolean | ❌ | Indicates whether the password to access the city hall website has been entered |
-| accessTokenSent | Boolean | ❌ | Indicates whether the token for accessing the city hall website was provided |
-| certificateSent | Boolean | ❌ | Indicates whether the digital certificate for access to the city hall website has been provided |
-| nationalPortalTaxCalculationRegime | String | ❌ | Identifier of the tax calculation regime |
-
-
diff --git a/documentation/models/ApiCustomerFiscalInfoListInvoiceNbsCodesResponseDataDto.md b/documentation/models/ApiCustomerFiscalInfoListInvoiceNbsCodesResponseDataDto.md
deleted file mode 100644
index f78bc1b..0000000
--- a/documentation/models/ApiCustomerFiscalInfoListInvoiceNbsCodesResponseDataDto.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# ApiCustomerFiscalInfoListInvoiceNbsCodesResponseDataDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :-------------- | :----- | :------- | :------------------- |
-| nbsCode | String | ❌ | NBS code |
-| codeDescription | String | ❌ | NBS code description |
-
-
diff --git a/documentation/models/ApiCustomerFiscalInfoListInvoiceNbsCodesResponseDto.md b/documentation/models/ApiCustomerFiscalInfoListInvoiceNbsCodesResponseDto.md
deleted file mode 100644
index e61fed4..0000000
--- a/documentation/models/ApiCustomerFiscalInfoListInvoiceNbsCodesResponseDto.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiCustomerFiscalInfoListInvoiceNbsCodesResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------- | :-------------------------------------------------------------- | :------- | :---------------------------------------------------------- |
-| object | String | ❌ | Object type |
-| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
-| totalCount | Long | ❌ | Total number of items for the filters entered |
-| limit | Long | ❌ | Number of objects per page |
-| offset | Long | ❌ | Position of the object from which the page should be loaded |
-| data | List\ | ❌ | List of objects |
-
-
diff --git a/documentation/models/ApiCustomerFiscalInfoListMunicipalServicesResponseDataDto.md b/documentation/models/ApiCustomerFiscalInfoListMunicipalServicesResponseDataDto.md
deleted file mode 100644
index a379373..0000000
--- a/documentation/models/ApiCustomerFiscalInfoListMunicipalServicesResponseDataDto.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# ApiCustomerFiscalInfoListMunicipalServicesResponseDataDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------- | :----- | :------- | :------------------------ |
-| id | String | ❌ | Unique service identifier |
-| description | String | ❌ | Service description |
-| issTax | Double | ❌ | ISS percentage rate |
-
-
diff --git a/documentation/models/ApiCustomerFiscalInfoListMunicipalServicesResponseDto.md b/documentation/models/ApiCustomerFiscalInfoListMunicipalServicesResponseDto.md
deleted file mode 100644
index 6ef654a..0000000
--- a/documentation/models/ApiCustomerFiscalInfoListMunicipalServicesResponseDto.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiCustomerFiscalInfoListMunicipalServicesResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------- | :---------------------------------------------------------------- | :------- | :---------------------------------------------------------- |
-| object | String | ❌ | Object type |
-| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
-| totalCount | Long | ❌ | Total number of items for the filters entered |
-| limit | Long | ❌ | Number of objects per page |
-| offset | Long | ❌ | Position of the object from which the page should be loaded |
-| data | List\ | ❌ | List of objects |
-
-
diff --git a/documentation/models/ApiCustomerFiscalInfoMunicipalOptionsGetResponseDto.md b/documentation/models/ApiCustomerFiscalInfoMunicipalOptionsGetResponseDto.md
deleted file mode 100644
index f892e8c..0000000
--- a/documentation/models/ApiCustomerFiscalInfoMunicipalOptionsGetResponseDto.md
+++ /dev/null
@@ -1,21 +0,0 @@
-# ApiCustomerFiscalInfoMunicipalOptionsGetResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------------------------------- | :--------------------------------------------------------------------------------- | :------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| authenticationType | ApiCustomerFiscalInfoMunicipalOptionsGetResponseEnotasTipoAutenticacao | ❌ | Type of authentication required at city hall |
-| supportsCancellation | Boolean | ❌ | Whether or not it supports the cancellation of invoices automatically at your city hall |
-| usesSpecialTaxRegimes | Boolean | ❌ | It is necessary to inform or not the special taxation regime. If used, enter it in the `specialTaxRegime` field of **Create or update tax information** according to the options returned in the `specialTaxRegimesList` list. |
-| usesServiceListItem | Boolean | ❌ | Whether or not to inform the item on the service list |
-| specialTaxRegimesList | List\ | ❌ | Tax calculation regime options |
-| nationalPortalTaxCalculationRegimeList | List\ | ❌ | Special taxation regime options |
-| nationalPortalTaxCalculationRegimeHelp | String | ❌ | Explanation of the tax calculation regime |
-| municipalInscriptionHelp | String | ❌ | Explanation of the municipal registration format |
-| specialTaxRegimeHelp | String | ❌ | Explanation of the special taxation regime |
-| serviceListItemHelp | String | ❌ | Explanation of service list item format |
-| digitalCertificatedHelp | String | ❌ | Explanation of digital certificate |
-| accessTokenHelp | String | ❌ | Token Explanation |
-| municipalServiceCodeHelp | String | ❌ | Explanation of municipal service code format |
-
-
diff --git a/documentation/models/ApiCustomerFiscalInfoMunicipalOptionsGetResponseEnotasTipoAutenticacao.md b/documentation/models/ApiCustomerFiscalInfoMunicipalOptionsGetResponseEnotasTipoAutenticacao.md
deleted file mode 100644
index 8790517..0000000
--- a/documentation/models/ApiCustomerFiscalInfoMunicipalOptionsGetResponseEnotasTipoAutenticacao.md
+++ /dev/null
@@ -1,13 +0,0 @@
-# ApiCustomerFiscalInfoMunicipalOptionsGetResponseEnotasTipoAutenticacao
-
-Type of authentication required at city hall
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------------- | :----- | :------- | :------------------ |
-| CERTIFICATE | String | ✅ | "CERTIFICATE" |
-| TOKEN | String | ✅ | "TOKEN" |
-| USER_AND_PASSWORD | String | ✅ | "USER_AND_PASSWORD" |
-
-
diff --git a/documentation/models/ApiCustomerFiscalInfoMunicipalOptionsNationalPortalTaxCalculationRegimeDto.md b/documentation/models/ApiCustomerFiscalInfoMunicipalOptionsNationalPortalTaxCalculationRegimeDto.md
deleted file mode 100644
index 33fedd5..0000000
--- a/documentation/models/ApiCustomerFiscalInfoMunicipalOptionsNationalPortalTaxCalculationRegimeDto.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# ApiCustomerFiscalInfoMunicipalOptionsNationalPortalTaxCalculationRegimeDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---- | :----- | :------- | :--------------------------------------- |
-| label | String | ❌ | Name of the tax calculation regime |
-| value | String | ❌ | Identifier of the tax calculation regime |
-
-
diff --git a/documentation/models/ApiCustomerFiscalInfoMunicipalOptionsSpecialTaxRegimesDto.md b/documentation/models/ApiCustomerFiscalInfoMunicipalOptionsSpecialTaxRegimesDto.md
deleted file mode 100644
index 66245d5..0000000
--- a/documentation/models/ApiCustomerFiscalInfoMunicipalOptionsSpecialTaxRegimesDto.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# ApiCustomerFiscalInfoMunicipalOptionsSpecialTaxRegimesDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---- | :----- | :------- | :---------------------------------- |
-| label | String | ❌ | Name of the special taxation regime |
-| value | String | ❌ | Special taxation regime identifier |
-
-
diff --git a/documentation/models/ApiCustomerFiscalInfoSaveRequestDto.md b/documentation/models/ApiCustomerFiscalInfoSaveRequestDto.md
deleted file mode 100644
index 77f90d2..0000000
--- a/documentation/models/ApiCustomerFiscalInfoSaveRequestDto.md
+++ /dev/null
@@ -1,25 +0,0 @@
-# ApiCustomerFiscalInfoSaveRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------------------------------- | :------ | :------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| email | String | ✅ | Email used by Asaas to send invoice notifications and alerts |
-| simplesNacional | Boolean | ✅ | Indicates whether the company opts for the simple national system |
-| municipalInscription | String | ❌ | Company municipal registration |
-| culturalProjectsPromoter | Boolean | ❌ | Identifies whether the company is classified as a cultural promoter |
-| cnae | String | ❌ | CNAE code |
-| specialTaxRegime | String | ❌ | Special taxation regime identifier |
-| serviceListItem | String | ❌ | Service list item, as http://www.planalto.gov.br/ccivil_03/leis/LCP/Lcp116.htm |
-| nbsCode | String | ❌ | NBS Code (Brazilian Nomenclature of Services). It must be included on the NFS-e (Electronic Service Invoice) when required by the municipal government and/or for import or export services. Check with your local government or your accounting department to determine whether this information is necessary. |
-| rpsSerie | String | ❌ | Serial Number used by your company to issue invoices. In most cities the serial number used is '1' or 'E' |
-| rpsNumber | Long | ❌ | RPS number used on the last invoice issued by your company. If your last NF issued has an RPS equal to '100', this field must be filled in with '101'. If you have never issued invoices through your city hall's website, enter '1' in this field |
-| loteNumber | Long | ❌ | Batch number used on the last invoice issued by your company. If the last lot used in your city hall is '25', this field must be filled in with '26'. Only enter this field if your city hall requires the use of lots |
-| username | String | ❌ | User to access your city's city hall website |
-| password | String | ❌ | Password to access the city hall website |
-| accessToken | String | ❌ | Token for access to the city hall website (If access to your city hall website is via Token) |
-| certificateFile | byte[] | ❌ | File |
-| certificatePassword | String | ❌ | Password for the digital certificate sent (If access to your city hall website through a digital certificate) |
-| nationalPortalTaxCalculationRegime | String | ❌ | Identifier of the tax calculation regime. It must only be completed by companies classified as ME or EPP opting for Simples Nacional. Consult the need for this information with your city hall or accounting department. |
-
-
diff --git a/documentation/models/ApiCustomerFiscalInfoUpdateUseNationalPortalRequestDto.md b/documentation/models/ApiCustomerFiscalInfoUpdateUseNationalPortalRequestDto.md
deleted file mode 100644
index 4dfa18c..0000000
--- a/documentation/models/ApiCustomerFiscalInfoUpdateUseNationalPortalRequestDto.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# ApiCustomerFiscalInfoUpdateUseNationalPortalRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------ | :------ | :------- | :---------------------------------------------------------------------------------------------- |
-| enabled | Boolean | ✅ | Indicates whether the issuing of invoices through the national portal should be enabled or not. |
-
-
diff --git a/documentation/models/ApiCustomerFiscalInfoUpdateUseNationalPortalResponseDto.md b/documentation/models/ApiCustomerFiscalInfoUpdateUseNationalPortalResponseDto.md
deleted file mode 100644
index 9e1ee60..0000000
--- a/documentation/models/ApiCustomerFiscalInfoUpdateUseNationalPortalResponseDto.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# ApiCustomerFiscalInfoUpdateUseNationalPortalResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------ | :------ | :------- | :-------------------------------------------------------------------------------------- |
-| success | Boolean | ❌ | Status of the request to change the use status of national portal for issuing invoices. |
-
-
diff --git a/documentation/models/ApiCustomerGetResponseCompanyType.md b/documentation/models/ApiCustomerGetResponseCompanyType.md
deleted file mode 100644
index 7f07373..0000000
--- a/documentation/models/ApiCustomerGetResponseCompanyType.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiCustomerGetResponseCompanyType
-
-Type of company (only when Legal Entity)
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------- | :----- | :------- | :------------ |
-| MEI | String | ✅ | "MEI" |
-| LIMITED | String | ✅ | "LIMITED" |
-| INDIVIDUAL | String | ✅ | "INDIVIDUAL" |
-| ASSOCIATION | String | ✅ | "ASSOCIATION" |
-
-
diff --git a/documentation/models/ApiCustomerGetResponseDto.md b/documentation/models/ApiCustomerGetResponseDto.md
deleted file mode 100644
index b52074f..0000000
--- a/documentation/models/ApiCustomerGetResponseDto.md
+++ /dev/null
@@ -1,32 +0,0 @@
-# ApiCustomerGetResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----------------------- | :---------------------------------------------------------- | :------- | :----------------------------------------------------------------------------- |
-| object | String | ❌ | Object type |
-| id | String | ❌ | Unique subaccount identifier in Asaas |
-| name | String | ❌ | Subaccount name |
-| email | String | ❌ | Subaccount email |
-| loginEmail | String | ❌ | Email for subaccount login, if not provided, the subaccount email will be used |
-| phone | String | ❌ | Telephone |
-| mobilePhone | String | ❌ | Cellphone |
-| address | String | ❌ | Public place |
-| addressNumber | String | ❌ | Address number |
-| complement | String | ❌ | Address complement |
-| province | String | ❌ | Neighborhood |
-| postalCode | String | ❌ | Address zip code |
-| cpfCnpj | String | ❌ | CPF or CNPJ of the subaccount owner |
-| birthDate | String | ❌ | Date of birth (only for Individuals) |
-| personType | ApiCustomerGetResponsePersonType | ❌ | Kind of person |
-| companyType | ApiCustomerGetResponseCompanyType | ❌ | Type of company (only when Legal Entity) |
-| city | Long | ❌ | Unique city identifier in Asaas |
-| state | String | ❌ | State abbreviation (SP, RJ, SC, ...) |
-| country | String | ❌ | Country (Fixed Brazil) |
-| tradingName | String | ❌ | Display name (auto-populated) |
-| site | String | ❌ | Url reffered to the subaccount |
-| walletId | String | ❌ | Unique wallet identifier to split charges or transfer between Asaas accounts |
-| accountNumber | ApiCustomerAccountNumberDto | ❌ | |
-| commercialInfoExpiration | ApiCustomerUpdateRequestCommercialInfoExpirationResponseDto | ❌ | |
-
-
diff --git a/documentation/models/ApiCustomerGetResponsePersonType.md b/documentation/models/ApiCustomerGetResponsePersonType.md
deleted file mode 100644
index d132aa9..0000000
--- a/documentation/models/ApiCustomerGetResponsePersonType.md
+++ /dev/null
@@ -1,12 +0,0 @@
-# ApiCustomerGetResponsePersonType
-
-Kind of person
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------- | :----- | :------- | :---------- |
-| JURIDICA | String | ✅ | "JURIDICA" |
-| FISICA | String | ✅ | "FISICA" |
-
-
diff --git a/documentation/models/ApiCustomerInvoiceCancelRequestDto.md b/documentation/models/ApiCustomerInvoiceCancelRequestDto.md
deleted file mode 100644
index 3e3d75e..0000000
--- a/documentation/models/ApiCustomerInvoiceCancelRequestDto.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# ApiCustomerInvoiceCancelRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------------- | :------ | :------- | :--------------------------- |
-| cancelOnlyOnAsaas | Boolean | ❌ | Cancel invoice only on Asaas |
-
-
diff --git a/documentation/models/ApiCustomerInvoiceGetResponseDto.md b/documentation/models/ApiCustomerInvoiceGetResponseDto.md
deleted file mode 100644
index 5f1e489..0000000
--- a/documentation/models/ApiCustomerInvoiceGetResponseDto.md
+++ /dev/null
@@ -1,33 +0,0 @@
-# ApiCustomerInvoiceGetResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------------------ | :----------------------------------------- | :------- | :----------------------------------------------------------------------------------------------------------------- |
-| object | String | ❌ | Object type |
-| id | String | ❌ | Unique invoice identifier in Asaas |
-| status | ApiCustomerInvoiceGetResponseInvoiceStatus | ❌ | Invoice status |
-| customer | String | ❌ | Unique customer identifier |
-| payment | String | ❌ | Unique payment identifier in Asaas |
-| installment | String | ❌ | Unique installment identifier in Asaas |
-| type | ApiCustomerInvoiceGetResponseDtoType | ❌ | Invoice type |
-| statusDescription | String | ❌ | Description of the current status of the invoice |
-| serviceDescription | String | ❌ | Description of invoice services |
-| pdfUrl | String | ❌ | Link to pdf file of the invoice issued |
-| xmlUrl | String | ❌ | Link to xml file of the issued invoice |
-| rpsSerie | String | ❌ | Invoice series |
-| rpsNumber | String | ❌ | RPS converted to invoice |
-| number | String | ❌ | Invoice number |
-| validationCode | String | ❌ | Verification code |
-| value | Double | ❌ | Total value |
-| deductions | Double | ❌ | Deductions. Deductions do not change the total value of the invoice, but they do change the ISS calculation basis. |
-| effectiveDate | String | ❌ | Invoice issuance date |
-| observations | String | ❌ | Additional observations |
-| estimatedTaxesDescription | String | ❌ | Estimated tax invoice |
-| externalReference | String | ❌ | Invoice identifier in your system |
-| taxes | ApiCustomerInvoiceTaxesDto | ❌ | |
-| municipalServiceId | String | ❌ | Unique municipal service identifier |
-| municipalServiceCode | String | ❌ | Municipal Service Code |
-| municipalServiceName | String | ❌ | Name of municipal service |
-
-
diff --git a/documentation/models/ApiCustomerInvoiceGetResponseDtoType.md b/documentation/models/ApiCustomerInvoiceGetResponseDtoType.md
deleted file mode 100644
index 506d045..0000000
--- a/documentation/models/ApiCustomerInvoiceGetResponseDtoType.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# ApiCustomerInvoiceGetResponseDtoType
-
-Invoice type
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---- | :----- | :------- | :---------- |
-| NFS_E | String | ✅ | "NFS-e" |
-
-
diff --git a/documentation/models/ApiCustomerInvoiceGetResponseInvoiceStatus.md b/documentation/models/ApiCustomerInvoiceGetResponseInvoiceStatus.md
deleted file mode 100644
index ed772f4..0000000
--- a/documentation/models/ApiCustomerInvoiceGetResponseInvoiceStatus.md
+++ /dev/null
@@ -1,16 +0,0 @@
-# ApiCustomerInvoiceGetResponseInvoiceStatus
-
-Invoice status
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------------------- | :----- | :------- | :------------------------ |
-| SCHEDULED | String | ✅ | "SCHEDULED" |
-| AUTHORIZED | String | ✅ | "AUTHORIZED" |
-| PROCESSING_CANCELLATION | String | ✅ | "PROCESSING_CANCELLATION" |
-| CANCELED | String | ✅ | "CANCELED" |
-| CANCELLATION_DENIED | String | ✅ | "CANCELLATION_DENIED" |
-| ERROR | String | ✅ | "ERROR" |
-
-
diff --git a/documentation/models/ApiCustomerInvoiceListRequestInvoiceStatus.md b/documentation/models/ApiCustomerInvoiceListRequestInvoiceStatus.md
deleted file mode 100644
index 1f0320e..0000000
--- a/documentation/models/ApiCustomerInvoiceListRequestInvoiceStatus.md
+++ /dev/null
@@ -1,16 +0,0 @@
-# ApiCustomerInvoiceListRequestInvoiceStatus
-
-Filter by situation
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------------------- | :----- | :------- | :------------------------ |
-| SCHEDULED | String | ✅ | "SCHEDULED" |
-| AUTHORIZED | String | ✅ | "AUTHORIZED" |
-| PROCESSING_CANCELLATION | String | ✅ | "PROCESSING_CANCELLATION" |
-| CANCELED | String | ✅ | "CANCELED" |
-| CANCELLATION_DENIED | String | ✅ | "CANCELLATION_DENIED" |
-| ERROR | String | ✅ | "ERROR" |
-
-
diff --git a/documentation/models/ApiCustomerInvoiceListResponseDto.md b/documentation/models/ApiCustomerInvoiceListResponseDto.md
deleted file mode 100644
index de7c283..0000000
--- a/documentation/models/ApiCustomerInvoiceListResponseDto.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiCustomerInvoiceListResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------- | :--------------------------------------- | :------- | :---------------------------------------------------------- |
-| object | String | ❌ | Object type |
-| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
-| totalCount | Long | ❌ | Total number of items for the filters entered |
-| limit | Long | ❌ | Number of objects per page |
-| offset | Long | ❌ | Position of the object from which the page should be loaded |
-| data | List\ | ❌ | List of objects |
-
-
diff --git a/documentation/models/ApiCustomerInvoiceSaveRequestDto.md b/documentation/models/ApiCustomerInvoiceSaveRequestDto.md
deleted file mode 100644
index 79cca7a..0000000
--- a/documentation/models/ApiCustomerInvoiceSaveRequestDto.md
+++ /dev/null
@@ -1,22 +0,0 @@
-# ApiCustomerInvoiceSaveRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------------- | :------------------------- | :------- | :------------------------------------------------------------------------------------------------------------------------------ |
-| serviceDescription | String | ✅ | Description of invoice services |
-| observations | String | ✅ | Additional observations |
-| value | Double | ✅ | Total value |
-| deductions | Double | ✅ | Deductions. Deductions do not change the total value of the invoice, but they do change the ISS calculation basis. |
-| effectiveDate | String | ✅ | Invoice issuance date |
-| municipalServiceName | String | ✅ | Name of the municipal service. If not provided, the municipalServiceCode attribute will be used as the name for identification. |
-| taxes | ApiCustomerInvoiceTaxesDto | ✅ | |
-| payment | String | ❌ | Unique payment identifier in Asaas |
-| installment | String | ❌ | Unique installment identifier in Asaas |
-| customer | String | ❌ | Unique customer identifier |
-| externalReference | String | ❌ | Invoice identifier in your system |
-| municipalServiceId | String | ❌ | Unique municipal service identifier |
-| municipalServiceCode | String | ❌ | Municipal Service Code |
-| updatePayment | Boolean | ❌ | Update the Payment amount with the invoice taxes already deducted. |
-
-
diff --git a/documentation/models/ApiCustomerInvoiceTaxesDto.md b/documentation/models/ApiCustomerInvoiceTaxesDto.md
deleted file mode 100644
index 43de883..0000000
--- a/documentation/models/ApiCustomerInvoiceTaxesDto.md
+++ /dev/null
@@ -1,15 +0,0 @@
-# ApiCustomerInvoiceTaxesDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :-------- | :------ | :------- | :------------------------------------------ |
-| retainIss | Boolean | ✅ | The invoice holder must withhold ISS or not |
-| cofins | Double | ✅ | COFINS rate |
-| csll | Double | ✅ | CSLL rate |
-| inss | Double | ✅ | INSS rate |
-| ir | Double | ✅ | IR rate |
-| pis | Double | ✅ | PIS rate |
-| iss | Double | ✅ | ISS rate |
-
-
diff --git a/documentation/models/ApiCustomerInvoiceUpdateRequestDto.md b/documentation/models/ApiCustomerInvoiceUpdateRequestDto.md
deleted file mode 100644
index 811d1a9..0000000
--- a/documentation/models/ApiCustomerInvoiceUpdateRequestDto.md
+++ /dev/null
@@ -1,16 +0,0 @@
-# ApiCustomerInvoiceUpdateRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----------------- | :------------------------- | :------- | :----------------------------------------------------------------------------------------------------------------- |
-| serviceDescription | String | ❌ | Description of invoice services |
-| observations | String | ❌ | Additional observations |
-| externalReference | String | ❌ | Invoice identifier in your system |
-| value | Double | ❌ | Total value |
-| deductions | Double | ❌ | Deductions. Deductions do not change the total value of the invoice, but they do change the ISS calculation basis. |
-| effectiveDate | String | ❌ | Invoice issuance date |
-| updatePayment | Boolean | ❌ | Update the Payment amount with the invoice taxes already deducted. |
-| taxes | ApiCustomerInvoiceTaxesDto | ❌ | |
-
-
diff --git a/documentation/models/ApiCustomerListResponseDto.md b/documentation/models/ApiCustomerListResponseDto.md
deleted file mode 100644
index 3eaab23..0000000
--- a/documentation/models/ApiCustomerListResponseDto.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiCustomerListResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------- | :-------------------------------- | :------- | :---------------------------------------------------------- |
-| object | String | ❌ | Object type |
-| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
-| totalCount | Long | ❌ | Total number of items for the filters entered |
-| limit | Long | ❌ | Number of objects per page |
-| offset | Long | ❌ | Position of the object from which the page should be loaded |
-| data | List\ | ❌ | List of objects |
-
-
diff --git a/documentation/models/ApiCustomerPaymentCustodyConfigDto.md b/documentation/models/ApiCustomerPaymentCustodyConfigDto.md
deleted file mode 100644
index 346d5f1..0000000
--- a/documentation/models/ApiCustomerPaymentCustodyConfigDto.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# ApiCustomerPaymentCustodyConfigDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----------- | :------ | :------- | :--------------------------------------------------------------------------------------------------------------------------------------------------- |
-| daysToExpire | Long | ✅ | Number of days to expire the payment escrow |
-| enabled | Boolean | ❌ | Indicates whether the Escrow Account is enabled |
-| isFeePayer | Boolean | ❌ | Indicates whether the subaccount is responsible for paying the Escrow Account fee. If not informed, the main account will be responsible for the fee |
-
-
diff --git a/documentation/models/ApiCustomerSaveOrUpdatePaymentCustodyConfigRequestDto.md b/documentation/models/ApiCustomerSaveOrUpdatePaymentCustodyConfigRequestDto.md
deleted file mode 100644
index 157adda..0000000
--- a/documentation/models/ApiCustomerSaveOrUpdatePaymentCustodyConfigRequestDto.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# ApiCustomerSaveOrUpdatePaymentCustodyConfigRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----------- | :------ | :------- | :--------------------------------------------------------------------------------------------------------------------------------------------------- |
-| daysToExpire | Long | ✅ | Number of days to expire the payment escrow |
-| enabled | Boolean | ❌ | Indicates whether the Escrow Account is enabled |
-| isFeePayer | Boolean | ❌ | Indicates whether the subaccount is responsible for paying the Escrow Account fee. If not informed, the main account will be responsible for the fee |
-
-
diff --git a/documentation/models/ApiCustomerSaveRequestCompanyType.md b/documentation/models/ApiCustomerSaveRequestCompanyType.md
deleted file mode 100644
index c6bea48..0000000
--- a/documentation/models/ApiCustomerSaveRequestCompanyType.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiCustomerSaveRequestCompanyType
-
-Type of company (only when Legal Entity)
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------- | :----- | :------- | :------------ |
-| MEI | String | ✅ | "MEI" |
-| LIMITED | String | ✅ | "LIMITED" |
-| INDIVIDUAL | String | ✅ | "INDIVIDUAL" |
-| ASSOCIATION | String | ✅ | "ASSOCIATION" |
-
-
diff --git a/documentation/models/ApiCustomerSaveRequestDto.md b/documentation/models/ApiCustomerSaveRequestDto.md
deleted file mode 100644
index f35767a..0000000
--- a/documentation/models/ApiCustomerSaveRequestDto.md
+++ /dev/null
@@ -1,24 +0,0 @@
-# ApiCustomerSaveRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------ | :---------------------------------------------- | :------- | :----------------------------------------------------------------------------- |
-| name | String | ✅ | Subaccount name |
-| email | String | ✅ | Subaccount email |
-| cpfCnpj | String | ✅ | CPF or CNPJ of the subaccount owner |
-| mobilePhone | String | ✅ | Cellphone |
-| incomeValue | Double | ✅ | Billing/Monthly income |
-| address | String | ✅ | Public place |
-| addressNumber | String | ✅ | Address number |
-| province | String | ✅ | Neighborhood |
-| postalCode | String | ✅ | Address zip code |
-| loginEmail | String | ❌ | Email for subaccount login, if not provided, the subaccount email will be used |
-| birthDate | String | ❌ | Date of birth (only for Individuals) |
-| companyType | ApiCustomerSaveRequestCompanyType | ❌ | Type of company (only when Legal Entity) |
-| phone | String | ❌ | Telephone |
-| site | String | ❌ | Url reffered to the subaccount |
-| complement | String | ❌ | Address complement |
-| webhooks | List\ | ❌ | Array with desired Webhooks settings |
-
-
diff --git a/documentation/models/ApiCustomerSaveResponseCompanyType.md b/documentation/models/ApiCustomerSaveResponseCompanyType.md
deleted file mode 100644
index 5d2fa65..0000000
--- a/documentation/models/ApiCustomerSaveResponseCompanyType.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiCustomerSaveResponseCompanyType
-
-Type of company (only when Legal Entity)
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------- | :----- | :------- | :------------ |
-| MEI | String | ✅ | "MEI" |
-| LIMITED | String | ✅ | "LIMITED" |
-| INDIVIDUAL | String | ✅ | "INDIVIDUAL" |
-| ASSOCIATION | String | ✅ | "ASSOCIATION" |
-
-
diff --git a/documentation/models/ApiCustomerSaveResponseDto.md b/documentation/models/ApiCustomerSaveResponseDto.md
deleted file mode 100644
index a525d62..0000000
--- a/documentation/models/ApiCustomerSaveResponseDto.md
+++ /dev/null
@@ -1,33 +0,0 @@
-# ApiCustomerSaveResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----------------------- | :---------------------------------------------------------- | :------- | :----------------------------------------------------------------------------- |
-| object | String | ❌ | Object type |
-| id | String | ❌ | Unique subaccount identifier in Asaas |
-| name | String | ❌ | Subaccount name |
-| email | String | ❌ | Subaccount email |
-| loginEmail | String | ❌ | Email for subaccount login, if not provided, the subaccount email will be used |
-| phone | String | ❌ | Telephone |
-| mobilePhone | String | ❌ | Cellphone |
-| address | String | ❌ | Public place |
-| addressNumber | String | ❌ | Address number |
-| complement | String | ❌ | Address complement |
-| province | String | ❌ | Neighborhood |
-| postalCode | String | ❌ | Address zip code |
-| cpfCnpj | String | ❌ | CPF or CNPJ of the subaccount owner |
-| birthDate | String | ❌ | Date of birth (only for Individuals) |
-| personType | ApiCustomerSaveResponsePersonType | ❌ | Kind of person |
-| companyType | ApiCustomerSaveResponseCompanyType | ❌ | Type of company (only when Legal Entity) |
-| city | Long | ❌ | Unique city identifier in Asaas |
-| state | String | ❌ | State abbreviation (SP, RJ, SC, ...) |
-| country | String | ❌ | Country (Fixed Brazil) |
-| tradingName | String | ❌ | Display name (auto-populated) |
-| site | String | ❌ | Url reffered to the subaccount |
-| walletId | String | ❌ | Unique wallet identifier to split charges or transfer between Asaas accounts |
-| accountNumber | ApiCustomerAccountNumberDto | ❌ | |
-| commercialInfoExpiration | ApiCustomerUpdateRequestCommercialInfoExpirationResponseDto | ❌ | |
-| apiKey | String | ❌ | API key |
-
-
diff --git a/documentation/models/ApiCustomerSaveResponsePersonType.md b/documentation/models/ApiCustomerSaveResponsePersonType.md
deleted file mode 100644
index 3a3ed5b..0000000
--- a/documentation/models/ApiCustomerSaveResponsePersonType.md
+++ /dev/null
@@ -1,12 +0,0 @@
-# ApiCustomerSaveResponsePersonType
-
-Kind of person
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------- | :----- | :------- | :---------- |
-| JURIDICA | String | ✅ | "JURIDICA" |
-| FISICA | String | ✅ | "FISICA" |
-
-
diff --git a/documentation/models/ApiCustomerUpdateRequestCityDto.md b/documentation/models/ApiCustomerUpdateRequestCityDto.md
deleted file mode 100644
index 0698900..0000000
--- a/documentation/models/ApiCustomerUpdateRequestCityDto.md
+++ /dev/null
@@ -1,15 +0,0 @@
-# ApiCustomerUpdateRequestCityDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----------- | :-------------------------------- | :------- | :----------------------------------- |
-| object | String | ❌ | Object type |
-| id | Long | ❌ | Unique city identifier in Asaas |
-| ibgeCode | String | ❌ | IBGE Code |
-| name | String | ❌ | City's name |
-| districtCode | String | ❌ | District code |
-| district | String | ❌ | District name |
-| state | ApiCustomerUpdateRequestCityState | ❌ | State abbreviation (SP, RJ, SC, ...) |
-
-
diff --git a/documentation/models/ApiCustomerUpdateRequestCityState.md b/documentation/models/ApiCustomerUpdateRequestCityState.md
deleted file mode 100644
index 53e1b49..0000000
--- a/documentation/models/ApiCustomerUpdateRequestCityState.md
+++ /dev/null
@@ -1,37 +0,0 @@
-# ApiCustomerUpdateRequestCityState
-
-State abbreviation (SP, RJ, SC, ...)
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--- | :----- | :------- | :---------- |
-| AC | String | ✅ | "AC" |
-| AL | String | ✅ | "AL" |
-| AP | String | ✅ | "AP" |
-| AM | String | ✅ | "AM" |
-| BA | String | ✅ | "BA" |
-| CE | String | ✅ | "CE" |
-| DF | String | ✅ | "DF" |
-| ES | String | ✅ | "ES" |
-| GO | String | ✅ | "GO" |
-| MA | String | ✅ | "MA" |
-| MT | String | ✅ | "MT" |
-| MS | String | ✅ | "MS" |
-| MG | String | ✅ | "MG" |
-| PA | String | ✅ | "PA" |
-| PB | String | ✅ | "PB" |
-| PR | String | ✅ | "PR" |
-| PE | String | ✅ | "PE" |
-| PI | String | ✅ | "PI" |
-| RR | String | ✅ | "RR" |
-| RO | String | ✅ | "RO" |
-| RJ | String | ✅ | "RJ" |
-| RN | String | ✅ | "RN" |
-| RS | String | ✅ | "RS" |
-| SC | String | ✅ | "SC" |
-| SP | String | ✅ | "SP" |
-| SE | String | ✅ | "SE" |
-| TO | String | ✅ | "TO" |
-
-
diff --git a/documentation/models/ApiCustomerUpdateRequestCommercialInfoExpirationResponseDto.md b/documentation/models/ApiCustomerUpdateRequestCommercialInfoExpirationResponseDto.md
deleted file mode 100644
index 3b9aac9..0000000
--- a/documentation/models/ApiCustomerUpdateRequestCommercialInfoExpirationResponseDto.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# ApiCustomerUpdateRequestCommercialInfoExpirationResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------ | :------ | :------- | :--------------------------------------------- |
-| isExpired | Boolean | ❌ | Informs if commercial data is expired |
-| scheduledDate | String | ❌ | Informs the expiration date of commercial data |
-
-
diff --git a/documentation/models/ApiCustomerUpdateRequestGetResponseCompanyType.md b/documentation/models/ApiCustomerUpdateRequestGetResponseCompanyType.md
deleted file mode 100644
index 02e036f..0000000
--- a/documentation/models/ApiCustomerUpdateRequestGetResponseCompanyType.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiCustomerUpdateRequestGetResponseCompanyType
-
-Type of company (only when Legal Entity)
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------- | :----- | :------- | :------------ |
-| MEI | String | ✅ | "MEI" |
-| LIMITED | String | ✅ | "LIMITED" |
-| INDIVIDUAL | String | ✅ | "INDIVIDUAL" |
-| ASSOCIATION | String | ✅ | "ASSOCIATION" |
-
-
diff --git a/documentation/models/ApiCustomerUpdateRequestGetResponseDto.md b/documentation/models/ApiCustomerUpdateRequestGetResponseDto.md
deleted file mode 100644
index 5e8e078..0000000
--- a/documentation/models/ApiCustomerUpdateRequestGetResponseDto.md
+++ /dev/null
@@ -1,30 +0,0 @@
-# ApiCustomerUpdateRequestGetResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----------------------- | :---------------------------------------------------------- | :------- | :---------------------------------------------------------------------- |
-| status | ApiCustomerUpdateRequestGetResponseStatus | ❌ | Account status |
-| personType | ApiCustomerUpdateRequestGetResponsePersonType | ❌ | Person Type |
-| cpfCnpj | String | ❌ | CPF or CNPJ of the account owner |
-| name | String | ❌ | Account owner name |
-| birthDate | String | ❌ | Birthday (Required if the information is from an individual) |
-| companyName | String | ❌ | Company Name |
-| companyType | ApiCustomerUpdateRequestGetResponseCompanyType | ❌ | Type of company (only when Legal Entity) |
-| incomeValue | Double | ❌ | Billing/Monthly income |
-| email | String | ❌ | Account's email |
-| phone | String | ❌ | Telephone |
-| mobilePhone | String | ❌ | Cell phone |
-| postalCode | String | ❌ | Address zip code |
-| address | String | ❌ | Public place |
-| addressNumber | String | ❌ | Address number |
-| complement | String | ❌ | Address complement |
-| province | String | ❌ | Neighborhood |
-| city | ApiCustomerUpdateRequestCityDto | ❌ | |
-| denialReason | String | ❌ | Reason why it is necessary to resend the information |
-| tradingName | String | ❌ | Display name (auto-populated) |
-| site | String | ❌ | Web site |
-| availableCompanyNames | List\ | ❌ | Company names available. Only filled in for Legal Entity type accounts. |
-| commercialInfoExpiration | ApiCustomerUpdateRequestCommercialInfoExpirationResponseDto | ❌ | |
-
-
diff --git a/documentation/models/ApiCustomerUpdateRequestGetResponsePersonType.md b/documentation/models/ApiCustomerUpdateRequestGetResponsePersonType.md
deleted file mode 100644
index 7904191..0000000
--- a/documentation/models/ApiCustomerUpdateRequestGetResponsePersonType.md
+++ /dev/null
@@ -1,12 +0,0 @@
-# ApiCustomerUpdateRequestGetResponsePersonType
-
-Person Type
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------- | :----- | :------- | :---------- |
-| JURIDICA | String | ✅ | "JURIDICA" |
-| FISICA | String | ✅ | "FISICA" |
-
-
diff --git a/documentation/models/ApiCustomerUpdateRequestGetResponseStatus.md b/documentation/models/ApiCustomerUpdateRequestGetResponseStatus.md
deleted file mode 100644
index d2fd3bf..0000000
--- a/documentation/models/ApiCustomerUpdateRequestGetResponseStatus.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiCustomerUpdateRequestGetResponseStatus
-
-Account status
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------------------------- | :----- | :------- | :------------------------------ |
-| APPROVED | String | ✅ | "APPROVED" |
-| AWAITING_ACTION_AUTHORIZATION | String | ✅ | "AWAITING_ACTION_AUTHORIZATION" |
-| DENIED | String | ✅ | "DENIED" |
-| PENDING | String | ✅ | "PENDING" |
-
-
diff --git a/documentation/models/ApiCustomerUpdateRequestSaveRequestCompanyType.md b/documentation/models/ApiCustomerUpdateRequestSaveRequestCompanyType.md
deleted file mode 100644
index bbe75e1..0000000
--- a/documentation/models/ApiCustomerUpdateRequestSaveRequestCompanyType.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiCustomerUpdateRequestSaveRequestCompanyType
-
-Type of company (only when Legal Entity)
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------- | :----- | :------- | :------------ |
-| MEI | String | ✅ | "MEI" |
-| LIMITED | String | ✅ | "LIMITED" |
-| INDIVIDUAL | String | ✅ | "INDIVIDUAL" |
-| ASSOCIATION | String | ✅ | "ASSOCIATION" |
-
-
diff --git a/documentation/models/ApiCustomerUpdateRequestSaveRequestDto.md b/documentation/models/ApiCustomerUpdateRequestSaveRequestDto.md
deleted file mode 100644
index c9d45a4..0000000
--- a/documentation/models/ApiCustomerUpdateRequestSaveRequestDto.md
+++ /dev/null
@@ -1,22 +0,0 @@
-# ApiCustomerUpdateRequestSaveRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------ | :--------------------------------------------- | :------- | :----------------------------------------------------------- |
-| personType | ApiCustomerUpdateRequestSaveRequestPersonType | ❌ | Person Type |
-| cpfCnpj | String | ❌ | CPF or CNPJ of the account owner |
-| birthDate | String | ❌ | Birthday (Required if the information is from an individual) |
-| companyType | ApiCustomerUpdateRequestSaveRequestCompanyType | ❌ | Type of company (only when Legal Entity) |
-| incomeValue | Double | ❌ | Billing/Monthly income |
-| email | String | ❌ | Account's email |
-| phone | String | ❌ | Telephone |
-| mobilePhone | String | ❌ | Cell phone |
-| site | String | ❌ | Web site |
-| postalCode | String | ❌ | Address zip code |
-| address | String | ❌ | Public place |
-| addressNumber | String | ❌ | Address number |
-| complement | String | ❌ | Address complement |
-| province | String | ❌ | Neighborhood |
-
-
diff --git a/documentation/models/ApiCustomerUpdateRequestSaveRequestPersonType.md b/documentation/models/ApiCustomerUpdateRequestSaveRequestPersonType.md
deleted file mode 100644
index a6c240f..0000000
--- a/documentation/models/ApiCustomerUpdateRequestSaveRequestPersonType.md
+++ /dev/null
@@ -1,12 +0,0 @@
-# ApiCustomerUpdateRequestSaveRequestPersonType
-
-Person Type
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------- | :----- | :------- | :---------- |
-| JURIDICA | String | ✅ | "JURIDICA" |
-| FISICA | String | ✅ | "FISICA" |
-
-
diff --git a/documentation/models/ApiErrorResponseDto.md b/documentation/models/ApiErrorResponseDto.md
deleted file mode 100644
index 313d452..0000000
--- a/documentation/models/ApiErrorResponseDto.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# ApiErrorResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----- | :------------------------------ | :------- | :-------------- |
-| errors | List\ | ❌ | List of objects |
-
-
diff --git a/documentation/models/ApiErrorResponseItemDto.md b/documentation/models/ApiErrorResponseItemDto.md
deleted file mode 100644
index 9db9423..0000000
--- a/documentation/models/ApiErrorResponseItemDto.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# ApiErrorResponseItemDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------- | :----- | :------- | :---------------- |
-| code | String | ❌ | Error code |
-| description | String | ❌ | Error description |
-
-
diff --git a/documentation/models/ApiFinanceBalanceResponseDto.md b/documentation/models/ApiFinanceBalanceResponseDto.md
deleted file mode 100644
index 541dffa..0000000
--- a/documentation/models/ApiFinanceBalanceResponseDto.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# ApiFinanceBalanceResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------ | :----- | :------- | :-------------- |
-| balance | Double | ❌ | Account balance |
-
-
diff --git a/documentation/models/ApiFinanceGetPaymentStatisticsRequestBillingType.md b/documentation/models/ApiFinanceGetPaymentStatisticsRequestBillingType.md
deleted file mode 100644
index 4e52707..0000000
--- a/documentation/models/ApiFinanceGetPaymentStatisticsRequestBillingType.md
+++ /dev/null
@@ -1,16 +0,0 @@
-# ApiFinanceGetPaymentStatisticsRequestBillingType
-
-Filter by payment method
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------- | :----- | :------- | :------------ |
-| BOLETO | String | ✅ | "BOLETO" |
-| CREDIT_CARD | String | ✅ | "CREDIT_CARD" |
-| TRANSFER | String | ✅ | "TRANSFER" |
-| DEPOSIT | String | ✅ | "DEPOSIT" |
-| DEBIT_CARD | String | ✅ | "DEBIT_CARD" |
-| PIX | String | ✅ | "PIX" |
-
-
diff --git a/documentation/models/ApiFinanceGetPaymentStatisticsRequestPaymentStatus.md b/documentation/models/ApiFinanceGetPaymentStatisticsRequestPaymentStatus.md
deleted file mode 100644
index 86a0bb0..0000000
--- a/documentation/models/ApiFinanceGetPaymentStatisticsRequestPaymentStatus.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiFinanceGetPaymentStatisticsRequestPaymentStatus
-
-Filter by status
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :-------- | :----- | :------- | :---------- |
-| PENDING | String | ✅ | "PENDING" |
-| RECEIVED | String | ✅ | "RECEIVED" |
-| CONFIRMED | String | ✅ | "CONFIRMED" |
-| OVERDUE | String | ✅ | "OVERDUE" |
-
-
diff --git a/documentation/models/ApiFinanceGetPaymentStatisticsResponseDto.md b/documentation/models/ApiFinanceGetPaymentStatisticsResponseDto.md
deleted file mode 100644
index bee586f..0000000
--- a/documentation/models/ApiFinanceGetPaymentStatisticsResponseDto.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# ApiFinanceGetPaymentStatisticsResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------- | :----- | :------- | :---------------- |
-| quantity | Long | ❌ | Number of charges |
-| value | Double | ❌ | Amount |
-| netValue | Double | ❌ | Total net worth |
-
-
diff --git a/documentation/models/ApiFinanceGetSplitStatisticsResponseDto.md b/documentation/models/ApiFinanceGetSplitStatisticsResponseDto.md
deleted file mode 100644
index b47a3cb..0000000
--- a/documentation/models/ApiFinanceGetSplitStatisticsResponseDto.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# ApiFinanceGetSplitStatisticsResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----- | :----- | :------- | :----------------- |
-| income | Double | ❌ | Amounts receivable |
-| value | Double | ❌ | Values to be sent |
-
-
diff --git a/documentation/models/ApiFinancialTransactionGetResponseDto.md b/documentation/models/ApiFinancialTransactionGetResponseDto.md
deleted file mode 100644
index 45c552a..0000000
--- a/documentation/models/ApiFinancialTransactionGetResponseDto.md
+++ /dev/null
@@ -1,23 +0,0 @@
-# ApiFinancialTransactionGetResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------------- | :--------------------------------------------------------- | :------- | :---------------------------------------------- |
-| object | String | ❌ | Object type |
-| id | String | ❌ | Unique transaction identifier in Asaas |
-| value | Double | ❌ | Transaction value |
-| balance | Double | ❌ | Value in account at the time of the transaction |
-| type | ApiFinancialTransactionGetResponseFinancialTransactionType | ❌ | Transaction type |
-| date | String | ❌ | Transaction date |
-| description | String | ❌ | Transaction description |
-| paymentId | String | ❌ | Payment identifier (If any) |
-| splitId | String | ❌ | Split identifier (If any) |
-| transferId | String | ❌ | Transfer identifier (If any) |
-| anticipationId | String | ❌ | Anticipation identifier (If any) |
-| billId | String | ❌ | Bill payment identifier (If any) |
-| invoiceId | String | ❌ | Invoice identifier (If any) |
-| paymentDunningId | String | ❌ | Payment dunning identifier (If any) |
-| creditBureauReportId | String | ❌ | Serasa consultation identifier (If any) |
-
-
diff --git a/documentation/models/ApiFinancialTransactionGetResponseFinancialTransactionType.md b/documentation/models/ApiFinancialTransactionGetResponseFinancialTransactionType.md
deleted file mode 100644
index 74aa993..0000000
--- a/documentation/models/ApiFinancialTransactionGetResponseFinancialTransactionType.md
+++ /dev/null
@@ -1,134 +0,0 @@
-# ApiFinancialTransactionGetResponseFinancialTransactionType
-
-Transaction type
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------------------------------------------------- | :----- | :------- | :------------------------------------------------------ |
-| PAYMENT_RECEIVED | String | ✅ | "PAYMENT_RECEIVED" |
-| TRANSFER | String | ✅ | "TRANSFER" |
-| TRANSFER_FEE | String | ✅ | "TRANSFER_FEE" |
-| TRANSFER_REVERSAL | String | ✅ | "TRANSFER_REVERSAL" |
-| REVERSAL | String | ✅ | "REVERSAL" |
-| PAYMENT_REVERSAL | String | ✅ | "PAYMENT_REVERSAL" |
-| PAYMENT_REFUND_CANCELLED | String | ✅ | "PAYMENT_REFUND_CANCELLED" |
-| PAYMENT_FEE | String | ✅ | "PAYMENT_FEE" |
-| PAYMENT_FEE_REVERSAL | String | ✅ | "PAYMENT_FEE_REVERSAL" |
-| PAYMENT_CUSTODY_BLOCK | String | ✅ | "PAYMENT_CUSTODY_BLOCK" |
-| PAYMENT_CUSTODY_BLOCK_REVERSAL | String | ✅ | "PAYMENT_CUSTODY_BLOCK_REVERSAL" |
-| PHONE_CALL_NOTIFICATION_FEE | String | ✅ | "PHONE_CALL_NOTIFICATION_FEE" |
-| PROMOTIONAL_CODE_CREDIT | String | ✅ | "PROMOTIONAL_CODE_CREDIT" |
-| DEBIT | String | ✅ | "DEBIT" |
-| DEBIT_REVERSAL | String | ✅ | "DEBIT_REVERSAL" |
-| DEBT_RECOVERY_NEGOTIATION_FINANCIAL_CHARGES | String | ✅ | "DEBT_RECOVERY_NEGOTIATION_FINANCIAL_CHARGES" |
-| RECEIVABLE_ANTICIPATION_GROSS_CREDIT | String | ✅ | "RECEIVABLE_ANTICIPATION_GROSS_CREDIT" |
-| RECEIVABLE_ANTICIPATION_FEE | String | ✅ | "RECEIVABLE_ANTICIPATION_FEE" |
-| RECEIVABLE_ANTICIPATION_DEBIT | String | ✅ | "RECEIVABLE_ANTICIPATION_DEBIT" |
-| RECEIVABLE_ANTICIPATION_PARTNER_SETTLEMENT | String | ✅ | "RECEIVABLE_ANTICIPATION_PARTNER_SETTLEMENT" |
-| BILL_PAYMENT | String | ✅ | "BILL_PAYMENT" |
-| BILL_PAYMENT_FEE | String | ✅ | "BILL_PAYMENT_FEE" |
-| BILL_PAYMENT_CANCELLED | String | ✅ | "BILL_PAYMENT_CANCELLED" |
-| BILL_PAYMENT_FEE_CANCELLED | String | ✅ | "BILL_PAYMENT_FEE_CANCELLED" |
-| BILL_PAYMENT_REFUNDED | String | ✅ | "BILL_PAYMENT_REFUNDED" |
-| POSTAL_SERVICE_FEE | String | ✅ | "POSTAL_SERVICE_FEE" |
-| INTERNAL_TRANSFER_DEBIT | String | ✅ | "INTERNAL_TRANSFER_DEBIT" |
-| INTERNAL_TRANSFER_CREDIT | String | ✅ | "INTERNAL_TRANSFER_CREDIT" |
-| INTERNAL_TRANSFER_REVERSAL | String | ✅ | "INTERNAL_TRANSFER_REVERSAL" |
-| CREDIT | String | ✅ | "CREDIT" |
-| PARTIAL_PAYMENT | String | ✅ | "PARTIAL_PAYMENT" |
-| PAYMENT_MESSAGING_NOTIFICATION_FEE | String | ✅ | "PAYMENT_MESSAGING_NOTIFICATION_FEE" |
-| PAYMENT_SMS_NOTIFICATION_FEE | String | ✅ | "PAYMENT_SMS_NOTIFICATION_FEE" |
-| PAYMENT_DUNNING_REQUEST_FEE | String | ✅ | "PAYMENT_DUNNING_REQUEST_FEE" |
-| PAYMENT_DUNNING_RECEIVED_FEE | String | ✅ | "PAYMENT_DUNNING_RECEIVED_FEE" |
-| PAYMENT_DUNNING_RECEIVED_IN_CASH_FEE | String | ✅ | "PAYMENT_DUNNING_RECEIVED_IN_CASH_FEE" |
-| PAYMENT_DUNNING_CANCELLATION_FEE | String | ✅ | "PAYMENT_DUNNING_CANCELLATION_FEE" |
-| CUSTOMER_COMMISSION_SETTLEMENT_CREDIT | String | ✅ | "CUSTOMER_COMMISSION_SETTLEMENT_CREDIT" |
-| CUSTOMER_COMMISSION_SETTLEMENT_DEBIT | String | ✅ | "CUSTOMER_COMMISSION_SETTLEMENT_DEBIT" |
-| PROMOTIONAL_CODE_DEBIT | String | ✅ | "PROMOTIONAL_CODE_DEBIT" |
-| REFUND_REQUEST_FEE | String | ✅ | "REFUND_REQUEST_FEE" |
-| REFUND_REQUEST_CANCELLED | String | ✅ | "REFUND_REQUEST_CANCELLED" |
-| REFUND_REQUEST_FEE_REVERSAL | String | ✅ | "REFUND_REQUEST_FEE_REVERSAL" |
-| INVOICE_FEE | String | ✅ | "INVOICE_FEE" |
-| PRODUCT_INVOICE_FEE | String | ✅ | "PRODUCT_INVOICE_FEE" |
-| CONSUMER_INVOICE_FEE | String | ✅ | "CONSUMER_INVOICE_FEE" |
-| ASAAS_CARD_RECHARGE | String | ✅ | "ASAAS_CARD_RECHARGE" |
-| ASAAS_CARD_RECHARGE_REVERSAL | String | ✅ | "ASAAS_CARD_RECHARGE_REVERSAL" |
-| ASAAS_CARD_BALANCE_REFUND | String | ✅ | "ASAAS_CARD_BALANCE_REFUND" |
-| CHARGEBACK | String | ✅ | "CHARGEBACK" |
-| CHARGEBACK_REVERSAL | String | ✅ | "CHARGEBACK_REVERSAL" |
-| ASAAS_CARD_BILL_PAYMENT | String | ✅ | "ASAAS_CARD_BILL_PAYMENT" |
-| ASAAS_CARD_BILL_PAYMENT_REFUND | String | ✅ | "ASAAS_CARD_BILL_PAYMENT_REFUND" |
-| ASAAS_CARD_TRANSACTION | String | ✅ | "ASAAS_CARD_TRANSACTION" |
-| ASAAS_CARD_CASHBACK | String | ✅ | "ASAAS_CARD_CASHBACK" |
-| ASAAS_CARD_CREDIT_TRANSFER | String | ✅ | "ASAAS_CARD_CREDIT_TRANSFER" |
-| ASAAS_CARD_CREDIT_TRANSFER_CANCELLATION | String | ✅ | "ASAAS_CARD_CREDIT_TRANSFER_CANCELLATION" |
-| ASAAS_CARD_CREDIT_TRANSFER_PARTIAL_CANCELLATION | String | ✅ | "ASAAS_CARD_CREDIT_TRANSFER_PARTIAL_CANCELLATION" |
-| ASAAS_CARD_CREDIT_VOUCHER | String | ✅ | "ASAAS_CARD_CREDIT_VOUCHER" |
-| ASAAS_CARD_CREDIT_VOUCHER_REFUND | String | ✅ | "ASAAS_CARD_CREDIT_VOUCHER_REFUND" |
-| ASAAS_CARD_DEBIT_TRANSFER | String | ✅ | "ASAAS_CARD_DEBIT_TRANSFER" |
-| ASAAS_CARD_DEBIT_TRANSFER_CANCELLATION | String | ✅ | "ASAAS_CARD_DEBIT_TRANSFER_CANCELLATION" |
-| ASAAS_CARD_DEBIT_TRANSFER_PARTIAL_CANCELLATION | String | ✅ | "ASAAS_CARD_DEBIT_TRANSFER_PARTIAL_CANCELLATION" |
-| ASAAS_CARD_TRANSACTION_FEE | String | ✅ | "ASAAS_CARD_TRANSACTION_FEE" |
-| ASAAS_CARD_TRANSACTION_WITHDRAWAL_FEE | String | ✅ | "ASAAS_CARD_TRANSACTION_WITHDRAWAL_FEE" |
-| ASAAS_CARD_TRANSACTION_IOF_FEE | String | ✅ | "ASAAS_CARD_TRANSACTION_IOF_FEE" |
-| ASAAS_CARD_TRANSACTION_REFUND | String | ✅ | "ASAAS_CARD_TRANSACTION_REFUND" |
-| ASAAS_CARD_TRANSACTION_FEE_REFUND | String | ✅ | "ASAAS_CARD_TRANSACTION_FEE_REFUND" |
-| ASAAS_CARD_TRANSACTION_WITHDRAWAL_FEE_REFUND | String | ✅ | "ASAAS_CARD_TRANSACTION_WITHDRAWAL_FEE_REFUND" |
-| ASAAS_CARD_TRANSACTION_PARTIAL_REFUND | String | ✅ | "ASAAS_CARD_TRANSACTION_PARTIAL_REFUND" |
-| ASAAS_CARD_TRANSACTION_REFUND_CANCELLATION | String | ✅ | "ASAAS_CARD_TRANSACTION_REFUND_CANCELLATION" |
-| ASAAS_CARD_TRANSACTION_PARTIAL_REFUND_CANCELLATION | String | ✅ | "ASAAS_CARD_TRANSACTION_PARTIAL_REFUND_CANCELLATION" |
-| ASAAS_MONEY_PAYMENT_COMPROMISED_BALANCE | String | ✅ | "ASAAS_MONEY_PAYMENT_COMPROMISED_BALANCE" |
-| ASAAS_MONEY_PAYMENT_COMPROMISED_BALANCE_REFUND | String | ✅ | "ASAAS_MONEY_PAYMENT_COMPROMISED_BALANCE_REFUND" |
-| ASAAS_MONEY_PAYMENT_ANTICIPATION_FEE | String | ✅ | "ASAAS_MONEY_PAYMENT_ANTICIPATION_FEE" |
-| ASAAS_MONEY_PAYMENT_ANTICIPATION_FEE_REFUND | String | ✅ | "ASAAS_MONEY_PAYMENT_ANTICIPATION_FEE_REFUND" |
-| ASAAS_MONEY_PAYMENT_FINANCING_FEE | String | ✅ | "ASAAS_MONEY_PAYMENT_FINANCING_FEE" |
-| ASAAS_MONEY_PAYMENT_FINANCING_FEE_REFUND | String | ✅ | "ASAAS_MONEY_PAYMENT_FINANCING_FEE_REFUND" |
-| ASAAS_MONEY_TRANSACTION_CASHBACK | String | ✅ | "ASAAS_MONEY_TRANSACTION_CASHBACK" |
-| ASAAS_MONEY_TRANSACTION_CASHBACK_REFUND | String | ✅ | "ASAAS_MONEY_TRANSACTION_CASHBACK_REFUND" |
-| ASAAS_MONEY_TRANSACTION_CHARGEBACK | String | ✅ | "ASAAS_MONEY_TRANSACTION_CHARGEBACK" |
-| ASAAS_MONEY_TRANSACTION_CHARGEBACK_REVERSAL | String | ✅ | "ASAAS_MONEY_TRANSACTION_CHARGEBACK_REVERSAL" |
-| CHARGED_FEE_REFUND | String | ✅ | "CHARGED_FEE_REFUND" |
-| PIX_TRANSACTION_DEBIT | String | ✅ | "PIX_TRANSACTION_DEBIT" |
-| PIX_TRANSACTION_DEBIT_REFUND | String | ✅ | "PIX_TRANSACTION_DEBIT_REFUND" |
-| PIX_TRANSACTION_CREDIT | String | ✅ | "PIX_TRANSACTION_CREDIT" |
-| PIX_TRANSACTION_CREDIT_FEE | String | ✅ | "PIX_TRANSACTION_CREDIT_FEE" |
-| PIX_TRANSACTION_CREDIT_REFUND | String | ✅ | "PIX_TRANSACTION_CREDIT_REFUND" |
-| PIX_TRANSACTION_CREDIT_REFUND_CANCELLATION | String | ✅ | "PIX_TRANSACTION_CREDIT_REFUND_CANCELLATION" |
-| PIX_TRANSACTION_DEBIT_FEE | String | ✅ | "PIX_TRANSACTION_DEBIT_FEE" |
-| CREDIT_BUREAU_REPORT | String | ✅ | "CREDIT_BUREAU_REPORT" |
-| CONTRACTUAL_EFFECT_SETTLEMENT | String | ✅ | "CONTRACTUAL_EFFECT_SETTLEMENT" |
-| CONTRACTUAL_EFFECT_SETTLEMENT_REVERSAL | String | ✅ | "CONTRACTUAL_EFFECT_SETTLEMENT_REVERSAL" |
-| FREE_PAYMENT_USE | String | ✅ | "FREE_PAYMENT_USE" |
-| MOBILE_PHONE_RECHARGE | String | ✅ | "MOBILE_PHONE_RECHARGE" |
-| REFUND_MOBILE_PHONE_RECHARGE | String | ✅ | "REFUND_MOBILE_PHONE_RECHARGE" |
-| CANCEL_MOBILE_PHONE_RECHARGE | String | ✅ | "CANCEL_MOBILE_PHONE_RECHARGE" |
-| BACEN_JUDICIAL_LOCK | String | ✅ | "BACEN_JUDICIAL_LOCK" |
-| BACEN_JUDICIAL_UNLOCK | String | ✅ | "BACEN_JUDICIAL_UNLOCK" |
-| BACEN_JUDICIAL_TRANSFER | String | ✅ | "BACEN_JUDICIAL_TRANSFER" |
-| INSTANT_TEXT_MESSAGE_FEE | String | ✅ | "INSTANT_TEXT_MESSAGE_FEE" |
-| ASAAS_DEBIT_CARD_REQUEST_FEE | String | ✅ | "ASAAS_DEBIT_CARD_REQUEST_FEE" |
-| ASAAS_PREPAID_CARD_REQUEST_FEE | String | ✅ | "ASAAS_PREPAID_CARD_REQUEST_FEE" |
-| EXTERNAL_SETTLEMENT_CONTRACTUAL_EFFECT_BATCH_CREDIT | String | ✅ | "EXTERNAL_SETTLEMENT_CONTRACTUAL_EFFECT_BATCH_CREDIT" |
-| EXTERNAL_SETTLEMENT_CONTRACTUAL_EFFECT_BATCH_REVERSAL | String | ✅ | "EXTERNAL_SETTLEMENT_CONTRACTUAL_EFFECT_BATCH_REVERSAL" |
-| CHILD_ACCOUNT_KNOWN_YOUR_CUSTOMER_BATCH_FEE | String | ✅ | "CHILD_ACCOUNT_KNOWN_YOUR_CUSTOMER_BATCH_FEE" |
-| CONTRACTED_CUSTOMER_PLAN_FEE | String | ✅ | "CONTRACTED_CUSTOMER_PLAN_FEE" |
-| ACCOUNT_INACTIVITY_FEE | String | ✅ | "ACCOUNT_INACTIVITY_FEE" |
-| PAYMENT_ORIGIN_CHANNEL_FEE | String | ✅ | "PAYMENT_ORIGIN_CHANNEL_FEE" |
-| PAYMENT_SPLIT_DIVERGENCE_BLOCK | String | ✅ | "PAYMENT_SPLIT_DIVERGENCE_BLOCK" |
-| PAYMENT_SPLIT_DIVERGENCE_BLOCK_REVERSAL | String | ✅ | "PAYMENT_SPLIT_DIVERGENCE_BLOCK_REVERSAL" |
-| CUSTOMER_ACCOUNT_PAYMENT_BONUS_FEE | String | ✅ | "CUSTOMER_ACCOUNT_PAYMENT_BONUS_FEE" |
-| CUSTOMER_PAYMENT_CUSTODY_CONFIG_FEE | String | ✅ | "CUSTOMER_PAYMENT_CUSTODY_CONFIG_FEE" |
-| CARD_SALE_ITEM_FEE | String | ✅ | "CARD_SALE_ITEM_FEE" |
-| CARD_SALE_ITEM_FEE_REVERSAL | String | ✅ | "CARD_SALE_ITEM_FEE_REVERSAL" |
-| CARD_SALE_RECEIVED | String | ✅ | "CARD_SALE_RECEIVED" |
-| CARD_SALE_REVERSAL | String | ✅ | "CARD_SALE_REVERSAL" |
-| RECEIVABLE_ANTICIPATION_PAYMENT_FEE | String | ✅ | "RECEIVABLE_ANTICIPATION_PAYMENT_FEE" |
-| ASAAS_MONEY_DONATION_DEBIT | String | ✅ | "ASAAS_MONEY_DONATION_DEBIT" |
-| ASAAS_MONEY_DONATION_DEBIT_REFUND | String | ✅ | "ASAAS_MONEY_DONATION_DEBIT_REFUND" |
-| ASAAS_MONEY_PAYMENT_DEBIT | String | ✅ | "ASAAS_MONEY_PAYMENT_DEBIT" |
-| ASAAS_MONEY_PAYMENT_DEBIT_REFUND | String | ✅ | "ASAAS_MONEY_PAYMENT_DEBIT_REFUND" |
-| CUSTOMER_COMMISSION_CHECKOUT | String | ✅ | "CUSTOMER_COMMISSION_CHECKOUT" |
-| RECEIVABLE_ANTICIPATION_CREDIT | String | ✅ | "RECEIVABLE_ANTICIPATION_CREDIT" |
-
-
diff --git a/documentation/models/ApiFinancialTransactionListResponseDto.md b/documentation/models/ApiFinancialTransactionListResponseDto.md
deleted file mode 100644
index daf810e..0000000
--- a/documentation/models/ApiFinancialTransactionListResponseDto.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiFinancialTransactionListResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------- | :-------------------------------------------- | :------- | :---------------------------------------------------------- |
-| object | String | ❌ | Object type |
-| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
-| totalCount | Long | ❌ | Total number of items for the filters entered |
-| limit | Long | ❌ | Number of objects per page |
-| offset | Long | ❌ | Position of the object from which the page should be loaded |
-| data | List\ | ❌ | List of objects |
-
-
diff --git a/documentation/models/ApiInstallmentDeleteResponseDto.md b/documentation/models/ApiInstallmentDeleteResponseDto.md
deleted file mode 100644
index 15ce4d5..0000000
--- a/documentation/models/ApiInstallmentDeleteResponseDto.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# ApiInstallmentDeleteResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------ | :------ | :------- | :------------------------------------------------ |
-| deleted | Boolean | ❌ | Indicates whether the installment plan is removed |
-| id | String | ❌ | Unique installment identifier in Asaas |
-
-
diff --git a/documentation/models/ApiInstallmentGetResponseBillingType.md b/documentation/models/ApiInstallmentGetResponseBillingType.md
deleted file mode 100644
index 518b59f..0000000
--- a/documentation/models/ApiInstallmentGetResponseBillingType.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# ApiInstallmentGetResponseBillingType
-
-Form of payment
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------- | :----- | :------- | :------------ |
-| UNDEFINED | String | ✅ | "UNDEFINED" |
-| BOLETO | String | ✅ | "BOLETO" |
-| CREDIT_CARD | String | ✅ | "CREDIT_CARD" |
-| DEBIT_CARD | String | ✅ | "DEBIT_CARD" |
-| TRANSFER | String | ✅ | "TRANSFER" |
-| DEPOSIT | String | ✅ | "DEPOSIT" |
-| PIX | String | ✅ | "PIX" |
-
-
diff --git a/documentation/models/ApiInstallmentGetResponseDto.md b/documentation/models/ApiInstallmentGetResponseDto.md
deleted file mode 100644
index c38c875..0000000
--- a/documentation/models/ApiInstallmentGetResponseDto.md
+++ /dev/null
@@ -1,27 +0,0 @@
-# ApiInstallmentGetResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :-------------------- | :---------------------------------------- | :------- | :--------------------------------------------------------------------- |
-| object | String | ❌ | Object type |
-| id | String | ❌ | Unique installment identifier in Asaas |
-| value | Double | ❌ | Installment amount |
-| netValue | Double | ❌ | Net installment amount |
-| paymentValue | Double | ❌ | Value of each installment |
-| installmentCount | Long | ❌ | Number of installments |
-| billingType | ApiInstallmentGetResponseBillingType | ❌ | Form of payment |
-| paymentDate | String | ❌ | Bill settlement date on Asaas |
-| description | String | ❌ | Description of the installment |
-| expirationDay | Long | ❌ | Due date of each installment |
-| dateCreated | String | ❌ | Installment creation date |
-| customer | String | ❌ | Unique identifier of the customer to whom the installment belongs |
-| paymentLink | String | ❌ | Unique identifier of the payment link to which the installment belongs |
-| checkoutSession | String | ❌ | Unique checkout identifier |
-| transactionReceiptUrl | String | ❌ | URL of proof of confirmation, receipt, reversal or removal. |
-| chargeback | ApiPaymentChargebackResponseDto | ❌ | |
-| creditCard | ApiPaymentSaveWithCreditCardCreditCardDto | ❌ | |
-| deleted | Boolean | ❌ | Indicates whether the installment has been removed |
-| refunds | List\ | ❌ | Refunds information |
-
-
diff --git a/documentation/models/ApiInstallmentListPaymentsRequestPaymentStatus.md b/documentation/models/ApiInstallmentListPaymentsRequestPaymentStatus.md
deleted file mode 100644
index d8fc3a3..0000000
--- a/documentation/models/ApiInstallmentListPaymentsRequestPaymentStatus.md
+++ /dev/null
@@ -1,24 +0,0 @@
-# ApiInstallmentListPaymentsRequestPaymentStatus
-
-Filter by payment status
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------------------------- | :----- | :------- | :----------------------------- |
-| PENDING | String | ✅ | "PENDING" |
-| RECEIVED | String | ✅ | "RECEIVED" |
-| CONFIRMED | String | ✅ | "CONFIRMED" |
-| OVERDUE | String | ✅ | "OVERDUE" |
-| REFUNDED | String | ✅ | "REFUNDED" |
-| RECEIVED_IN_CASH | String | ✅ | "RECEIVED_IN_CASH" |
-| REFUND_REQUESTED | String | ✅ | "REFUND_REQUESTED" |
-| REFUND_IN_PROGRESS | String | ✅ | "REFUND_IN_PROGRESS" |
-| CHARGEBACK_REQUESTED | String | ✅ | "CHARGEBACK_REQUESTED" |
-| CHARGEBACK_DISPUTE | String | ✅ | "CHARGEBACK_DISPUTE" |
-| AWAITING_CHARGEBACK_REVERSAL | String | ✅ | "AWAITING_CHARGEBACK_REVERSAL" |
-| DUNNING_REQUESTED | String | ✅ | "DUNNING_REQUESTED" |
-| DUNNING_RECEIVED | String | ✅ | "DUNNING_RECEIVED" |
-| AWAITING_RISK_ANALYSIS | String | ✅ | "AWAITING_RISK_ANALYSIS" |
-
-
diff --git a/documentation/models/ApiInstallmentListResponseDto.md b/documentation/models/ApiInstallmentListResponseDto.md
deleted file mode 100644
index 84e6665..0000000
--- a/documentation/models/ApiInstallmentListResponseDto.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiInstallmentListResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------- | :----------------------------------- | :------- | :---------------------------------------------------------- |
-| object | String | ❌ | Object type |
-| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
-| totalCount | Long | ❌ | Total number of items for the filters entered |
-| limit | Long | ❌ | Number of objects per page |
-| offset | Long | ❌ | Position of the object from which the page should be loaded |
-| data | List\ | ❌ | List of objects |
-
-
diff --git a/documentation/models/ApiInstallmentRefundResponseDto.md b/documentation/models/ApiInstallmentRefundResponseDto.md
deleted file mode 100644
index 7744173..0000000
--- a/documentation/models/ApiInstallmentRefundResponseDto.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# ApiInstallmentRefundResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :-------------------- | :---------------------------------------------- | :------- | :---------------------------------------------------------------------- |
-| dateCreated | String | ❌ | Refund creation date |
-| status | ApiInstallmentRefundResponsePaymentRefundStatus | ❌ | Refund status |
-| value | Double | ❌ | Refund value |
-| endToEndIdentifier | String | ❌ | (Pix only) Unique identifier of the Pix transaction at the Central Bank |
-| description | String | ❌ | Description of the refund |
-| effectiveDate | String | ❌ | (Pix only) Refund effective date |
-| transactionReceiptUrl | String | ❌ | Transaction receipt link |
-| refundedSplits | List\ | ❌ | Refunded Splits, if any |
-| paymentId | String | ❌ | Unique payment identifier in Asaas |
-
-
diff --git a/documentation/models/ApiInstallmentRefundResponsePaymentRefundStatus.md b/documentation/models/ApiInstallmentRefundResponsePaymentRefundStatus.md
deleted file mode 100644
index 953fe22..0000000
--- a/documentation/models/ApiInstallmentRefundResponsePaymentRefundStatus.md
+++ /dev/null
@@ -1,15 +0,0 @@
-# ApiInstallmentRefundResponsePaymentRefundStatus
-
-Refund status
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------------------------------------- | :----- | :------- | :----------------------------------------- |
-| PENDING | String | ✅ | "PENDING" |
-| AWAITING_CRITICAL_ACTION_AUTHORIZATION | String | ✅ | "AWAITING_CRITICAL_ACTION_AUTHORIZATION" |
-| AWAITING_CUSTOMER_EXTERNAL_AUTHORIZATION | String | ✅ | "AWAITING_CUSTOMER_EXTERNAL_AUTHORIZATION" |
-| CANCELLED | String | ✅ | "CANCELLED" |
-| DONE | String | ✅ | "DONE" |
-
-
diff --git a/documentation/models/ApiInstallmentSaveRequestBillingType.md b/documentation/models/ApiInstallmentSaveRequestBillingType.md
deleted file mode 100644
index c638a87..0000000
--- a/documentation/models/ApiInstallmentSaveRequestBillingType.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiInstallmentSaveRequestBillingType
-
-Payment billing type
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------- | :----- | :------- | :------------ |
-| UNDEFINED | String | ✅ | "UNDEFINED" |
-| BOLETO | String | ✅ | "BOLETO" |
-| CREDIT_CARD | String | ✅ | "CREDIT_CARD" |
-| PIX | String | ✅ | "PIX" |
-
-
diff --git a/documentation/models/ApiInstallmentSaveRequestDto.md b/documentation/models/ApiInstallmentSaveRequestDto.md
deleted file mode 100644
index 1547e11..0000000
--- a/documentation/models/ApiInstallmentSaveRequestDto.md
+++ /dev/null
@@ -1,22 +0,0 @@
-# ApiInstallmentSaveRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----------------------------------------- | :------------------------------------ | :------- | :----------------------------------------------------------------- |
-| installmentCount | Long | ✅ | Number of installments |
-| customer | String | ✅ | Unique customer identifier in Asaas |
-| value | Double | ✅ | Value of each installment |
-| billingType | ApiInstallmentSaveRequestBillingType | ✅ | Payment billing type |
-| dueDate | String | ✅ | Due date of the first installment |
-| totalValue | Double | ❌ | Total installment amount |
-| description | String | ❌ | Installment description (max. 500 characters) |
-| postalService | Boolean | ❌ | Define whether the payment will be sent via post |
-| daysAfterDueDateToRegistrationCancellation | Long | ❌ | Days after registration cancellation deadline (only for bank slip) |
-| paymentExternalReference | String | ❌ | Free search field |
-| discount | ApiPaymentDiscountDto | ❌ | |
-| interest | ApiPaymentInterestRequestDto | ❌ | |
-| fine | ApiPaymentFineRequestDto | ❌ | |
-| splits | List\ | ❌ | Split Settings |
-
-
diff --git a/documentation/models/ApiInstallmentSaveWithCreditCardRequestBillingType.md b/documentation/models/ApiInstallmentSaveWithCreditCardRequestBillingType.md
deleted file mode 100644
index 70449ce..0000000
--- a/documentation/models/ApiInstallmentSaveWithCreditCardRequestBillingType.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiInstallmentSaveWithCreditCardRequestBillingType
-
-Payment billing type
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------- | :----- | :------- | :------------ |
-| UNDEFINED | String | ✅ | "UNDEFINED" |
-| BOLETO | String | ✅ | "BOLETO" |
-| CREDIT_CARD | String | ✅ | "CREDIT_CARD" |
-| PIX | String | ✅ | "PIX" |
-
-
diff --git a/documentation/models/ApiInstallmentSaveWithCreditCardRequestDto.md b/documentation/models/ApiInstallmentSaveWithCreditCardRequestDto.md
deleted file mode 100644
index 19c55e9..0000000
--- a/documentation/models/ApiInstallmentSaveWithCreditCardRequestDto.md
+++ /dev/null
@@ -1,27 +0,0 @@
-# ApiInstallmentSaveWithCreditCardRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----------------------------------------- | :------------------------------------------------- | :------- | :----------------------------------------------------------------------------------------------------------------------------------------------------- |
-| installmentCount | Long | ✅ | Number of installments |
-| customer | String | ✅ | Unique customer identifier in Asaas |
-| value | Double | ✅ | Value of each installment |
-| billingType | ApiInstallmentSaveWithCreditCardRequestBillingType | ✅ | Payment billing type |
-| dueDate | String | ✅ | Due date of the first installment |
-| creditCard | ApiCreditCardRequestDto | ✅ | |
-| creditCardHolderInfo | ApiCreditCardHolderInfoRequestDto | ✅ | |
-| remoteIp | String | ✅ | IP from where the customer is making the purchase. Your server's IP must not be entered. |
-| totalValue | Double | ❌ | Total installment amount |
-| description | String | ❌ | Installment description (max. 500 characters) |
-| postalService | Boolean | ❌ | Define whether the payment will be sent via post |
-| daysAfterDueDateToRegistrationCancellation | Long | ❌ | Days after registration cancellation deadline (only for bank slip) |
-| paymentExternalReference | String | ❌ | Free search field |
-| discount | ApiPaymentDiscountDto | ❌ | |
-| interest | ApiPaymentInterestRequestDto | ❌ | |
-| fine | ApiPaymentFineRequestDto | ❌ | |
-| splits | List\ | ❌ | Split Settings |
-| creditCardToken | String | ❌ | Credit card token for using the credit card tokenization functionality. If informed, the fields creditCard and creditCardHolderInfo are not mandatory. |
-| authorizeOnly | Boolean | ❌ | Carry out only the Pre-Authorization of the installment |
-
-
diff --git a/documentation/models/ApiInstallmentSplitGetResponseDto.md b/documentation/models/ApiInstallmentSplitGetResponseDto.md
deleted file mode 100644
index 8135163..0000000
--- a/documentation/models/ApiInstallmentSplitGetResponseDto.md
+++ /dev/null
@@ -1,18 +0,0 @@
-# ApiInstallmentSplitGetResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----------------- | :----------------------------------------------------------- | :------- | :------------------------------------------------------------------------ |
-| id | String | ❌ | Unique split identifier in Asaas |
-| walletId | String | ❌ | Asaas wallet identifier that will be transferred |
-| fixedValue | Double | ❌ | Fixed amount to be transferred to the account when the charge is received |
-| percentualValue | Double | ❌ | Percentage of the net value of the charge to be transferred when received |
-| totalValue | Double | ❌ | Amount that will be split relative to the total amount that will be paid |
-| cancellationReason | ApiInstallmentSplitGetResponsePaymentSplitCancellationReason | ❌ | Reason for canceling the split |
-| status | ApiInstallmentSplitGetResponsePaymentSplitStatus | ❌ | Split status |
-| externalReference | String | ❌ | Unique identifier of split in your system |
-| description | String | ❌ | Split description |
-| installmentNumber | Long | ❌ | Installment to which the split is linked |
-
-
diff --git a/documentation/models/ApiInstallmentSplitGetResponsePaymentSplitCancellationReason.md b/documentation/models/ApiInstallmentSplitGetResponsePaymentSplitCancellationReason.md
deleted file mode 100644
index f2b5876..0000000
--- a/documentation/models/ApiInstallmentSplitGetResponsePaymentSplitCancellationReason.md
+++ /dev/null
@@ -1,16 +0,0 @@
-# ApiInstallmentSplitGetResponsePaymentSplitCancellationReason
-
-Reason for canceling the split
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----------------------- | :----- | :------- | :------------------------- |
-| PAYMENT_DELETED | String | ✅ | "PAYMENT_DELETED" |
-| PAYMENT_OVERDUE | String | ✅ | "PAYMENT_OVERDUE" |
-| PAYMENT_RECEIVED_IN_CASH | String | ✅ | "PAYMENT_RECEIVED_IN_CASH" |
-| PAYMENT_REFUNDED | String | ✅ | "PAYMENT_REFUNDED" |
-| VALUE_DIVERGENCE_BLOCK | String | ✅ | "VALUE_DIVERGENCE_BLOCK" |
-| WALLET_UNABLE_TO_RECEIVE | String | ✅ | "WALLET_UNABLE_TO_RECEIVE" |
-
-
diff --git a/documentation/models/ApiInstallmentSplitGetResponsePaymentSplitStatus.md b/documentation/models/ApiInstallmentSplitGetResponsePaymentSplitStatus.md
deleted file mode 100644
index 86e3f1f..0000000
--- a/documentation/models/ApiInstallmentSplitGetResponsePaymentSplitStatus.md
+++ /dev/null
@@ -1,16 +0,0 @@
-# ApiInstallmentSplitGetResponsePaymentSplitStatus
-
-Split status
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :-------------------------- | :----- | :------- | :---------------------------- |
-| PENDING | String | ✅ | "PENDING" |
-| AWAITING_CREDIT | String | ✅ | "AWAITING_CREDIT" |
-| CANCELLED | String | ✅ | "CANCELLED" |
-| DONE | String | ✅ | "DONE" |
-| REFUNDED | String | ✅ | "REFUNDED" |
-| BLOCKED_BY_VALUE_DIVERGENCE | String | ✅ | "BLOCKED_BY_VALUE_DIVERGENCE" |
-
-
diff --git a/documentation/models/ApiInstallmentSplitRequestDto.md b/documentation/models/ApiInstallmentSplitRequestDto.md
deleted file mode 100644
index 6eee1bf..0000000
--- a/documentation/models/ApiInstallmentSplitRequestDto.md
+++ /dev/null
@@ -1,15 +0,0 @@
-# ApiInstallmentSplitRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------------- | :----- | :------- | :-------------------------------------------------------------------------------------------------------------- |
-| walletId | String | ✅ | Asaas wallet identifier that will be transferred |
-| fixedValue | Double | ❌ | Fixed amount to be transferred to the account when the payment is received |
-| percentualValue | Double | ❌ | Percentage of the net value of the charge to be transferred when received |
-| totalFixedValue | Double | ❌ | (Instalments only). Amount that will be split relative to the total amount that will be paid in installments. |
-| externalReference | String | ❌ | Split identifier in your system |
-| description | String | ❌ | Split description |
-| installmentNumber | Long | ❌ | Installment number to which the split will be linked. Cannot be provided along with the 'totalFixedValue' field |
-
-
diff --git a/documentation/models/ApiInstallmentUpdateSplitRequestDto.md b/documentation/models/ApiInstallmentUpdateSplitRequestDto.md
deleted file mode 100644
index b087b83..0000000
--- a/documentation/models/ApiInstallmentUpdateSplitRequestDto.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# ApiInstallmentUpdateSplitRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----- | :------------------------------------ | :------- | :------------------- |
-| splits | List\ | ❌ | Split data to update |
-
-
diff --git a/documentation/models/ApiInstallmentUpdateSplitResponseDto.md b/documentation/models/ApiInstallmentUpdateSplitResponseDto.md
deleted file mode 100644
index 8a6b211..0000000
--- a/documentation/models/ApiInstallmentUpdateSplitResponseDto.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# ApiInstallmentUpdateSplitResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----- | :---------------------------------------- | :------- | :---------- |
-| splits | List\ | ❌ | Split array |
-
-
diff --git a/documentation/models/ApiMobilePhoneRechargeFindProviderResponseDto.md b/documentation/models/ApiMobilePhoneRechargeFindProviderResponseDto.md
deleted file mode 100644
index ebfbc87..0000000
--- a/documentation/models/ApiMobilePhoneRechargeFindProviderResponseDto.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# ApiMobilePhoneRechargeFindProviderResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----- | :---------------------------------------------------------- | :------- | :----------------------------- |
-| name | String | ❌ | Name of cell phone operator |
-| values | List\ | ❌ | Amounts available for recharge |
-
-
diff --git a/documentation/models/ApiMobilePhoneRechargeFindProviderResponseValuesDto.md b/documentation/models/ApiMobilePhoneRechargeFindProviderResponseValuesDto.md
deleted file mode 100644
index 66e7f42..0000000
--- a/documentation/models/ApiMobilePhoneRechargeFindProviderResponseValuesDto.md
+++ /dev/null
@@ -1,13 +0,0 @@
-# ApiMobilePhoneRechargeFindProviderResponseValuesDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------- | :----- | :------- | :--------------------- |
-| name | String | ❌ | Package name |
-| description | String | ❌ | Package Description |
-| bonus | String | ❌ | Package Bonuses |
-| minValue | Double | ❌ | Minimum top-up amount |
-| maxValue | Double | ❌ | Maximum recharge value |
-
-
diff --git a/documentation/models/ApiMobilePhoneRechargeGetResponseDto.md b/documentation/models/ApiMobilePhoneRechargeGetResponseDto.md
deleted file mode 100644
index 0c31f12..0000000
--- a/documentation/models/ApiMobilePhoneRechargeGetResponseDto.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiMobilePhoneRechargeGetResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------- | :--------------------------------------------------------- | :------- | :--------------------------------------------------- |
-| id | String | ❌ | Unique identifier for cell phone recharge on Asaas |
-| value | Double | ❌ | Recharge value |
-| phoneNumber | String | ❌ | Cell phone number that was requested to be recharged |
-| status | ApiMobilePhoneRechargeGetResponseMobilePhoneRechargeStatus | ❌ | Recharge status |
-| canBeCancelled | Boolean | ❌ | Whether the top-up can be canceled |
-| operatorName | String | ❌ | Name of cell phone operator |
-
-
diff --git a/documentation/models/ApiMobilePhoneRechargeGetResponseMobilePhoneRechargeStatus.md b/documentation/models/ApiMobilePhoneRechargeGetResponseMobilePhoneRechargeStatus.md
deleted file mode 100644
index ca78f96..0000000
--- a/documentation/models/ApiMobilePhoneRechargeGetResponseMobilePhoneRechargeStatus.md
+++ /dev/null
@@ -1,15 +0,0 @@
-# ApiMobilePhoneRechargeGetResponseMobilePhoneRechargeStatus
-
-Recharge status
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------------------- | :----- | :------- | :------------------------ |
-| PENDING | String | ✅ | "PENDING" |
-| CONFIRMED | String | ✅ | "CONFIRMED" |
-| CANCELLED | String | ✅ | "CANCELLED" |
-| REFUNDED | String | ✅ | "REFUNDED" |
-| WAITING_CRITICAL_ACTION | String | ✅ | "WAITING_CRITICAL_ACTION" |
-
-
diff --git a/documentation/models/ApiMobilePhoneRechargeListResponseDto.md b/documentation/models/ApiMobilePhoneRechargeListResponseDto.md
deleted file mode 100644
index daabc9e..0000000
--- a/documentation/models/ApiMobilePhoneRechargeListResponseDto.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiMobilePhoneRechargeListResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------- | :------------------------------------------- | :------- | :---------------------------------------------------------- |
-| object | String | ❌ | Object type |
-| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
-| totalCount | Long | ❌ | Total number of items for the filters entered |
-| limit | Long | ❌ | Number of objects per page |
-| offset | Long | ❌ | Position of the object from which the page should be loaded |
-| data | List\ | ❌ | List of objects |
-
-
diff --git a/documentation/models/ApiMobilePhoneRechargeSaveRequestDto.md b/documentation/models/ApiMobilePhoneRechargeSaveRequestDto.md
deleted file mode 100644
index 6ddb4c3..0000000
--- a/documentation/models/ApiMobilePhoneRechargeSaveRequestDto.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# ApiMobilePhoneRechargeSaveRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------- | :----- | :------- | :--------------- |
-| value | Double | ✅ | Recharge value |
-| phoneNumber | String | ✅ | Cellphone number |
-
-
diff --git a/documentation/models/ApiMyAccountDisableAccountResponseDto.md b/documentation/models/ApiMyAccountDisableAccountResponseDto.md
deleted file mode 100644
index 8817182..0000000
--- a/documentation/models/ApiMyAccountDisableAccountResponseDto.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# ApiMyAccountDisableAccountResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----------- | :----- | :------- | :------------------- |
-| observations | String | ❌ | Deletion information |
-
-
diff --git a/documentation/models/ApiMyAccountGetAccountFeesAnticipationBankSlipDto.md b/documentation/models/ApiMyAccountGetAccountFeesAnticipationBankSlipDto.md
deleted file mode 100644
index 7b95bbb..0000000
--- a/documentation/models/ApiMyAccountGetAccountFeesAnticipationBankSlipDto.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# ApiMyAccountGetAccountFeesAnticipationBankSlipDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------------- | :----- | :------- | :------------------------------ |
-| monthlyFeePercentage | Double | ❌ | Monthly fee for invoice charges |
-
-
diff --git a/documentation/models/ApiMyAccountGetAccountFeesAnticipationCreditCardDto.md b/documentation/models/ApiMyAccountGetAccountFeesAnticipationCreditCardDto.md
deleted file mode 100644
index cd150ac..0000000
--- a/documentation/models/ApiMyAccountGetAccountFeesAnticipationCreditCardDto.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# ApiMyAccountGetAccountFeesAnticipationCreditCardDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------------------- | :----- | :------- | :----------------------------------- |
-| detachedMonthlyFeeValue | Double | ❌ | Monthly fee for upfront charges |
-| installmentMonthlyFeeValue | Long | ❌ | Monthly fee for installment payments |
-
-
diff --git a/documentation/models/ApiMyAccountGetAccountFeesAnticipationDto.md b/documentation/models/ApiMyAccountGetAccountFeesAnticipationDto.md
deleted file mode 100644
index 7da2966..0000000
--- a/documentation/models/ApiMyAccountGetAccountFeesAnticipationDto.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# ApiMyAccountGetAccountFeesAnticipationDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------- | :-------------------------------------------------- | :------- | :---------- |
-| creditCard | ApiMyAccountGetAccountFeesAnticipationCreditCardDto | ❌ | |
-| bankSlip | ApiMyAccountGetAccountFeesAnticipationBankSlipDto | ❌ | |
-
-
diff --git a/documentation/models/ApiMyAccountGetAccountFeesCreditBureauReportDto.md b/documentation/models/ApiMyAccountGetAccountFeesCreditBureauReportDto.md
deleted file mode 100644
index 43e0588..0000000
--- a/documentation/models/ApiMyAccountGetAccountFeesCreditBureauReportDto.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# ApiMyAccountGetAccountFeesCreditBureauReportDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :-------------------- | :----- | :------- | :--------------------------------------------- |
-| naturalPersonFeeValue | Double | ❌ | Fee for Serasa consultation for natural person |
-| legalPersonFeeValue | Double | ❌ | Fee for Serasa consultation for legal person |
-
-
diff --git a/documentation/models/ApiMyAccountGetAccountFeesInvoiceDto.md b/documentation/models/ApiMyAccountGetAccountFeesInvoiceDto.md
deleted file mode 100644
index 7ec3910..0000000
--- a/documentation/models/ApiMyAccountGetAccountFeesInvoiceDto.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# ApiMyAccountGetAccountFeesInvoiceDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------- | :----- | :------- | :-------------------------- |
-| feeValue | Double | ❌ | Fee per service note issued |
-
-
diff --git a/documentation/models/ApiMyAccountGetAccountFeesNotificationDto.md b/documentation/models/ApiMyAccountGetAccountFeesNotificationDto.md
deleted file mode 100644
index a6d9f9e..0000000
--- a/documentation/models/ApiMyAccountGetAccountFeesNotificationDto.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# ApiMyAccountGetAccountFeesNotificationDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------------- | :----- | :------- | :---------------------------------- |
-| phoneCallFeeValue | Double | ❌ | Fees per voice robot call |
-| whatsAppFeeValue | Double | ❌ | Fees for notifications via WhatsApp |
-| messagingFeeValue | Double | ❌ | Fees for sending emails and SMS |
-
-
diff --git a/documentation/models/ApiMyAccountGetAccountFeesPaymentBankSlipDto.md b/documentation/models/ApiMyAccountGetAccountFeesPaymentBankSlipDto.md
deleted file mode 100644
index ca6d50d..0000000
--- a/documentation/models/ApiMyAccountGetAccountFeesPaymentBankSlipDto.md
+++ /dev/null
@@ -1,12 +0,0 @@
-# ApiMyAccountGetAccountFeesPaymentBankSlipDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------- | :----- | :------- | :--------------------------------------- |
-| defaultValue | Double | ❌ | Fee per charge |
-| discountValue | Double | ❌ | Promotional fee (If any) |
-| expirationDate | String | ❌ | Promotional fee expiration date (If any) |
-| daysToReceive | Long | ❌ | Days to receive billing |
-
-
diff --git a/documentation/models/ApiMyAccountGetAccountFeesPaymentCreditCardDto.md b/documentation/models/ApiMyAccountGetAccountFeesPaymentCreditCardDto.md
deleted file mode 100644
index 5c66ccc..0000000
--- a/documentation/models/ApiMyAccountGetAccountFeesPaymentCreditCardDto.md
+++ /dev/null
@@ -1,19 +0,0 @@
-# ApiMyAccountGetAccountFeesPaymentCreditCardDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------------------------------------ | :----- | :------- | :------------------------------------------------------------- |
-| operationValue | Double | ❌ | Operating fee per charge |
-| oneInstallmentPercentage | Double | ❌ | Spot percentage rate |
-| upToSixInstallmentsPercentage | Double | ❌ | Percentage rate for 2 to 6 installments |
-| upToTwelveInstallmentsPercentage | Double | ❌ | Percentage rate for 7 to 12 installments |
-| upToTwentyOneInstallmentsPercentage | Double | ❌ | Percentage rate for 13 to 21 installments |
-| discountOneInstallmentPercentage | Double | ❌ | Promotional cash percentage rate (If any) |
-| discountUpToSixInstallmentsPercentage | Double | ❌ | Percentage rate for 2 to 6 promotional installments (If any) |
-| discountUpToTwelveInstallmentsPercentage | Double | ❌ | Percentage rate for 7 to 12 promotional installments (If any) |
-| discountUpToTwentyOneInstallmentsPercentage | Double | ❌ | Percentage rate for 13 to 21 promotional installments (if any) |
-| discountExpiration | String | ❌ | Promotional fee expiration date (If any) |
-| daysToReceive | Long | ❌ | Days to receive billing |
-
-
diff --git a/documentation/models/ApiMyAccountGetAccountFeesPaymentDebitCardDto.md b/documentation/models/ApiMyAccountGetAccountFeesPaymentDebitCardDto.md
deleted file mode 100644
index 0264e57..0000000
--- a/documentation/models/ApiMyAccountGetAccountFeesPaymentDebitCardDto.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# ApiMyAccountGetAccountFeesPaymentDebitCardDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------------- | :----- | :------- | :------------------------- |
-| operationValue | Double | ❌ | Operating fee per charge |
-| defaultPercentage | Double | ❌ | Percentage rate per charge |
-| daysToReceive | Long | ❌ | Days to receive billing |
-
-
diff --git a/documentation/models/ApiMyAccountGetAccountFeesPaymentDto.md b/documentation/models/ApiMyAccountGetAccountFeesPaymentDto.md
deleted file mode 100644
index b190941..0000000
--- a/documentation/models/ApiMyAccountGetAccountFeesPaymentDto.md
+++ /dev/null
@@ -1,12 +0,0 @@
-# ApiMyAccountGetAccountFeesPaymentDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------- | :--------------------------------------------- | :------- | :---------- |
-| bankSlip | ApiMyAccountGetAccountFeesPaymentBankSlipDto | ❌ | |
-| creditCard | ApiMyAccountGetAccountFeesPaymentCreditCardDto | ❌ | |
-| debitCard | ApiMyAccountGetAccountFeesPaymentDebitCardDto | ❌ | |
-| pix | ApiMyAccountGetAccountFeesPaymentPixDto | ❌ | |
-
-
diff --git a/documentation/models/ApiMyAccountGetAccountFeesPaymentPixDto.md b/documentation/models/ApiMyAccountGetAccountFeesPaymentPixDto.md
deleted file mode 100644
index a7fcebb..0000000
--- a/documentation/models/ApiMyAccountGetAccountFeesPaymentPixDto.md
+++ /dev/null
@@ -1,16 +0,0 @@
-# ApiMyAccountGetAccountFeesPaymentPixDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------------------------- | :----- | :------- | :-------------------------------------------------- |
-| fixedFeeValue | Double | ❌ | Fixed fee (If any) |
-| fixedFeeValueWithDiscount | Double | ❌ | Promotional fixed rate (If any) |
-| percentageFee | Double | ❌ | Percentage rate (If any) |
-| minimumFeeValue | Double | ❌ | Minimum fixed rate in case of percentage rate |
-| maximumFeeValue | Double | ❌ | Maximum fixed rate in case of percentage rate |
-| discountExpiration | String | ❌ | Promotional fee expiration date (If any) |
-| monthlyCreditsWithoutFee | Long | ❌ | Number of free transactions per month |
-| creditsReceivedOfCurrentMonth | Long | ❌ | How many transactions have you received this month? |
-
-
diff --git a/documentation/models/ApiMyAccountGetAccountFeesResponseDto.md b/documentation/models/ApiMyAccountGetAccountFeesResponseDto.md
deleted file mode 100644
index d96037f..0000000
--- a/documentation/models/ApiMyAccountGetAccountFeesResponseDto.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiMyAccountGetAccountFeesResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----------------- | :---------------------------------------------- | :------- | :---------- |
-| payment | ApiMyAccountGetAccountFeesPaymentDto | ❌ | |
-| transfer | ApiMyAccountGetAccountFeesTransferDto | ❌ | |
-| notification | ApiMyAccountGetAccountFeesNotificationDto | ❌ | |
-| creditBureauReport | ApiMyAccountGetAccountFeesCreditBureauReportDto | ❌ | |
-| invoice | ApiMyAccountGetAccountFeesInvoiceDto | ❌ | |
-| anticipation | ApiMyAccountGetAccountFeesAnticipationDto | ❌ | |
-
-
diff --git a/documentation/models/ApiMyAccountGetAccountFeesTransferDto.md b/documentation/models/ApiMyAccountGetAccountFeesTransferDto.md
deleted file mode 100644
index cb0674f..0000000
--- a/documentation/models/ApiMyAccountGetAccountFeesTransferDto.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# ApiMyAccountGetAccountFeesTransferDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------------------- | :--------------------------------------- | :------- | :---------------------------------- |
-| monthlyTransfersWithoutFee | Long | ❌ | Number of monthly free transactions |
-| ted | ApiMyAccountGetAccountFeesTransferTedDto | ❌ | |
-| pix | ApiMyAccountGetAccountFeesTransferPixDto | ❌ | |
-
-
diff --git a/documentation/models/ApiMyAccountGetAccountFeesTransferPixDto.md b/documentation/models/ApiMyAccountGetAccountFeesTransferPixDto.md
deleted file mode 100644
index 24bfa04..0000000
--- a/documentation/models/ApiMyAccountGetAccountFeesTransferPixDto.md
+++ /dev/null
@@ -1,12 +0,0 @@
-# ApiMyAccountGetAccountFeesTransferPixDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------------------------------- | :------ | :------- | :---------------------------------------------------------------------- |
-| feeValue | Double | ❌ | Fee for sending transfers via Pix |
-| discountValue | Double | ❌ | Promotional fee (If any) |
-| expirationDate | String | ❌ | Promotional fee expiration date (If any) |
-| consideredInMonthlyTransfersWithoutFee | Boolean | ❌ | Indicates whether the number of free monthly transactions considers Pix |
-
-
diff --git a/documentation/models/ApiMyAccountGetAccountFeesTransferTedDto.md b/documentation/models/ApiMyAccountGetAccountFeesTransferTedDto.md
deleted file mode 100644
index bb94ad3..0000000
--- a/documentation/models/ApiMyAccountGetAccountFeesTransferTedDto.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# ApiMyAccountGetAccountFeesTransferTedDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------------------------------- | :------ | :------- | :---------------------------------------------------------------------- |
-| feeValue | Double | ❌ | Transfer fee via TED |
-| consideredInMonthlyTransfersWithoutFee | Boolean | ❌ | Indicates whether the number of monthly free transactions considers TED |
-
-
diff --git a/documentation/models/ApiMyAccountGetAccountNumberResponseDto.md b/documentation/models/ApiMyAccountGetAccountNumberResponseDto.md
deleted file mode 100644
index 4f6ad7c..0000000
--- a/documentation/models/ApiMyAccountGetAccountNumberResponseDto.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# ApiMyAccountGetAccountNumberResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----------- | :----- | :------- | :------------- |
-| agency | String | ❌ | Account agency |
-| account | String | ❌ | Account number |
-| accountDigit | String | ❌ | Account digit |
-
-
diff --git a/documentation/models/ApiMyAccountGetStatusResponseDto.md b/documentation/models/ApiMyAccountGetStatusResponseDto.md
deleted file mode 100644
index 8b4f13a..0000000
--- a/documentation/models/ApiMyAccountGetStatusResponseDto.md
+++ /dev/null
@@ -1,13 +0,0 @@
-# ApiMyAccountGetStatusResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :-------------- | :---------------------------------- | :------- | :--------------------------------- |
-| id | String | ❌ | Unique account identifier in Asaas |
-| commercialInfo | ApiMyAccountGetStatusResponseStatus | ❌ | Status of sent business data |
-| bankAccountInfo | ApiMyAccountGetStatusResponseStatus | ❌ | Status of sent business data |
-| documentation | ApiMyAccountGetStatusResponseStatus | ❌ | Status of sent business data |
-| general | ApiMyAccountGetStatusResponseStatus | ❌ | Status of sent business data |
-
-
diff --git a/documentation/models/ApiMyAccountGetStatusResponseStatus.md b/documentation/models/ApiMyAccountGetStatusResponseStatus.md
deleted file mode 100644
index 6cc3888..0000000
--- a/documentation/models/ApiMyAccountGetStatusResponseStatus.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiMyAccountGetStatusResponseStatus
-
-Status of sent business data
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------------- | :----- | :------- | :------------------ |
-| PENDING | String | ✅ | "PENDING" |
-| APPROVED | String | ✅ | "APPROVED" |
-| REJECTED | String | ✅ | "REJECTED" |
-| AWAITING_APPROVAL | String | ✅ | "AWAITING_APPROVAL" |
-
-
diff --git a/documentation/models/ApiNotificationBatchUpdateRequestDto.md b/documentation/models/ApiNotificationBatchUpdateRequestDto.md
deleted file mode 100644
index b03f108..0000000
--- a/documentation/models/ApiNotificationBatchUpdateRequestDto.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# ApiNotificationBatchUpdateRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------ | :-------------------------------------- | :------- | :---------------------------------- |
-| customer | String | ✅ | Unique customer identifier in Asaas |
-| notifications | List\ | ❌ | List of notification information |
-
-
diff --git a/documentation/models/ApiNotificationBatchUpdateResponseDto.md b/documentation/models/ApiNotificationBatchUpdateResponseDto.md
deleted file mode 100644
index 8bc4d55..0000000
--- a/documentation/models/ApiNotificationBatchUpdateResponseDto.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# ApiNotificationBatchUpdateResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------ | :------------------------------------ | :------- | :------------------------------- |
-| notifications | List\ | ❌ | List of notification information |
-
-
diff --git a/documentation/models/ApiNotificationGetResponseDto.md b/documentation/models/ApiNotificationGetResponseDto.md
deleted file mode 100644
index 773853b..0000000
--- a/documentation/models/ApiNotificationGetResponseDto.md
+++ /dev/null
@@ -1,21 +0,0 @@
-# ApiNotificationGetResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :-------------------------- | :------------------------------------------ | :------- | :--------------------------------------------------------------------------------------------------------------------------------------------------- |
-| object | String | ❌ | Object type |
-| id | String | ❌ | Unique notification identifier |
-| customer | String | ❌ | Unique customer identifier |
-| enabled | Boolean | ❌ | Indicates whether notification is enabled |
-| emailEnabledForProvider | Boolean | ❌ | Indicates whether the email sent to you is enabled or disabled |
-| smsEnabledForProvider | Boolean | ❌ | Indicates whether the SMS sent to you is enabled or disabled |
-| emailEnabledForCustomer | Boolean | ❌ | Indicates whether the email sent to the customer is enabled or disabled |
-| smsEnabledForCustomer | Boolean | ❌ | Indicates whether the SMS sent to the customer is enabled or disabled |
-| phoneCallEnabledForCustomer | Boolean | ❌ | Indicates whether voice notification to the customer is enabled or disabled |
-| whatsappEnabledForCustomer | Boolean | ❌ | Indicates whether the WhatsApp notification sent to the customer is enabled or disabled |
-| event | ApiNotificationGetResponseNotificationEvent | ❌ | Kind of event |
-| scheduleOffset | ApiNotificationGetResponseDtoScheduleOffset | ❌ | Specifies how many days before the due date the notification must be sent. Valid only for the `PAYMENT_DUEDATE_WARNING` and `PAYMENT_OVERDUE` events |
-| deleted | Boolean | ❌ | Indicates whether the notification was deleted |
-
-
diff --git a/documentation/models/ApiNotificationGetResponseDtoScheduleOffset.md b/documentation/models/ApiNotificationGetResponseDtoScheduleOffset.md
deleted file mode 100644
index eaa3ce8..0000000
--- a/documentation/models/ApiNotificationGetResponseDtoScheduleOffset.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# ApiNotificationGetResponseDtoScheduleOffset
-
-Specifies how many days before the due date the notification must be sent. Valid only for the `PAYMENT_DUEDATE_WARNING` and `PAYMENT_OVERDUE` events
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--- | :--- | :------- | :---------- |
-| \_0 | long | ✅ | 0 |
-| \_1 | long | ✅ | 1 |
-| \_5 | long | ✅ | 5 |
-| \_7 | long | ✅ | 7 |
-| \_10 | long | ✅ | 10 |
-| \_15 | long | ✅ | 15 |
-| \_30 | long | ✅ | 30 |
-
-
diff --git a/documentation/models/ApiNotificationGetResponseNotificationEvent.md b/documentation/models/ApiNotificationGetResponseNotificationEvent.md
deleted file mode 100644
index 075910f..0000000
--- a/documentation/models/ApiNotificationGetResponseNotificationEvent.md
+++ /dev/null
@@ -1,16 +0,0 @@
-# ApiNotificationGetResponseNotificationEvent
-
-Kind of event
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------------------- | :----- | :------- | :------------------------ |
-| PAYMENT_CREATED | String | ✅ | "PAYMENT_CREATED" |
-| PAYMENT_UPDATED | String | ✅ | "PAYMENT_UPDATED" |
-| PAYMENT_RECEIVED | String | ✅ | "PAYMENT_RECEIVED" |
-| PAYMENT_OVERDUE | String | ✅ | "PAYMENT_OVERDUE" |
-| PAYMENT_DUEDATE_WARNING | String | ✅ | "PAYMENT_DUEDATE_WARNING" |
-| SEND_LINHA_DIGITAVEL | String | ✅ | "SEND_LINHA_DIGITAVEL" |
-
-
diff --git a/documentation/models/ApiNotificationListResponseDto.md b/documentation/models/ApiNotificationListResponseDto.md
deleted file mode 100644
index c6f24a4..0000000
--- a/documentation/models/ApiNotificationListResponseDto.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiNotificationListResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------- | :------------------------------------ | :------- | :---------------------------------------------------------- |
-| object | String | ❌ | Object type |
-| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
-| totalCount | Long | ❌ | Total number of items for the filters entered |
-| limit | Long | ❌ | Number of objects per page |
-| offset | Long | ❌ | Position of the object from which the page should be loaded |
-| data | List\ | ❌ | List of objects |
-
-
diff --git a/documentation/models/ApiNotificationUpdateRequestDto.md b/documentation/models/ApiNotificationUpdateRequestDto.md
deleted file mode 100644
index d3dd85b..0000000
--- a/documentation/models/ApiNotificationUpdateRequestDto.md
+++ /dev/null
@@ -1,16 +0,0 @@
-# ApiNotificationUpdateRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :-------------------------- | :-------------------------------------------- | :------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| enabled | Boolean | ❌ | Enable/disable notification |
-| emailEnabledForProvider | Boolean | ❌ | enable/disable the email sent to you |
-| smsEnabledForProvider | Boolean | ❌ | enable/disable the SMS sent to you |
-| emailEnabledForCustomer | Boolean | ❌ | enable/disable the email sent to your customer |
-| smsEnabledForCustomer | Boolean | ❌ | enable/disable the SMS sent to your customer |
-| phoneCallEnabledForCustomer | Boolean | ❌ | enable/disable voice notification sent to your customer |
-| whatsappEnabledForCustomer | Boolean | ❌ | enable/disable WhatsApp messages for your customer |
-| scheduleOffset | ApiNotificationUpdateRequestDtoScheduleOffset | ❌ | Specifies how many days before the due date the notification must be sent. For the `PAYMENT_DUEDATE_WARNING` event, the accepted values are: `0`, `5`, `10`, `15` and `30` For the `PAYMENT_OVERDUE` event, the accepted values are: `1`, `7`, `15` and `30` |
-
-
diff --git a/documentation/models/ApiNotificationUpdateRequestDtoScheduleOffset.md b/documentation/models/ApiNotificationUpdateRequestDtoScheduleOffset.md
deleted file mode 100644
index 75c3062..0000000
--- a/documentation/models/ApiNotificationUpdateRequestDtoScheduleOffset.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# ApiNotificationUpdateRequestDtoScheduleOffset
-
-Specifies how many days before the due date the notification must be sent. For the `PAYMENT_DUEDATE_WARNING` event, the accepted values are: `0`, `5`, `10`, `15` and `30` For the `PAYMENT_OVERDUE` event, the accepted values are: `1`, `7`, `15` and `30`
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--- | :--- | :------- | :---------- |
-| \_0 | long | ✅ | 0 |
-| \_1 | long | ✅ | 1 |
-| \_5 | long | ✅ | 5 |
-| \_7 | long | ✅ | 7 |
-| \_10 | long | ✅ | 10 |
-| \_15 | long | ✅ | 15 |
-| \_30 | long | ✅ | 30 |
-
-
diff --git a/documentation/models/ApiPaymentBankSlipRefundResponseDto.md b/documentation/models/ApiPaymentBankSlipRefundResponseDto.md
deleted file mode 100644
index 550c67f..0000000
--- a/documentation/models/ApiPaymentBankSlipRefundResponseDto.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# ApiPaymentBankSlipRefundResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------- | :----- | :------- | :---------------------------- |
-| requestUrl | String | ❌ | Link to report refund details |
-
-
diff --git a/documentation/models/ApiPaymentBillingInfoResponseDto.md b/documentation/models/ApiPaymentBillingInfoResponseDto.md
deleted file mode 100644
index a796aa4..0000000
--- a/documentation/models/ApiPaymentBillingInfoResponseDto.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# ApiPaymentBillingInfoResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------- | :-------------------------------- | :------- | :---------- |
-| pix | ApiPaymentPixQrCodeResponseDto | ❌ | |
-| creditCard | ApiCreditCardTokenizeResponseDto | ❌ | |
-| bankSlip | ApiBankSlipBillingInfoResponseDto | ❌ | |
-
-
diff --git a/documentation/models/ApiPaymentCallbackRequestDto.md b/documentation/models/ApiPaymentCallbackRequestDto.md
deleted file mode 100644
index 47daa2d..0000000
--- a/documentation/models/ApiPaymentCallbackRequestDto.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# ApiPaymentCallbackRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----------- | :------ | :------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| successUrl | String | ✅ | URL that the customer will be redirected to after successful payment of the invoice or payment link |
-| autoRedirect | Boolean | ❌ | Define whether the customer will be automatically redirected or will just be informed with a button to return to the website. The default is true, if you want to disable it, enter false |
-
-
diff --git a/documentation/models/ApiPaymentCampaignDeleteResponseDto.md b/documentation/models/ApiPaymentCampaignDeleteResponseDto.md
deleted file mode 100644
index e941c02..0000000
--- a/documentation/models/ApiPaymentCampaignDeleteResponseDto.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# ApiPaymentCampaignDeleteResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------ | :------ | :------- | :-------------------------------------------------- |
-| deleted | Boolean | ❌ | Indicates whether the payment link has been removed |
-| id | String | ❌ | Unique identifier for your payments link in Asaas |
-
-
diff --git a/documentation/models/ApiPaymentCampaignFileDeleteResponseDto.md b/documentation/models/ApiPaymentCampaignFileDeleteResponseDto.md
deleted file mode 100644
index 61a3385..0000000
--- a/documentation/models/ApiPaymentCampaignFileDeleteResponseDto.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# ApiPaymentCampaignFileDeleteResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------ | :------ | :------- | :-------------------------------------------- |
-| deleted | Boolean | ❌ | Indicates whether the image was removed |
-| id | String | ❌ | Unique payment link image identifier in Asaas |
-
-
diff --git a/documentation/models/ApiPaymentCampaignFileGetResponseDto.md b/documentation/models/ApiPaymentCampaignFileGetResponseDto.md
deleted file mode 100644
index f5dc545..0000000
--- a/documentation/models/ApiPaymentCampaignFileGetResponseDto.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# ApiPaymentCampaignFileGetResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---- | :------------------------------------- | :------- | :-------------------------------------------- |
-| id | String | ❌ | Unique payment link image identifier in Asaas |
-| main | Boolean | ❌ | Determines if this is the main image |
-| image | ApiPaymentCampaignFileImageResponseDto | ❌ | |
-
-
diff --git a/documentation/models/ApiPaymentCampaignFileImageResponseDto.md b/documentation/models/ApiPaymentCampaignFileImageResponseDto.md
deleted file mode 100644
index d7aff6a..0000000
--- a/documentation/models/ApiPaymentCampaignFileImageResponseDto.md
+++ /dev/null
@@ -1,13 +0,0 @@
-# ApiPaymentCampaignFileImageResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----------- | :----- | :------- | :--------------------------------- |
-| originalName | String | ❌ | Original image name |
-| size | Long | ❌ | Image size |
-| extension | String | ❌ | Image extension |
-| previewUrl | String | ❌ | Link to download the image preview |
-| downloadUrl | String | ❌ | Link to download the image |
-
-
diff --git a/documentation/models/ApiPaymentCampaignFileListResponseDto.md b/documentation/models/ApiPaymentCampaignFileListResponseDto.md
deleted file mode 100644
index a3413b7..0000000
--- a/documentation/models/ApiPaymentCampaignFileListResponseDto.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiPaymentCampaignFileListResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------- | :------------------------------------------- | :------- | :---------------------------------------------------------- |
-| object | String | ❌ | Object type |
-| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
-| totalCount | Long | ❌ | Total number of items for the filters entered |
-| limit | Long | ❌ | Number of objects per page |
-| offset | Long | ❌ | Position of the object from which the page should be loaded |
-| data | List\ | ❌ | List of objects |
-
-
diff --git a/documentation/models/ApiPaymentCampaignFileSaveRequestDto.md b/documentation/models/ApiPaymentCampaignFileSaveRequestDto.md
deleted file mode 100644
index 8fd9904..0000000
--- a/documentation/models/ApiPaymentCampaignFileSaveRequestDto.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# ApiPaymentCampaignFileSaveRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---- | :------ | :------- | :---------------------------- |
-| main | Boolean | ❌ | true to set as the main image |
-| image | byte[] | ❌ | File |
-
-
diff --git a/documentation/models/ApiPaymentCampaignGetResponseBillingType.md b/documentation/models/ApiPaymentCampaignGetResponseBillingType.md
deleted file mode 100644
index e4abf26..0000000
--- a/documentation/models/ApiPaymentCampaignGetResponseBillingType.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiPaymentCampaignGetResponseBillingType
-
-Allowed payment method
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------- | :----- | :------- | :------------ |
-| UNDEFINED | String | ✅ | "UNDEFINED" |
-| BOLETO | String | ✅ | "BOLETO" |
-| CREDIT_CARD | String | ✅ | "CREDIT_CARD" |
-| PIX | String | ✅ | "PIX" |
-
-
diff --git a/documentation/models/ApiPaymentCampaignGetResponseChargeType.md b/documentation/models/ApiPaymentCampaignGetResponseChargeType.md
deleted file mode 100644
index 85b6e64..0000000
--- a/documentation/models/ApiPaymentCampaignGetResponseChargeType.md
+++ /dev/null
@@ -1,13 +0,0 @@
-# ApiPaymentCampaignGetResponseChargeType
-
-Charge type
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------- | :----- | :------- | :------------ |
-| DETACHED | String | ✅ | "DETACHED" |
-| RECURRENT | String | ✅ | "RECURRENT" |
-| INSTALLMENT | String | ✅ | "INSTALLMENT" |
-
-
diff --git a/documentation/models/ApiPaymentCampaignGetResponseCycle.md b/documentation/models/ApiPaymentCampaignGetResponseCycle.md
deleted file mode 100644
index c14b58e..0000000
--- a/documentation/models/ApiPaymentCampaignGetResponseCycle.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# ApiPaymentCampaignGetResponseCycle
-
-Billing frequency, if the chargeType is RECURRENT
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----------- | :----- | :------- | :------------- |
-| WEEKLY | String | ✅ | "WEEKLY" |
-| BIWEEKLY | String | ✅ | "BIWEEKLY" |
-| MONTHLY | String | ✅ | "MONTHLY" |
-| BIMONTHLY | String | ✅ | "BIMONTHLY" |
-| QUARTERLY | String | ✅ | "QUARTERLY" |
-| SEMIANNUALLY | String | ✅ | "SEMIANNUALLY" |
-| YEARLY | String | ✅ | "YEARLY" |
-
-
diff --git a/documentation/models/ApiPaymentCampaignGetResponseDto.md b/documentation/models/ApiPaymentCampaignGetResponseDto.md
deleted file mode 100644
index e3b1156..0000000
--- a/documentation/models/ApiPaymentCampaignGetResponseDto.md
+++ /dev/null
@@ -1,25 +0,0 @@
-# ApiPaymentCampaignGetResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------------ | :--------------------------------------- | :------- | :-------------------------------------------------------------------------------------------------------------------- |
-| id | String | ❌ | Unique identifier for your payments link in Asaas |
-| name | String | ❌ | Payment link name |
-| value | Double | ❌ | Value of the payment link, if not informed, the payer can inform how much they want to pay |
-| active | Boolean | ❌ | If the payments link is active |
-| chargeType | ApiPaymentCampaignGetResponseChargeType | ❌ | Charge type |
-| url | String | ❌ | Payments link access link |
-| billingType | ApiPaymentCampaignGetResponseBillingType | ❌ | Allowed payment method |
-| subscriptionCycle | ApiPaymentCampaignGetResponseCycle | ❌ | Billing frequency, if the chargeType is RECURRENT |
-| description | String | ❌ | Payments link description |
-| endDate | String | ❌ | End date |
-| deleted | Boolean | ❌ | Indicates whether the payment link has been removed |
-| viewCount | Long | ❌ | The number of views of your payments link |
-| maxInstallmentCount | Long | ❌ | Maximum number of installments that your customer can pay in installments for the payment link, if it is Installment. |
-| dueDateLimitDays | Long | ❌ | Number of business days that your customer can pay after the invoice is generated (For payment method such as Boleto) |
-| notificationEnabled | Boolean | ❌ | Defines whether customers registered via the payments link will have notifications enabled |
-| isAddressRequired | Boolean | ❌ | Defines whether filling in the address will be obligatory in the charges. |
-| externalReference | String | ❌ | Free search field. |
-
-
diff --git a/documentation/models/ApiPaymentCampaignListResponseDto.md b/documentation/models/ApiPaymentCampaignListResponseDto.md
deleted file mode 100644
index d03c76a..0000000
--- a/documentation/models/ApiPaymentCampaignListResponseDto.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiPaymentCampaignListResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------- | :--------------------------------------- | :------- | :---------------------------------------------------------- |
-| object | String | ❌ | Object type |
-| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
-| totalCount | Long | ❌ | Total number of items for the filters entered |
-| limit | Long | ❌ | Number of objects per page |
-| offset | Long | ❌ | Position of the object from which the page should be loaded |
-| data | List\ | ❌ | List of objects |
-
-
diff --git a/documentation/models/ApiPaymentCampaignSaveRequestBillingType.md b/documentation/models/ApiPaymentCampaignSaveRequestBillingType.md
deleted file mode 100644
index d34e6dc..0000000
--- a/documentation/models/ApiPaymentCampaignSaveRequestBillingType.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiPaymentCampaignSaveRequestBillingType
-
-Allowed payment method
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------- | :----- | :------- | :------------ |
-| UNDEFINED | String | ✅ | "UNDEFINED" |
-| BOLETO | String | ✅ | "BOLETO" |
-| CREDIT_CARD | String | ✅ | "CREDIT_CARD" |
-| PIX | String | ✅ | "PIX" |
-
-
diff --git a/documentation/models/ApiPaymentCampaignSaveRequestChargeType.md b/documentation/models/ApiPaymentCampaignSaveRequestChargeType.md
deleted file mode 100644
index 8b7fccb..0000000
--- a/documentation/models/ApiPaymentCampaignSaveRequestChargeType.md
+++ /dev/null
@@ -1,13 +0,0 @@
-# ApiPaymentCampaignSaveRequestChargeType
-
-Charge type
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------- | :----- | :------- | :------------ |
-| DETACHED | String | ✅ | "DETACHED" |
-| RECURRENT | String | ✅ | "RECURRENT" |
-| INSTALLMENT | String | ✅ | "INSTALLMENT" |
-
-
diff --git a/documentation/models/ApiPaymentCampaignSaveRequestCycle.md b/documentation/models/ApiPaymentCampaignSaveRequestCycle.md
deleted file mode 100644
index 6576d81..0000000
--- a/documentation/models/ApiPaymentCampaignSaveRequestCycle.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# ApiPaymentCampaignSaveRequestCycle
-
-Billing frequency, if the chargeType is RECURRENT
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----------- | :----- | :------- | :------------- |
-| WEEKLY | String | ✅ | "WEEKLY" |
-| BIWEEKLY | String | ✅ | "BIWEEKLY" |
-| MONTHLY | String | ✅ | "MONTHLY" |
-| BIMONTHLY | String | ✅ | "BIMONTHLY" |
-| QUARTERLY | String | ✅ | "QUARTERLY" |
-| SEMIANNUALLY | String | ✅ | "SEMIANNUALLY" |
-| YEARLY | String | ✅ | "YEARLY" |
-
-
diff --git a/documentation/models/ApiPaymentCampaignSaveRequestDto.md b/documentation/models/ApiPaymentCampaignSaveRequestDto.md
deleted file mode 100644
index 9458646..0000000
--- a/documentation/models/ApiPaymentCampaignSaveRequestDto.md
+++ /dev/null
@@ -1,21 +0,0 @@
-# ApiPaymentCampaignSaveRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------------ | :--------------------------------------- | :------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| name | String | ✅ | Payment link name |
-| billingType | ApiPaymentCampaignSaveRequestBillingType | ✅ | Allowed payment method |
-| chargeType | ApiPaymentCampaignSaveRequestChargeType | ✅ | Charge type |
-| description | String | ❌ | Payments link description |
-| endDate | String | ❌ | End date |
-| value | Double | ❌ | Value of the payment link, if not informed, the payer can inform how much they want to pay |
-| dueDateLimitDays | Long | ❌ | Number of business days that your customer can pay after the invoice is generated (For payment method such as Boleto) |
-| subscriptionCycle | ApiPaymentCampaignSaveRequestCycle | ❌ | Billing frequency, if the chargeType is RECURRENT |
-| maxInstallmentCount | Long | ❌ | Maximum number of installments that your customer can pay in installments for the payment link if the billing method selected is Installments. If not informed, the default value will be 1 installment |
-| externalReference | String | ❌ | Free search field. |
-| notificationEnabled | Boolean | ❌ | Defines whether customers registered via the payments link will have notifications enabled. If not informed, the default value will be true |
-| callback | ApiPaymentCallbackRequestDto | ❌ | |
-| isAddressRequired | Boolean | ❌ | True to make it mandatory to fill in address data at checkout. |
-
-
diff --git a/documentation/models/ApiPaymentCampaignUpdateRequestBillingType.md b/documentation/models/ApiPaymentCampaignUpdateRequestBillingType.md
deleted file mode 100644
index cc8ba72..0000000
--- a/documentation/models/ApiPaymentCampaignUpdateRequestBillingType.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiPaymentCampaignUpdateRequestBillingType
-
-Allowed payment method
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------- | :----- | :------- | :------------ |
-| UNDEFINED | String | ✅ | "UNDEFINED" |
-| BOLETO | String | ✅ | "BOLETO" |
-| CREDIT_CARD | String | ✅ | "CREDIT_CARD" |
-| PIX | String | ✅ | "PIX" |
-
-
diff --git a/documentation/models/ApiPaymentCampaignUpdateRequestChargeType.md b/documentation/models/ApiPaymentCampaignUpdateRequestChargeType.md
deleted file mode 100644
index 7cf457e..0000000
--- a/documentation/models/ApiPaymentCampaignUpdateRequestChargeType.md
+++ /dev/null
@@ -1,13 +0,0 @@
-# ApiPaymentCampaignUpdateRequestChargeType
-
-Charge type
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------- | :----- | :------- | :------------ |
-| DETACHED | String | ✅ | "DETACHED" |
-| RECURRENT | String | ✅ | "RECURRENT" |
-| INSTALLMENT | String | ✅ | "INSTALLMENT" |
-
-
diff --git a/documentation/models/ApiPaymentCampaignUpdateRequestCycle.md b/documentation/models/ApiPaymentCampaignUpdateRequestCycle.md
deleted file mode 100644
index f989694..0000000
--- a/documentation/models/ApiPaymentCampaignUpdateRequestCycle.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# ApiPaymentCampaignUpdateRequestCycle
-
-Billing frequency, if the chargeType is RECURRENT
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----------- | :----- | :------- | :------------- |
-| WEEKLY | String | ✅ | "WEEKLY" |
-| BIWEEKLY | String | ✅ | "BIWEEKLY" |
-| MONTHLY | String | ✅ | "MONTHLY" |
-| BIMONTHLY | String | ✅ | "BIMONTHLY" |
-| QUARTERLY | String | ✅ | "QUARTERLY" |
-| SEMIANNUALLY | String | ✅ | "SEMIANNUALLY" |
-| YEARLY | String | ✅ | "YEARLY" |
-
-
diff --git a/documentation/models/ApiPaymentCampaignUpdateRequestDto.md b/documentation/models/ApiPaymentCampaignUpdateRequestDto.md
deleted file mode 100644
index f370e56..0000000
--- a/documentation/models/ApiPaymentCampaignUpdateRequestDto.md
+++ /dev/null
@@ -1,21 +0,0 @@
-# ApiPaymentCampaignUpdateRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------------ | :----------------------------------------- | :------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| name | String | ❌ | Payment link name |
-| description | String | ❌ | Payments link description |
-| endDate | String | ❌ | End date |
-| value | Double | ❌ | Value of the payment link, if not informed, the payer can inform how much they want to pay |
-| active | Boolean | ❌ | Determines whether the payments link is active |
-| billingType | ApiPaymentCampaignUpdateRequestBillingType | ❌ | Allowed payment method |
-| chargeType | ApiPaymentCampaignUpdateRequestChargeType | ❌ | Charge type |
-| dueDateLimitDays | Long | ❌ | Number of business days that your customer can pay after the invoice is generated (For payment method such as Boleto) |
-| subscriptionCycle | ApiPaymentCampaignUpdateRequestCycle | ❌ | Billing frequency, if the chargeType is RECURRENT |
-| maxInstallmentCount | Long | ❌ | Maximum number of installments that your customer can pay in installments for the payment link if the billing method selected is Installments. If not informed, the default value will be 1 installment |
-| externalReference | String | ❌ | Free search field. |
-| notificationEnabled | Boolean | ❌ | Defines whether customers registered via the payments link will have notifications enabled. If not informed, the default value will be true |
-| callback | ApiPaymentCallbackRequestDto | ❌ | |
-
-
diff --git a/documentation/models/ApiPaymentChargebackResponseChargebackDisputeStatus.md b/documentation/models/ApiPaymentChargebackResponseChargebackDisputeStatus.md
deleted file mode 100644
index f60067c..0000000
--- a/documentation/models/ApiPaymentChargebackResponseChargebackDisputeStatus.md
+++ /dev/null
@@ -1,13 +0,0 @@
-# ApiPaymentChargebackResponseChargebackDisputeStatus
-
-Chargeback dispute status.
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :-------- | :----- | :------- | :---------- |
-| REQUESTED | String | ✅ | "REQUESTED" |
-| ACCEPTED | String | ✅ | "ACCEPTED" |
-| REJECTED | String | ✅ | "REJECTED" |
-
-
diff --git a/documentation/models/ApiPaymentChargebackResponseChargebackReason.md b/documentation/models/ApiPaymentChargebackResponseChargebackReason.md
deleted file mode 100644
index f6b5d77..0000000
--- a/documentation/models/ApiPaymentChargebackResponseChargebackReason.md
+++ /dev/null
@@ -1,42 +0,0 @@
-# ApiPaymentChargebackResponseChargebackReason
-
-Chargeback reason
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------------------------------------- | :----- | :------- | :------------------------------------------ |
-| ABSENCE_OF_PRINT | String | ✅ | "ABSENCE_OF_PRINT" |
-| ABSENT_CARD_FRAUD | String | ✅ | "ABSENT_CARD_FRAUD" |
-| CARD_ACTIVATED_PHONE_TRANSACTION | String | ✅ | "CARD_ACTIVATED_PHONE_TRANSACTION" |
-| CARD_FRAUD | String | ✅ | "CARD_FRAUD" |
-| CARD_RECOVERY_BULLETIN | String | ✅ | "CARD_RECOVERY_BULLETIN" |
-| COMMERCIAL_DISAGREEMENT | String | ✅ | "COMMERCIAL_DISAGREEMENT" |
-| COPY_NOT_RECEIVED | String | ✅ | "COPY_NOT_RECEIVED" |
-| CREDIT_OR_DEBIT_PRESENTATION_ERROR | String | ✅ | "CREDIT_OR_DEBIT_PRESENTATION_ERROR" |
-| DIFFERENT_PAY_METHOD | String | ✅ | "DIFFERENT_PAY_METHOD" |
-| FRAUD | String | ✅ | "FRAUD" |
-| INCORRECT_TRANSACTION_VALUE | String | ✅ | "INCORRECT_TRANSACTION_VALUE" |
-| INVALID_CURRENCY | String | ✅ | "INVALID_CURRENCY" |
-| INVALID_DATA | String | ✅ | "INVALID_DATA" |
-| LATE_PRESENTATION | String | ✅ | "LATE_PRESENTATION" |
-| LOCAL_REGULATORY_OR_LEGAL_DISPUTE | String | ✅ | "LOCAL_REGULATORY_OR_LEGAL_DISPUTE" |
-| MULTIPLE_ROCS | String | ✅ | "MULTIPLE_ROCS" |
-| ORIGINAL_CREDIT_TRANSACTION_NOT_ACCEPTED | String | ✅ | "ORIGINAL_CREDIT_TRANSACTION_NOT_ACCEPTED" |
-| OTHER_ABSENT_CARD_FRAUD | String | ✅ | "OTHER_ABSENT_CARD_FRAUD" |
-| PROCESS_ERROR | String | ✅ | "PROCESS_ERROR" |
-| RECEIVED_COPY_ILLEGIBLE_OR_INCOMPLETE | String | ✅ | "RECEIVED_COPY_ILLEGIBLE_OR_INCOMPLETE" |
-| RECURRENCE_CANCELED | String | ✅ | "RECURRENCE_CANCELED" |
-| REQUIRED_AUTHORIZATION_NOT_GRANTED | String | ✅ | "REQUIRED_AUTHORIZATION_NOT_GRANTED" |
-| RIGHT_OF_FULL_RECOURSE_FOR_FRAUD | String | ✅ | "RIGHT_OF_FULL_RECOURSE_FOR_FRAUD" |
-| SALE_CANCELED | String | ✅ | "SALE_CANCELED" |
-| SERVICE_DISAGREEMENT_OR_DEFECTIVE_PRODUCT | String | ✅ | "SERVICE_DISAGREEMENT_OR_DEFECTIVE_PRODUCT" |
-| SERVICE_NOT_RECEIVED | String | ✅ | "SERVICE_NOT_RECEIVED" |
-| SPLIT_SALE | String | ✅ | "SPLIT_SALE" |
-| TRANSFERS_OF_DIVERSE_RESPONSIBILITIES | String | ✅ | "TRANSFERS_OF_DIVERSE_RESPONSIBILITIES" |
-| UNQUALIFIED_CAR_RENTAL_DEBIT | String | ✅ | "UNQUALIFIED_CAR_RENTAL_DEBIT" |
-| USA_CARDHOLDER_DISPUTE | String | ✅ | "USA_CARDHOLDER_DISPUTE" |
-| VISA_FRAUD_MONITORING_PROGRAM | String | ✅ | "VISA_FRAUD_MONITORING_PROGRAM" |
-| WARNING_BULLETIN_FILE | String | ✅ | "WARNING_BULLETIN_FILE" |
-
-
diff --git a/documentation/models/ApiPaymentChargebackResponseChargebackStatus.md b/documentation/models/ApiPaymentChargebackResponseChargebackStatus.md
deleted file mode 100644
index 710f78b..0000000
--- a/documentation/models/ApiPaymentChargebackResponseChargebackStatus.md
+++ /dev/null
@@ -1,15 +0,0 @@
-# ApiPaymentChargebackResponseChargebackStatus
-
-Chargeback status
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----------- | :----- | :------- | :------------- |
-| REQUESTED | String | ✅ | "REQUESTED" |
-| IN_DISPUTE | String | ✅ | "IN_DISPUTE" |
-| DISPUTE_LOST | String | ✅ | "DISPUTE_LOST" |
-| REVERSED | String | ✅ | "REVERSED" |
-| DONE | String | ✅ | "DONE" |
-
-
diff --git a/documentation/models/ApiPaymentChargebackResponseDto.md b/documentation/models/ApiPaymentChargebackResponseDto.md
deleted file mode 100644
index d2c872c..0000000
--- a/documentation/models/ApiPaymentChargebackResponseDto.md
+++ /dev/null
@@ -1,20 +0,0 @@
-# ApiPaymentChargebackResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----------------------------- | :-------------------------------------------------- | :------- | :--------------------------------------------------------------- |
-| id | String | ❌ | Unique chargeback identifier. |
-| payment | String | ❌ | Unique payment identifier in Asaas |
-| installment | String | ❌ | Unique installment identifier in Asaas |
-| customerAccount | String | ❌ | Unique identifier of customer to which the chargeback is linked. |
-| status | ApiPaymentChargebackResponseChargebackStatus | ❌ | Chargeback status |
-| reason | ApiPaymentChargebackResponseChargebackReason | ❌ | Chargeback reason |
-| disputeStartDate | String | ❌ | Chargeback opening date. |
-| value | Double | ❌ | Chargeback value. |
-| paymentDate | String | ❌ | Payment date on Asaas |
-| creditCard | ApiChargebackCreditCardResponseDto | ❌ | |
-| disputeStatus | ApiPaymentChargebackResponseChargebackDisputeStatus | ❌ | Chargeback dispute status. |
-| deadlineToSendDisputeDocuments | String | ❌ | Deadline to send dispute documents. |
-
-
diff --git a/documentation/models/ApiPaymentCheckoutConfigGetResponseCustomerInvoiceConfigStatus.md b/documentation/models/ApiPaymentCheckoutConfigGetResponseCustomerInvoiceConfigStatus.md
deleted file mode 100644
index 8d35741..0000000
--- a/documentation/models/ApiPaymentCheckoutConfigGetResponseCustomerInvoiceConfigStatus.md
+++ /dev/null
@@ -1,13 +0,0 @@
-# ApiPaymentCheckoutConfigGetResponseCustomerInvoiceConfigStatus
-
-Invoice personalization status
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------------- | :----- | :------- | :------------------ |
-| AWAITING_APPROVAL | String | ✅ | "AWAITING_APPROVAL" |
-| APPROVED | String | ✅ | "APPROVED" |
-| REJECTED | String | ✅ | "REJECTED" |
-
-
diff --git a/documentation/models/ApiPaymentCheckoutConfigGetResponseDto.md b/documentation/models/ApiPaymentCheckoutConfigGetResponseDto.md
deleted file mode 100644
index 3887e24..0000000
--- a/documentation/models/ApiPaymentCheckoutConfigGetResponseDto.md
+++ /dev/null
@@ -1,16 +0,0 @@
-# ApiPaymentCheckoutConfigGetResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------------ | :------------------------------------------------------------- | :------- | :------------------------------------------- |
-| object | String | ❌ | Object type |
-| logoBackgroundColor | String | ❌ | Logo background color |
-| infoBackgroundColor | String | ❌ | Background color of your information |
-| fontColor | String | ❌ | Font color of your information |
-| enabled | Boolean | ❌ | Indicates whether personalization is enabled |
-| logoUrl | String | ❌ | Logo download link |
-| observations | String | ❌ | Invoice personalization analysis notes |
-| status | ApiPaymentCheckoutConfigGetResponseCustomerInvoiceConfigStatus | ❌ | Invoice personalization status |
-
-
diff --git a/documentation/models/ApiPaymentCheckoutConfigSaveRequestDto.md b/documentation/models/ApiPaymentCheckoutConfigSaveRequestDto.md
deleted file mode 100644
index 91d691e..0000000
--- a/documentation/models/ApiPaymentCheckoutConfigSaveRequestDto.md
+++ /dev/null
@@ -1,13 +0,0 @@
-# ApiPaymentCheckoutConfigSaveRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------------ | :------ | :------- | :------------------------------------------- |
-| logoBackgroundColor | String | ✅ | Logo background color |
-| infoBackgroundColor | String | ✅ | Background color of your information |
-| fontColor | String | ✅ | Font color of your information |
-| enabled | Boolean | ❌ | Indicates whether personalization is enabled |
-| logoFile | byte[] | ❌ | File |
-
-
diff --git a/documentation/models/ApiPaymentCustodyGetResponseDto.md b/documentation/models/ApiPaymentCustodyGetResponseDto.md
deleted file mode 100644
index d80d3d8..0000000
--- a/documentation/models/ApiPaymentCustodyGetResponseDto.md
+++ /dev/null
@@ -1,13 +0,0 @@
-# ApiPaymentCustodyGetResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------- | :----------------------------------------------------- | :------- | :---------------------------------------- |
-| id | String | ❌ | Unique payment escrow identifier in Asaas |
-| status | ApiPaymentCustodyGetResponsePaymentCustodyStatus | ❌ | Payment escrow status |
-| expirationDate | String | ❌ | Payment escrow expiration date |
-| finishDate | String | ❌ | Payment escrow finish date |
-| finishReason | ApiPaymentCustodyGetResponsePaymentCustodyFinishReason | ❌ | Payment escrow finish reason |
-
-
diff --git a/documentation/models/ApiPaymentCustodyGetResponsePaymentCustodyFinishReason.md b/documentation/models/ApiPaymentCustodyGetResponsePaymentCustodyFinishReason.md
deleted file mode 100644
index c8da12f..0000000
--- a/documentation/models/ApiPaymentCustodyGetResponsePaymentCustodyFinishReason.md
+++ /dev/null
@@ -1,16 +0,0 @@
-# ApiPaymentCustodyGetResponsePaymentCustodyFinishReason
-
-Payment escrow finish reason
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----------------------- | :----- | :------- | :------------------------- |
-| CHARGEBACK | String | ✅ | "CHARGEBACK" |
-| EXPIRED | String | ✅ | "EXPIRED" |
-| INSUFFICIENT_BALANCE | String | ✅ | "INSUFFICIENT_BALANCE" |
-| PAYMENT_REFUNDED | String | ✅ | "PAYMENT_REFUNDED" |
-| REQUESTED_BY_CUSTOMER | String | ✅ | "REQUESTED_BY_CUSTOMER" |
-| CUSTOMER_CONFIG_DISABLED | String | ✅ | "CUSTOMER_CONFIG_DISABLED" |
-
-
diff --git a/documentation/models/ApiPaymentCustodyGetResponsePaymentCustodyStatus.md b/documentation/models/ApiPaymentCustodyGetResponsePaymentCustodyStatus.md
deleted file mode 100644
index 069d619..0000000
--- a/documentation/models/ApiPaymentCustodyGetResponsePaymentCustodyStatus.md
+++ /dev/null
@@ -1,12 +0,0 @@
-# ApiPaymentCustodyGetResponsePaymentCustodyStatus
-
-Payment escrow status
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----- | :----- | :------- | :---------- |
-| ACTIVE | String | ✅ | "ACTIVE" |
-| DONE | String | ✅ | "DONE" |
-
-
diff --git a/documentation/models/ApiPaymentDeleteResponseDto.md b/documentation/models/ApiPaymentDeleteResponseDto.md
deleted file mode 100644
index 099a2cc..0000000
--- a/documentation/models/ApiPaymentDeleteResponseDto.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# ApiPaymentDeleteResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------ | :------ | :------- | :-------------------------------------------- |
-| deleted | Boolean | ❌ | Indicates whether the charge has been removed |
-| id | String | ❌ | Unique payment identifier in Asaas |
-
-
diff --git a/documentation/models/ApiPaymentDiscountDiscountType.md b/documentation/models/ApiPaymentDiscountDiscountType.md
deleted file mode 100644
index 64c4fb2..0000000
--- a/documentation/models/ApiPaymentDiscountDiscountType.md
+++ /dev/null
@@ -1,12 +0,0 @@
-# ApiPaymentDiscountDiscountType
-
-Discount type
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------- | :----- | :------- | :----------- |
-| FIXED | String | ✅ | "FIXED" |
-| PERCENTAGE | String | ✅ | "PERCENTAGE" |
-
-
diff --git a/documentation/models/ApiPaymentDiscountDto.md b/documentation/models/ApiPaymentDiscountDto.md
deleted file mode 100644
index d688744..0000000
--- a/documentation/models/ApiPaymentDiscountDto.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# ApiPaymentDiscountDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------------- | :----------------------------- | :------- | :------------------------------------------------------------------------------------------------------------------------------- |
-| value | Double | ❌ | Percentage or fixed amount of discount to be applied to the Payment amount |
-| dueDateLimitDays | Long | ❌ | Days before expiration to apply discount. Ex: 0 = until expiration, 1 = up to one day before, 2 = up to 2 days before, and so on |
-| type | ApiPaymentDiscountDiscountType | ❌ | Discount type |
-
-
diff --git a/documentation/models/ApiPaymentDocumentDeleteResponseDto.md b/documentation/models/ApiPaymentDocumentDeleteResponseDto.md
deleted file mode 100644
index 62cc3c2..0000000
--- a/documentation/models/ApiPaymentDocumentDeleteResponseDto.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# ApiPaymentDocumentDeleteResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------ | :------ | :------- | :------------------------------------- |
-| deleted | Boolean | ❌ | Indicates whether the file was removed |
-| id | String | ❌ | Unique document identifier |
-
-
diff --git a/documentation/models/ApiPaymentDocumentFileResponseDto.md b/documentation/models/ApiPaymentDocumentFileResponseDto.md
deleted file mode 100644
index 99eea75..0000000
--- a/documentation/models/ApiPaymentDocumentFileResponseDto.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiPaymentDocumentFileResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----------- | :----- | :------- | :-------------------------------- |
-| publicId | String | ❌ | Unique document identifier |
-| originalName | String | ❌ | Original document name |
-| size | Long | ❌ | File size |
-| extension | String | ❌ | File extension |
-| previewUrl | String | ❌ | Link to download the file preview |
-| downloadUrl | String | ❌ | Link to download the file |
-
-
diff --git a/documentation/models/ApiPaymentDocumentGetResponseDto.md b/documentation/models/ApiPaymentDocumentGetResponseDto.md
deleted file mode 100644
index 71d10a8..0000000
--- a/documentation/models/ApiPaymentDocumentGetResponseDto.md
+++ /dev/null
@@ -1,15 +0,0 @@
-# ApiPaymentDocumentGetResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :-------------------- | :----------------------------------------------- | :------- | :------------------------------------- |
-| object | String | ❌ | Object type |
-| id | String | ❌ | Unique document identifier |
-| name | String | ❌ | Document name |
-| type | ApiPaymentDocumentGetResponsePaymentDocumentType | ❌ | Document type |
-| availableAfterPayment | Boolean | ❌ | Available only after payment |
-| file | ApiPaymentDocumentFileResponseDto | ❌ | |
-| deleted | Boolean | ❌ | Indicates whether the file was removed |
-
-
diff --git a/documentation/models/ApiPaymentDocumentGetResponsePaymentDocumentType.md b/documentation/models/ApiPaymentDocumentGetResponsePaymentDocumentType.md
deleted file mode 100644
index 50866ca..0000000
--- a/documentation/models/ApiPaymentDocumentGetResponsePaymentDocumentType.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# ApiPaymentDocumentGetResponsePaymentDocumentType
-
-Document type
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------- | :----- | :------- | :------------ |
-| INVOICE | String | ✅ | "INVOICE" |
-| CONTRACT | String | ✅ | "CONTRACT" |
-| MEDIA | String | ✅ | "MEDIA" |
-| DOCUMENT | String | ✅ | "DOCUMENT" |
-| SPREADSHEET | String | ✅ | "SPREADSHEET" |
-| PROGRAM | String | ✅ | "PROGRAM" |
-| OTHER | String | ✅ | "OTHER" |
-
-
diff --git a/documentation/models/ApiPaymentDocumentListResponseDto.md b/documentation/models/ApiPaymentDocumentListResponseDto.md
deleted file mode 100644
index 8be5dc1..0000000
--- a/documentation/models/ApiPaymentDocumentListResponseDto.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiPaymentDocumentListResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------- | :--------------------------------------- | :------- | :---------------------------------------------------------- |
-| object | String | ❌ | Object type |
-| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
-| totalCount | Long | ❌ | Total number of items for the filters entered |
-| limit | Long | ❌ | Number of objects per page |
-| offset | Long | ❌ | Position of the object from which the page should be loaded |
-| data | List\ | ❌ | List of objects |
-
-
diff --git a/documentation/models/ApiPaymentDocumentSaveRequestDto.md b/documentation/models/ApiPaymentDocumentSaveRequestDto.md
deleted file mode 100644
index 974c7e8..0000000
--- a/documentation/models/ApiPaymentDocumentSaveRequestDto.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# ApiPaymentDocumentSaveRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :-------------------- | :----------------------------------------------- | :------- | :---------------------------------------------------------------- |
-| availableAfterPayment | Boolean | ✅ | true to make the file available only after receipt of the payment |
-| type | ApiPaymentDocumentSaveRequestPaymentDocumentType | ✅ | Document type |
-| file | byte[] | ✅ | File |
-
-
diff --git a/documentation/models/ApiPaymentDocumentSaveRequestPaymentDocumentType.md b/documentation/models/ApiPaymentDocumentSaveRequestPaymentDocumentType.md
deleted file mode 100644
index 797e9bc..0000000
--- a/documentation/models/ApiPaymentDocumentSaveRequestPaymentDocumentType.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# ApiPaymentDocumentSaveRequestPaymentDocumentType
-
-Document type
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------- | :----- | :------- | :------------ |
-| INVOICE | String | ✅ | "INVOICE" |
-| CONTRACT | String | ✅ | "CONTRACT" |
-| MEDIA | String | ✅ | "MEDIA" |
-| DOCUMENT | String | ✅ | "DOCUMENT" |
-| SPREADSHEET | String | ✅ | "SPREADSHEET" |
-| PROGRAM | String | ✅ | "PROGRAM" |
-| OTHER | String | ✅ | "OTHER" |
-
-
diff --git a/documentation/models/ApiPaymentDocumentUpdateRequestDto.md b/documentation/models/ApiPaymentDocumentUpdateRequestDto.md
deleted file mode 100644
index 4703fd0..0000000
--- a/documentation/models/ApiPaymentDocumentUpdateRequestDto.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# ApiPaymentDocumentUpdateRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :-------------------- | :------------------------------------------------- | :------- | :---------------------------------------------------------------- |
-| availableAfterPayment | Boolean | ✅ | true to make the file available only after receipt of the payment |
-| type | ApiPaymentDocumentUpdateRequestPaymentDocumentType | ✅ | Document type |
-
-
diff --git a/documentation/models/ApiPaymentDocumentUpdateRequestPaymentDocumentType.md b/documentation/models/ApiPaymentDocumentUpdateRequestPaymentDocumentType.md
deleted file mode 100644
index 0e08c85..0000000
--- a/documentation/models/ApiPaymentDocumentUpdateRequestPaymentDocumentType.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# ApiPaymentDocumentUpdateRequestPaymentDocumentType
-
-Document type
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------- | :----- | :------- | :------------ |
-| INVOICE | String | ✅ | "INVOICE" |
-| CONTRACT | String | ✅ | "CONTRACT" |
-| MEDIA | String | ✅ | "MEDIA" |
-| DOCUMENT | String | ✅ | "DOCUMENT" |
-| SPREADSHEET | String | ✅ | "SPREADSHEET" |
-| PROGRAM | String | ✅ | "PROGRAM" |
-| OTHER | String | ✅ | "OTHER" |
-
-
diff --git a/documentation/models/ApiPaymentDunningCancelResponseDto.md b/documentation/models/ApiPaymentDunningCancelResponseDto.md
deleted file mode 100644
index bc706f0..0000000
--- a/documentation/models/ApiPaymentDunningCancelResponseDto.md
+++ /dev/null
@@ -1,24 +0,0 @@
-# ApiPaymentDunningCancelResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----------------------------- | :-------------------------------------------------- | :------- | :-------------------------------------------------------- |
-| id | String | ❌ | Unique identifier of the payment dunning in Asaas |
-| dunningNumber | Long | ❌ | Payment dunning number |
-| status | ApiPaymentDunningCancelResponsePaymentDunningStatus | ❌ | Payment dunning status |
-| type | ApiPaymentDunningCancelResponsePaymentDunningType | ❌ | Type of payment dunning |
-| payment | String | ❌ | Unique identifier of the payment to be recovered in Asaas |
-| requestDate | String | ❌ | Request date |
-| description | String | ❌ | Description of the payment dunning |
-| value | Double | ❌ | Payment amount |
-| feeValue | Double | ❌ | Cost and/or payment dunning fee |
-| netValue | Double | ❌ | Net amount to be recovered |
-| receivedInCashFeeValue | Double | ❌ | Cash receipt fee |
-| denialReason | String | ❌ | Reason for denial of payment dunning |
-| cancellationFeeValue | Double | ❌ | Fee charged in case of cancellation |
-| canBeCancelled | Boolean | ❌ | Whether the payment dunning can be canceled |
-| cannotBeCancelledReason | String | ❌ | Reason for not being able to request cancellation |
-| isNecessaryResendDocumentation | Boolean | ❌ | Determine whether documentation needs to be resubmitted |
-
-
diff --git a/documentation/models/ApiPaymentDunningCancelResponsePaymentDunningStatus.md b/documentation/models/ApiPaymentDunningCancelResponsePaymentDunningStatus.md
deleted file mode 100644
index 10aa2a0..0000000
--- a/documentation/models/ApiPaymentDunningCancelResponsePaymentDunningStatus.md
+++ /dev/null
@@ -1,18 +0,0 @@
-# ApiPaymentDunningCancelResponsePaymentDunningStatus
-
-Payment dunning status
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :-------------------- | :----- | :------- | :---------------------- |
-| PENDING | String | ✅ | "PENDING" |
-| AWAITING_APPROVAL | String | ✅ | "AWAITING_APPROVAL" |
-| AWAITING_CANCELLATION | String | ✅ | "AWAITING_CANCELLATION" |
-| PROCESSED | String | ✅ | "PROCESSED" |
-| PAID | String | ✅ | "PAID" |
-| PARTIALLY_PAID | String | ✅ | "PARTIALLY_PAID" |
-| DENIED | String | ✅ | "DENIED" |
-| CANCELLED | String | ✅ | "CANCELLED" |
-
-
diff --git a/documentation/models/ApiPaymentDunningCancelResponsePaymentDunningType.md b/documentation/models/ApiPaymentDunningCancelResponsePaymentDunningType.md
deleted file mode 100644
index 57fea90..0000000
--- a/documentation/models/ApiPaymentDunningCancelResponsePaymentDunningType.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# ApiPaymentDunningCancelResponsePaymentDunningType
-
-Type of payment dunning
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------ | :----- | :------- | :-------------- |
-| CREDIT_BUREAU | String | ✅ | "CREDIT_BUREAU" |
-
-
diff --git a/documentation/models/ApiPaymentDunningListHistoryResponseDataDto.md b/documentation/models/ApiPaymentDunningListHistoryResponseDataDto.md
deleted file mode 100644
index 8ff4cf7..0000000
--- a/documentation/models/ApiPaymentDunningListHistoryResponseDataDto.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# ApiPaymentDunningListHistoryResponseDataDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------- | :------------------------------------------------------------------ | :------- | :----------------------- |
-| status | ApiPaymentDunningListHistoryResponseDataPaymentDunningHistoryStatus | ❌ | Negotiation status |
-| description | String | ❌ | Description of the event |
-| eventDate | String | ❌ | Date the event occurred |
-
-
diff --git a/documentation/models/ApiPaymentDunningListHistoryResponseDataPaymentDunningHistoryStatus.md b/documentation/models/ApiPaymentDunningListHistoryResponseDataPaymentDunningHistoryStatus.md
deleted file mode 100644
index f3722e6..0000000
--- a/documentation/models/ApiPaymentDunningListHistoryResponseDataPaymentDunningHistoryStatus.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiPaymentDunningListHistoryResponseDataPaymentDunningHistoryStatus
-
-Negotiation status
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------------- | :----- | :------- | :----------------- |
-| IN_NEGOTIATION | String | ✅ | "IN_NEGOTIATION" |
-| NEGOTIATION_FAIL | String | ✅ | "NEGOTIATION_FAIL" |
-| NEGOTIATED | String | ✅ | "NEGOTIATED" |
-| PAID | String | ✅ | "PAID" |
-
-
diff --git a/documentation/models/ApiPaymentDunningListHistoryResponseDto.md b/documentation/models/ApiPaymentDunningListHistoryResponseDto.md
deleted file mode 100644
index c7bd3a9..0000000
--- a/documentation/models/ApiPaymentDunningListHistoryResponseDto.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiPaymentDunningListHistoryResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------- | :-------------------------------------------------- | :------- | :---------------------------------------------------------- |
-| object | String | ❌ | Object type |
-| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
-| totalCount | Long | ❌ | Total number of items for the filters entered |
-| limit | Long | ❌ | Number of objects per page |
-| offset | Long | ❌ | Position of the object from which the page should be loaded |
-| data | List\ | ❌ | List of objects |
-
-
diff --git a/documentation/models/ApiPaymentDunningListPartialPaymentsResponseDataDto.md b/documentation/models/ApiPaymentDunningListPartialPaymentsResponseDataDto.md
deleted file mode 100644
index 2c9e85d..0000000
--- a/documentation/models/ApiPaymentDunningListPartialPaymentsResponseDataDto.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# ApiPaymentDunningListPartialPaymentsResponseDataDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------- | :----- | :------- | :------------------ |
-| value | Double | ❌ | Amount paid |
-| description | String | ❌ | Payment Description |
-| paymentDate | String | ❌ | Pay day |
-
-
diff --git a/documentation/models/ApiPaymentDunningListPartialPaymentsResponseDto.md b/documentation/models/ApiPaymentDunningListPartialPaymentsResponseDto.md
deleted file mode 100644
index b24850b..0000000
--- a/documentation/models/ApiPaymentDunningListPartialPaymentsResponseDto.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiPaymentDunningListPartialPaymentsResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------- | :---------------------------------------------------------- | :------- | :---------------------------------------------------------- |
-| object | String | ❌ | Object type |
-| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
-| totalCount | Long | ❌ | Total number of items for the filters entered |
-| limit | Long | ❌ | Number of objects per page |
-| offset | Long | ❌ | Position of the object from which the page should be loaded |
-| data | List\ | ❌ | List of objects |
-
-
diff --git a/documentation/models/ApiPaymentDunningListRequestPaymentDunningStatus.md b/documentation/models/ApiPaymentDunningListRequestPaymentDunningStatus.md
deleted file mode 100644
index 539fc22..0000000
--- a/documentation/models/ApiPaymentDunningListRequestPaymentDunningStatus.md
+++ /dev/null
@@ -1,18 +0,0 @@
-# ApiPaymentDunningListRequestPaymentDunningStatus
-
-Filter by payment dunning status
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :-------------------- | :----- | :------- | :---------------------- |
-| PENDING | String | ✅ | "PENDING" |
-| AWAITING_APPROVAL | String | ✅ | "AWAITING_APPROVAL" |
-| AWAITING_CANCELLATION | String | ✅ | "AWAITING_CANCELLATION" |
-| PROCESSED | String | ✅ | "PROCESSED" |
-| PAID | String | ✅ | "PAID" |
-| PARTIALLY_PAID | String | ✅ | "PARTIALLY_PAID" |
-| DENIED | String | ✅ | "DENIED" |
-| CANCELLED | String | ✅ | "CANCELLED" |
-
-
diff --git a/documentation/models/ApiPaymentDunningListRequestPaymentDunningType.md b/documentation/models/ApiPaymentDunningListRequestPaymentDunningType.md
deleted file mode 100644
index ca302ee..0000000
--- a/documentation/models/ApiPaymentDunningListRequestPaymentDunningType.md
+++ /dev/null
@@ -1,12 +0,0 @@
-# ApiPaymentDunningListRequestPaymentDunningType
-
-Filter by type of payment dunning
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----------------------- | :----- | :------- | :------------------------- |
-| CREDIT_BUREAU | String | ✅ | "CREDIT_BUREAU" |
-| DEBT_RECOVERY_ASSISTANCE | String | ✅ | "DEBT_RECOVERY_ASSISTANCE" |
-
-
diff --git a/documentation/models/ApiPaymentDunningListResponseDto.md b/documentation/models/ApiPaymentDunningListResponseDto.md
deleted file mode 100644
index 70869f1..0000000
--- a/documentation/models/ApiPaymentDunningListResponseDto.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiPaymentDunningListResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------- | :--------------------------------------- | :------- | :---------------------------------------------------------- |
-| object | String | ❌ | Object type |
-| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
-| totalCount | Long | ❌ | Total number of items for the filters entered |
-| limit | Long | ❌ | Number of objects per page |
-| offset | Long | ❌ | Position of the object from which the page should be loaded |
-| data | List\ | ❌ | List of objects |
-
-
diff --git a/documentation/models/ApiPaymentDunningPaymentsAvailableForDunningResponseDataBillingType.md b/documentation/models/ApiPaymentDunningPaymentsAvailableForDunningResponseDataBillingType.md
deleted file mode 100644
index c4c1e00..0000000
--- a/documentation/models/ApiPaymentDunningPaymentsAvailableForDunningResponseDataBillingType.md
+++ /dev/null
@@ -1,16 +0,0 @@
-# ApiPaymentDunningPaymentsAvailableForDunningResponseDataBillingType
-
-Form of payment
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------- | :----- | :------- | :------------ |
-| BOLETO | String | ✅ | "BOLETO" |
-| CREDIT_CARD | String | ✅ | "CREDIT_CARD" |
-| TRANSFER | String | ✅ | "TRANSFER" |
-| DEPOSIT | String | ✅ | "DEPOSIT" |
-| DEBIT_CARD | String | ✅ | "DEBIT_CARD" |
-| PIX | String | ✅ | "PIX" |
-
-
diff --git a/documentation/models/ApiPaymentDunningPaymentsAvailableForDunningResponseDataDto.md b/documentation/models/ApiPaymentDunningPaymentsAvailableForDunningResponseDataDto.md
deleted file mode 100644
index 5966659..0000000
--- a/documentation/models/ApiPaymentDunningPaymentsAvailableForDunningResponseDataDto.md
+++ /dev/null
@@ -1,15 +0,0 @@
-# ApiPaymentDunningPaymentsAvailableForDunningResponseDataDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :-------------- | :------------------------------------------------------------------------------------ | :------- | :---------------------------------------------------------------------- |
-| payment | String | ❌ | Unique identifier of the payment to be recovered in Asaas |
-| customer | String | ❌ | Unique customer identifier |
-| value | Double | ❌ | Payment amount |
-| status | ApiPaymentDunningPaymentsAvailableForDunningResponseDataPaymentStatus | ❌ | Billing status |
-| billingType | ApiPaymentDunningPaymentsAvailableForDunningResponseDataBillingType | ❌ | Form of payment |
-| dueDate | String | ❌ | Due date |
-| typeSimulations | List\ | ❌ | Simulation of denial request for each type of payment dunning available |
-
-
diff --git a/documentation/models/ApiPaymentDunningPaymentsAvailableForDunningResponseDataPaymentStatus.md b/documentation/models/ApiPaymentDunningPaymentsAvailableForDunningResponseDataPaymentStatus.md
deleted file mode 100644
index 568c094..0000000
--- a/documentation/models/ApiPaymentDunningPaymentsAvailableForDunningResponseDataPaymentStatus.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiPaymentDunningPaymentsAvailableForDunningResponseDataPaymentStatus
-
-Billing status
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :-------- | :----- | :------- | :---------- |
-| PENDING | String | ✅ | "PENDING" |
-| RECEIVED | String | ✅ | "RECEIVED" |
-| CONFIRMED | String | ✅ | "CONFIRMED" |
-| OVERDUE | String | ✅ | "OVERDUE" |
-
-
diff --git a/documentation/models/ApiPaymentDunningPaymentsAvailableForDunningResponseDataTypeSimulationItemDto.md b/documentation/models/ApiPaymentDunningPaymentsAvailableForDunningResponseDataTypeSimulationItemDto.md
deleted file mode 100644
index f2f3568..0000000
--- a/documentation/models/ApiPaymentDunningPaymentsAvailableForDunningResponseDataTypeSimulationItemDto.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiPaymentDunningPaymentsAvailableForDunningResponseDataTypeSimulationItemDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------------- | :------------------------------------------------------------------------------------------- | :------- | :----------------------------------------------------------------------- |
-| type | ApiPaymentDunningPaymentsAvailableForDunningResponseDataTypeSimulationItemPaymentDunningType | ❌ | Type of payment dunning |
-| isAllowed | Boolean | ❌ | Whether it is possible to request a payment dunning of this type |
-| notAllowedReason | String | ❌ | Reason why it is not possible to request a payment dunning for this type |
-| feeValue | Double | ❌ | Cost and/or payment dunning fee |
-| netValue | Double | ❌ | Net amount to be recovered |
-| startDate | String | ❌ | Expected start date of the payment dunning |
-
-
diff --git a/documentation/models/ApiPaymentDunningPaymentsAvailableForDunningResponseDataTypeSimulationItemPaymentDunningType.md b/documentation/models/ApiPaymentDunningPaymentsAvailableForDunningResponseDataTypeSimulationItemPaymentDunningType.md
deleted file mode 100644
index 36ef57c..0000000
--- a/documentation/models/ApiPaymentDunningPaymentsAvailableForDunningResponseDataTypeSimulationItemPaymentDunningType.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# ApiPaymentDunningPaymentsAvailableForDunningResponseDataTypeSimulationItemPaymentDunningType
-
-Type of payment dunning
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------ | :----- | :------- | :-------------- |
-| CREDIT_BUREAU | String | ✅ | "CREDIT_BUREAU" |
-
-
diff --git a/documentation/models/ApiPaymentDunningPaymentsAvailableForDunningResponseDto.md b/documentation/models/ApiPaymentDunningPaymentsAvailableForDunningResponseDto.md
deleted file mode 100644
index ca347d1..0000000
--- a/documentation/models/ApiPaymentDunningPaymentsAvailableForDunningResponseDto.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiPaymentDunningPaymentsAvailableForDunningResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------- | :------------------------------------------------------------------ | :------- | :---------------------------------------------------------- |
-| object | String | ❌ | Object type |
-| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
-| totalCount | Long | ❌ | Total number of items for the filters entered |
-| limit | Long | ❌ | Number of objects per page |
-| offset | Long | ❌ | Position of the object from which the page should be loaded |
-| data | List\ | ❌ | List of objects |
-
-
diff --git a/documentation/models/ApiPaymentDunningSaveDocumentsRequestDto.md b/documentation/models/ApiPaymentDunningSaveDocumentsRequestDto.md
deleted file mode 100644
index 323a678..0000000
--- a/documentation/models/ApiPaymentDunningSaveDocumentsRequestDto.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# ApiPaymentDunningSaveDocumentsRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :-------- | :----- | :------- | :-------------------------------- |
-| documents | byte[] | ✅ | Invoice and/or contract notarized |
-
-
diff --git a/documentation/models/ApiPaymentDunningSaveDocumentsResponseDto.md b/documentation/models/ApiPaymentDunningSaveDocumentsResponseDto.md
deleted file mode 100644
index 61c4648..0000000
--- a/documentation/models/ApiPaymentDunningSaveDocumentsResponseDto.md
+++ /dev/null
@@ -1,24 +0,0 @@
-# ApiPaymentDunningSaveDocumentsResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----------------------------- | :--------------------------------------------------------- | :------- | :-------------------------------------------------------- |
-| id | String | ❌ | Unique identifier of the payment dunning in Asaas |
-| dunningNumber | Long | ❌ | Payment dunning number |
-| status | ApiPaymentDunningSaveDocumentsResponsePaymentDunningStatus | ❌ | Payment dunning status |
-| type | ApiPaymentDunningSaveDocumentsResponsePaymentDunningType | ❌ | Type of payment dunning |
-| payment | String | ❌ | Unique identifier of the payment to be recovered in Asaas |
-| requestDate | String | ❌ | Request date |
-| description | String | ❌ | Description of the payment dunning |
-| value | Double | ❌ | Payment amount |
-| feeValue | Double | ❌ | Cost and/or payment dunning fee |
-| netValue | Double | ❌ | Net amount to be recovered |
-| receivedInCashFeeValue | Double | ❌ | Cash receipt fee |
-| denialReason | String | ❌ | Reason for denial of payment dunning |
-| cancellationFeeValue | Double | ❌ | Fee charged in case of cancellation |
-| canBeCancelled | Boolean | ❌ | Whether the payment dunning can be canceled |
-| cannotBeCancelledReason | String | ❌ | Reason for not being able to request cancellation |
-| isNecessaryResendDocumentation | Boolean | ❌ | Determine whether documentation needs to be resubmitted |
-
-
diff --git a/documentation/models/ApiPaymentDunningSaveDocumentsResponsePaymentDunningStatus.md b/documentation/models/ApiPaymentDunningSaveDocumentsResponsePaymentDunningStatus.md
deleted file mode 100644
index 7424728..0000000
--- a/documentation/models/ApiPaymentDunningSaveDocumentsResponsePaymentDunningStatus.md
+++ /dev/null
@@ -1,18 +0,0 @@
-# ApiPaymentDunningSaveDocumentsResponsePaymentDunningStatus
-
-Payment dunning status
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :-------------------- | :----- | :------- | :---------------------- |
-| PENDING | String | ✅ | "PENDING" |
-| AWAITING_APPROVAL | String | ✅ | "AWAITING_APPROVAL" |
-| AWAITING_CANCELLATION | String | ✅ | "AWAITING_CANCELLATION" |
-| PROCESSED | String | ✅ | "PROCESSED" |
-| PAID | String | ✅ | "PAID" |
-| PARTIALLY_PAID | String | ✅ | "PARTIALLY_PAID" |
-| DENIED | String | ✅ | "DENIED" |
-| CANCELLED | String | ✅ | "CANCELLED" |
-
-
diff --git a/documentation/models/ApiPaymentDunningSaveDocumentsResponsePaymentDunningType.md b/documentation/models/ApiPaymentDunningSaveDocumentsResponsePaymentDunningType.md
deleted file mode 100644
index e26df42..0000000
--- a/documentation/models/ApiPaymentDunningSaveDocumentsResponsePaymentDunningType.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# ApiPaymentDunningSaveDocumentsResponsePaymentDunningType
-
-Type of payment dunning
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------ | :----- | :------- | :-------------- |
-| CREDIT_BUREAU | String | ✅ | "CREDIT_BUREAU" |
-
-
diff --git a/documentation/models/ApiPaymentDunningSaveRequestDto.md b/documentation/models/ApiPaymentDunningSaveRequestDto.md
deleted file mode 100644
index 895ebbe..0000000
--- a/documentation/models/ApiPaymentDunningSaveRequestDto.md
+++ /dev/null
@@ -1,21 +0,0 @@
-# ApiPaymentDunningSaveRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------------------- | :--------------------------------------------- | :------- | :-------------------------------------------------------- |
-| payment | String | ✅ | Unique identifier of the payment to be recovered in Asaas |
-| type | ApiPaymentDunningSaveRequestPaymentDunningType | ✅ | Type of payment dunning |
-| customerName | String | ✅ | Client name |
-| customerCpfCnpj | String | ✅ | Customer CPF or CNPJ |
-| customerPrimaryPhone | String | ✅ | Customer main telephone number |
-| customerPostalCode | String | ✅ | Customer address zip code |
-| customerAddress | String | ✅ | Customer public address |
-| customerAddressNumber | String | ✅ | Customer address number |
-| customerProvince | String | ✅ | Customer neighborhood |
-| description | String | ❌ | Description of the product or service provided |
-| customerSecondaryPhone | String | ❌ | Secondary customer phone number |
-| customerComplement | String | ❌ | Customer address complement |
-| documents | byte[] | ❌ | Invoice and/or contract notarized |
-
-
diff --git a/documentation/models/ApiPaymentDunningSaveRequestPaymentDunningType.md b/documentation/models/ApiPaymentDunningSaveRequestPaymentDunningType.md
deleted file mode 100644
index 794ec85..0000000
--- a/documentation/models/ApiPaymentDunningSaveRequestPaymentDunningType.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# ApiPaymentDunningSaveRequestPaymentDunningType
-
-Type of payment dunning
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------ | :----- | :------- | :-------------- |
-| CREDIT_BUREAU | String | ✅ | "CREDIT_BUREAU" |
-
-
diff --git a/documentation/models/ApiPaymentDunningShowResponseDto.md b/documentation/models/ApiPaymentDunningShowResponseDto.md
deleted file mode 100644
index 12a4329..0000000
--- a/documentation/models/ApiPaymentDunningShowResponseDto.md
+++ /dev/null
@@ -1,24 +0,0 @@
-# ApiPaymentDunningShowResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----------------------------- | :------------------------------------------------ | :------- | :-------------------------------------------------------- |
-| id | String | ❌ | Unique identifier of the payment dunning in Asaas |
-| dunningNumber | Long | ❌ | Payment dunning number |
-| status | ApiPaymentDunningShowResponsePaymentDunningStatus | ❌ | Payment dunning status |
-| type | ApiPaymentDunningShowResponsePaymentDunningType | ❌ | Type of payment dunning |
-| requestDate | String | ❌ | Request date |
-| description | String | ❌ | Description of the payment dunning |
-| value | Double | ❌ | Payment amount |
-| feeValue | Double | ❌ | Cost and/or payment dunning fee |
-| netValue | Double | ❌ | Net amount to be recovered |
-| receivedInCashFeeValue | Double | ❌ | Cash receipt fee |
-| denialReason | String | ❌ | Reason for denial of payment dunning |
-| cancellationFeeValue | Double | ❌ | Fee charged in case of cancellation |
-| canBeCancelled | Boolean | ❌ | Whether the payment dunning can be canceled |
-| cannotBeCancelledReason | String | ❌ | Reason for not being able to request cancellation |
-| isNecessaryResendDocumentation | Boolean | ❌ | Determine whether documentation needs to be resubmitted |
-| payment | String | ❌ | Unique identifier of the payment to be recovered in Asaas |
-
-
diff --git a/documentation/models/ApiPaymentDunningShowResponsePaymentDunningStatus.md b/documentation/models/ApiPaymentDunningShowResponsePaymentDunningStatus.md
deleted file mode 100644
index eb252fd..0000000
--- a/documentation/models/ApiPaymentDunningShowResponsePaymentDunningStatus.md
+++ /dev/null
@@ -1,18 +0,0 @@
-# ApiPaymentDunningShowResponsePaymentDunningStatus
-
-Payment dunning status
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :-------------------- | :----- | :------- | :---------------------- |
-| PENDING | String | ✅ | "PENDING" |
-| AWAITING_APPROVAL | String | ✅ | "AWAITING_APPROVAL" |
-| AWAITING_CANCELLATION | String | ✅ | "AWAITING_CANCELLATION" |
-| PROCESSED | String | ✅ | "PROCESSED" |
-| PAID | String | ✅ | "PAID" |
-| PARTIALLY_PAID | String | ✅ | "PARTIALLY_PAID" |
-| DENIED | String | ✅ | "DENIED" |
-| CANCELLED | String | ✅ | "CANCELLED" |
-
-
diff --git a/documentation/models/ApiPaymentDunningShowResponsePaymentDunningType.md b/documentation/models/ApiPaymentDunningShowResponsePaymentDunningType.md
deleted file mode 100644
index 5b44ef9..0000000
--- a/documentation/models/ApiPaymentDunningShowResponsePaymentDunningType.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# ApiPaymentDunningShowResponsePaymentDunningType
-
-Type of payment dunning
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------ | :----- | :------- | :-------------- |
-| CREDIT_BUREAU | String | ✅ | "CREDIT_BUREAU" |
-
-
diff --git a/documentation/models/ApiPaymentDunningSimulateResponseDto.md b/documentation/models/ApiPaymentDunningSimulateResponseDto.md
deleted file mode 100644
index cffef94..0000000
--- a/documentation/models/ApiPaymentDunningSimulateResponseDto.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# ApiPaymentDunningSimulateResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :-------------- | :------------------------------------------------------------- | :------- | :------------------------------------------------------------- |
-| payment | String | ❌ | Unique identifier of the payment to be recovered in Asaas |
-| value | Double | ❌ | Payment amount |
-| typeSimulations | List\ | ❌ | Simulation of denial request for each type of denial available |
-
-
diff --git a/documentation/models/ApiPaymentDunningSimulateResponseTypeSimulationItemDto.md b/documentation/models/ApiPaymentDunningSimulateResponseTypeSimulationItemDto.md
deleted file mode 100644
index 6d0444d..0000000
--- a/documentation/models/ApiPaymentDunningSimulateResponseTypeSimulationItemDto.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiPaymentDunningSimulateResponseTypeSimulationItemDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------------- | :-------------------------------------------------------------------- | :------- | :----------------------------------------------------------------------- |
-| type | ApiPaymentDunningSimulateResponseTypeSimulationItemPaymentDunningType | ❌ | Type of payment dunning |
-| isAllowed | Boolean | ❌ | Whether it is possible to request a payment dunning of this type |
-| notAllowedReason | String | ❌ | Reason why it is not possible to request a payment dunning for this type |
-| feeValue | Double | ❌ | Cost and/or payment dunning fee |
-| netValue | Double | ❌ | Net amount to be recovered |
-| startDate | String | ❌ | Expected start date of the payment dunning |
-
-
diff --git a/documentation/models/ApiPaymentDunningSimulateResponseTypeSimulationItemPaymentDunningType.md b/documentation/models/ApiPaymentDunningSimulateResponseTypeSimulationItemPaymentDunningType.md
deleted file mode 100644
index ebecd09..0000000
--- a/documentation/models/ApiPaymentDunningSimulateResponseTypeSimulationItemPaymentDunningType.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# ApiPaymentDunningSimulateResponseTypeSimulationItemPaymentDunningType
-
-Type of payment dunning
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------ | :----- | :------- | :-------------- |
-| CREDIT_BUREAU | String | ✅ | "CREDIT_BUREAU" |
-
-
diff --git a/documentation/models/ApiPaymentFineRequestDto.md b/documentation/models/ApiPaymentFineRequestDto.md
deleted file mode 100644
index 7ec4bf7..0000000
--- a/documentation/models/ApiPaymentFineRequestDto.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# ApiPaymentFineRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---- | :---------------------------- | :------- | :---------------------------------------------------------------------------- |
-| value | Double | ❌ | Percentage of fine on the amount of the charge for payment after the due date |
-| type | ApiPaymentFineRequestFineType | ❌ | Fine type |
-
-
diff --git a/documentation/models/ApiPaymentFineRequestFineType.md b/documentation/models/ApiPaymentFineRequestFineType.md
deleted file mode 100644
index c0cd076..0000000
--- a/documentation/models/ApiPaymentFineRequestFineType.md
+++ /dev/null
@@ -1,12 +0,0 @@
-# ApiPaymentFineRequestFineType
-
-Fine type
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------- | :----- | :------- | :----------- |
-| FIXED | String | ✅ | "FIXED" |
-| PERCENTAGE | String | ✅ | "PERCENTAGE" |
-
-
diff --git a/documentation/models/ApiPaymentFineResponseDto.md b/documentation/models/ApiPaymentFineResponseDto.md
deleted file mode 100644
index 467c791..0000000
--- a/documentation/models/ApiPaymentFineResponseDto.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# ApiPaymentFineResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---- | :----- | :------- | :------------------------ |
-| value | Double | ❌ | Fine amount in percentage |
-
-
diff --git a/documentation/models/ApiPaymentGetResponseBillingType.md b/documentation/models/ApiPaymentGetResponseBillingType.md
deleted file mode 100644
index d2b3353..0000000
--- a/documentation/models/ApiPaymentGetResponseBillingType.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# ApiPaymentGetResponseBillingType
-
-Payment billing type
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------- | :----- | :------- | :------------ |
-| UNDEFINED | String | ✅ | "UNDEFINED" |
-| BOLETO | String | ✅ | "BOLETO" |
-| CREDIT_CARD | String | ✅ | "CREDIT_CARD" |
-| DEBIT_CARD | String | ✅ | "DEBIT_CARD" |
-| TRANSFER | String | ✅ | "TRANSFER" |
-| DEPOSIT | String | ✅ | "DEPOSIT" |
-| PIX | String | ✅ | "PIX" |
-
-
diff --git a/documentation/models/ApiPaymentGetResponseDto.md b/documentation/models/ApiPaymentGetResponseDto.md
deleted file mode 100644
index 126618a..0000000
--- a/documentation/models/ApiPaymentGetResponseDto.md
+++ /dev/null
@@ -1,52 +0,0 @@
-# ApiPaymentGetResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----------------------------------------- | :---------------------------------------- | :------- | :----------------------------------------------------------------------------------- |
-| object | String | ❌ | Object type |
-| id | String | ❌ | Unique payment identifier in Asaas |
-| dateCreated | String | ❌ | Payment creation date |
-| customer | String | ❌ | Unique identifier of the customer to whom the payment belongs |
-| subscription | String | ❌ | Unique subscription identifier (when recurring billing) |
-| installment | String | ❌ | Unique installment identifier (when billing in installments) |
-| checkoutSession | String | ❌ | Unique checkout identifier |
-| paymentLink | String | ❌ | Unique identifier of the payments link to which the payment belongs |
-| value | Double | ❌ | Payment amount |
-| netValue | Double | ❌ | Net value of the charge after discounting the Asaas fee |
-| originalValue | Double | ❌ | Original amount of charge (filled when paid with interest and fine) |
-| interestValue | Double | ❌ | Calculated amount of interest and fine that must be paid after the charge is due |
-| description | String | ❌ | Description of the payment |
-| billingType | ApiPaymentGetResponseBillingType | ❌ | Payment billing type |
-| creditCard | ApiPaymentSaveWithCreditCardCreditCardDto | ❌ | |
-| canBePaidAfterDueDate | Boolean | ❌ | Informs whether the charge can be paid after the due date (Only for bank slip) |
-| pixTransaction | String | ❌ | Unique identifier of the Pix transaction to which the payment belongs |
-| pixQrCodeId | String | ❌ | Unique identifier of the static QrCode generated for a given Pix key |
-| status | ApiPaymentGetResponsePaymentStatus | ❌ | Payment status |
-| dueDate | String | ❌ | Payment due date |
-| originalDueDate | String | ❌ | Original due date upon creation of the payment |
-| paymentDate | String | ❌ | Payment date on Asaas |
-| clientPaymentDate | String | ❌ | Date on which the customer paid the bank slip |
-| installmentNumber | Long | ❌ | Parcel number |
-| invoiceUrl | String | ❌ | Invoice URL |
-| invoiceNumber | String | ❌ | Bill number |
-| externalReference | String | ❌ | Free search field |
-| deleted | Boolean | ❌ | Determines if the payment has been removed |
-| anticipated | Boolean | ❌ | Defines whether the charge was anticipated or is in the process of being anticipated |
-| anticipable | Boolean | ❌ | Determines whether the charge is anticipated |
-| creditDate | String | ❌ | Date when the credit became available |
-| estimatedCreditDate | String | ❌ | Estimated date when the credit will be available |
-| transactionReceiptUrl | String | ❌ | URL of proof of confirmation, receipt, reversal or removal |
-| nossoNumero | String | ❌ | Unique identification of the bank slip |
-| bankSlipUrl | String | ❌ | URL to download the bank slip |
-| discount | ApiPaymentDiscountDto | ❌ | |
-| fine | ApiPaymentFineResponseDto | ❌ | |
-| interest | ApiPaymentInterestResponseDto | ❌ | |
-| split | List\ | ❌ | Split Settings |
-| postalService | Boolean | ❌ | Define whether the payment will be sent via post |
-| daysAfterDueDateToRegistrationCancellation | Long | ❌ | Days after registration cancellation deadline (only for bank slip) |
-| chargeback | ApiPaymentChargebackResponseDto | ❌ | |
-| escrow | ApiPaymentCustodyGetResponseDto | ❌ | |
-| refunds | List\ | ❌ | Refunds information |
-
-
diff --git a/documentation/models/ApiPaymentGetResponsePaymentStatus.md b/documentation/models/ApiPaymentGetResponsePaymentStatus.md
deleted file mode 100644
index 64985d3..0000000
--- a/documentation/models/ApiPaymentGetResponsePaymentStatus.md
+++ /dev/null
@@ -1,24 +0,0 @@
-# ApiPaymentGetResponsePaymentStatus
-
-Payment status
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------------------------- | :----- | :------- | :----------------------------- |
-| PENDING | String | ✅ | "PENDING" |
-| RECEIVED | String | ✅ | "RECEIVED" |
-| CONFIRMED | String | ✅ | "CONFIRMED" |
-| OVERDUE | String | ✅ | "OVERDUE" |
-| REFUNDED | String | ✅ | "REFUNDED" |
-| RECEIVED_IN_CASH | String | ✅ | "RECEIVED_IN_CASH" |
-| REFUND_REQUESTED | String | ✅ | "REFUND_REQUESTED" |
-| REFUND_IN_PROGRESS | String | ✅ | "REFUND_IN_PROGRESS" |
-| CHARGEBACK_REQUESTED | String | ✅ | "CHARGEBACK_REQUESTED" |
-| CHARGEBACK_DISPUTE | String | ✅ | "CHARGEBACK_DISPUTE" |
-| AWAITING_CHARGEBACK_REVERSAL | String | ✅ | "AWAITING_CHARGEBACK_REVERSAL" |
-| DUNNING_REQUESTED | String | ✅ | "DUNNING_REQUESTED" |
-| DUNNING_RECEIVED | String | ✅ | "DUNNING_RECEIVED" |
-| AWAITING_RISK_ANALYSIS | String | ✅ | "AWAITING_RISK_ANALYSIS" |
-
-
diff --git a/documentation/models/ApiPaymentIdentificationFieldResponseDto.md b/documentation/models/ApiPaymentIdentificationFieldResponseDto.md
deleted file mode 100644
index bf3be0f..0000000
--- a/documentation/models/ApiPaymentIdentificationFieldResponseDto.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# ApiPaymentIdentificationFieldResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------------ | :----- | :------- | :------------------------------------- |
-| identificationField | String | ❌ | Digitable bill line |
-| nossoNumero | String | ❌ | Unique identification of the bank slip |
-| barCode | String | ❌ | Bank slip bar code |
-
-
diff --git a/documentation/models/ApiPaymentInterestRequestDto.md b/documentation/models/ApiPaymentInterestRequestDto.md
deleted file mode 100644
index 54c838c..0000000
--- a/documentation/models/ApiPaymentInterestRequestDto.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# ApiPaymentInterestRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---- | :----- | :------- | :-------------------------------------------------------------------------------- |
-| value | Double | ❌ | Percentage of interest per month on the amount charged for payment after maturity |
-
-
diff --git a/documentation/models/ApiPaymentInterestResponseDto.md b/documentation/models/ApiPaymentInterestResponseDto.md
deleted file mode 100644
index c5dfa52..0000000
--- a/documentation/models/ApiPaymentInterestResponseDto.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# ApiPaymentInterestResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---- | :----- | :------- | :--------------------------- |
-| value | Double | ❌ | Interest value in percentage |
-
-
diff --git a/documentation/models/ApiPaymentLeanGetResponseBillingType.md b/documentation/models/ApiPaymentLeanGetResponseBillingType.md
deleted file mode 100644
index 7a23935..0000000
--- a/documentation/models/ApiPaymentLeanGetResponseBillingType.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# ApiPaymentLeanGetResponseBillingType
-
-Payment billing type
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------- | :----- | :------- | :------------ |
-| UNDEFINED | String | ✅ | "UNDEFINED" |
-| BOLETO | String | ✅ | "BOLETO" |
-| CREDIT_CARD | String | ✅ | "CREDIT_CARD" |
-| DEBIT_CARD | String | ✅ | "DEBIT_CARD" |
-| TRANSFER | String | ✅ | "TRANSFER" |
-| DEPOSIT | String | ✅ | "DEPOSIT" |
-| PIX | String | ✅ | "PIX" |
-
-
diff --git a/documentation/models/ApiPaymentLeanGetResponseDto.md b/documentation/models/ApiPaymentLeanGetResponseDto.md
deleted file mode 100644
index 9e10626..0000000
--- a/documentation/models/ApiPaymentLeanGetResponseDto.md
+++ /dev/null
@@ -1,41 +0,0 @@
-# ApiPaymentLeanGetResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :-------------------- | :------------------------------------- | :------- | :----------------------------------------------------------------------------------- |
-| object | String | ❌ | Object type |
-| id | String | ❌ | Unique payment identifier in Asaas |
-| dateCreated | String | ❌ | Payment creation date |
-| customerId | String | ❌ | Unique identifier of the customer to whom the payment belongs |
-| subscriptionId | String | ❌ | Unique subscription identifier (when recurring billing) |
-| installmentId | String | ❌ | Unique installment identifier (when billing in installments) |
-| paymentLinkId | String | ❌ | Unique identifier of the payments link to which the payment belongs |
-| value | Double | ❌ | Payment amount |
-| netValue | Double | ❌ | Net value of the charge after discounting the Asaas fee |
-| originalValue | Double | ❌ | Original amount of charge (filled when paid with interest and fine) |
-| interestValue | Double | ❌ | Calculated amount of interest and fine that must be paid after the charge is due |
-| description | String | ❌ | Description of the payment |
-| billingType | ApiPaymentLeanGetResponseBillingType | ❌ | Payment billing type |
-| canBePaidAfterDueDate | Boolean | ❌ | Informs whether the charge can be paid after the due date (Only for bank slip) |
-| confirmedDate | String | ❌ | Billing confirmation date |
-| pixTransactionId | String | ❌ | Unique identifier of the Pix transaction to which the payment belongs |
-| status | ApiPaymentLeanGetResponsePaymentStatus | ❌ | Payment status |
-| dueDate | String | ❌ | Payment due date |
-| originalDueDate | String | ❌ | Original due date upon creation of the payment |
-| paymentDate | String | ❌ | Payment date on Asaas |
-| customerPaymentDate | String | ❌ | Date on which the customer paid the bank slip |
-| installmentNumber | Long | ❌ | Parcel number |
-| externalReference | String | ❌ | Free search field |
-| deleted | Boolean | ❌ | Determines if the payment has been removed |
-| anticipated | Boolean | ❌ | Defines whether the charge was anticipated or is in the process of being anticipated |
-| anticipable | Boolean | ❌ | Determines whether the charge is anticipated |
-| creditDate | String | ❌ | Billing Credit date |
-| transactionReceiptUrl | String | ❌ | URL of proof of confirmation, receipt, reversal or removal |
-| duplicatedPaymentId | String | ❌ | Duplicate billing identifier (if true) |
-| discount | ApiPaymentDiscountDto | ❌ | |
-| fine | ApiPaymentFineResponseDto | ❌ | |
-| interest | ApiPaymentInterestResponseDto | ❌ | |
-| postalService | Boolean | ❌ | Define whether the payment will be sent via post |
-
-
diff --git a/documentation/models/ApiPaymentLeanGetResponsePaymentStatus.md b/documentation/models/ApiPaymentLeanGetResponsePaymentStatus.md
deleted file mode 100644
index bce7608..0000000
--- a/documentation/models/ApiPaymentLeanGetResponsePaymentStatus.md
+++ /dev/null
@@ -1,24 +0,0 @@
-# ApiPaymentLeanGetResponsePaymentStatus
-
-Payment status
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------------------------- | :----- | :------- | :----------------------------- |
-| PENDING | String | ✅ | "PENDING" |
-| RECEIVED | String | ✅ | "RECEIVED" |
-| CONFIRMED | String | ✅ | "CONFIRMED" |
-| OVERDUE | String | ✅ | "OVERDUE" |
-| REFUNDED | String | ✅ | "REFUNDED" |
-| RECEIVED_IN_CASH | String | ✅ | "RECEIVED_IN_CASH" |
-| REFUND_REQUESTED | String | ✅ | "REFUND_REQUESTED" |
-| REFUND_IN_PROGRESS | String | ✅ | "REFUND_IN_PROGRESS" |
-| CHARGEBACK_REQUESTED | String | ✅ | "CHARGEBACK_REQUESTED" |
-| CHARGEBACK_DISPUTE | String | ✅ | "CHARGEBACK_DISPUTE" |
-| AWAITING_CHARGEBACK_REVERSAL | String | ✅ | "AWAITING_CHARGEBACK_REVERSAL" |
-| DUNNING_REQUESTED | String | ✅ | "DUNNING_REQUESTED" |
-| DUNNING_RECEIVED | String | ✅ | "DUNNING_RECEIVED" |
-| AWAITING_RISK_ANALYSIS | String | ✅ | "AWAITING_RISK_ANALYSIS" |
-
-
diff --git a/documentation/models/ApiPaymentLeanListResponseDto.md b/documentation/models/ApiPaymentLeanListResponseDto.md
deleted file mode 100644
index 42d6069..0000000
--- a/documentation/models/ApiPaymentLeanListResponseDto.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiPaymentLeanListResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------- | :----------------------------------- | :------- | :---------------------------------------------------------- |
-| object | String | ❌ | Object type |
-| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
-| totalCount | Long | ❌ | Total number of items for the filters entered |
-| limit | Long | ❌ | Number of objects per page |
-| offset | Long | ❌ | Position of the object from which the page should be loaded |
-| data | List\ | ❌ | List of objects |
-
-
diff --git a/documentation/models/ApiPaymentLeanSaveWithCreditCardResponseBillingType.md b/documentation/models/ApiPaymentLeanSaveWithCreditCardResponseBillingType.md
deleted file mode 100644
index f4349cd..0000000
--- a/documentation/models/ApiPaymentLeanSaveWithCreditCardResponseBillingType.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# ApiPaymentLeanSaveWithCreditCardResponseBillingType
-
-Payment billing type
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------- | :----- | :------- | :------------ |
-| UNDEFINED | String | ✅ | "UNDEFINED" |
-| BOLETO | String | ✅ | "BOLETO" |
-| CREDIT_CARD | String | ✅ | "CREDIT_CARD" |
-| DEBIT_CARD | String | ✅ | "DEBIT_CARD" |
-| TRANSFER | String | ✅ | "TRANSFER" |
-| DEPOSIT | String | ✅ | "DEPOSIT" |
-| PIX | String | ✅ | "PIX" |
-
-
diff --git a/documentation/models/ApiPaymentLeanSaveWithCreditCardResponseDto.md b/documentation/models/ApiPaymentLeanSaveWithCreditCardResponseDto.md
deleted file mode 100644
index fba4edd..0000000
--- a/documentation/models/ApiPaymentLeanSaveWithCreditCardResponseDto.md
+++ /dev/null
@@ -1,42 +0,0 @@
-# ApiPaymentLeanSaveWithCreditCardResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :-------------------- | :---------------------------------------------------- | :------- | :----------------------------------------------------------------------------------- |
-| object | String | ❌ | Object type |
-| id | String | ❌ | Unique payment identifier in Asaas |
-| dateCreated | String | ❌ | Payment creation date |
-| customerId | String | ❌ | Unique identifier of the customer to whom the payment belongs |
-| subscriptionId | String | ❌ | Unique subscription identifier (when recurring billing) |
-| installmentId | String | ❌ | Unique installment identifier (when billing in installments) |
-| paymentLinkId | String | ❌ | Unique identifier of the payments link to which the payment belongs |
-| value | Double | ❌ | Payment amount |
-| netValue | Double | ❌ | Net value of the charge after discounting the Asaas fee |
-| originalValue | Double | ❌ | Original amount of charge (filled when paid with interest and fine) |
-| interestValue | Double | ❌ | Calculated amount of interest and fine that must be paid after the charge is due |
-| description | String | ❌ | Description of the payment |
-| billingType | ApiPaymentLeanSaveWithCreditCardResponseBillingType | ❌ | Payment billing type |
-| canBePaidAfterDueDate | Boolean | ❌ | Informs whether the charge can be paid after the due date (Only for bank slip) |
-| confirmedDate | String | ❌ | Billing confirmation date |
-| pixTransactionId | String | ❌ | Unique identifier of the Pix transaction to which the payment belongs |
-| status | ApiPaymentLeanSaveWithCreditCardResponsePaymentStatus | ❌ | Payment status |
-| dueDate | String | ❌ | Payment due date |
-| originalDueDate | String | ❌ | Original due date upon creation of the payment |
-| paymentDate | String | ❌ | Payment date on Asaas |
-| customerPaymentDate | String | ❌ | Date on which the customer paid the bank slip |
-| installmentNumber | Long | ❌ | Parcel number |
-| externalReference | String | ❌ | Free search field |
-| deleted | Boolean | ❌ | Determines if the payment has been removed |
-| anticipated | Boolean | ❌ | Defines whether the charge was anticipated or is in the process of being anticipated |
-| anticipable | Boolean | ❌ | Determines whether the charge is anticipated |
-| creditDate | String | ❌ | Billing Credit date |
-| transactionReceiptUrl | String | ❌ | URL of proof of confirmation, receipt, reversal or removal |
-| duplicatedPaymentId | String | ❌ | Duplicate billing identifier (if true) |
-| discount | ApiPaymentDiscountDto | ❌ | |
-| fine | ApiPaymentFineResponseDto | ❌ | |
-| interest | ApiPaymentInterestResponseDto | ❌ | |
-| postalService | Boolean | ❌ | Define whether the payment will be sent via post |
-| creditCard | ApiPaymentSaveWithCreditCardCreditCardDto | ❌ | |
-
-
diff --git a/documentation/models/ApiPaymentLeanSaveWithCreditCardResponsePaymentStatus.md b/documentation/models/ApiPaymentLeanSaveWithCreditCardResponsePaymentStatus.md
deleted file mode 100644
index 986fcca..0000000
--- a/documentation/models/ApiPaymentLeanSaveWithCreditCardResponsePaymentStatus.md
+++ /dev/null
@@ -1,24 +0,0 @@
-# ApiPaymentLeanSaveWithCreditCardResponsePaymentStatus
-
-Payment status
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------------------------- | :----- | :------- | :----------------------------- |
-| PENDING | String | ✅ | "PENDING" |
-| RECEIVED | String | ✅ | "RECEIVED" |
-| CONFIRMED | String | ✅ | "CONFIRMED" |
-| OVERDUE | String | ✅ | "OVERDUE" |
-| REFUNDED | String | ✅ | "REFUNDED" |
-| RECEIVED_IN_CASH | String | ✅ | "RECEIVED_IN_CASH" |
-| REFUND_REQUESTED | String | ✅ | "REFUND_REQUESTED" |
-| REFUND_IN_PROGRESS | String | ✅ | "REFUND_IN_PROGRESS" |
-| CHARGEBACK_REQUESTED | String | ✅ | "CHARGEBACK_REQUESTED" |
-| CHARGEBACK_DISPUTE | String | ✅ | "CHARGEBACK_DISPUTE" |
-| AWAITING_CHARGEBACK_REVERSAL | String | ✅ | "AWAITING_CHARGEBACK_REVERSAL" |
-| DUNNING_REQUESTED | String | ✅ | "DUNNING_REQUESTED" |
-| DUNNING_RECEIVED | String | ✅ | "DUNNING_RECEIVED" |
-| AWAITING_RISK_ANALYSIS | String | ✅ | "AWAITING_RISK_ANALYSIS" |
-
-
diff --git a/documentation/models/ApiPaymentLimitsResponseCreationDailyDto.md b/documentation/models/ApiPaymentLimitsResponseCreationDailyDto.md
deleted file mode 100644
index 74ba58b..0000000
--- a/documentation/models/ApiPaymentLimitsResponseCreationDailyDto.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# ApiPaymentLimitsResponseCreationDailyDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------- | :------ | :------- | :------------------------------------------- |
-| limit | Long | ❌ | Total limit |
-| used | Long | ❌ | Limit used |
-| wasReached | Boolean | ❌ | Indicates whether the limit has been reached |
-
-
diff --git a/documentation/models/ApiPaymentLimitsResponseCreationDto.md b/documentation/models/ApiPaymentLimitsResponseCreationDto.md
deleted file mode 100644
index 486f05b..0000000
--- a/documentation/models/ApiPaymentLimitsResponseCreationDto.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# ApiPaymentLimitsResponseCreationDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---- | :--------------------------------------- | :------- | :---------- |
-| daily | ApiPaymentLimitsResponseCreationDailyDto | ❌ | |
-
-
diff --git a/documentation/models/ApiPaymentLimitsResponseDto.md b/documentation/models/ApiPaymentLimitsResponseDto.md
deleted file mode 100644
index 46a8e2d..0000000
--- a/documentation/models/ApiPaymentLimitsResponseDto.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# ApiPaymentLimitsResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------- | :---------------------------------- | :------- | :---------- |
-| creation | ApiPaymentLimitsResponseCreationDto | ❌ | |
-
-
diff --git a/documentation/models/ApiPaymentListRequestBillingType.md b/documentation/models/ApiPaymentListRequestBillingType.md
deleted file mode 100644
index 8b50ddb..0000000
--- a/documentation/models/ApiPaymentListRequestBillingType.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiPaymentListRequestBillingType
-
-Filter by billing type
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------- | :----- | :------- | :------------ |
-| UNDEFINED | String | ✅ | "UNDEFINED" |
-| BOLETO | String | ✅ | "BOLETO" |
-| CREDIT_CARD | String | ✅ | "CREDIT_CARD" |
-| PIX | String | ✅ | "PIX" |
-
-
diff --git a/documentation/models/ApiPaymentListRequestInvoiceStatus.md b/documentation/models/ApiPaymentListRequestInvoiceStatus.md
deleted file mode 100644
index 39a3e85..0000000
--- a/documentation/models/ApiPaymentListRequestInvoiceStatus.md
+++ /dev/null
@@ -1,16 +0,0 @@
-# ApiPaymentListRequestInvoiceStatus
-
-Filter to return charges that have or do not have an invoice
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------------------- | :----- | :------- | :------------------------ |
-| SCHEDULED | String | ✅ | "SCHEDULED" |
-| AUTHORIZED | String | ✅ | "AUTHORIZED" |
-| PROCESSING_CANCELLATION | String | ✅ | "PROCESSING_CANCELLATION" |
-| CANCELED | String | ✅ | "CANCELED" |
-| CANCELLATION_DENIED | String | ✅ | "CANCELLATION_DENIED" |
-| ERROR | String | ✅ | "ERROR" |
-
-
diff --git a/documentation/models/ApiPaymentListRequestPaymentStatus.md b/documentation/models/ApiPaymentListRequestPaymentStatus.md
deleted file mode 100644
index b2e40bc..0000000
--- a/documentation/models/ApiPaymentListRequestPaymentStatus.md
+++ /dev/null
@@ -1,24 +0,0 @@
-# ApiPaymentListRequestPaymentStatus
-
-Filter by status
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------------------------- | :----- | :------- | :----------------------------- |
-| PENDING | String | ✅ | "PENDING" |
-| RECEIVED | String | ✅ | "RECEIVED" |
-| CONFIRMED | String | ✅ | "CONFIRMED" |
-| OVERDUE | String | ✅ | "OVERDUE" |
-| REFUNDED | String | ✅ | "REFUNDED" |
-| RECEIVED_IN_CASH | String | ✅ | "RECEIVED_IN_CASH" |
-| REFUND_REQUESTED | String | ✅ | "REFUND_REQUESTED" |
-| REFUND_IN_PROGRESS | String | ✅ | "REFUND_IN_PROGRESS" |
-| CHARGEBACK_REQUESTED | String | ✅ | "CHARGEBACK_REQUESTED" |
-| CHARGEBACK_DISPUTE | String | ✅ | "CHARGEBACK_DISPUTE" |
-| AWAITING_CHARGEBACK_REVERSAL | String | ✅ | "AWAITING_CHARGEBACK_REVERSAL" |
-| DUNNING_REQUESTED | String | ✅ | "DUNNING_REQUESTED" |
-| DUNNING_RECEIVED | String | ✅ | "DUNNING_RECEIVED" |
-| AWAITING_RISK_ANALYSIS | String | ✅ | "AWAITING_RISK_ANALYSIS" |
-
-
diff --git a/documentation/models/ApiPaymentListResponseDto.md b/documentation/models/ApiPaymentListResponseDto.md
deleted file mode 100644
index 55dddcf..0000000
--- a/documentation/models/ApiPaymentListResponseDto.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiPaymentListResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------- | :------------------------------- | :------- | :---------------------------------------------------------- |
-| object | String | ❌ | Object type |
-| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
-| totalCount | Long | ❌ | Total number of items for the filters entered |
-| limit | Long | ❌ | Number of objects per page |
-| offset | Long | ❌ | Position of the object from which the page should be loaded |
-| data | List\ | ❌ | List of objects |
-
-
diff --git a/documentation/models/ApiPaymentPayWithCreditCardRequestDto.md b/documentation/models/ApiPaymentPayWithCreditCardRequestDto.md
deleted file mode 100644
index 5deff0c..0000000
--- a/documentation/models/ApiPaymentPayWithCreditCardRequestDto.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# ApiPaymentPayWithCreditCardRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------------- | :-------------------------------- | :------- | :----------------------------------------------------------------------------------------------------------------------- |
-| creditCard | ApiCreditCardRequestDto | ✅ | |
-| creditCardHolderInfo | ApiCreditCardHolderInfoRequestDto | ✅ | |
-| creditCardToken | String | ❌ | Credit card token for using the credit card tokenization functionality. If informed, the fields above are not mandatory. |
-
-
diff --git a/documentation/models/ApiPaymentPixQrCodeResponseDto.md b/documentation/models/ApiPaymentPixQrCodeResponseDto.md
deleted file mode 100644
index c660a99..0000000
--- a/documentation/models/ApiPaymentPixQrCodeResponseDto.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# ApiPaymentPixQrCodeResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------- | :----- | :------- | :------------------------------- |
-| encodedImage | String | ❌ | QrCode image in base64 |
-| payload | String | ❌ | Copy and Paste of the Pix QrCode |
-| expirationDate | String | ❌ | QrCode expiration date |
-
-
diff --git a/documentation/models/ApiPaymentReceiveInCashRequestDto.md b/documentation/models/ApiPaymentReceiveInCashRequestDto.md
deleted file mode 100644
index 72d119f..0000000
--- a/documentation/models/ApiPaymentReceiveInCashRequestDto.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# ApiPaymentReceiveInCashRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------- | :------ | :------- | :----------------------------------------------------------------- |
-| paymentDate | String | ❌ | Date the customer made the payment |
-| value | Double | ❌ | Amount paid by the customer |
-| notifyCustomer | Boolean | ❌ | Send or not send notification of confirmed payment to the customer |
-
-
diff --git a/documentation/models/ApiPaymentRefundGetResponseDto.md b/documentation/models/ApiPaymentRefundGetResponseDto.md
deleted file mode 100644
index 53e01f7..0000000
--- a/documentation/models/ApiPaymentRefundGetResponseDto.md
+++ /dev/null
@@ -1,16 +0,0 @@
-# ApiPaymentRefundGetResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :-------------------- | :--------------------------------------------- | :------- | :---------------------------------------------------------------------- |
-| dateCreated | String | ❌ | Refund creation date |
-| status | ApiPaymentRefundGetResponsePaymentRefundStatus | ❌ | Refund status |
-| value | Double | ❌ | Refund value |
-| endToEndIdentifier | String | ❌ | (Pix only) Unique identifier of the Pix transaction at the Central Bank |
-| description | String | ❌ | Description of the refund |
-| effectiveDate | String | ❌ | (Pix only) Refund effective date |
-| transactionReceiptUrl | String | ❌ | Transaction receipt link |
-| refundedSplits | List\ | ❌ | Refunded Splits, if any |
-
-
diff --git a/documentation/models/ApiPaymentRefundGetResponsePaymentRefundStatus.md b/documentation/models/ApiPaymentRefundGetResponsePaymentRefundStatus.md
deleted file mode 100644
index df10737..0000000
--- a/documentation/models/ApiPaymentRefundGetResponsePaymentRefundStatus.md
+++ /dev/null
@@ -1,15 +0,0 @@
-# ApiPaymentRefundGetResponsePaymentRefundStatus
-
-Refund status
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------------------------------------- | :----- | :------- | :----------------------------------------- |
-| PENDING | String | ✅ | "PENDING" |
-| AWAITING_CRITICAL_ACTION_AUTHORIZATION | String | ✅ | "AWAITING_CRITICAL_ACTION_AUTHORIZATION" |
-| AWAITING_CUSTOMER_EXTERNAL_AUTHORIZATION | String | ✅ | "AWAITING_CUSTOMER_EXTERNAL_AUTHORIZATION" |
-| CANCELLED | String | ✅ | "CANCELLED" |
-| DONE | String | ✅ | "DONE" |
-
-
diff --git a/documentation/models/ApiPaymentRefundListResponseDto.md b/documentation/models/ApiPaymentRefundListResponseDto.md
deleted file mode 100644
index 3d492d2..0000000
--- a/documentation/models/ApiPaymentRefundListResponseDto.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiPaymentRefundListResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------- | :------------------------------------- | :------- | :---------------------------------------------------------- |
-| object | String | ❌ | Object type |
-| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
-| totalCount | Long | ❌ | Total number of items for the filters entered |
-| limit | Long | ❌ | Number of objects per page |
-| offset | Long | ❌ | Position of the object from which the page should be loaded |
-| data | List\ | ❌ | List of objects |
-
-
diff --git a/documentation/models/ApiPaymentRefundRequestDto.md b/documentation/models/ApiPaymentRefundRequestDto.md
deleted file mode 100644
index 9c08e50..0000000
--- a/documentation/models/ApiPaymentRefundRequestDto.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# ApiPaymentRefundRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------- | :----- | :------- | :-------------------- |
-| value | Double | ❌ | Amount to be refunded |
-| description | String | ❌ | Reason for the refund |
-
-
diff --git a/documentation/models/ApiPaymentRefundedSplitResponseDto.md b/documentation/models/ApiPaymentRefundedSplitResponseDto.md
deleted file mode 100644
index a53d885..0000000
--- a/documentation/models/ApiPaymentRefundedSplitResponseDto.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# ApiPaymentRefundedSplitResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---- | :------ | :------- | :--------------------------------------- |
-| id | String | ❌ | Unique split identifier |
-| value | Double | ❌ | Refunded value |
-| done | Boolean | ❌ | Indicates whether the split was refunded |
-
-
diff --git a/documentation/models/ApiPaymentSaveRequestBillingType.md b/documentation/models/ApiPaymentSaveRequestBillingType.md
deleted file mode 100644
index 2581a1a..0000000
--- a/documentation/models/ApiPaymentSaveRequestBillingType.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiPaymentSaveRequestBillingType
-
-Payment billing type
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------- | :----- | :------- | :------------ |
-| UNDEFINED | String | ✅ | "UNDEFINED" |
-| BOLETO | String | ✅ | "BOLETO" |
-| CREDIT_CARD | String | ✅ | "CREDIT_CARD" |
-| PIX | String | ✅ | "PIX" |
-
-
diff --git a/documentation/models/ApiPaymentSaveRequestDto.md b/documentation/models/ApiPaymentSaveRequestDto.md
deleted file mode 100644
index b47990a..0000000
--- a/documentation/models/ApiPaymentSaveRequestDto.md
+++ /dev/null
@@ -1,24 +0,0 @@
-# ApiPaymentSaveRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----------------------------------------- | :-------------------------------- | :------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| customer | String | ✅ | Unique customer identifier in Asaas |
-| billingType | ApiPaymentSaveRequestBillingType | ✅ | Payment billing type |
-| value | Double | ✅ | Payment amount |
-| dueDate | String | ✅ | Payment due date |
-| description | String | ❌ | Payment description (max. 500 characters) |
-| daysAfterDueDateToRegistrationCancellation | Long | ❌ | Days after registration cancellation deadline (only for bank slip) |
-| externalReference | String | ❌ | Free search field |
-| installmentCount | Long | ❌ | Number of installments (only in the case of installment payment) |
-| totalValue | Double | ❌ | Enter the total amount of a charge that will be paid in installments (only in the case of an installment charge). If this field is sent, the installmentValue is not necessary, the calculation per installment will be automatic. |
-| installmentValue | Double | ❌ | Value of each installment (only in the case of installment payment). Send this field if you want to define the value of each installment. |
-| discount | ApiPaymentDiscountDto | ❌ | |
-| interest | ApiPaymentInterestRequestDto | ❌ | |
-| fine | ApiPaymentFineRequestDto | ❌ | |
-| postalService | Boolean | ❌ | Define whether the payment will be sent via post |
-| split | List\ | ❌ | Split Settings |
-| callback | ApiPaymentCallbackRequestDto | ❌ | |
-
-
diff --git a/documentation/models/ApiPaymentSaveWithCreditCardCreditCardCreditCardBrand.md b/documentation/models/ApiPaymentSaveWithCreditCardCreditCardCreditCardBrand.md
deleted file mode 100644
index 85efc90..0000000
--- a/documentation/models/ApiPaymentSaveWithCreditCardCreditCardCreditCardBrand.md
+++ /dev/null
@@ -1,24 +0,0 @@
-# ApiPaymentSaveWithCreditCardCreditCardCreditCardBrand
-
-Flag of the card used
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------- | :----- | :------- | :----------- |
-| VISA | String | ✅ | "VISA" |
-| MASTERCARD | String | ✅ | "MASTERCARD" |
-| ELO | String | ✅ | "ELO" |
-| DINERS | String | ✅ | "DINERS" |
-| DISCOVER | String | ✅ | "DISCOVER" |
-| AMEX | String | ✅ | "AMEX" |
-| HIPERCARD | String | ✅ | "HIPERCARD" |
-| CABAL | String | ✅ | "CABAL" |
-| BANESCARD | String | ✅ | "BANESCARD" |
-| CREDZ | String | ✅ | "CREDZ" |
-| SOROCRED | String | ✅ | "SOROCRED" |
-| CREDSYSTEM | String | ✅ | "CREDSYSTEM" |
-| JCB | String | ✅ | "JCB" |
-| UNKNOWN | String | ✅ | "UNKNOWN" |
-
-
diff --git a/documentation/models/ApiPaymentSaveWithCreditCardCreditCardDto.md b/documentation/models/ApiPaymentSaveWithCreditCardCreditCardDto.md
deleted file mode 100644
index ef6ae6d..0000000
--- a/documentation/models/ApiPaymentSaveWithCreditCardCreditCardDto.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# ApiPaymentSaveWithCreditCardCreditCardDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------------- | :---------------------------------------------------- | :------- | :------------------------------------------- |
-| creditCardNumber | String | ❌ | Last 4 digits of the card used |
-| creditCardBrand | ApiPaymentSaveWithCreditCardCreditCardCreditCardBrand | ❌ | Flag of the card used |
-| creditCardToken | String | ❌ | Credit card token if tokenization is active. |
-
-
diff --git a/documentation/models/ApiPaymentSaveWithCreditCardRequestBillingType.md b/documentation/models/ApiPaymentSaveWithCreditCardRequestBillingType.md
deleted file mode 100644
index 5175518..0000000
--- a/documentation/models/ApiPaymentSaveWithCreditCardRequestBillingType.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiPaymentSaveWithCreditCardRequestBillingType
-
-Payment billing type
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------- | :----- | :------- | :------------ |
-| UNDEFINED | String | ✅ | "UNDEFINED" |
-| BOLETO | String | ✅ | "BOLETO" |
-| CREDIT_CARD | String | ✅ | "CREDIT_CARD" |
-| PIX | String | ✅ | "PIX" |
-
-
diff --git a/documentation/models/ApiPaymentSaveWithCreditCardRequestDto.md b/documentation/models/ApiPaymentSaveWithCreditCardRequestDto.md
deleted file mode 100644
index 57c340e..0000000
--- a/documentation/models/ApiPaymentSaveWithCreditCardRequestDto.md
+++ /dev/null
@@ -1,29 +0,0 @@
-# ApiPaymentSaveWithCreditCardRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----------------------------------------- | :--------------------------------------------- | :------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| customer | String | ✅ | Unique customer identifier in Asaas |
-| billingType | ApiPaymentSaveWithCreditCardRequestBillingType | ✅ | Payment billing type |
-| value | Double | ✅ | Payment amount |
-| dueDate | String | ✅ | Payment due date |
-| remoteIp | String | ✅ | IP from where the customer is making the purchase. Your server's IP must not be entered. |
-| description | String | ❌ | Payment description (max. 500 characters) |
-| daysAfterDueDateToRegistrationCancellation | Long | ❌ | Days after registration cancellation deadline (only for bank slip) |
-| externalReference | String | ❌ | Free search field |
-| installmentCount | Long | ❌ | Number of installments (only in the case of installment payment) |
-| totalValue | Double | ❌ | Enter the total amount of a charge that will be paid in installments (only in the case of an installment charge). If this field is sent, the installmentValue is not necessary, the calculation per installment will be automatic. |
-| installmentValue | Double | ❌ | Value of each installment (only in the case of installment payment). Send this field if you want to define the value of each installment. |
-| discount | ApiPaymentDiscountDto | ❌ | |
-| interest | ApiPaymentInterestRequestDto | ❌ | |
-| fine | ApiPaymentFineRequestDto | ❌ | |
-| postalService | Boolean | ❌ | Define whether the payment will be sent via post |
-| split | List\ | ❌ | Split Settings |
-| callback | ApiPaymentCallbackRequestDto | ❌ | |
-| creditCard | ApiCreditCardRequestDto | ❌ | |
-| creditCardHolderInfo | ApiCreditCardHolderInfoRequestDto | ❌ | |
-| creditCardToken | String | ❌ | Credit card token for using the credit card tokenization functionality |
-| authorizeOnly | Boolean | ❌ | Carry out only the Pre-Authorization of the payment |
-
-
diff --git a/documentation/models/ApiPaymentSimulateBankSlipResponseDto.md b/documentation/models/ApiPaymentSimulateBankSlipResponseDto.md
deleted file mode 100644
index 6fb0334..0000000
--- a/documentation/models/ApiPaymentSimulateBankSlipResponseDto.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# ApiPaymentSimulateBankSlipResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------- | :--------------------------------------- | :------- | :---------- |
-| netValue | Double | ❌ | Net value |
-| feeValue | Double | ❌ | Fee value |
-| installment | ApiPaymentSimulateInstallmentResponseDto | ❌ | |
-
-
diff --git a/documentation/models/ApiPaymentSimulateCreditCardResponseDto.md b/documentation/models/ApiPaymentSimulateCreditCardResponseDto.md
deleted file mode 100644
index 130bdd1..0000000
--- a/documentation/models/ApiPaymentSimulateCreditCardResponseDto.md
+++ /dev/null
@@ -1,12 +0,0 @@
-# ApiPaymentSimulateCreditCardResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------ | :--------------------------------------- | :------- | :----------------- |
-| netValue | Double | ❌ | Net value |
-| feePercentage | Double | ❌ | Rate in percentage |
-| operationFee | Double | ❌ | Operation fee |
-| installment | ApiPaymentSimulateInstallmentResponseDto | ❌ | |
-
-
diff --git a/documentation/models/ApiPaymentSimulateInstallmentResponseDto.md b/documentation/models/ApiPaymentSimulateInstallmentResponseDto.md
deleted file mode 100644
index f7ccff3..0000000
--- a/documentation/models/ApiPaymentSimulateInstallmentResponseDto.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# ApiPaymentSimulateInstallmentResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :-------------- | :----- | :------- | :---------- |
-| paymentNetValue | Double | ❌ | Net value |
-| paymentValue | Double | ❌ | Total value |
-
-
diff --git a/documentation/models/ApiPaymentSimulatePixResponseDto.md b/documentation/models/ApiPaymentSimulatePixResponseDto.md
deleted file mode 100644
index 80f3f15..0000000
--- a/documentation/models/ApiPaymentSimulatePixResponseDto.md
+++ /dev/null
@@ -1,12 +0,0 @@
-# ApiPaymentSimulatePixResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------ | :--------------------------------------- | :------- | :----------------- |
-| netValue | Double | ❌ | Net value |
-| feePercentage | Double | ❌ | Rate in percentage |
-| feeValue | Double | ❌ | Fee value |
-| installment | ApiPaymentSimulateInstallmentResponseDto | ❌ | |
-
-
diff --git a/documentation/models/ApiPaymentSimulateRequestDto.md b/documentation/models/ApiPaymentSimulateRequestDto.md
deleted file mode 100644
index 51e2b08..0000000
--- a/documentation/models/ApiPaymentSimulateRequestDto.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# ApiPaymentSimulateRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------------- | :------------- | :------- | :---------------------------------- |
-| value | Double | ✅ | Total installment or billing amount |
-| billingTypes | List\ | ✅ | Form of payment |
-| installmentCount | Long | ❌ | Number of installments |
-
-
diff --git a/documentation/models/ApiPaymentSimulateResponseDto.md b/documentation/models/ApiPaymentSimulateResponseDto.md
deleted file mode 100644
index b2a14cb..0000000
--- a/documentation/models/ApiPaymentSimulateResponseDto.md
+++ /dev/null
@@ -1,12 +0,0 @@
-# ApiPaymentSimulateResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------- | :-------------------------------------- | :------- | :---------------------------------- |
-| value | Double | ❌ | Total installment or billing amount |
-| creditCard | ApiPaymentSimulateCreditCardResponseDto | ❌ | |
-| bankSlip | ApiPaymentSimulateBankSlipResponseDto | ❌ | |
-| pix | ApiPaymentSimulatePixResponseDto | ❌ | |
-
-
diff --git a/documentation/models/ApiPaymentSplitGetResponseDto.md b/documentation/models/ApiPaymentSplitGetResponseDto.md
deleted file mode 100644
index cae722b..0000000
--- a/documentation/models/ApiPaymentSplitGetResponseDto.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# ApiPaymentSplitGetResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----------------- | :------------------------------------------------------- | :------- | :------------------------------------------------------------------------ |
-| id | String | ❌ | Unique split identifier in Asaas |
-| walletId | String | ❌ | Asaas wallet identifier that will be transferred |
-| fixedValue | Double | ❌ | Fixed amount to be transferred to the account when the charge is received |
-| percentualValue | Double | ❌ | Percentage of the net value of the charge to be transferred when received |
-| totalValue | Double | ❌ | Amount that will be split relative to the total amount that will be paid |
-| cancellationReason | ApiPaymentSplitGetResponsePaymentSplitCancellationReason | ❌ | Reason for canceling the split |
-| status | ApiPaymentSplitGetResponsePaymentSplitStatus | ❌ | Split status |
-| externalReference | String | ❌ | Unique identifier of split in your system |
-| description | String | ❌ | Split description |
-
-
diff --git a/documentation/models/ApiPaymentSplitGetResponsePaymentSplitCancellationReason.md b/documentation/models/ApiPaymentSplitGetResponsePaymentSplitCancellationReason.md
deleted file mode 100644
index 662e6cc..0000000
--- a/documentation/models/ApiPaymentSplitGetResponsePaymentSplitCancellationReason.md
+++ /dev/null
@@ -1,16 +0,0 @@
-# ApiPaymentSplitGetResponsePaymentSplitCancellationReason
-
-Reason for canceling the split
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----------------------- | :----- | :------- | :------------------------- |
-| PAYMENT_DELETED | String | ✅ | "PAYMENT_DELETED" |
-| PAYMENT_OVERDUE | String | ✅ | "PAYMENT_OVERDUE" |
-| PAYMENT_RECEIVED_IN_CASH | String | ✅ | "PAYMENT_RECEIVED_IN_CASH" |
-| PAYMENT_REFUNDED | String | ✅ | "PAYMENT_REFUNDED" |
-| VALUE_DIVERGENCE_BLOCK | String | ✅ | "VALUE_DIVERGENCE_BLOCK" |
-| WALLET_UNABLE_TO_RECEIVE | String | ✅ | "WALLET_UNABLE_TO_RECEIVE" |
-
-
diff --git a/documentation/models/ApiPaymentSplitGetResponsePaymentSplitStatus.md b/documentation/models/ApiPaymentSplitGetResponsePaymentSplitStatus.md
deleted file mode 100644
index 7700ebf..0000000
--- a/documentation/models/ApiPaymentSplitGetResponsePaymentSplitStatus.md
+++ /dev/null
@@ -1,16 +0,0 @@
-# ApiPaymentSplitGetResponsePaymentSplitStatus
-
-Split status
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :-------------------------- | :----- | :------- | :---------------------------- |
-| PENDING | String | ✅ | "PENDING" |
-| AWAITING_CREDIT | String | ✅ | "AWAITING_CREDIT" |
-| CANCELLED | String | ✅ | "CANCELLED" |
-| DONE | String | ✅ | "DONE" |
-| REFUNDED | String | ✅ | "REFUNDED" |
-| BLOCKED_BY_VALUE_DIVERGENCE | String | ✅ | "BLOCKED_BY_VALUE_DIVERGENCE" |
-
-
diff --git a/documentation/models/ApiPaymentSplitListPaidRequestPaymentSplitStatus.md b/documentation/models/ApiPaymentSplitListPaidRequestPaymentSplitStatus.md
deleted file mode 100644
index 4924fd9..0000000
--- a/documentation/models/ApiPaymentSplitListPaidRequestPaymentSplitStatus.md
+++ /dev/null
@@ -1,16 +0,0 @@
-# ApiPaymentSplitListPaidRequestPaymentSplitStatus
-
-Filter by status
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :-------------------------- | :----- | :------- | :---------------------------- |
-| PENDING | String | ✅ | "PENDING" |
-| AWAITING_CREDIT | String | ✅ | "AWAITING_CREDIT" |
-| CANCELLED | String | ✅ | "CANCELLED" |
-| DONE | String | ✅ | "DONE" |
-| REFUNDED | String | ✅ | "REFUNDED" |
-| BLOCKED_BY_VALUE_DIVERGENCE | String | ✅ | "BLOCKED_BY_VALUE_DIVERGENCE" |
-
-
diff --git a/documentation/models/ApiPaymentSplitListReceivedRequestPaymentSplitStatus.md b/documentation/models/ApiPaymentSplitListReceivedRequestPaymentSplitStatus.md
deleted file mode 100644
index c4fd908..0000000
--- a/documentation/models/ApiPaymentSplitListReceivedRequestPaymentSplitStatus.md
+++ /dev/null
@@ -1,16 +0,0 @@
-# ApiPaymentSplitListReceivedRequestPaymentSplitStatus
-
-Filter by status
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :-------------------------- | :----- | :------- | :---------------------------- |
-| PENDING | String | ✅ | "PENDING" |
-| AWAITING_CREDIT | String | ✅ | "AWAITING_CREDIT" |
-| CANCELLED | String | ✅ | "CANCELLED" |
-| DONE | String | ✅ | "DONE" |
-| REFUNDED | String | ✅ | "REFUNDED" |
-| BLOCKED_BY_VALUE_DIVERGENCE | String | ✅ | "BLOCKED_BY_VALUE_DIVERGENCE" |
-
-
diff --git a/documentation/models/ApiPaymentSplitListResponseDto.md b/documentation/models/ApiPaymentSplitListResponseDto.md
deleted file mode 100644
index 613a483..0000000
--- a/documentation/models/ApiPaymentSplitListResponseDto.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiPaymentSplitListResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------- | :------------------------------------ | :------- | :---------------------------------------------------------- |
-| object | String | ❌ | Object type |
-| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
-| totalCount | Long | ❌ | Total number of items for the filters entered |
-| limit | Long | ❌ | Number of objects per page |
-| offset | Long | ❌ | Position of the object from which the page should be loaded |
-| data | List\ | ❌ | List of objects |
-
-
diff --git a/documentation/models/ApiPaymentSplitRequestDto.md b/documentation/models/ApiPaymentSplitRequestDto.md
deleted file mode 100644
index 912793d..0000000
--- a/documentation/models/ApiPaymentSplitRequestDto.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiPaymentSplitRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------------- | :----- | :------- | :------------------------------------------------------------------------------------------------------------ |
-| walletId | String | ✅ | Asaas wallet identifier that will be transferred |
-| fixedValue | Double | ❌ | Fixed amount to be transferred to the account when the payment is received |
-| percentualValue | Double | ❌ | Percentage of the net value of the charge to be transferred when received |
-| totalFixedValue | Double | ❌ | (Instalments only). Amount that will be split relative to the total amount that will be paid in installments. |
-| externalReference | String | ❌ | Split identifier in your system |
-| description | String | ❌ | Split description |
-
-
diff --git a/documentation/models/ApiPaymentStatusResponseDto.md b/documentation/models/ApiPaymentStatusResponseDto.md
deleted file mode 100644
index b424990..0000000
--- a/documentation/models/ApiPaymentStatusResponseDto.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# ApiPaymentStatusResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----- | :------------------------------------ | :------- | :------------- |
-| status | ApiPaymentStatusResponsePaymentStatus | ❌ | Payment status |
-
-
diff --git a/documentation/models/ApiPaymentStatusResponsePaymentStatus.md b/documentation/models/ApiPaymentStatusResponsePaymentStatus.md
deleted file mode 100644
index 4de8ebe..0000000
--- a/documentation/models/ApiPaymentStatusResponsePaymentStatus.md
+++ /dev/null
@@ -1,24 +0,0 @@
-# ApiPaymentStatusResponsePaymentStatus
-
-Payment status
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------------------------- | :----- | :------- | :----------------------------- |
-| PENDING | String | ✅ | "PENDING" |
-| RECEIVED | String | ✅ | "RECEIVED" |
-| CONFIRMED | String | ✅ | "CONFIRMED" |
-| OVERDUE | String | ✅ | "OVERDUE" |
-| REFUNDED | String | ✅ | "REFUNDED" |
-| RECEIVED_IN_CASH | String | ✅ | "RECEIVED_IN_CASH" |
-| REFUND_REQUESTED | String | ✅ | "REFUND_REQUESTED" |
-| REFUND_IN_PROGRESS | String | ✅ | "REFUND_IN_PROGRESS" |
-| CHARGEBACK_REQUESTED | String | ✅ | "CHARGEBACK_REQUESTED" |
-| CHARGEBACK_DISPUTE | String | ✅ | "CHARGEBACK_DISPUTE" |
-| AWAITING_CHARGEBACK_REVERSAL | String | ✅ | "AWAITING_CHARGEBACK_REVERSAL" |
-| DUNNING_REQUESTED | String | ✅ | "DUNNING_REQUESTED" |
-| DUNNING_RECEIVED | String | ✅ | "DUNNING_RECEIVED" |
-| AWAITING_RISK_ANALYSIS | String | ✅ | "AWAITING_RISK_ANALYSIS" |
-
-
diff --git a/documentation/models/ApiPaymentUpdateRequestBillingType.md b/documentation/models/ApiPaymentUpdateRequestBillingType.md
deleted file mode 100644
index 4c2b116..0000000
--- a/documentation/models/ApiPaymentUpdateRequestBillingType.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiPaymentUpdateRequestBillingType
-
-Payment billing type
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------- | :----- | :------- | :------------ |
-| UNDEFINED | String | ✅ | "UNDEFINED" |
-| BOLETO | String | ✅ | "BOLETO" |
-| CREDIT_CARD | String | ✅ | "CREDIT_CARD" |
-| PIX | String | ✅ | "PIX" |
-
-
diff --git a/documentation/models/ApiPaymentUpdateRequestDto.md b/documentation/models/ApiPaymentUpdateRequestDto.md
deleted file mode 100644
index 552a34a..0000000
--- a/documentation/models/ApiPaymentUpdateRequestDto.md
+++ /dev/null
@@ -1,20 +0,0 @@
-# ApiPaymentUpdateRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----------------------------------------- | :--------------------------------- | :------- | :----------------------------------------------------------------- |
-| billingType | ApiPaymentUpdateRequestBillingType | ✅ | Payment billing type |
-| value | Double | ✅ | Payment amount |
-| dueDate | String | ✅ | Payment due date |
-| description | String | ❌ | Payment description (max. 500 characters) |
-| daysAfterDueDateToRegistrationCancellation | Long | ❌ | Days after registration cancellation deadline (only for bank slip) |
-| externalReference | String | ❌ | Free search field |
-| discount | ApiPaymentDiscountDto | ❌ | |
-| interest | ApiPaymentInterestRequestDto | ❌ | |
-| fine | ApiPaymentFineRequestDto | ❌ | |
-| postalService | Boolean | ❌ | Define whether the payment will be sent via post |
-| split | List\ | ❌ | Split Settings |
-| callback | ApiPaymentCallbackRequestDto | ❌ | |
-
-
diff --git a/documentation/models/ApiPaymentViewingInfoResponseDto.md b/documentation/models/ApiPaymentViewingInfoResponseDto.md
deleted file mode 100644
index bb8cff4..0000000
--- a/documentation/models/ApiPaymentViewingInfoResponseDto.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# ApiPaymentViewingInfoResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------------- | :----- | :------- | :---------------------------- |
-| invoiceViewedDate | String | ❌ | Invoice viewing date and time |
-| boletoViewedDate | String | ❌ | Bill viewing date and time |
-
-
diff --git a/documentation/models/ApiPixAddressKeyGetResponseDto.md b/documentation/models/ApiPixAddressKeyGetResponseDto.md
deleted file mode 100644
index e10156f..0000000
--- a/documentation/models/ApiPixAddressKeyGetResponseDto.md
+++ /dev/null
@@ -1,16 +0,0 @@
-# ApiPixAddressKeyGetResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :-------------------- | :--------------------------------------------- | :------- | :---------------------------------------- |
-| id | String | ❌ | Unique Pix key identifier in Asaas |
-| key | String | ❌ | Key value |
-| type | ApiPixAddressKeyGetResponsePixAddressKeyType | ❌ | Pix key type |
-| status | ApiPixAddressKeyGetResponsePixAddressKeyStatus | ❌ | Key status |
-| dateCreated | String | ❌ | Key creation date |
-| canBeDeleted | Boolean | ❌ | Determines whether the key can be deleted |
-| cannotBeDeletedReason | String | ❌ | Reason it cannot be removed |
-| qrCode | ApiPixAddressKeyQrCodeGetResponseDto | ❌ | |
-
-
diff --git a/documentation/models/ApiPixAddressKeyGetResponsePixAddressKeyStatus.md b/documentation/models/ApiPixAddressKeyGetResponsePixAddressKeyStatus.md
deleted file mode 100644
index bd3d5ab..0000000
--- a/documentation/models/ApiPixAddressKeyGetResponsePixAddressKeyStatus.md
+++ /dev/null
@@ -1,16 +0,0 @@
-# ApiPixAddressKeyGetResponsePixAddressKeyStatus
-
-Key status
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------------------ | :----- | :------- | :-------------------------- |
-| AWAITING_ACTIVATION | String | ✅ | "AWAITING_ACTIVATION" |
-| ACTIVE | String | ✅ | "ACTIVE" |
-| AWAITING_DELETION | String | ✅ | "AWAITING_DELETION" |
-| AWAITING_ACCOUNT_DELETION | String | ✅ | "AWAITING_ACCOUNT_DELETION" |
-| DELETED | String | ✅ | "DELETED" |
-| ERROR | String | ✅ | "ERROR" |
-
-
diff --git a/documentation/models/ApiPixAddressKeyGetResponsePixAddressKeyType.md b/documentation/models/ApiPixAddressKeyGetResponsePixAddressKeyType.md
deleted file mode 100644
index 93e22f7..0000000
--- a/documentation/models/ApiPixAddressKeyGetResponsePixAddressKeyType.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# ApiPixAddressKeyGetResponsePixAddressKeyType
-
-Pix key type
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--- | :----- | :------- | :---------- |
-| EVP | String | ✅ | "EVP" |
-
-
diff --git a/documentation/models/ApiPixAddressKeyListRequestPixAddressKeyStatus.md b/documentation/models/ApiPixAddressKeyListRequestPixAddressKeyStatus.md
deleted file mode 100644
index 4e5d8c8..0000000
--- a/documentation/models/ApiPixAddressKeyListRequestPixAddressKeyStatus.md
+++ /dev/null
@@ -1,16 +0,0 @@
-# ApiPixAddressKeyListRequestPixAddressKeyStatus
-
-Filter by current key status
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------------------ | :----- | :------- | :-------------------------- |
-| AWAITING_ACTIVATION | String | ✅ | "AWAITING_ACTIVATION" |
-| ACTIVE | String | ✅ | "ACTIVE" |
-| AWAITING_DELETION | String | ✅ | "AWAITING_DELETION" |
-| AWAITING_ACCOUNT_DELETION | String | ✅ | "AWAITING_ACCOUNT_DELETION" |
-| DELETED | String | ✅ | "DELETED" |
-| ERROR | String | ✅ | "ERROR" |
-
-
diff --git a/documentation/models/ApiPixAddressKeyListResponseDto.md b/documentation/models/ApiPixAddressKeyListResponseDto.md
deleted file mode 100644
index 5923a87..0000000
--- a/documentation/models/ApiPixAddressKeyListResponseDto.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# ApiPixAddressKeyListResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--- | :------------------------------------- | :------- | :-------------- |
-| data | List\ | ❌ | List of objects |
-
-
diff --git a/documentation/models/ApiPixAddressKeyQrCodeGetResponseDto.md b/documentation/models/ApiPixAddressKeyQrCodeGetResponseDto.md
deleted file mode 100644
index 2a39584..0000000
--- a/documentation/models/ApiPixAddressKeyQrCodeGetResponseDto.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# ApiPixAddressKeyQrCodeGetResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----------- | :----- | :------- | :------------------------ |
-| encodedImage | String | ❌ | QrCode image in base64 |
-| payload | String | ❌ | Copy and Paste the QrCode |
-
-
diff --git a/documentation/models/ApiPixAddressKeySaveRequestDto.md b/documentation/models/ApiPixAddressKeySaveRequestDto.md
deleted file mode 100644
index 869e6e6..0000000
--- a/documentation/models/ApiPixAddressKeySaveRequestDto.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# ApiPixAddressKeySaveRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--- | :------------------------------------------- | :------- | :----------- |
-| type | ApiPixAddressKeySaveRequestPixAddressKeyType | ✅ | Pix key type |
-
-
diff --git a/documentation/models/ApiPixAddressKeySaveRequestPixAddressKeyType.md b/documentation/models/ApiPixAddressKeySaveRequestPixAddressKeyType.md
deleted file mode 100644
index 5a36c55..0000000
--- a/documentation/models/ApiPixAddressKeySaveRequestPixAddressKeyType.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# ApiPixAddressKeySaveRequestPixAddressKeyType
-
-Pix key type
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--- | :----- | :------- | :---------- |
-| EVP | String | ✅ | "EVP" |
-
-
diff --git a/documentation/models/ApiPixOriginalTransactionResponseDto.md b/documentation/models/ApiPixOriginalTransactionResponseDto.md
deleted file mode 100644
index 609bdaa..0000000
--- a/documentation/models/ApiPixOriginalTransactionResponseDto.md
+++ /dev/null
@@ -1,12 +0,0 @@
-# ApiPixOriginalTransactionResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----------------- | :----- | :------- | :----------------------------------------------------------- |
-| id | String | ❌ | Unique transaction identifier |
-| endToEndIdentifier | String | ❌ | Unique identifier of the Pix transaction at the Central Bank |
-| value | Double | ❌ | Original transaction value |
-| effectiveDate | String | ❌ | Transaction date |
-
-
diff --git a/documentation/models/ApiPixQrCodeDecodeReceiverDto.md b/documentation/models/ApiPixQrCodeDecodeReceiverDto.md
deleted file mode 100644
index 5afc315..0000000
--- a/documentation/models/ApiPixQrCodeDecodeReceiverDto.md
+++ /dev/null
@@ -1,15 +0,0 @@
-# ApiPixQrCodeDecodeReceiverDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------- | :--------------------------------------- | :------- | :-------------------------------- |
-| ispb | String | ❌ | Financial institution code |
-| ispbName | String | ❌ | Name of the financial institution |
-| name | String | ❌ | Receiver name |
-| tradingName | String | ❌ | Receiver's trade name |
-| cpfCnpj | String | ❌ | CPF or CNPJ of the receiver |
-| personType | ApiPixQrCodeDecodeReceiverPersonType | ❌ | Person type |
-| accountType | ApiPixQrCodeDecodeReceiverPixAccountType | ❌ | Receiver account type |
-
-
diff --git a/documentation/models/ApiPixQrCodeDecodeReceiverPersonType.md b/documentation/models/ApiPixQrCodeDecodeReceiverPersonType.md
deleted file mode 100644
index 4466a5e..0000000
--- a/documentation/models/ApiPixQrCodeDecodeReceiverPersonType.md
+++ /dev/null
@@ -1,12 +0,0 @@
-# ApiPixQrCodeDecodeReceiverPersonType
-
-Person type
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------- | :----- | :------- | :---------- |
-| JURIDICA | String | ✅ | "JURIDICA" |
-| FISICA | String | ✅ | "FISICA" |
-
-
diff --git a/documentation/models/ApiPixQrCodeDecodeReceiverPixAccountType.md b/documentation/models/ApiPixQrCodeDecodeReceiverPixAccountType.md
deleted file mode 100644
index 686abcc..0000000
--- a/documentation/models/ApiPixQrCodeDecodeReceiverPixAccountType.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiPixQrCodeDecodeReceiverPixAccountType
-
-Receiver account type
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------------ | :----- | :------- | :-------------------- |
-| CHECKING_ACCOUNT | String | ✅ | "CHECKING_ACCOUNT" |
-| SALARY_ACCOUNT | String | ✅ | "SALARY_ACCOUNT" |
-| INVESTIMENT_ACCOUNT | String | ✅ | "INVESTIMENT_ACCOUNT" |
-| PAYMENT_ACCOUNT | String | ✅ | "PAYMENT_ACCOUNT" |
-
-
diff --git a/documentation/models/ApiPixQrCodeDecodeRequestDto.md b/documentation/models/ApiPixQrCodeDecodeRequestDto.md
deleted file mode 100644
index 012a61f..0000000
--- a/documentation/models/ApiPixQrCodeDecodeRequestDto.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# ApiPixQrCodeDecodeRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------- | :----- | :------- | :-------------------------------- |
-| payload | String | ✅ | QRCode payload |
-| changeValue | Double | ❌ | Change amount (for QRCode Change) |
-
-
diff --git a/documentation/models/ApiPixQrCodeDecodeResponseDto.md b/documentation/models/ApiPixQrCodeDecodeResponseDto.md
deleted file mode 100644
index 380026e..0000000
--- a/documentation/models/ApiPixQrCodeDecodeResponseDto.md
+++ /dev/null
@@ -1,29 +0,0 @@
-# ApiPixQrCodeDecodeResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :-------------------------- | :-------------------------------------------------------- | :------- | :--------------------------------------------------------- |
-| payload | String | ❌ | Copy and Paste of the QRCode |
-| type | ApiPixQrCodeDecodeResponsePixQrCodeType | ❌ | QRCode Type |
-| transactionOriginType | ApiPixQrCodeDecodeResponsePixTransactionOriginType | ❌ | Transaction origin |
-| pixKey | String | ❌ | Pix key used |
-| conciliationIdentifier | String | ❌ | Unique Pix reconciliation identifier with Asaas |
-| dueDate | String | ❌ | Due date |
-| expirationDate | String | ❌ | Expiration date |
-| finality | ApiPixQrCodeDecodeResponsePixTransactionCashValueFinality | ❌ | Used to indicate whether it is a Withdrawal or Change |
-| value | Double | ❌ | QRCode Value |
-| changeValue | Double | ❌ | Change value |
-| interest | Double | ❌ | Interest value |
-| fine | Double | ❌ | Fine value |
-| discount | Double | ❌ | Discount value |
-| totalValue | Double | ❌ | Total amount with fine, interest and discount applied |
-| canBePaidWithDifferentValue | Boolean | ❌ | Informs if the QRCode can be paid with another amount |
-| canBeModifyChangeValue | Boolean | ❌ | Informs whether the change can be paid with another amount |
-| receiver | ApiPixQrCodeDecodeReceiverDto | ❌ | |
-| payer | ApiPixTransactionQrCodePayerResponseDto | ❌ | |
-| description | String | ❌ | Description provided during the creation of the QRCode |
-| canBePaid | Boolean | ❌ | Informs if the QRCode can be paid |
-| cannotBePaidReason | String | ❌ | Informs why QRCode cannot be paid |
-
-
diff --git a/documentation/models/ApiPixQrCodeDecodeResponsePixQrCodeType.md b/documentation/models/ApiPixQrCodeDecodeResponsePixQrCodeType.md
deleted file mode 100644
index 0a4068c..0000000
--- a/documentation/models/ApiPixQrCodeDecodeResponsePixQrCodeType.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiPixQrCodeDecodeResponsePixQrCodeType
-
-QRCode Type
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----------------------------- | :----- | :------- | :------------------------------- |
-| STATIC\_ | String | ✅ | "STATIC" |
-| DYNAMIC | String | ✅ | "DYNAMIC" |
-| DYNAMIC_WITH_ASAAS_ADDRESS_KEY | String | ✅ | "DYNAMIC_WITH_ASAAS_ADDRESS_KEY" |
-| COMPOSITE | String | ✅ | "COMPOSITE" |
-
-
diff --git a/documentation/models/ApiPixQrCodeDecodeResponsePixTransactionCashValueFinality.md b/documentation/models/ApiPixQrCodeDecodeResponsePixTransactionCashValueFinality.md
deleted file mode 100644
index cf07467..0000000
--- a/documentation/models/ApiPixQrCodeDecodeResponsePixTransactionCashValueFinality.md
+++ /dev/null
@@ -1,12 +0,0 @@
-# ApiPixQrCodeDecodeResponsePixTransactionCashValueFinality
-
-Used to indicate whether it is a Withdrawal or Change
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------- | :----- | :------- | :----------- |
-| WITHDRAWAL | String | ✅ | "WITHDRAWAL" |
-| CHANGE | String | ✅ | "CHANGE" |
-
-
diff --git a/documentation/models/ApiPixQrCodeDecodeResponsePixTransactionOriginType.md b/documentation/models/ApiPixQrCodeDecodeResponsePixTransactionOriginType.md
deleted file mode 100644
index c9aacae..0000000
--- a/documentation/models/ApiPixQrCodeDecodeResponsePixTransactionOriginType.md
+++ /dev/null
@@ -1,16 +0,0 @@
-# ApiPixQrCodeDecodeResponsePixTransactionOriginType
-
-Transaction origin
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------------------- | :----- | :------- | :--------------------------- |
-| MANUAL | String | ✅ | "MANUAL" |
-| ADDRESS_KEY | String | ✅ | "ADDRESS_KEY" |
-| STATIC_QRCODE | String | ✅ | "STATIC_QRCODE" |
-| DYNAMIC_QRCODE | String | ✅ | "DYNAMIC_QRCODE" |
-| PAYMENT_INITIATION_SERVICE | String | ✅ | "PAYMENT_INITIATION_SERVICE" |
-| AUTOMATIC_RECURRING | String | ✅ | "AUTOMATIC_RECURRING" |
-
-
diff --git a/documentation/models/ApiPixQrCodeDeleteResponseDto.md b/documentation/models/ApiPixQrCodeDeleteResponseDto.md
deleted file mode 100644
index 8787066..0000000
--- a/documentation/models/ApiPixQrCodeDeleteResponseDto.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# ApiPixQrCodeDeleteResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------ | :------ | :------- | :--------------------------------------------- |
-| id | String | ❌ | QR Code identifier |
-| deleted | Boolean | ❌ | Indicates whether the QR Code has been removed |
-
-
diff --git a/documentation/models/ApiPixQrCodeSaveRequestDto.md b/documentation/models/ApiPixQrCodeSaveRequestDto.md
deleted file mode 100644
index 4589e0f..0000000
--- a/documentation/models/ApiPixQrCodeSaveRequestDto.md
+++ /dev/null
@@ -1,16 +0,0 @@
-# ApiPixQrCodeSaveRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------------------- | :------ | :------- | :----------------------------------------------------------------------------------------------- |
-| addressKey | String | ❌ | Key that will receive QrCode payments |
-| description | String | ❌ | QrCode Description |
-| value | Double | ❌ | Value of the QrCode, if not informed, the payer can choose the value |
-| format | Format | ❌ | QrCode Format |
-| expirationDate | String | ❌ | QrCode expiration date/time, after this date all payments will be refused. |
-| expirationSeconds | Long | ❌ | Determines the expiration date in seconds. |
-| allowsMultiplePayments | Boolean | ❌ | Defines whether the QrCode can be paid multiple times, if not entered the default value is true. |
-| externalReference | String | ❌ | Free search field |
-
-
diff --git a/documentation/models/ApiPixQrCodeSaveResponseDto.md b/documentation/models/ApiPixQrCodeSaveResponseDto.md
deleted file mode 100644
index c61407d..0000000
--- a/documentation/models/ApiPixQrCodeSaveResponseDto.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiPixQrCodeSaveResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------------------- | :------ | :------- | :------------------------------------------------------------------------ |
-| id | String | ❌ | qrCode image in base64 |
-| encodedImage | String | ❌ | QrCode identifier |
-| payload | String | ❌ | Copy and Paste the QrCode |
-| allowsMultiplePayments | Boolean | ❌ | Indicates whether multiple payments are allowed |
-| expirationDate | String | ❌ | QrCode expiration date/time, after this date all payments will be refused |
-| externalReference | String | ❌ | Free search field |
-
-
diff --git a/documentation/models/ApiPixTokenBucketGetAddressKeyResponseDto.md b/documentation/models/ApiPixTokenBucketGetAddressKeyResponseDto.md
deleted file mode 100644
index b9fcc59..0000000
--- a/documentation/models/ApiPixTokenBucketGetAddressKeyResponseDto.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# ApiPixTokenBucketGetAddressKeyResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :-------- | :--- | :------- | :--------------------- |
-| capacity | Long | ❌ | Maximum token capacity |
-| remaining | Long | ❌ | Available tokens |
-
-
diff --git a/documentation/models/ApiPixTransactionExternalAccountResponseDto.md b/documentation/models/ApiPixTransactionExternalAccountResponseDto.md
deleted file mode 100644
index c32a98e..0000000
--- a/documentation/models/ApiPixTransactionExternalAccountResponseDto.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiPixTransactionExternalAccountResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------- | :-------------------------------------------------------- | :------- | :----------------------------- |
-| ispb | String | ❌ | Payment Institution Identifier |
-| ispbName | String | ❌ | Name of Payment Institution |
-| name | String | ❌ | Receiver name |
-| cpfCnpj | String | ❌ | CPF or CNPJ of the recipient |
-| addressKey | String | ❌ | Pix Key |
-| addressKeyType | ApiPixTransactionExternalAccountResponsePixAddressKeyType | ❌ | Pix key type |
-
-
diff --git a/documentation/models/ApiPixTransactionExternalAccountResponsePixAddressKeyType.md b/documentation/models/ApiPixTransactionExternalAccountResponsePixAddressKeyType.md
deleted file mode 100644
index 414a5c8..0000000
--- a/documentation/models/ApiPixTransactionExternalAccountResponsePixAddressKeyType.md
+++ /dev/null
@@ -1,15 +0,0 @@
-# ApiPixTransactionExternalAccountResponsePixAddressKeyType
-
-Pix key type
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---- | :----- | :------- | :---------- |
-| CPF | String | ✅ | "CPF" |
-| CNPJ | String | ✅ | "CNPJ" |
-| EMAIL | String | ✅ | "EMAIL" |
-| PHONE | String | ✅ | "PHONE" |
-| EVP | String | ✅ | "EVP" |
-
-
diff --git a/documentation/models/ApiPixTransactionGetResponseDto.md b/documentation/models/ApiPixTransactionGetResponseDto.md
deleted file mode 100644
index c6e99bc..0000000
--- a/documentation/models/ApiPixTransactionGetResponseDto.md
+++ /dev/null
@@ -1,36 +0,0 @@
-# ApiPixTransactionGetResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------------------- | :---------------------------------------------------------- | :------- | :------------------------------------------------------------------------- |
-| id | String | ❌ | Unique identifier of the Pix transaction in Asaas |
-| endToEndIdentifier | String | ❌ | Pix transaction identifier at the Central Bank |
-| finality | ApiPixTransactionGetResponsePixTransactionCashValueFinality | ❌ | Used to indicate whether it is a Withdrawal or Change |
-| value | Double | ❌ | Transaction or Withdrawal Value |
-| changeValue | Double | ❌ | Change value |
-| refundedValue | Double | ❌ | Value reversed |
-| effectiveDate | String | ❌ | Transaction date |
-| scheduledDate | String | ❌ | Schedule date |
-| status | ApiPixTransactionGetResponsePixTransactionStatus | ❌ | Transaction status |
-| type | ApiPixTransactionGetResponsePixTransactionType | ❌ | Transaction type |
-| originType | ApiPixTransactionGetResponsePixTransactionOriginType | ❌ | Indicates the origin of the transaction |
-| conciliationIdentifier | String | ❌ | QrCode identifier linked to the transaction |
-| description | String | ❌ | Description about the transaction |
-| transactionReceiptUrl | String | ❌ | Proof of transaction will be available after the transaction is confirmed. |
-| refusalReason | String | ❌ | Reason why the transaction was declined |
-| canBeCanceled | Boolean | ❌ | Indicates whether the transaction can be canceled |
-| originalTransaction | ApiPixOriginalTransactionResponseDto | ❌ | |
-| externalAccount | ApiPixTransactionExternalAccountResponseDto | ❌ | |
-| qrCode | ApiPixTransactionQrCodeResponseDto | ❌ | |
-| payment | String | ❌ | Unique billing identifier |
-| canBeRefunded | Boolean | ❌ | Indicates whether the transaction can be refunded |
-| refundDisabledReason | String | ❌ | Reason why the chargeback was disabled |
-| chargedFeeValue | Double | ❌ | Debit or credit fee for the transaction |
-| dateCreated | String | ❌ | Transaction creation date |
-| addressKey | String | ❌ | Pix key when the transaction is a credit |
-| addressKeyType | ApiPixTransactionGetResponsePixAddressKeyType | ❌ | Pix key type |
-| transferId | String | ❌ | Transfer identifier |
-| externalReference | String | ❌ | Free search field |
-
-
diff --git a/documentation/models/ApiPixTransactionGetResponsePixAddressKeyType.md b/documentation/models/ApiPixTransactionGetResponsePixAddressKeyType.md
deleted file mode 100644
index f5988b9..0000000
--- a/documentation/models/ApiPixTransactionGetResponsePixAddressKeyType.md
+++ /dev/null
@@ -1,15 +0,0 @@
-# ApiPixTransactionGetResponsePixAddressKeyType
-
-Pix key type
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---- | :----- | :------- | :---------- |
-| CPF | String | ✅ | "CPF" |
-| CNPJ | String | ✅ | "CNPJ" |
-| EMAIL | String | ✅ | "EMAIL" |
-| PHONE | String | ✅ | "PHONE" |
-| EVP | String | ✅ | "EVP" |
-
-
diff --git a/documentation/models/ApiPixTransactionGetResponsePixTransactionCashValueFinality.md b/documentation/models/ApiPixTransactionGetResponsePixTransactionCashValueFinality.md
deleted file mode 100644
index 7198610..0000000
--- a/documentation/models/ApiPixTransactionGetResponsePixTransactionCashValueFinality.md
+++ /dev/null
@@ -1,12 +0,0 @@
-# ApiPixTransactionGetResponsePixTransactionCashValueFinality
-
-Used to indicate whether it is a Withdrawal or Change
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------- | :----- | :------- | :----------- |
-| WITHDRAWAL | String | ✅ | "WITHDRAWAL" |
-| CHANGE | String | ✅ | "CHANGE" |
-
-
diff --git a/documentation/models/ApiPixTransactionGetResponsePixTransactionOriginType.md b/documentation/models/ApiPixTransactionGetResponsePixTransactionOriginType.md
deleted file mode 100644
index 30de9cb..0000000
--- a/documentation/models/ApiPixTransactionGetResponsePixTransactionOriginType.md
+++ /dev/null
@@ -1,16 +0,0 @@
-# ApiPixTransactionGetResponsePixTransactionOriginType
-
-Indicates the origin of the transaction
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------------------- | :----- | :------- | :--------------------------- |
-| MANUAL | String | ✅ | "MANUAL" |
-| ADDRESS_KEY | String | ✅ | "ADDRESS_KEY" |
-| STATIC_QRCODE | String | ✅ | "STATIC_QRCODE" |
-| DYNAMIC_QRCODE | String | ✅ | "DYNAMIC_QRCODE" |
-| PAYMENT_INITIATION_SERVICE | String | ✅ | "PAYMENT_INITIATION_SERVICE" |
-| AUTOMATIC_RECURRING | String | ✅ | "AUTOMATIC_RECURRING" |
-
-
diff --git a/documentation/models/ApiPixTransactionGetResponsePixTransactionStatus.md b/documentation/models/ApiPixTransactionGetResponsePixTransactionStatus.md
deleted file mode 100644
index 5d9625f..0000000
--- a/documentation/models/ApiPixTransactionGetResponsePixTransactionStatus.md
+++ /dev/null
@@ -1,21 +0,0 @@
-# ApiPixTransactionGetResponsePixTransactionStatus
-
-Transaction status
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------------------------------------- | :----- | :------- | :----------------------------------------- |
-| AWAITING_BALANCE_VALIDATION | String | ✅ | "AWAITING_BALANCE_VALIDATION" |
-| AWAITING_INSTANT_PAYMENT_ACCOUNT_BALANCE | String | ✅ | "AWAITING_INSTANT_PAYMENT_ACCOUNT_BALANCE" |
-| AWAITING_CRITICAL_ACTION_AUTHORIZATION | String | ✅ | "AWAITING_CRITICAL_ACTION_AUTHORIZATION" |
-| AWAITING_CHECKOUT_RISK_ANALYSIS_REQUEST | String | ✅ | "AWAITING_CHECKOUT_RISK_ANALYSIS_REQUEST" |
-| AWAITING_CASH_IN_RISK_ANALYSIS_REQUEST | String | ✅ | "AWAITING_CASH_IN_RISK_ANALYSIS_REQUEST" |
-| SCHEDULED | String | ✅ | "SCHEDULED" |
-| AWAITING_REQUEST | String | ✅ | "AWAITING_REQUEST" |
-| REQUESTED | String | ✅ | "REQUESTED" |
-| DONE | String | ✅ | "DONE" |
-| REFUSED | String | ✅ | "REFUSED" |
-| CANCELLED | String | ✅ | "CANCELLED" |
-
-
diff --git a/documentation/models/ApiPixTransactionGetResponsePixTransactionType.md b/documentation/models/ApiPixTransactionGetResponsePixTransactionType.md
deleted file mode 100644
index 6632175..0000000
--- a/documentation/models/ApiPixTransactionGetResponsePixTransactionType.md
+++ /dev/null
@@ -1,15 +0,0 @@
-# ApiPixTransactionGetResponsePixTransactionType
-
-Transaction type
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------------------ | :----- | :------- | :-------------------------- |
-| DEBIT | String | ✅ | "DEBIT" |
-| CREDIT | String | ✅ | "CREDIT" |
-| CREDIT_REFUND | String | ✅ | "CREDIT_REFUND" |
-| DEBIT_REFUND | String | ✅ | "DEBIT_REFUND" |
-| DEBIT_REFUND_CANCELLATION | String | ✅ | "DEBIT_REFUND_CANCELLATION" |
-
-
diff --git a/documentation/models/ApiPixTransactionListRequestPixTransactionStatus.md b/documentation/models/ApiPixTransactionListRequestPixTransactionStatus.md
deleted file mode 100644
index 28806df..0000000
--- a/documentation/models/ApiPixTransactionListRequestPixTransactionStatus.md
+++ /dev/null
@@ -1,21 +0,0 @@
-# ApiPixTransactionListRequestPixTransactionStatus
-
-Filter by transaction status
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------------------------------------- | :----- | :------- | :----------------------------------------- |
-| AWAITING_BALANCE_VALIDATION | String | ✅ | "AWAITING_BALANCE_VALIDATION" |
-| AWAITING_INSTANT_PAYMENT_ACCOUNT_BALANCE | String | ✅ | "AWAITING_INSTANT_PAYMENT_ACCOUNT_BALANCE" |
-| AWAITING_CRITICAL_ACTION_AUTHORIZATION | String | ✅ | "AWAITING_CRITICAL_ACTION_AUTHORIZATION" |
-| AWAITING_CHECKOUT_RISK_ANALYSIS_REQUEST | String | ✅ | "AWAITING_CHECKOUT_RISK_ANALYSIS_REQUEST" |
-| AWAITING_CASH_IN_RISK_ANALYSIS_REQUEST | String | ✅ | "AWAITING_CASH_IN_RISK_ANALYSIS_REQUEST" |
-| SCHEDULED | String | ✅ | "SCHEDULED" |
-| AWAITING_REQUEST | String | ✅ | "AWAITING_REQUEST" |
-| REQUESTED | String | ✅ | "REQUESTED" |
-| DONE | String | ✅ | "DONE" |
-| REFUSED | String | ✅ | "REFUSED" |
-| CANCELLED | String | ✅ | "CANCELLED" |
-
-
diff --git a/documentation/models/ApiPixTransactionListRequestPixTransactionType.md b/documentation/models/ApiPixTransactionListRequestPixTransactionType.md
deleted file mode 100644
index 646b63d..0000000
--- a/documentation/models/ApiPixTransactionListRequestPixTransactionType.md
+++ /dev/null
@@ -1,15 +0,0 @@
-# ApiPixTransactionListRequestPixTransactionType
-
-Filter by transaction type
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------------------ | :----- | :------- | :-------------------------- |
-| DEBIT | String | ✅ | "DEBIT" |
-| CREDIT | String | ✅ | "CREDIT" |
-| CREDIT_REFUND | String | ✅ | "CREDIT_REFUND" |
-| DEBIT_REFUND | String | ✅ | "DEBIT_REFUND" |
-| DEBIT_REFUND_CANCELLATION | String | ✅ | "DEBIT_REFUND_CANCELLATION" |
-
-
diff --git a/documentation/models/ApiPixTransactionListResponseDto.md b/documentation/models/ApiPixTransactionListResponseDto.md
deleted file mode 100644
index 792fd1f..0000000
--- a/documentation/models/ApiPixTransactionListResponseDto.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiPixTransactionListResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------- | :-------------------------------------- | :------- | :---------------------------------------------------------- |
-| object | String | ❌ | Object type |
-| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
-| totalCount | Long | ❌ | Total number of items for the filters entered |
-| limit | Long | ❌ | Number of objects per page |
-| offset | Long | ❌ | Position of the object from which the page should be loaded |
-| data | List\ | ❌ | List of objects |
-
-
diff --git a/documentation/models/ApiPixTransactionQrCodePayerResponseDto.md b/documentation/models/ApiPixTransactionQrCodePayerResponseDto.md
deleted file mode 100644
index 0feeeb3..0000000
--- a/documentation/models/ApiPixTransactionQrCodePayerResponseDto.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# ApiPixTransactionQrCodePayerResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------ | :----- | :------- | :----------------------- |
-| name | String | ❌ | Payer's name |
-| cpfCnpj | String | ❌ | CPF or CNPJ of the payer |
-
-
diff --git a/documentation/models/ApiPixTransactionQrCodeResponseDto.md b/documentation/models/ApiPixTransactionQrCodeResponseDto.md
deleted file mode 100644
index 75605a4..0000000
--- a/documentation/models/ApiPixTransactionQrCodeResponseDto.md
+++ /dev/null
@@ -1,16 +0,0 @@
-# ApiPixTransactionQrCodeResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------------------- | :-------------------------------------- | :------- | :---------------------------------------------- |
-| payer | ApiPixTransactionQrCodePayerResponseDto | ❌ | |
-| conciliationIdentifier | String | ❌ | Unique Pix reconciliation identifier with Asaas |
-| originalValue | Double | ❌ | Original transaction value |
-| dueDate | String | ❌ | Due date |
-| interest | Double | ❌ | Interest value |
-| fine | Double | ❌ | Fine value |
-| discount | Double | ❌ | Discount amount |
-| expirationDate | String | ❌ | Expiration date |
-
-
diff --git a/documentation/models/ApiPixTransactionQrCodeSaveRequestDto.md b/documentation/models/ApiPixTransactionQrCodeSaveRequestDto.md
deleted file mode 100644
index 802028d..0000000
--- a/documentation/models/ApiPixTransactionQrCodeSaveRequestDto.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# ApiPixTransactionQrCodeSaveRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------- | :----- | :------- | :-------------------------------- |
-| payload | String | ✅ | QRCode payload |
-| changeValue | Double | ❌ | Change amount (for QRCode Change) |
-
-
diff --git a/documentation/models/ApiPixTransactionRecurringCheckoutScheduleExternalAccountDto.md b/documentation/models/ApiPixTransactionRecurringCheckoutScheduleExternalAccountDto.md
deleted file mode 100644
index a5cefb4..0000000
--- a/documentation/models/ApiPixTransactionRecurringCheckoutScheduleExternalAccountDto.md
+++ /dev/null
@@ -1,12 +0,0 @@
-# ApiPixTransactionRecurringCheckoutScheduleExternalAccountDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----------------------- | :----- | :------- | :----------------------- |
-| name | String | ❌ | Receiver name |
-| financialInstitutionName | String | ❌ | Payment institution name |
-| cpfCnpj | String | ❌ | Receiver CPF or CNPJ |
-| pixKey | String | ❌ | Receiver Pix key |
-
-
diff --git a/documentation/models/ApiPixTransactionRecurringCheckoutScheduleGetItemResponseDto.md b/documentation/models/ApiPixTransactionRecurringCheckoutScheduleGetItemResponseDto.md
deleted file mode 100644
index a1fee80..0000000
--- a/documentation/models/ApiPixTransactionRecurringCheckoutScheduleGetItemResponseDto.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# ApiPixTransactionRecurringCheckoutScheduleGetItemResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----------------------- | :---------------------------------------------------------------------------------------------- | :------- | :------------------------------------------- |
-| id | String | ❌ | Unique recurrence item identifier in Asaas |
-| status | ApiPixTransactionRecurringCheckoutScheduleGetItemResponseRecurringCheckoutSchedulePixItemStatus | ❌ | Recurrence item status |
-| scheduledDate | String | ❌ | Recurrence item scheduled date |
-| canBeCancelled | Boolean | ❌ | Whether the recurrence item can be cancelled |
-| recurrenceNumber | Long | ❌ | Recurrence number |
-| quantity | Long | ❌ | Number of repetitions |
-| value | Double | ❌ | Recurrence value |
-| refusalReasonDescription | String | ❌ | Recurrence item refusal reason |
-| externalAccount | ApiPixTransactionRecurringCheckoutScheduleExternalAccountDto | ❌ | |
-
-
diff --git a/documentation/models/ApiPixTransactionRecurringCheckoutScheduleGetItemResponseRecurringCheckoutSchedulePixItemStatus.md b/documentation/models/ApiPixTransactionRecurringCheckoutScheduleGetItemResponseRecurringCheckoutSchedulePixItemStatus.md
deleted file mode 100644
index 6acde34..0000000
--- a/documentation/models/ApiPixTransactionRecurringCheckoutScheduleGetItemResponseRecurringCheckoutSchedulePixItemStatus.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiPixTransactionRecurringCheckoutScheduleGetItemResponseRecurringCheckoutSchedulePixItemStatus
-
-Recurrence item status
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :-------- | :----- | :------- | :---------- |
-| PENDING | String | ✅ | "PENDING" |
-| CANCELLED | String | ✅ | "CANCELLED" |
-| REFUSED | String | ✅ | "REFUSED" |
-| DONE | String | ✅ | "DONE" |
-
-
diff --git a/documentation/models/ApiPixTransactionRecurringCheckoutScheduleGetResponseDto.md b/documentation/models/ApiPixTransactionRecurringCheckoutScheduleGetResponseDto.md
deleted file mode 100644
index 610fab4..0000000
--- a/documentation/models/ApiPixTransactionRecurringCheckoutScheduleGetResponseDto.md
+++ /dev/null
@@ -1,18 +0,0 @@
-# ApiPixTransactionRecurringCheckoutScheduleGetResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :-------------- | :-------------------------------------------------------------------------------------- | :------- | :-------------------------------------- |
-| id | String | ❌ | Unique recurrence identifier in Asaas |
-| status | ApiPixTransactionRecurringCheckoutScheduleGetResponseRecurringCheckoutScheduleStatus | ❌ | Recurrence status |
-| origin | ApiPixTransactionRecurringCheckoutScheduleGetResponseRecurringCheckoutScheduleOrigin | ❌ | Indicates the origin of the recurrence |
-| value | Double | ❌ | Recurrence value |
-| frequency | ApiPixTransactionRecurringCheckoutScheduleGetResponseRecurringCheckoutScheduleFrequency | ❌ | Recurrence frequency |
-| quantity | Long | ❌ | Number of repetitions |
-| startDate | String | ❌ | Recurrence start date |
-| finishDate | String | ❌ | Recurrence finish date |
-| canBeCancelled | Boolean | ❌ | Whether the recurrence can be cancelled |
-| externalAccount | ApiPixTransactionRecurringCheckoutScheduleExternalAccountDto | ❌ | |
-
-
diff --git a/documentation/models/ApiPixTransactionRecurringCheckoutScheduleGetResponseRecurringCheckoutScheduleFrequency.md b/documentation/models/ApiPixTransactionRecurringCheckoutScheduleGetResponseRecurringCheckoutScheduleFrequency.md
deleted file mode 100644
index a903401..0000000
--- a/documentation/models/ApiPixTransactionRecurringCheckoutScheduleGetResponseRecurringCheckoutScheduleFrequency.md
+++ /dev/null
@@ -1,12 +0,0 @@
-# ApiPixTransactionRecurringCheckoutScheduleGetResponseRecurringCheckoutScheduleFrequency
-
-Recurrence frequency
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------ | :----- | :------- | :---------- |
-| WEEKLY | String | ✅ | "WEEKLY" |
-| MONTHLY | String | ✅ | "MONTHLY" |
-
-
diff --git a/documentation/models/ApiPixTransactionRecurringCheckoutScheduleGetResponseRecurringCheckoutScheduleOrigin.md b/documentation/models/ApiPixTransactionRecurringCheckoutScheduleGetResponseRecurringCheckoutScheduleOrigin.md
deleted file mode 100644
index 8a75d01..0000000
--- a/documentation/models/ApiPixTransactionRecurringCheckoutScheduleGetResponseRecurringCheckoutScheduleOrigin.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# ApiPixTransactionRecurringCheckoutScheduleGetResponseRecurringCheckoutScheduleOrigin
-
-Indicates the origin of the recurrence
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--- | :----- | :------- | :---------- |
-| PIX | String | ✅ | "PIX" |
-
-
diff --git a/documentation/models/ApiPixTransactionRecurringCheckoutScheduleGetResponseRecurringCheckoutScheduleStatus.md b/documentation/models/ApiPixTransactionRecurringCheckoutScheduleGetResponseRecurringCheckoutScheduleStatus.md
deleted file mode 100644
index d1c23ca..0000000
--- a/documentation/models/ApiPixTransactionRecurringCheckoutScheduleGetResponseRecurringCheckoutScheduleStatus.md
+++ /dev/null
@@ -1,15 +0,0 @@
-# ApiPixTransactionRecurringCheckoutScheduleGetResponseRecurringCheckoutScheduleStatus
-
-Recurrence status
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------------------------------- | :----- | :------- | :--------------------------------------- |
-| AWAITING_CRITICAL_ACTION_AUTHORIZATION | String | ✅ | "AWAITING_CRITICAL_ACTION_AUTHORIZATION" |
-| PENDING | String | ✅ | "PENDING" |
-| SCHEDULED | String | ✅ | "SCHEDULED" |
-| CANCELLED | String | ✅ | "CANCELLED" |
-| DONE | String | ✅ | "DONE" |
-
-
diff --git a/documentation/models/ApiPixTransactionRecurringCheckoutScheduleListItemsResponseDto.md b/documentation/models/ApiPixTransactionRecurringCheckoutScheduleListItemsResponseDto.md
deleted file mode 100644
index 1d766bd..0000000
--- a/documentation/models/ApiPixTransactionRecurringCheckoutScheduleListItemsResponseDto.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# ApiPixTransactionRecurringCheckoutScheduleListItemsResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--- | :------------------------------------------------------------------- | :------- | :-------------- |
-| data | List\ | ❌ | List of objects |
-
-
diff --git a/documentation/models/ApiPixTransactionRecurringCheckoutScheduleListRequestRecurringCheckoutScheduleStatus.md b/documentation/models/ApiPixTransactionRecurringCheckoutScheduleListRequestRecurringCheckoutScheduleStatus.md
deleted file mode 100644
index c3f0c5e..0000000
--- a/documentation/models/ApiPixTransactionRecurringCheckoutScheduleListRequestRecurringCheckoutScheduleStatus.md
+++ /dev/null
@@ -1,15 +0,0 @@
-# ApiPixTransactionRecurringCheckoutScheduleListRequestRecurringCheckoutScheduleStatus
-
-Filter by recurrence status
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------------------------------- | :----- | :------- | :--------------------------------------- |
-| AWAITING_CRITICAL_ACTION_AUTHORIZATION | String | ✅ | "AWAITING_CRITICAL_ACTION_AUTHORIZATION" |
-| PENDING | String | ✅ | "PENDING" |
-| SCHEDULED | String | ✅ | "SCHEDULED" |
-| CANCELLED | String | ✅ | "CANCELLED" |
-| DONE | String | ✅ | "DONE" |
-
-
diff --git a/documentation/models/ApiPixTransactionRecurringCheckoutScheduleListResponseDto.md b/documentation/models/ApiPixTransactionRecurringCheckoutScheduleListResponseDto.md
deleted file mode 100644
index 123ef47..0000000
--- a/documentation/models/ApiPixTransactionRecurringCheckoutScheduleListResponseDto.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiPixTransactionRecurringCheckoutScheduleListResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------- | :--------------------------------------------------------------- | :------- | :---------------------------------------------------------- |
-| object | String | ❌ | Object type |
-| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
-| totalCount | Long | ❌ | Total number of items for the filters entered |
-| limit | Long | ❌ | Number of objects per page |
-| offset | Long | ❌ | Position of the object from which the page should be loaded |
-| data | List\ | ❌ | List of objects |
-
-
diff --git a/documentation/models/ApiPixTransactionSaveRequestDto.md b/documentation/models/ApiPixTransactionSaveRequestDto.md
deleted file mode 100644
index bd2331e..0000000
--- a/documentation/models/ApiPixTransactionSaveRequestDto.md
+++ /dev/null
@@ -1,12 +0,0 @@
-# ApiPixTransactionSaveRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----------- | :------------------------------------ | :------- | :----------------------- |
-| qrCode | ApiPixTransactionQrCodeSaveRequestDto | ✅ | |
-| value | Double | ✅ | Value to be paid |
-| description | String | ❌ | Payment Description |
-| scheduleDate | String | ❌ | Used to schedule payment |
-
-
diff --git a/documentation/models/ApiPushNotificationConfigDeleteResponseDto.md b/documentation/models/ApiPushNotificationConfigDeleteResponseDto.md
deleted file mode 100644
index 53f2000..0000000
--- a/documentation/models/ApiPushNotificationConfigDeleteResponseDto.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# ApiPushNotificationConfigDeleteResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------ | :------ | :------- | :---------------------------------------- |
-| deleted | Boolean | ❌ | Indicates whether the Webhook was removed |
-| id | String | ❌ | Unique Webhook Identifier |
-
-
diff --git a/documentation/models/ApiPushNotificationConfigGetResponseDto.md b/documentation/models/ApiPushNotificationConfigGetResponseDto.md
deleted file mode 100644
index 41ac6df..0000000
--- a/documentation/models/ApiPushNotificationConfigGetResponseDto.md
+++ /dev/null
@@ -1,18 +0,0 @@
-# ApiPushNotificationConfigGetResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----------- | :----------------------------------------------------------- | :------- | :---------------------------------------------------------------------- |
-| id | String | ❌ | Unique Webhook Identifier |
-| name | String | ❌ | Webhook name |
-| url | String | ❌ | Webhook URL |
-| email | String | ❌ | Email that will receive notifications about the Webhook |
-| enabled | Boolean | ❌ | Set whether the Webhook is active |
-| interrupted | Boolean | ❌ | Set whether the sync queue is stopped |
-| apiVersion | Long | ❌ | API Version |
-| hasAuthToken | Boolean | ❌ | Indicates whether an authentication token is registered for the webhook |
-| sendType | ApiPushNotificationConfigGetResponsePushNotificationSendType | ❌ | Sequential (SEQUENTIALLY) or non-sequential (NON_SEQUENTIALLY) |
-| events | List\ | ❌ | List of events this Webhook will observe |
-
-
diff --git a/documentation/models/ApiPushNotificationConfigGetResponsePushNotificationSendType.md b/documentation/models/ApiPushNotificationConfigGetResponsePushNotificationSendType.md
deleted file mode 100644
index e350243..0000000
--- a/documentation/models/ApiPushNotificationConfigGetResponsePushNotificationSendType.md
+++ /dev/null
@@ -1,12 +0,0 @@
-# ApiPushNotificationConfigGetResponsePushNotificationSendType
-
-Sequential (SEQUENTIALLY) or non-sequential (NON_SEQUENTIALLY)
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------------- | :----- | :------- | :----------------- |
-| NON_SEQUENTIALLY | String | ✅ | "NON_SEQUENTIALLY" |
-| SEQUENTIALLY | String | ✅ | "SEQUENTIALLY" |
-
-
diff --git a/documentation/models/ApiPushNotificationConfigListResponseDto.md b/documentation/models/ApiPushNotificationConfigListResponseDto.md
deleted file mode 100644
index 3e1d7a5..0000000
--- a/documentation/models/ApiPushNotificationConfigListResponseDto.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiPushNotificationConfigListResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------- | :---------------------------------------------- | :------- | :---------------------------------------------------------- |
-| object | String | ❌ | Object type |
-| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
-| totalCount | Long | ❌ | Total number of items for the filters entered |
-| limit | Long | ❌ | Number of objects per page |
-| offset | Long | ❌ | Position of the object from which the page should be loaded |
-| data | List\ | ❌ | List of objects |
-
-
diff --git a/documentation/models/ApiPushNotificationConfigSaveRequestDto.md b/documentation/models/ApiPushNotificationConfigSaveRequestDto.md
deleted file mode 100644
index c064cb9..0000000
--- a/documentation/models/ApiPushNotificationConfigSaveRequestDto.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# ApiPushNotificationConfigSaveRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------- | :----------------------------------------------------------- | :------- | :------------------------------------------------------------- |
-| name | String | ❌ | Webhook name |
-| url | String | ❌ | Webhook URL |
-| email | String | ❌ | Email that will receive notifications about the Webhook |
-| enabled | Boolean | ❌ | Set whether the Webhook is active |
-| interrupted | Boolean | ❌ | Set whether the sync queue is stopped |
-| apiVersion | Long | ❌ | API Version |
-| authToken | String | ❌ | Webhook authentication token |
-| sendType | ApiPushNotificationConfigSaveRequestPushNotificationSendType | ❌ | Sequential (SEQUENTIALLY) or non-sequential (NON_SEQUENTIALLY) |
-| events | List\ | ❌ | List of events this Webhook will observe |
-
-
diff --git a/documentation/models/ApiPushNotificationConfigSaveRequestPushNotificationSendType.md b/documentation/models/ApiPushNotificationConfigSaveRequestPushNotificationSendType.md
deleted file mode 100644
index e96781b..0000000
--- a/documentation/models/ApiPushNotificationConfigSaveRequestPushNotificationSendType.md
+++ /dev/null
@@ -1,12 +0,0 @@
-# ApiPushNotificationConfigSaveRequestPushNotificationSendType
-
-Sequential (SEQUENTIALLY) or non-sequential (NON_SEQUENTIALLY)
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------------- | :----- | :------- | :----------------- |
-| NON_SEQUENTIALLY | String | ✅ | "NON_SEQUENTIALLY" |
-| SEQUENTIALLY | String | ✅ | "SEQUENTIALLY" |
-
-
diff --git a/documentation/models/ApiPushNotificationConfigUpdateRequestDto.md b/documentation/models/ApiPushNotificationConfigUpdateRequestDto.md
deleted file mode 100644
index 534378e..0000000
--- a/documentation/models/ApiPushNotificationConfigUpdateRequestDto.md
+++ /dev/null
@@ -1,15 +0,0 @@
-# ApiPushNotificationConfigUpdateRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------- | :------------------------------------------------------------- | :------- | :------------------------------------------------------------- |
-| name | String | ❌ | Webhook name |
-| url | String | ❌ | Event destination URL |
-| sendType | ApiPushNotificationConfigUpdateRequestPushNotificationSendType | ❌ | Sequential (SEQUENTIALLY) or non-sequential (NON_SEQUENTIALLY) |
-| enabled | Boolean | ❌ | Set whether the Webhook is active |
-| interrupted | Boolean | ❌ | Set whether the sync queue is stopped |
-| authToken | String | ❌ | Webhook authentication token |
-| events | List\ | ❌ | List of events this Webhook will observe |
-
-
diff --git a/documentation/models/ApiPushNotificationConfigUpdateRequestPushNotificationSendType.md b/documentation/models/ApiPushNotificationConfigUpdateRequestPushNotificationSendType.md
deleted file mode 100644
index 5387973..0000000
--- a/documentation/models/ApiPushNotificationConfigUpdateRequestPushNotificationSendType.md
+++ /dev/null
@@ -1,12 +0,0 @@
-# ApiPushNotificationConfigUpdateRequestPushNotificationSendType
-
-Sequential (SEQUENTIALLY) or non-sequential (NON_SEQUENTIALLY)
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------------- | :----- | :------- | :----------------- |
-| NON_SEQUENTIALLY | String | ✅ | "NON_SEQUENTIALLY" |
-| SEQUENTIALLY | String | ✅ | "SEQUENTIALLY" |
-
-
diff --git a/documentation/models/ApiReceivableAnticipationConfigurationGetResponseDto.md b/documentation/models/ApiReceivableAnticipationConfigurationGetResponseDto.md
deleted file mode 100644
index 1d3d28d..0000000
--- a/documentation/models/ApiReceivableAnticipationConfigurationGetResponseDto.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# ApiReceivableAnticipationConfigurationGetResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------------------- | :------ | :------- | :--------------------------------------------------------------------------- |
-| creditCardAutomaticEnabled | Boolean | ❌ | Indicates whether automatic anticipation is enabled for credit card payments |
-
-
diff --git a/documentation/models/ApiReceivableAnticipationConfigurationUpdateRequestDto.md b/documentation/models/ApiReceivableAnticipationConfigurationUpdateRequestDto.md
deleted file mode 100644
index c257ac1..0000000
--- a/documentation/models/ApiReceivableAnticipationConfigurationUpdateRequestDto.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# ApiReceivableAnticipationConfigurationUpdateRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------------------- | :------ | :------- | :------------------------------------------------------------------------ |
-| creditCardAutomaticEnabled | Boolean | ❌ | Define whether automatic anticipation is enabled for credit card payments |
-
-
diff --git a/documentation/models/ApiReceivableAnticipationGetResponseDto.md b/documentation/models/ApiReceivableAnticipationGetResponseDto.md
deleted file mode 100644
index 95b123a..0000000
--- a/documentation/models/ApiReceivableAnticipationGetResponseDto.md
+++ /dev/null
@@ -1,22 +0,0 @@
-# ApiReceivableAnticipationGetResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------------- | :--------------------------------------------------------------- | :------- | :----------------------------------------------------- |
-| object | String | ❌ | Object type |
-| id | String | ❌ | Unique identifier of anticipation in Asaas |
-| installment | String | ❌ | Unique identifier of the installment to be anticipated |
-| payment | String | ❌ | Unique identifier of the payment to be anticipated. |
-| status | ApiReceivableAnticipationGetResponseReceivableAnticipationStatus | ❌ | Anticipation status |
-| anticipationDate | String | ❌ | Anticipation request date |
-| dueDate | String | ❌ | Request due date |
-| requestDate | String | ❌ | Anticipation request date |
-| fee | Double | ❌ | Anticipation fee |
-| anticipationDays | Long | ❌ | Number of days that were anticipated |
-| netValue | Double | ❌ | Net value discounted the anticipation fee |
-| totalValue | Double | ❌ | Total amount of the payment to be anticipated |
-| value | Double | ❌ | Anticipation value |
-| denialObservation | String | ❌ | Reason for rejecting the anticipation payment |
-
-
diff --git a/documentation/models/ApiReceivableAnticipationGetResponseReceivableAnticipationStatus.md b/documentation/models/ApiReceivableAnticipationGetResponseReceivableAnticipationStatus.md
deleted file mode 100644
index da9ca8d..0000000
--- a/documentation/models/ApiReceivableAnticipationGetResponseReceivableAnticipationStatus.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# ApiReceivableAnticipationGetResponseReceivableAnticipationStatus
-
-Anticipation status
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :-------- | :----- | :------- | :---------- |
-| PENDING | String | ✅ | "PENDING" |
-| DENIED | String | ✅ | "DENIED" |
-| CREDITED | String | ✅ | "CREDITED" |
-| DEBITED | String | ✅ | "DEBITED" |
-| CANCELLED | String | ✅ | "CANCELLED" |
-| OVERDUE | String | ✅ | "OVERDUE" |
-| SCHEDULED | String | ✅ | "SCHEDULED" |
-
-
diff --git a/documentation/models/ApiReceivableAnticipationLimitsInfoResponseDto.md b/documentation/models/ApiReceivableAnticipationLimitsInfoResponseDto.md
deleted file mode 100644
index eec0a19..0000000
--- a/documentation/models/ApiReceivableAnticipationLimitsInfoResponseDto.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# ApiReceivableAnticipationLimitsInfoResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :-------- | :----- | :------- | :----------------------------------------- |
-| total | Double | ❌ | Anticipation limit released on the account |
-| available | Double | ❌ | Limit available to anticipate |
-
-
diff --git a/documentation/models/ApiReceivableAnticipationLimitsResponseDto.md b/documentation/models/ApiReceivableAnticipationLimitsResponseDto.md
deleted file mode 100644
index 7f210fe..0000000
--- a/documentation/models/ApiReceivableAnticipationLimitsResponseDto.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# ApiReceivableAnticipationLimitsResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------- | :--------------------------------------------- | :------- | :---------- |
-| creditCard | ApiReceivableAnticipationLimitsInfoResponseDto | ❌ | |
-| bankSlip | ApiReceivableAnticipationLimitsInfoResponseDto | ❌ | |
-
-
diff --git a/documentation/models/ApiReceivableAnticipationListRequestReceivableAnticipationStatus.md b/documentation/models/ApiReceivableAnticipationListRequestReceivableAnticipationStatus.md
deleted file mode 100644
index 254c6bf..0000000
--- a/documentation/models/ApiReceivableAnticipationListRequestReceivableAnticipationStatus.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# ApiReceivableAnticipationListRequestReceivableAnticipationStatus
-
-Filter by status
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :-------- | :----- | :------- | :---------- |
-| PENDING | String | ✅ | "PENDING" |
-| DENIED | String | ✅ | "DENIED" |
-| CREDITED | String | ✅ | "CREDITED" |
-| DEBITED | String | ✅ | "DEBITED" |
-| CANCELLED | String | ✅ | "CANCELLED" |
-| OVERDUE | String | ✅ | "OVERDUE" |
-| SCHEDULED | String | ✅ | "SCHEDULED" |
-
-
diff --git a/documentation/models/ApiReceivableAnticipationListResponseDto.md b/documentation/models/ApiReceivableAnticipationListResponseDto.md
deleted file mode 100644
index cf4b6af..0000000
--- a/documentation/models/ApiReceivableAnticipationListResponseDto.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiReceivableAnticipationListResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------- | :---------------------------------------------- | :------- | :---------------------------------------------------------- |
-| object | String | ❌ | Object type |
-| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
-| totalCount | Long | ❌ | Total number of items for the filters entered |
-| limit | Long | ❌ | Number of objects per page |
-| offset | Long | ❌ | Position of the object from which the page should be loaded |
-| data | List\ | ❌ | List of objects |
-
-
diff --git a/documentation/models/ApiReceivableAnticipationSaveRequestDto.md b/documentation/models/ApiReceivableAnticipationSaveRequestDto.md
deleted file mode 100644
index b0f23de..0000000
--- a/documentation/models/ApiReceivableAnticipationSaveRequestDto.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# ApiReceivableAnticipationSaveRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------- | :----- | :------- | :-------------------------------------- |
-| installment | String | ❌ | ID of the installment to be anticipated |
-| payment | String | ❌ | ID of the payment to be anticipated |
-| documents | byte[] | ❌ | File |
-
-
diff --git a/documentation/models/ApiReceivableAnticipationSimulateRequestDto.md b/documentation/models/ApiReceivableAnticipationSimulateRequestDto.md
deleted file mode 100644
index 0918514..0000000
--- a/documentation/models/ApiReceivableAnticipationSimulateRequestDto.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# ApiReceivableAnticipationSimulateRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------- | :----- | :------- | :-------------------------------------- |
-| installment | String | ❌ | ID of the installment to be anticipated |
-| payment | String | ❌ | ID of the payment to be anticipated |
-
-
diff --git a/documentation/models/ApiReceivableAnticipationSimulateResponseDto.md b/documentation/models/ApiReceivableAnticipationSimulateResponseDto.md
deleted file mode 100644
index e9d612e..0000000
--- a/documentation/models/ApiReceivableAnticipationSimulateResponseDto.md
+++ /dev/null
@@ -1,18 +0,0 @@
-# ApiReceivableAnticipationSimulateResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------------------- | :------ | :------- | :------------------------------------------------------------------------------------------------------------------------ |
-| installment | String | ❌ | Unique identifier of the installment to be anticipated |
-| payment | String | ❌ | Unique identifier of the payment to be anticipated |
-| anticipationDate | String | ❌ | Anticipation request date |
-| dueDate | String | ❌ | Request due date |
-| fee | Double | ❌ | Anticipation fee |
-| anticipationDays | Long | ❌ | Number of days that were anticipated |
-| netValue | Double | ❌ | Net value discounted the anticipation fee |
-| totalValue | Double | ❌ | Total amount of the payment to be anticipated |
-| value | Double | ❌ | Anticipation value |
-| isDocumentationRequired | Boolean | ❌ | Determines the obligation to send electronic invoices or service provision contracts when requesting anticipation payment |
-
-
diff --git a/documentation/models/ApiSubscriptionConfigureInvoiceRequestDto.md b/documentation/models/ApiSubscriptionConfigureInvoiceRequestDto.md
deleted file mode 100644
index 59ec993..0000000
--- a/documentation/models/ApiSubscriptionConfigureInvoiceRequestDto.md
+++ /dev/null
@@ -1,18 +0,0 @@
-# ApiSubscriptionConfigureInvoiceRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------------- | :----------------------------------------------------------- | :------- | :----------------------------------------------------------------------------------------------------------------- |
-| municipalServiceId | String | ❌ | Unique municipal service identifier |
-| municipalServiceCode | String | ❌ | Municipal Service Code |
-| municipalServiceName | String | ❌ | Name of municipal service |
-| updatePayment | Boolean | ❌ | Update the Payment amount with the invoice taxes already deducted. |
-| deductions | Double | ❌ | Deductions. Deductions do not change the total value of the invoice, but they do change the ISS calculation basis. |
-| effectiveDatePeriod | ApiSubscriptionConfigureInvoiceRequestDtoEffectiveDatePeriod | ❌ | When the invoice will be issued |
-| receivedOnly | Boolean | ❌ | Issue only for paid charges |
-| daysBeforeDueDate | Long | ❌ | Number of days before billing due date |
-| observations | String | ❌ | Additional notes on the invoice |
-| taxes | ApiCustomerInvoiceTaxesDto | ❌ | |
-
-
diff --git a/documentation/models/ApiSubscriptionConfigureInvoiceRequestDtoEffectiveDatePeriod.md b/documentation/models/ApiSubscriptionConfigureInvoiceRequestDtoEffectiveDatePeriod.md
deleted file mode 100644
index 13825c5..0000000
--- a/documentation/models/ApiSubscriptionConfigureInvoiceRequestDtoEffectiveDatePeriod.md
+++ /dev/null
@@ -1,15 +0,0 @@
-# ApiSubscriptionConfigureInvoiceRequestDtoEffectiveDatePeriod
-
-When the invoice will be issued
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------------------- | :----- | :------- | :------------------------ |
-| ON_PAYMENT_CONFIRMATION | String | ✅ | "ON_PAYMENT_CONFIRMATION" |
-| ON_PAYMENT_DUE_DATE | String | ✅ | "ON_PAYMENT_DUE_DATE" |
-| BEFORE_PAYMENT_DUE_DATE | String | ✅ | "BEFORE_PAYMENT_DUE_DATE" |
-| ON_DUE_DATE_MONTH | String | ✅ | "ON_DUE_DATE_MONTH" |
-| ON_NEXT_MONTH | String | ✅ | "ON_NEXT_MONTH" |
-
-
diff --git a/documentation/models/ApiSubscriptionDeleteInvoiceConfigResponseDto.md b/documentation/models/ApiSubscriptionDeleteInvoiceConfigResponseDto.md
deleted file mode 100644
index 7a437bf..0000000
--- a/documentation/models/ApiSubscriptionDeleteInvoiceConfigResponseDto.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# ApiSubscriptionDeleteInvoiceConfigResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------ | :------ | :------- | :------------------------------------------ |
-| deleted | Boolean | ❌ | Informs if configurations have been removed |
-| id | String | ❌ | Unique subscription identifier in Asaas |
-
-
diff --git a/documentation/models/ApiSubscriptionDeleteResponseDto.md b/documentation/models/ApiSubscriptionDeleteResponseDto.md
deleted file mode 100644
index e68e646..0000000
--- a/documentation/models/ApiSubscriptionDeleteResponseDto.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# ApiSubscriptionDeleteResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------ | :------ | :------- | :------------------------------------------- |
-| deleted | Boolean | ❌ | Informs if the subscription has been removed |
-| id | String | ❌ | Unique subscription identifier in Asaas |
-
-
diff --git a/documentation/models/ApiSubscriptionGetInvoicesRequestInvoiceStatus.md b/documentation/models/ApiSubscriptionGetInvoicesRequestInvoiceStatus.md
deleted file mode 100644
index 6cc5ef9..0000000
--- a/documentation/models/ApiSubscriptionGetInvoicesRequestInvoiceStatus.md
+++ /dev/null
@@ -1,21 +0,0 @@
-# ApiSubscriptionGetInvoicesRequestInvoiceStatus
-
-Filter by invoice status
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------------------- | :----- | :------- | :------------------------ |
-| SCHEDULED | String | ✅ | "SCHEDULED" |
-| WAITING_OVERDUE_PAYMENT | String | ✅ | "WAITING_OVERDUE_PAYMENT" |
-| PENDING | String | ✅ | "PENDING" |
-| SYNCHRONIZED\_ | String | ✅ | "SYNCHRONIZED" |
-| AUTHORIZED | String | ✅ | "AUTHORIZED" |
-| PROCESSING_CANCELLATION | String | ✅ | "PROCESSING_CANCELLATION" |
-| CANCELLED | String | ✅ | "CANCELLED" |
-| CANCELLATION_DENIED | String | ✅ | "CANCELLATION_DENIED" |
-| ERROR | String | ✅ | "ERROR" |
-| NONE | String | ✅ | "NONE" |
-| CANCELED | String | ✅ | "CANCELED" |
-
-
diff --git a/documentation/models/ApiSubscriptionGetResponseBillingType.md b/documentation/models/ApiSubscriptionGetResponseBillingType.md
deleted file mode 100644
index 4200c38..0000000
--- a/documentation/models/ApiSubscriptionGetResponseBillingType.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# ApiSubscriptionGetResponseBillingType
-
-Billing type
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------- | :----- | :------- | :------------ |
-| UNDEFINED | String | ✅ | "UNDEFINED" |
-| BOLETO | String | ✅ | "BOLETO" |
-| CREDIT_CARD | String | ✅ | "CREDIT_CARD" |
-| DEBIT_CARD | String | ✅ | "DEBIT_CARD" |
-| TRANSFER | String | ✅ | "TRANSFER" |
-| DEPOSIT | String | ✅ | "DEPOSIT" |
-| PIX | String | ✅ | "PIX" |
-
-
diff --git a/documentation/models/ApiSubscriptionGetResponseCycle.md b/documentation/models/ApiSubscriptionGetResponseCycle.md
deleted file mode 100644
index d8851d4..0000000
--- a/documentation/models/ApiSubscriptionGetResponseCycle.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# ApiSubscriptionGetResponseCycle
-
-Billing frequency
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----------- | :----- | :------- | :------------- |
-| WEEKLY | String | ✅ | "WEEKLY" |
-| BIWEEKLY | String | ✅ | "BIWEEKLY" |
-| MONTHLY | String | ✅ | "MONTHLY" |
-| BIMONTHLY | String | ✅ | "BIMONTHLY" |
-| QUARTERLY | String | ✅ | "QUARTERLY" |
-| SEMIANNUALLY | String | ✅ | "SEMIANNUALLY" |
-| YEARLY | String | ✅ | "YEARLY" |
-
-
diff --git a/documentation/models/ApiSubscriptionGetResponseDto.md b/documentation/models/ApiSubscriptionGetResponseDto.md
deleted file mode 100644
index 63b5d4d..0000000
--- a/documentation/models/ApiSubscriptionGetResponseDto.md
+++ /dev/null
@@ -1,28 +0,0 @@
-# ApiSubscriptionGetResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------------- | :------------------------------------------- | :------- | :----------------------------------------------------------------------- |
-| object | String | ❌ | Object type |
-| id | String | ❌ | Unique subscription identifier in Asaas |
-| dateCreated | String | ❌ | Subscription creation date |
-| customer | String | ❌ | Unique customer identifier |
-| paymentLink | String | ❌ | Unique identifier of the payments link to which the subscription belongs |
-| billingType | ApiSubscriptionGetResponseBillingType | ❌ | Billing type |
-| cycle | ApiSubscriptionGetResponseCycle | ❌ | Billing frequency |
-| value | Double | ❌ | Subscription value |
-| nextDueDate | String | ❌ | Due date of the next payment to be generated |
-| endDate | String | ❌ | Deadline for payments to be due |
-| description | String | ❌ | Subscription description |
-| status | ApiSubscriptionGetResponseSubscriptionStatus | ❌ | Subscription status |
-| discount | ApiPaymentDiscountDto | ❌ | |
-| fine | ApiPaymentFineResponseDto | ❌ | |
-| interest | ApiPaymentInterestResponseDto | ❌ | |
-| deleted | Boolean | ❌ | Informs if the subscription has been removed |
-| maxPayments | Long | ❌ | Maximum number of payments to be generated for this subscription |
-| externalReference | String | ❌ | Subscription identifier on your system |
-| checkoutSession | String | ❌ | Unique checkout identifier |
-| split | List\ | ❌ | Split information |
-
-
diff --git a/documentation/models/ApiSubscriptionGetResponseSubscriptionStatus.md b/documentation/models/ApiSubscriptionGetResponseSubscriptionStatus.md
deleted file mode 100644
index 2091a9a..0000000
--- a/documentation/models/ApiSubscriptionGetResponseSubscriptionStatus.md
+++ /dev/null
@@ -1,13 +0,0 @@
-# ApiSubscriptionGetResponseSubscriptionStatus
-
-Subscription status
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------- | :----- | :------- | :---------- |
-| ACTIVE | String | ✅ | "ACTIVE" |
-| EXPIRED | String | ✅ | "EXPIRED" |
-| INACTIVE | String | ✅ | "INACTIVE" |
-
-
diff --git a/documentation/models/ApiSubscriptionInvoiceConfigGetResponseDto.md b/documentation/models/ApiSubscriptionInvoiceConfigGetResponseDto.md
deleted file mode 100644
index 99be919..0000000
--- a/documentation/models/ApiSubscriptionInvoiceConfigGetResponseDto.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# ApiSubscriptionInvoiceConfigGetResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :-------------------- | :------------------------- | :------- | :----------------------------------------------------------------------------------------------------------------- |
-| municipalServiceId | String | ❌ | Unique municipal service identifier |
-| municipalServiceCode | String | ❌ | Municipal Service Code |
-| municipalServiceName | String | ❌ | Name of municipal service |
-| deductions | Double | ❌ | Deductions. Deductions do not change the total value of the invoice, but they do change the ISS calculation basis. |
-| invoiceCreationPeriod | InvoiceCreationPeriod | ❌ | When the invoice will be issued |
-| daysBeforeDueDate | Long | ❌ | Number of days before billing due date |
-| receivedOnly | Boolean | ❌ | Issue only for paid charges |
-| observations | String | ❌ | Additional notes on the invoice |
-| taxes | ApiCustomerInvoiceTaxesDto | ❌ | |
-
-
diff --git a/documentation/models/ApiSubscriptionInvoiceConfigUpdateRequestDto.md b/documentation/models/ApiSubscriptionInvoiceConfigUpdateRequestDto.md
deleted file mode 100644
index ddff4c1..0000000
--- a/documentation/models/ApiSubscriptionInvoiceConfigUpdateRequestDto.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiSubscriptionInvoiceConfigUpdateRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------------ | :-------------------------------------------------------------- | :------- | :----------------------------------------------------------------------------------------------------------------- |
-| deductions | Double | ❌ | Deductions. Deductions do not change the total value of the invoice, but they do change the ISS calculation basis. |
-| effectiveDatePeriod | ApiSubscriptionInvoiceConfigUpdateRequestDtoEffectiveDatePeriod | ❌ | When the invoice will be issued |
-| receivedOnly | Boolean | ❌ | Issue only for paid charges |
-| daysBeforeDueDate | Long | ❌ | Number of days before billing due date |
-| observations | String | ❌ | Additional notes on the invoice |
-| taxes | ApiCustomerInvoiceTaxesDto | ❌ | |
-
-
diff --git a/documentation/models/ApiSubscriptionInvoiceConfigUpdateRequestDtoEffectiveDatePeriod.md b/documentation/models/ApiSubscriptionInvoiceConfigUpdateRequestDtoEffectiveDatePeriod.md
deleted file mode 100644
index a1685e7..0000000
--- a/documentation/models/ApiSubscriptionInvoiceConfigUpdateRequestDtoEffectiveDatePeriod.md
+++ /dev/null
@@ -1,15 +0,0 @@
-# ApiSubscriptionInvoiceConfigUpdateRequestDtoEffectiveDatePeriod
-
-When the invoice will be issued
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------------------- | :----- | :------- | :------------------------ |
-| ON_PAYMENT_CONFIRMATION | String | ✅ | "ON_PAYMENT_CONFIRMATION" |
-| ON_PAYMENT_DUE_DATE | String | ✅ | "ON_PAYMENT_DUE_DATE" |
-| BEFORE_PAYMENT_DUE_DATE | String | ✅ | "BEFORE_PAYMENT_DUE_DATE" |
-| ON_DUE_DATE_MONTH | String | ✅ | "ON_DUE_DATE_MONTH" |
-| ON_NEXT_MONTH | String | ✅ | "ON_NEXT_MONTH" |
-
-
diff --git a/documentation/models/ApiSubscriptionListPaymentsRequestPaymentStatus.md b/documentation/models/ApiSubscriptionListPaymentsRequestPaymentStatus.md
deleted file mode 100644
index e8951d5..0000000
--- a/documentation/models/ApiSubscriptionListPaymentsRequestPaymentStatus.md
+++ /dev/null
@@ -1,24 +0,0 @@
-# ApiSubscriptionListPaymentsRequestPaymentStatus
-
-Filter by payment status
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------------------------- | :----- | :------- | :----------------------------- |
-| PENDING | String | ✅ | "PENDING" |
-| RECEIVED | String | ✅ | "RECEIVED" |
-| CONFIRMED | String | ✅ | "CONFIRMED" |
-| OVERDUE | String | ✅ | "OVERDUE" |
-| REFUNDED | String | ✅ | "REFUNDED" |
-| RECEIVED_IN_CASH | String | ✅ | "RECEIVED_IN_CASH" |
-| REFUND_REQUESTED | String | ✅ | "REFUND_REQUESTED" |
-| REFUND_IN_PROGRESS | String | ✅ | "REFUND_IN_PROGRESS" |
-| CHARGEBACK_REQUESTED | String | ✅ | "CHARGEBACK_REQUESTED" |
-| CHARGEBACK_DISPUTE | String | ✅ | "CHARGEBACK_DISPUTE" |
-| AWAITING_CHARGEBACK_REVERSAL | String | ✅ | "AWAITING_CHARGEBACK_REVERSAL" |
-| DUNNING_REQUESTED | String | ✅ | "DUNNING_REQUESTED" |
-| DUNNING_RECEIVED | String | ✅ | "DUNNING_RECEIVED" |
-| AWAITING_RISK_ANALYSIS | String | ✅ | "AWAITING_RISK_ANALYSIS" |
-
-
diff --git a/documentation/models/ApiSubscriptionListRequestBillingType.md b/documentation/models/ApiSubscriptionListRequestBillingType.md
deleted file mode 100644
index 08e48b2..0000000
--- a/documentation/models/ApiSubscriptionListRequestBillingType.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# ApiSubscriptionListRequestBillingType
-
-Filter by billing type
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------- | :----- | :------- | :------------ |
-| UNDEFINED | String | ✅ | "UNDEFINED" |
-| BOLETO | String | ✅ | "BOLETO" |
-| CREDIT_CARD | String | ✅ | "CREDIT_CARD" |
-| DEBIT_CARD | String | ✅ | "DEBIT_CARD" |
-| TRANSFER | String | ✅ | "TRANSFER" |
-| DEPOSIT | String | ✅ | "DEPOSIT" |
-| PIX | String | ✅ | "PIX" |
-
-
diff --git a/documentation/models/ApiSubscriptionListRequestSubscriptionStatus.md b/documentation/models/ApiSubscriptionListRequestSubscriptionStatus.md
deleted file mode 100644
index d49a2d7..0000000
--- a/documentation/models/ApiSubscriptionListRequestSubscriptionStatus.md
+++ /dev/null
@@ -1,13 +0,0 @@
-# ApiSubscriptionListRequestSubscriptionStatus
-
-Filter by status
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------- | :----- | :------- | :---------- |
-| ACTIVE | String | ✅ | "ACTIVE" |
-| EXPIRED | String | ✅ | "EXPIRED" |
-| INACTIVE | String | ✅ | "INACTIVE" |
-
-
diff --git a/documentation/models/ApiSubscriptionListResponseDto.md b/documentation/models/ApiSubscriptionListResponseDto.md
deleted file mode 100644
index adbb65e..0000000
--- a/documentation/models/ApiSubscriptionListResponseDto.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiSubscriptionListResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------- | :------------------------------------ | :------- | :---------------------------------------------------------- |
-| object | String | ❌ | Object type |
-| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
-| totalCount | Long | ❌ | Total number of items for the filters entered |
-| limit | Long | ❌ | Number of objects per page |
-| offset | Long | ❌ | Position of the object from which the page should be loaded |
-| data | List\ | ❌ | List of objects |
-
-
diff --git a/documentation/models/ApiSubscriptionSaveRequestBillingType.md b/documentation/models/ApiSubscriptionSaveRequestBillingType.md
deleted file mode 100644
index 981aa86..0000000
--- a/documentation/models/ApiSubscriptionSaveRequestBillingType.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiSubscriptionSaveRequestBillingType
-
-Billing type
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------- | :----- | :------- | :------------ |
-| UNDEFINED | String | ✅ | "UNDEFINED" |
-| BOLETO | String | ✅ | "BOLETO" |
-| CREDIT_CARD | String | ✅ | "CREDIT_CARD" |
-| PIX | String | ✅ | "PIX" |
-
-
diff --git a/documentation/models/ApiSubscriptionSaveRequestCycle.md b/documentation/models/ApiSubscriptionSaveRequestCycle.md
deleted file mode 100644
index 7c6313b..0000000
--- a/documentation/models/ApiSubscriptionSaveRequestCycle.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# ApiSubscriptionSaveRequestCycle
-
-Billing frequency
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----------- | :----- | :------- | :------------- |
-| WEEKLY | String | ✅ | "WEEKLY" |
-| BIWEEKLY | String | ✅ | "BIWEEKLY" |
-| MONTHLY | String | ✅ | "MONTHLY" |
-| BIMONTHLY | String | ✅ | "BIMONTHLY" |
-| QUARTERLY | String | ✅ | "QUARTERLY" |
-| SEMIANNUALLY | String | ✅ | "SEMIANNUALLY" |
-| YEARLY | String | ✅ | "YEARLY" |
-
-
diff --git a/documentation/models/ApiSubscriptionSaveRequestDto.md b/documentation/models/ApiSubscriptionSaveRequestDto.md
deleted file mode 100644
index 3a6ad56..0000000
--- a/documentation/models/ApiSubscriptionSaveRequestDto.md
+++ /dev/null
@@ -1,22 +0,0 @@
-# ApiSubscriptionSaveRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------------- | :------------------------------------- | :------- | :--------------------------------------------------------------- |
-| customer | String | ✅ | Unique customer identifier in Asaas |
-| billingType | ApiSubscriptionSaveRequestBillingType | ✅ | Billing type |
-| value | Double | ✅ | Subscription value |
-| nextDueDate | String | ✅ | First payment due |
-| cycle | ApiSubscriptionSaveRequestCycle | ✅ | Billing frequency |
-| discount | ApiPaymentDiscountDto | ❌ | |
-| interest | ApiPaymentInterestRequestDto | ❌ | |
-| fine | ApiPaymentFineRequestDto | ❌ | |
-| description | String | ❌ | Subscription description (max. 500 characters) |
-| endDate | String | ❌ | Deadline for payments to be due |
-| maxPayments | Long | ❌ | Maximum number of payments to be generated for this subscription |
-| externalReference | String | ❌ | Subscription identifier on your system |
-| split | List\ | ❌ | Split information |
-| callback | ApiPaymentCallbackRequestDto | ❌ | |
-
-
diff --git a/documentation/models/ApiSubscriptionSaveWithCreditCardRequestBillingType.md b/documentation/models/ApiSubscriptionSaveWithCreditCardRequestBillingType.md
deleted file mode 100644
index 09bf073..0000000
--- a/documentation/models/ApiSubscriptionSaveWithCreditCardRequestBillingType.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiSubscriptionSaveWithCreditCardRequestBillingType
-
-Billing type
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------- | :----- | :------- | :------------ |
-| UNDEFINED | String | ✅ | "UNDEFINED" |
-| BOLETO | String | ✅ | "BOLETO" |
-| CREDIT_CARD | String | ✅ | "CREDIT_CARD" |
-| PIX | String | ✅ | "PIX" |
-
-
diff --git a/documentation/models/ApiSubscriptionSaveWithCreditCardRequestCycle.md b/documentation/models/ApiSubscriptionSaveWithCreditCardRequestCycle.md
deleted file mode 100644
index 36a2a77..0000000
--- a/documentation/models/ApiSubscriptionSaveWithCreditCardRequestCycle.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# ApiSubscriptionSaveWithCreditCardRequestCycle
-
-Billing frequency
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----------- | :----- | :------- | :------------- |
-| WEEKLY | String | ✅ | "WEEKLY" |
-| BIWEEKLY | String | ✅ | "BIWEEKLY" |
-| MONTHLY | String | ✅ | "MONTHLY" |
-| BIMONTHLY | String | ✅ | "BIMONTHLY" |
-| QUARTERLY | String | ✅ | "QUARTERLY" |
-| SEMIANNUALLY | String | ✅ | "SEMIANNUALLY" |
-| YEARLY | String | ✅ | "YEARLY" |
-
-
diff --git a/documentation/models/ApiSubscriptionSaveWithCreditCardRequestDto.md b/documentation/models/ApiSubscriptionSaveWithCreditCardRequestDto.md
deleted file mode 100644
index 49a424f..0000000
--- a/documentation/models/ApiSubscriptionSaveWithCreditCardRequestDto.md
+++ /dev/null
@@ -1,26 +0,0 @@
-# ApiSubscriptionSaveWithCreditCardRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------------- | :-------------------------------------------------- | :------- | :----------------------------------------------------------------------------------------------------------------------- |
-| customer | String | ✅ | Unique customer identifier in Asaas |
-| billingType | ApiSubscriptionSaveWithCreditCardRequestBillingType | ✅ | Billing type |
-| value | Double | ✅ | Subscription value |
-| nextDueDate | String | ✅ | First payment due |
-| cycle | ApiSubscriptionSaveWithCreditCardRequestCycle | ✅ | Billing frequency |
-| creditCard | ApiCreditCardRequestDto | ✅ | |
-| creditCardHolderInfo | ApiCreditCardHolderInfoRequestDto | ✅ | |
-| remoteIp | String | ✅ | IP from where the customer is making the purchase. Your server's IP must not be entered. |
-| discount | ApiPaymentDiscountDto | ❌ | |
-| interest | ApiPaymentInterestRequestDto | ❌ | |
-| fine | ApiPaymentFineRequestDto | ❌ | |
-| description | String | ❌ | Subscription description (max. 500 characters) |
-| endDate | String | ❌ | Deadline for payments to be due |
-| maxPayments | Long | ❌ | Maximum number of payments to be generated for this subscription |
-| externalReference | String | ❌ | Subscription identifier on your system |
-| split | List\ | ❌ | Split information |
-| callback | ApiPaymentCallbackRequestDto | ❌ | |
-| creditCardToken | String | ❌ | Credit card token for using the credit card tokenization functionality. If informed, the fields above are not mandatory. |
-
-
diff --git a/documentation/models/ApiSubscriptionSaveWithCreditCardResponseBillingType.md b/documentation/models/ApiSubscriptionSaveWithCreditCardResponseBillingType.md
deleted file mode 100644
index 025e50c..0000000
--- a/documentation/models/ApiSubscriptionSaveWithCreditCardResponseBillingType.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# ApiSubscriptionSaveWithCreditCardResponseBillingType
-
-Billing type
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------- | :----- | :------- | :------------ |
-| UNDEFINED | String | ✅ | "UNDEFINED" |
-| BOLETO | String | ✅ | "BOLETO" |
-| CREDIT_CARD | String | ✅ | "CREDIT_CARD" |
-| DEBIT_CARD | String | ✅ | "DEBIT_CARD" |
-| TRANSFER | String | ✅ | "TRANSFER" |
-| DEPOSIT | String | ✅ | "DEPOSIT" |
-| PIX | String | ✅ | "PIX" |
-
-
diff --git a/documentation/models/ApiSubscriptionSaveWithCreditCardResponseCycle.md b/documentation/models/ApiSubscriptionSaveWithCreditCardResponseCycle.md
deleted file mode 100644
index fb73ea2..0000000
--- a/documentation/models/ApiSubscriptionSaveWithCreditCardResponseCycle.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# ApiSubscriptionSaveWithCreditCardResponseCycle
-
-Billing frequency
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----------- | :----- | :------- | :------------- |
-| WEEKLY | String | ✅ | "WEEKLY" |
-| BIWEEKLY | String | ✅ | "BIWEEKLY" |
-| MONTHLY | String | ✅ | "MONTHLY" |
-| BIMONTHLY | String | ✅ | "BIMONTHLY" |
-| QUARTERLY | String | ✅ | "QUARTERLY" |
-| SEMIANNUALLY | String | ✅ | "SEMIANNUALLY" |
-| YEARLY | String | ✅ | "YEARLY" |
-
-
diff --git a/documentation/models/ApiSubscriptionSaveWithCreditCardResponseDto.md b/documentation/models/ApiSubscriptionSaveWithCreditCardResponseDto.md
deleted file mode 100644
index e715922..0000000
--- a/documentation/models/ApiSubscriptionSaveWithCreditCardResponseDto.md
+++ /dev/null
@@ -1,29 +0,0 @@
-# ApiSubscriptionSaveWithCreditCardResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------------- | :---------------------------------------------------------- | :------- | :----------------------------------------------------------------------- |
-| object | String | ❌ | Object type |
-| id | String | ❌ | Unique subscription identifier in Asaas |
-| dateCreated | String | ❌ | Subscription creation date |
-| customer | String | ❌ | Unique customer identifier |
-| paymentLink | String | ❌ | Unique identifier of the payments link to which the subscription belongs |
-| billingType | ApiSubscriptionSaveWithCreditCardResponseBillingType | ❌ | Billing type |
-| cycle | ApiSubscriptionSaveWithCreditCardResponseCycle | ❌ | Billing frequency |
-| value | Double | ❌ | Subscription value |
-| nextDueDate | String | ❌ | Due date of the next payment to be generated |
-| endDate | String | ❌ | Deadline for payments to be due |
-| description | String | ❌ | Subscription description |
-| status | ApiSubscriptionSaveWithCreditCardResponseSubscriptionStatus | ❌ | Subscription status |
-| discount | ApiPaymentDiscountDto | ❌ | |
-| fine | ApiPaymentFineResponseDto | ❌ | |
-| interest | ApiPaymentInterestResponseDto | ❌ | |
-| deleted | Boolean | ❌ | Informs if the subscription has been removed |
-| maxPayments | Long | ❌ | Maximum number of payments to be generated for this subscription |
-| externalReference | String | ❌ | Subscription identifier on your system |
-| checkoutSession | String | ❌ | Unique checkout identifier |
-| split | List\ | ❌ | Split information |
-| creditCard | ApiPaymentSaveWithCreditCardCreditCardDto | ❌ | |
-
-
diff --git a/documentation/models/ApiSubscriptionSaveWithCreditCardResponseSubscriptionStatus.md b/documentation/models/ApiSubscriptionSaveWithCreditCardResponseSubscriptionStatus.md
deleted file mode 100644
index 6c3a2e1..0000000
--- a/documentation/models/ApiSubscriptionSaveWithCreditCardResponseSubscriptionStatus.md
+++ /dev/null
@@ -1,13 +0,0 @@
-# ApiSubscriptionSaveWithCreditCardResponseSubscriptionStatus
-
-Subscription status
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------- | :----- | :------- | :---------- |
-| ACTIVE | String | ✅ | "ACTIVE" |
-| EXPIRED | String | ✅ | "EXPIRED" |
-| INACTIVE | String | ✅ | "INACTIVE" |
-
-
diff --git a/documentation/models/ApiSubscriptionSplitRequestDto.md b/documentation/models/ApiSubscriptionSplitRequestDto.md
deleted file mode 100644
index f9eb24d..0000000
--- a/documentation/models/ApiSubscriptionSplitRequestDto.md
+++ /dev/null
@@ -1,13 +0,0 @@
-# ApiSubscriptionSplitRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------------- | :----- | :------- | :------------------------------------------------------------------------- |
-| walletId | String | ✅ | Asaas wallet identifier that will be transferred |
-| fixedValue | Double | ❌ | Fixed amount to be transferred to the account when the payment is received |
-| percentualValue | Double | ❌ | Percentage of the net value of the charge to be transferred when received |
-| externalReference | String | ❌ | Split identifier in your system |
-| description | String | ❌ | Split description |
-
-
diff --git a/documentation/models/ApiSubscriptionSplitResponseDto.md b/documentation/models/ApiSubscriptionSplitResponseDto.md
deleted file mode 100644
index 898c540..0000000
--- a/documentation/models/ApiSubscriptionSplitResponseDto.md
+++ /dev/null
@@ -1,15 +0,0 @@
-# ApiSubscriptionSplitResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------------- | :---------------------------------------------------------- | :------- | :------------------------------------------------------------------------- |
-| walletId | String | ❌ | Asaas wallet identifier that will be transferred |
-| fixedValue | Double | ❌ | Fixed amount to be transferred to the account when the payment is received |
-| percentualValue | Double | ❌ | Percentage of the net value of the charge to be transferred when received |
-| externalReference | String | ❌ | Split identifier in your system |
-| description | String | ❌ | Split description |
-| status | ApiSubscriptionSplitResponseSubscriptionSplitStatus | ❌ | Subscription split status |
-| disabledReason | ApiSubscriptionSplitResponseSubscriptionSplitDisabledReason | ❌ | Reason why subscription split was disabled |
-
-
diff --git a/documentation/models/ApiSubscriptionSplitResponseSubscriptionSplitDisabledReason.md b/documentation/models/ApiSubscriptionSplitResponseSubscriptionSplitDisabledReason.md
deleted file mode 100644
index c22f5c6..0000000
--- a/documentation/models/ApiSubscriptionSplitResponseSubscriptionSplitDisabledReason.md
+++ /dev/null
@@ -1,12 +0,0 @@
-# ApiSubscriptionSplitResponseSubscriptionSplitDisabledReason
-
-Reason why subscription split was disabled
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----------------------- | :----- | :------- | :------------------------- |
-| WALLET_UNABLE_TO_RECEIVE | String | ✅ | "WALLET_UNABLE_TO_RECEIVE" |
-| VALUE_DIVERGENCE | String | ✅ | "VALUE_DIVERGENCE" |
-
-
diff --git a/documentation/models/ApiSubscriptionSplitResponseSubscriptionSplitStatus.md b/documentation/models/ApiSubscriptionSplitResponseSubscriptionSplitStatus.md
deleted file mode 100644
index 2cc6d9b..0000000
--- a/documentation/models/ApiSubscriptionSplitResponseSubscriptionSplitStatus.md
+++ /dev/null
@@ -1,12 +0,0 @@
-# ApiSubscriptionSplitResponseSubscriptionSplitStatus
-
-Subscription split status
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------- | :----- | :------- | :---------- |
-| ACTIVE | String | ✅ | "ACTIVE" |
-| DISABLED | String | ✅ | "DISABLED" |
-
-
diff --git a/documentation/models/ApiSubscriptionUpdateCreditCardRequestDto.md b/documentation/models/ApiSubscriptionUpdateCreditCardRequestDto.md
deleted file mode 100644
index 3e44367..0000000
--- a/documentation/models/ApiSubscriptionUpdateCreditCardRequestDto.md
+++ /dev/null
@@ -1,12 +0,0 @@
-# ApiSubscriptionUpdateCreditCardRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------------- | :-------------------------------- | :------- | :----------------------------------------------------------------------------------------------------------------------- |
-| creditCard | ApiCreditCardRequestDto | ✅ | |
-| creditCardHolderInfo | ApiCreditCardHolderInfoRequestDto | ✅ | |
-| remoteIp | String | ✅ | IP from where the customer is making the purchase. Your server's IP must not be entered. |
-| creditCardToken | String | ❌ | Credit card token for using the credit card tokenization functionality. If informed, the fields above are not mandatory. |
-
-
diff --git a/documentation/models/ApiSubscriptionUpdateRequestBillingType.md b/documentation/models/ApiSubscriptionUpdateRequestBillingType.md
deleted file mode 100644
index f92af3a..0000000
--- a/documentation/models/ApiSubscriptionUpdateRequestBillingType.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiSubscriptionUpdateRequestBillingType
-
-Billing type
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------- | :----- | :------- | :------------ |
-| UNDEFINED | String | ✅ | "UNDEFINED" |
-| BOLETO | String | ✅ | "BOLETO" |
-| CREDIT_CARD | String | ✅ | "CREDIT_CARD" |
-| PIX | String | ✅ | "PIX" |
-
-
diff --git a/documentation/models/ApiSubscriptionUpdateRequestCycle.md b/documentation/models/ApiSubscriptionUpdateRequestCycle.md
deleted file mode 100644
index 51e6d94..0000000
--- a/documentation/models/ApiSubscriptionUpdateRequestCycle.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# ApiSubscriptionUpdateRequestCycle
-
-Billing frequency
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----------- | :----- | :------- | :------------- |
-| WEEKLY | String | ✅ | "WEEKLY" |
-| BIWEEKLY | String | ✅ | "BIWEEKLY" |
-| MONTHLY | String | ✅ | "MONTHLY" |
-| BIMONTHLY | String | ✅ | "BIMONTHLY" |
-| QUARTERLY | String | ✅ | "QUARTERLY" |
-| SEMIANNUALLY | String | ✅ | "SEMIANNUALLY" |
-| YEARLY | String | ✅ | "YEARLY" |
-
-
diff --git a/documentation/models/ApiSubscriptionUpdateRequestDto.md b/documentation/models/ApiSubscriptionUpdateRequestDto.md
deleted file mode 100644
index f2f6d15..0000000
--- a/documentation/models/ApiSubscriptionUpdateRequestDto.md
+++ /dev/null
@@ -1,21 +0,0 @@
-# ApiSubscriptionUpdateRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :-------------------- | :--------------------------------------------- | :------- | :-------------------------------------------------------------------------- |
-| billingType | ApiSubscriptionUpdateRequestBillingType | ❌ | Billing type |
-| status | ApiSubscriptionUpdateRequestSubscriptionStatus | ❌ | Subscription status |
-| nextDueDate | String | ❌ | First payment due |
-| discount | ApiPaymentDiscountDto | ❌ | |
-| interest | ApiPaymentInterestRequestDto | ❌ | |
-| fine | ApiPaymentFineRequestDto | ❌ | |
-| cycle | ApiSubscriptionUpdateRequestCycle | ❌ | Billing frequency |
-| description | String | ❌ | Subscription description (max. 500 characters) |
-| endDate | String | ❌ | Deadline for payments to be due |
-| updatePendingPayments | Boolean | ❌ | true to update the possible properties of already existing pending payments |
-| externalReference | String | ❌ | Subscription identifier on your system |
-| split | List\ | ❌ | Split information |
-| callback | ApiPaymentCallbackRequestDto | ❌ | |
-
-
diff --git a/documentation/models/ApiSubscriptionUpdateRequestSubscriptionStatus.md b/documentation/models/ApiSubscriptionUpdateRequestSubscriptionStatus.md
deleted file mode 100644
index a280842..0000000
--- a/documentation/models/ApiSubscriptionUpdateRequestSubscriptionStatus.md
+++ /dev/null
@@ -1,12 +0,0 @@
-# ApiSubscriptionUpdateRequestSubscriptionStatus
-
-Subscription status
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------- | :----- | :------- | :---------- |
-| ACTIVE | String | ✅ | "ACTIVE" |
-| INACTIVE | String | ✅ | "INACTIVE" |
-
-
diff --git a/documentation/models/ApiTransferBankAccountGetResponseDto.md b/documentation/models/ApiTransferBankAccountGetResponseDto.md
deleted file mode 100644
index bcf1331..0000000
--- a/documentation/models/ApiTransferBankAccountGetResponseDto.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# ApiTransferBankAccountGetResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------ | :---------------------------- | :------- | :------------------------------------ |
-| bank | ApiTransferBankGetResponseDto | ❌ | |
-| accountName | String | ❌ | Name of bank account owner |
-| ownerName | String | ❌ | Name of bank account owner |
-| cpfCnpj | String | ❌ | CPF or CNPJ of the bank account owner |
-| agency | String | ❌ | Non-digit agency number |
-| agencyDigit | String | ❌ | Agency digit |
-| account | String | ❌ | Non-digit bank account number |
-| accountDigit | String | ❌ | Bank account digit |
-| pixAddressKey | String | ❌ | Pix key address |
-
-
diff --git a/documentation/models/ApiTransferBankAccountSaveRequestBankAccountType.md b/documentation/models/ApiTransferBankAccountSaveRequestBankAccountType.md
deleted file mode 100644
index d572bdc..0000000
--- a/documentation/models/ApiTransferBankAccountSaveRequestBankAccountType.md
+++ /dev/null
@@ -1,12 +0,0 @@
-# ApiTransferBankAccountSaveRequestBankAccountType
-
-Account type
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------------- | :----- | :------- | :--------------- |
-| CONTA_CORRENTE | String | ✅ | "CONTA_CORRENTE" |
-| CONTA_POUPANCA | String | ✅ | "CONTA_POUPANCA" |
-
-
diff --git a/documentation/models/ApiTransferBankAccountSaveRequestDto.md b/documentation/models/ApiTransferBankAccountSaveRequestDto.md
deleted file mode 100644
index 67e4ca7..0000000
--- a/documentation/models/ApiTransferBankAccountSaveRequestDto.md
+++ /dev/null
@@ -1,18 +0,0 @@
-# ApiTransferBankAccountSaveRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :-------------- | :----------------------------------------------- | :------- | :---------------------------------------------------------------------------------------------------------------------- |
-| ownerName | String | ✅ | Name of bank account owner |
-| cpfCnpj | String | ✅ | CPF or CNPJ of the bank account owner |
-| agency | String | ✅ | Non-digit agency number |
-| account | String | ✅ | Non-digit bank account number |
-| accountDigit | String | ✅ | Bank account digit |
-| bank | ApiTransferBankSaveRequestDto | ❌ | |
-| accountName | String | ❌ | Bank account name |
-| ownerBirthDate | String | ❌ | Account owner's date of birth. Only when the bank account does not belong to the same CPF or CNPJ as the Asaas account. |
-| bankAccountType | ApiTransferBankAccountSaveRequestBankAccountType | ❌ | Account type |
-| ispb | String | ❌ | Identifier in the Brazilian Payment System |
-
-
diff --git a/documentation/models/ApiTransferBankGetResponseDto.md b/documentation/models/ApiTransferBankGetResponseDto.md
deleted file mode 100644
index dc22c39..0000000
--- a/documentation/models/ApiTransferBankGetResponseDto.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# ApiTransferBankGetResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--- | :----- | :------- | :----------------------------------------- |
-| ispb | String | ❌ | Identifier in the Brazilian Payment System |
-| code | String | ❌ | Bank clearing code in the banking system |
-| name | String | ❌ | Bank name |
-
-
diff --git a/documentation/models/ApiTransferBankSaveRequestDto.md b/documentation/models/ApiTransferBankSaveRequestDto.md
deleted file mode 100644
index 9f22983..0000000
--- a/documentation/models/ApiTransferBankSaveRequestDto.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# ApiTransferBankSaveRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--- | :----- | :------- | :--------------------------------------- |
-| code | String | ✅ | Bank clearing code in the banking system |
-
-
diff --git a/documentation/models/ApiTransferGetResponseDto.md b/documentation/models/ApiTransferGetResponseDto.md
deleted file mode 100644
index 3a80a83..0000000
--- a/documentation/models/ApiTransferGetResponseDto.md
+++ /dev/null
@@ -1,27 +0,0 @@
-# ApiTransferGetResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :-------------------- | :----------------------------------- | :------- | :------------------------------------------------------------------ |
-| object | String | ❌ | Object type |
-| id | String | ❌ | Unique transfer identifier in Asaas |
-| type | ApiTransferGetResponseDtoType | ❌ | Type of transfer |
-| dateCreated | String | ❌ | Transfer request date |
-| value | Double | ❌ | Transfer amount |
-| netValue | Double | ❌ | Net value minus transfer fee |
-| status | ApiTransferGetResponseTransferStatus | ❌ | Transfer status |
-| transferFee | Double | ❌ | Transfer rate |
-| effectiveDate | String | ❌ | Effective date |
-| scheduleDate | String | ❌ | Schedule date |
-| endToEndIdentifier | String | ❌ | Unique identifier of the Pix transaction at the Central Bank |
-| authorized | Boolean | ❌ | `false` when awaiting authorization via SMS Token |
-| failReason | String | ❌ | Reason for transfer failure |
-| externalReference | String | ❌ | Transfer identifier in your system |
-| transactionReceiptUrl | String | ❌ | Proof of transfer will be available after the transfer is confirmed |
-| operationType | ApiTransferGetResponseTransferType | ❌ | Transfer method |
-| description | String | ❌ | Transfer description |
-| recurring | String | ❌ | Unique recurrence identifier in Asaas |
-| bankAccount | ApiTransferBankAccountGetResponseDto | ❌ | |
-
-
diff --git a/documentation/models/ApiTransferGetResponseDtoType.md b/documentation/models/ApiTransferGetResponseDtoType.md
deleted file mode 100644
index 32c7134..0000000
--- a/documentation/models/ApiTransferGetResponseDtoType.md
+++ /dev/null
@@ -1,13 +0,0 @@
-# ApiTransferGetResponseDtoType
-
-Type of transfer
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------- | :----- | :------- | :---------- |
-| PIX | String | ✅ | "PIX" |
-| TED | String | ✅ | "TED" |
-| INTERNAL | String | ✅ | "INTERNAL" |
-
-
diff --git a/documentation/models/ApiTransferGetResponseTransferStatus.md b/documentation/models/ApiTransferGetResponseTransferStatus.md
deleted file mode 100644
index 685f7d8..0000000
--- a/documentation/models/ApiTransferGetResponseTransferStatus.md
+++ /dev/null
@@ -1,15 +0,0 @@
-# ApiTransferGetResponseTransferStatus
-
-Transfer status
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :-------------- | :----- | :------- | :---------------- |
-| PENDING | String | ✅ | "PENDING" |
-| BANK_PROCESSING | String | ✅ | "BANK_PROCESSING" |
-| DONE | String | ✅ | "DONE" |
-| CANCELLED | String | ✅ | "CANCELLED" |
-| FAILED | String | ✅ | "FAILED" |
-
-
diff --git a/documentation/models/ApiTransferGetResponseTransferType.md b/documentation/models/ApiTransferGetResponseTransferType.md
deleted file mode 100644
index ec24d4e..0000000
--- a/documentation/models/ApiTransferGetResponseTransferType.md
+++ /dev/null
@@ -1,13 +0,0 @@
-# ApiTransferGetResponseTransferType
-
-Transfer method
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------- | :----- | :------- | :---------- |
-| PIX | String | ✅ | "PIX" |
-| TED | String | ✅ | "TED" |
-| INTERNAL | String | ✅ | "INTERNAL" |
-
-
diff --git a/documentation/models/ApiTransferListResponseDto.md b/documentation/models/ApiTransferListResponseDto.md
deleted file mode 100644
index be2459e..0000000
--- a/documentation/models/ApiTransferListResponseDto.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiTransferListResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------- | :-------------------------------- | :------- | :---------------------------------------------------------- |
-| object | String | ❌ | Object type |
-| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
-| totalCount | Long | ❌ | Total number of items for the filters entered |
-| limit | Long | ❌ | Number of objects per page |
-| offset | Long | ❌ | Position of the object from which the page should be loaded |
-| data | List\ | ❌ | List of objects |
-
-
diff --git a/documentation/models/ApiTransferRecurringSaveRequestDto.md b/documentation/models/ApiTransferRecurringSaveRequestDto.md
deleted file mode 100644
index 59c2e4e..0000000
--- a/documentation/models/ApiTransferRecurringSaveRequestDto.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# ApiTransferRecurringSaveRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :-------- | :---------------------------------------------------------------- | :------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| frequency | ApiTransferRecurringSaveRequestRecurringCheckoutScheduleFrequency | ❌ | Frequency |
-| quantity | Long | ❌ | Number of repetitions. This transfer will be included as the first transaction of the recurrence. For the `WEEKLY` frequency, the maximum accepted is: `51` For the `MONTHLY` frequency, the maximum accepted is: `11` |
-
-
diff --git a/documentation/models/ApiTransferRecurringSaveRequestRecurringCheckoutScheduleFrequency.md b/documentation/models/ApiTransferRecurringSaveRequestRecurringCheckoutScheduleFrequency.md
deleted file mode 100644
index 8f15c7a..0000000
--- a/documentation/models/ApiTransferRecurringSaveRequestRecurringCheckoutScheduleFrequency.md
+++ /dev/null
@@ -1,12 +0,0 @@
-# ApiTransferRecurringSaveRequestRecurringCheckoutScheduleFrequency
-
-Frequency
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------ | :----- | :------- | :---------- |
-| WEEKLY | String | ✅ | "WEEKLY" |
-| MONTHLY | String | ✅ | "MONTHLY" |
-
-
diff --git a/documentation/models/ApiTransferSaveInternalTransferAccountDto.md b/documentation/models/ApiTransferSaveInternalTransferAccountDto.md
deleted file mode 100644
index acb72ee..0000000
--- a/documentation/models/ApiTransferSaveInternalTransferAccountDto.md
+++ /dev/null
@@ -1,13 +0,0 @@
-# ApiTransferSaveInternalTransferAccountDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----------- | :----- | :------- | :------------------------------------- |
-| name | String | ❌ | Target account name |
-| cpfCnpj | String | ❌ | CPF or CNPJ of the destination account |
-| agency | String | ❌ | Target account branch code |
-| account | String | ❌ | Target account number |
-| accountDigit | String | ❌ | Target account digit |
-
-
diff --git a/documentation/models/ApiTransferSaveInternalTransferRequestDto.md b/documentation/models/ApiTransferSaveInternalTransferRequestDto.md
deleted file mode 100644
index 31e57cf..0000000
--- a/documentation/models/ApiTransferSaveInternalTransferRequestDto.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# ApiTransferSaveInternalTransferRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------------- | :----- | :------- | :--------------------------------- |
-| value | Double | ✅ | Amount to be transferred |
-| walletId | String | ✅ | WalletId of the target account |
-| externalReference | String | ❌ | Transfer identifier in your system |
-
-
diff --git a/documentation/models/ApiTransferSaveInternalTransferResponseDto.md b/documentation/models/ApiTransferSaveInternalTransferResponseDto.md
deleted file mode 100644
index 2f54709..0000000
--- a/documentation/models/ApiTransferSaveInternalTransferResponseDto.md
+++ /dev/null
@@ -1,28 +0,0 @@
-# ApiTransferSaveInternalTransferResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :-------------------- | :---------------------------------------------------- | :------- | :--------------------------------------------------------------------------- |
-| object | String | ❌ | Object type |
-| id | String | ❌ | Unique transfer identifier in Asaas |
-| type | ApiTransferSaveInternalTransferResponseDtoType | ❌ | Type of transfer |
-| dateCreated | String | ❌ | Transfer request date |
-| value | Double | ❌ | Transfer amount |
-| netValue | Double | ❌ | Net value minus transfer fee |
-| status | ApiTransferSaveInternalTransferResponseTransferStatus | ❌ | Transfer status |
-| transferFee | Double | ❌ | Transfer rate |
-| effectiveDate | String | ❌ | Effective date |
-| scheduleDate | String | ❌ | Schedule date |
-| endToEndIdentifier | String | ❌ | Unique identifier of the Pix transaction at the Central Bank |
-| authorized | Boolean | ❌ | `false` when awaiting authorization via SMS Token |
-| failReason | String | ❌ | Reason for transfer failure |
-| externalReference | String | ❌ | Transfer identifier in your system |
-| transactionReceiptUrl | String | ❌ | Proof of transfer will be available after the transfer is confirmed |
-| operationType | ApiTransferSaveInternalTransferResponseTransferType | ❌ | Transfer method |
-| description | String | ❌ | Transfer description |
-| recurring | String | ❌ | Unique recurrence identifier in Asaas |
-| walletId | String | ❌ | Unique wallet identifier to split charges or transfer between Asaas accounts |
-| account | ApiTransferSaveInternalTransferAccountDto | ❌ | |
-
-
diff --git a/documentation/models/ApiTransferSaveInternalTransferResponseDtoType.md b/documentation/models/ApiTransferSaveInternalTransferResponseDtoType.md
deleted file mode 100644
index f47f34a..0000000
--- a/documentation/models/ApiTransferSaveInternalTransferResponseDtoType.md
+++ /dev/null
@@ -1,13 +0,0 @@
-# ApiTransferSaveInternalTransferResponseDtoType
-
-Type of transfer
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------- | :----- | :------- | :---------- |
-| PIX | String | ✅ | "PIX" |
-| TED | String | ✅ | "TED" |
-| INTERNAL | String | ✅ | "INTERNAL" |
-
-
diff --git a/documentation/models/ApiTransferSaveInternalTransferResponseTransferStatus.md b/documentation/models/ApiTransferSaveInternalTransferResponseTransferStatus.md
deleted file mode 100644
index 79994fb..0000000
--- a/documentation/models/ApiTransferSaveInternalTransferResponseTransferStatus.md
+++ /dev/null
@@ -1,15 +0,0 @@
-# ApiTransferSaveInternalTransferResponseTransferStatus
-
-Transfer status
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :-------------- | :----- | :------- | :---------------- |
-| PENDING | String | ✅ | "PENDING" |
-| BANK_PROCESSING | String | ✅ | "BANK_PROCESSING" |
-| DONE | String | ✅ | "DONE" |
-| CANCELLED | String | ✅ | "CANCELLED" |
-| FAILED | String | ✅ | "FAILED" |
-
-
diff --git a/documentation/models/ApiTransferSaveInternalTransferResponseTransferType.md b/documentation/models/ApiTransferSaveInternalTransferResponseTransferType.md
deleted file mode 100644
index e97fb9a..0000000
--- a/documentation/models/ApiTransferSaveInternalTransferResponseTransferType.md
+++ /dev/null
@@ -1,13 +0,0 @@
-# ApiTransferSaveInternalTransferResponseTransferType
-
-Transfer method
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :------- | :----- | :------- | :---------- |
-| PIX | String | ✅ | "PIX" |
-| TED | String | ✅ | "TED" |
-| INTERNAL | String | ✅ | "INTERNAL" |
-
-
diff --git a/documentation/models/ApiTransferSaveRequestDto.md b/documentation/models/ApiTransferSaveRequestDto.md
deleted file mode 100644
index 658eeea..0000000
--- a/documentation/models/ApiTransferSaveRequestDto.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# ApiTransferSaveRequestDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---------------- | :-------------------------------------- | :------- | :--------------------------------------------------------------------------------------------------------------------------------- |
-| value | Double | ✅ | Amount to be transferred |
-| bankAccount | ApiTransferBankAccountSaveRequestDto | ❌ | |
-| operationType | ApiTransferSaveRequestTransferType | ❌ | Transfer modality. If not informed and the receiving institution is a Pix participant, the transfer is via Pix. Otherwise via TED. |
-| pixAddressKey | String | ❌ | Enter the Pix key if it is a transfer to a Pix key |
-| pixAddressKeyType | ApiTransferSaveRequestPixAddressKeyType | ❌ | Enter the type of key if it is a transfer to a Pix key |
-| description | String | ❌ | Transfers via Pix allow description |
-| scheduleDate | String | ❌ | For scheduled transfers, if not informed, payment is instantaneous |
-| externalReference | String | ❌ | Transfer identifier in your system |
-| recurring | ApiTransferRecurringSaveRequestDto | ❌ | |
-
-
diff --git a/documentation/models/ApiTransferSaveRequestPixAddressKeyType.md b/documentation/models/ApiTransferSaveRequestPixAddressKeyType.md
deleted file mode 100644
index 27336b9..0000000
--- a/documentation/models/ApiTransferSaveRequestPixAddressKeyType.md
+++ /dev/null
@@ -1,15 +0,0 @@
-# ApiTransferSaveRequestPixAddressKeyType
-
-Enter the type of key if it is a transfer to a Pix key
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :---- | :----- | :------- | :---------- |
-| CPF | String | ✅ | "CPF" |
-| CNPJ | String | ✅ | "CNPJ" |
-| EMAIL | String | ✅ | "EMAIL" |
-| PHONE | String | ✅ | "PHONE" |
-| EVP | String | ✅ | "EVP" |
-
-
diff --git a/documentation/models/ApiTransferSaveRequestTransferType.md b/documentation/models/ApiTransferSaveRequestTransferType.md
deleted file mode 100644
index a013318..0000000
--- a/documentation/models/ApiTransferSaveRequestTransferType.md
+++ /dev/null
@@ -1,12 +0,0 @@
-# ApiTransferSaveRequestTransferType
-
-Transfer modality. If not informed and the receiving institution is a Pix participant, the transfer is via Pix. Otherwise via TED.
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--- | :----- | :------- | :---------- |
-| PIX | String | ✅ | "PIX" |
-| TED | String | ✅ | "TED" |
-
-
diff --git a/documentation/models/ApiWalletGetResponseDto.md b/documentation/models/ApiWalletGetResponseDto.md
deleted file mode 100644
index bb7bceb..0000000
--- a/documentation/models/ApiWalletGetResponseDto.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# ApiWalletGetResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :----- | :----- | :------- | :-------------------------------- |
-| object | String | ❌ | Object type |
-| id | String | ❌ | Unique wallet identifier in Asaas |
-
-
diff --git a/documentation/models/ApiWalletShowResponseDto.md b/documentation/models/ApiWalletShowResponseDto.md
deleted file mode 100644
index 01dd596..0000000
--- a/documentation/models/ApiWalletShowResponseDto.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ApiWalletShowResponseDto
-
-**Properties**
-
-| Name | Type | Required | Description |
-| :--------- | :------------------------------ | :------- | :---------------------------------------------------------- |
-| object | String | ❌ | Object type |
-| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
-| totalCount | Long | ❌ | Total number of items for the filters entered |
-| limit | Long | ❌ | Number of objects per page |
-| offset | Long | ❌ | Position of the object from which the page should be loaded |
-| data | List\ | ❌ | List of objects |
-
-
diff --git a/documentation/models/BankSlipBillingInfoResponseDto.md b/documentation/models/BankSlipBillingInfoResponseDto.md
new file mode 100644
index 0000000..a245924
--- /dev/null
+++ b/documentation/models/BankSlipBillingInfoResponseDto.md
@@ -0,0 +1,15 @@
+# BankSlipBillingInfoResponseDto
+
+Payment data related to bank slip
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------------------------------------- | :----- | :------- | :----------------------------------------------------------------- |
+| identificationField | String | ❌ | Digitable bill line |
+| nossoNumero | String | ❌ | Unique identification of the bank slip |
+| barCode | String | ❌ | Bank slip bar code |
+| bankSlipUrl | String | ❌ | URL to download the bank slip |
+| daysAfterDueDateToRegistrationCancellation | Long | ❌ | Days after registration cancellation deadline (only for bank slip) |
+
+
diff --git a/documentation/models/BillGetResponseBillStatus.md b/documentation/models/BillGetResponseBillStatus.md
new file mode 100644
index 0000000..2525d67
--- /dev/null
+++ b/documentation/models/BillGetResponseBillStatus.md
@@ -0,0 +1,17 @@
+# BillGetResponseBillStatus
+
+Bill payment status
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :-------------------------------------- | :----- | :------- | :---------------------------------------- |
+| PENDING | String | ✅ | "PENDING" |
+| BANK_PROCESSING | String | ✅ | "BANK_PROCESSING" |
+| PAID | String | ✅ | "PAID" |
+| FAILED | String | ✅ | "FAILED" |
+| CANCELLED | String | ✅ | "CANCELLED" |
+| REFUNDED | String | ✅ | "REFUNDED" |
+| AWAITING_CHECKOUT_RISK_ANALYSIS_REQUEST | String | ✅ | "AWAITING_CHECKOUT_RISK_ANALYSIS_REQUEST" |
+
+
diff --git a/documentation/models/BillGetResponseDto.md b/documentation/models/BillGetResponseDto.md
new file mode 100644
index 0000000..ed3f23c
--- /dev/null
+++ b/documentation/models/BillGetResponseDto.md
@@ -0,0 +1,26 @@
+# BillGetResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :-------------------- | :------------------------ | :------- | :------------------------------------------- |
+| object | String | ❌ | Object type |
+| id | String | ❌ | Unique bill payment identifier in Asaas |
+| status | BillGetResponseBillStatus | ❌ | Bill payment status |
+| value | Double | ❌ | Amount to be paid |
+| discount | Double | ❌ | Discount attributed to payment |
+| interest | Double | ❌ | Interest attributed to payment |
+| fine | Double | ❌ | Fine assigned to payment |
+| identificationField | String | ❌ | Typeable line of the bill to be paid |
+| dueDate | String | ❌ | Billing due date |
+| scheduleDate | String | ❌ | Payment scheduling date |
+| paymentDate | String | ❌ | Date on which payment was made |
+| fee | Double | ❌ | Asaas fee for bill payment |
+| description | String | ❌ | Bill Payment Description |
+| companyName | String | ❌ | Company/Body issuing the payment |
+| transactionReceiptUrl | String | ❌ | Proof of bill payment |
+| canBeCancelled | Boolean | ❌ | Whether payment can be canceled |
+| externalReference | String | ❌ | Unique identifier of the bill in your system |
+| failReasons | List\ | ❌ | List of reasons for payment failure |
+
+
diff --git a/documentation/models/BillListResponseDto.md b/documentation/models/BillListResponseDto.md
new file mode 100644
index 0000000..78a89a3
--- /dev/null
+++ b/documentation/models/BillListResponseDto.md
@@ -0,0 +1,14 @@
+# BillListResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------- | :------------------------- | :------- | :---------------------------------------------------------- |
+| object | String | ❌ | Object type |
+| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
+| totalCount | Long | ❌ | Total number of items for the filters entered |
+| limit | Long | ❌ | Number of objects per page |
+| offset | Long | ❌ | Position of the object from which the page should be loaded |
+| data | List\ | ❌ | List of objects |
+
+
diff --git a/documentation/models/BillSaveRequestDto.md b/documentation/models/BillSaveRequestDto.md
new file mode 100644
index 0000000..3a46dd0
--- /dev/null
+++ b/documentation/models/BillSaveRequestDto.md
@@ -0,0 +1,17 @@
+# BillSaveRequestDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------------ | :----- | :------- | :--------------------------------------------------------------------------------------------- |
+| identificationField | String | ✅ | Digitizable bill line |
+| scheduleDate | String | ❌ | Payment scheduling date |
+| description | String | ❌ | Bill Payment Description |
+| discount | Double | ❌ | Discount attributed to payment |
+| interest | Double | ❌ | Interest attributed to payment |
+| fine | Double | ❌ | Fine assigned to payment |
+| dueDate | String | ❌ | Expiration date of the account if it is the type that does not have this information |
+| value | Double | ❌ | Account value if it is the type that does not have this information (Ex: credit card invoices) |
+| externalReference | String | ❌ | Unique identifier of the bill in your system |
+
+
diff --git a/documentation/models/BillSimulateBankSlipInfoResponseDto.md b/documentation/models/BillSimulateBankSlipInfoResponseDto.md
new file mode 100644
index 0000000..2571269
--- /dev/null
+++ b/documentation/models/BillSimulateBankSlipInfoResponseDto.md
@@ -0,0 +1,27 @@
+# BillSimulateBankSlipInfoResponseDto
+
+Information about the bill to be paid
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------------- | :------ | :------- | :------------------------------------------------------ |
+| identificationField | String | ❌ | Digitable line |
+| value | Double | ❌ | Ticket value |
+| dueDate | String | ❌ | Due date |
+| companyName | String | ❌ | Company/Body issuing the bill |
+| bank | String | ❌ | Code of the bank issuing the bill in the banking system |
+| beneficiaryCpfCnpj | String | ❌ | CPF or CNPJ of the beneficiary |
+| beneficiaryName | String | ❌ | Beneficiary's name |
+| allowChangeValue | Boolean | ❌ | Whether the value can be changed or not |
+| minValue | Double | ❌ | Minimum value that can be changed |
+| maxValue | Double | ❌ | Maximum value that can be changed |
+| discountValue | Double | ❌ | Value of discounts |
+| interestValue | Double | ❌ | Interest amount |
+| fineValue | Double | ❌ | Fine value |
+| originalValue | Double | ❌ | Original bill value |
+| totalDiscountValue | Double | ❌ | Total value of discounts and rebates |
+| totalAdditionalValue | Double | ❌ | Total amount of interest and fine |
+| isOverdue | Boolean | ❌ | Informs if the ticket is expired |
+
+
diff --git a/documentation/models/BillSimulateRequestDto.md b/documentation/models/BillSimulateRequestDto.md
new file mode 100644
index 0000000..449c512
--- /dev/null
+++ b/documentation/models/BillSimulateRequestDto.md
@@ -0,0 +1,10 @@
+# BillSimulateRequestDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------------ | :----- | :------- | :-------------------- |
+| identificationField | String | ❌ | Digitizable bill line |
+| barCode | String | ❌ | Ticket barcode |
+
+
diff --git a/documentation/models/BillSimulateResponseDto.md b/documentation/models/BillSimulateResponseDto.md
new file mode 100644
index 0000000..9ca1c9c
--- /dev/null
+++ b/documentation/models/BillSimulateResponseDto.md
@@ -0,0 +1,11 @@
+# BillSimulateResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------------ | :---------------------------------- | :------- | :------------------------------------ |
+| minimumScheduleDate | String | ❌ | Minimum date allowed for scheduling |
+| fee | Double | ❌ | Fee charged when paying the bill |
+| bankSlipInfo | BillSimulateBankSlipInfoResponseDto | ❌ | Information about the bill to be paid |
+
+
diff --git a/documentation/models/BillingStatisticsParameters.md b/documentation/models/BillingStatisticsParameters.md
index 3a2279a..0c48b8e 100644
--- a/documentation/models/BillingStatisticsParameters.md
+++ b/documentation/models/BillingStatisticsParameters.md
@@ -2,18 +2,18 @@
**Properties**
-| Name | Type | Required | Description |
-| :-------------------- | :------------------------------------------------- | :------- | :---------------------------------------- |
-| customer | String | ❌ | Filter by unique customer identifier |
-| billingType | ApiFinanceGetPaymentStatisticsRequestBillingType | ❌ | Filter by payment method |
-| status | ApiFinanceGetPaymentStatisticsRequestPaymentStatus | ❌ | Filter by status |
-| anticipated | Boolean | ❌ | Filter early registrations or not |
-| dateCreatedGe | String | ❌ | Filter from initial creation date |
-| dateCreatedLe | String | ❌ | Filter from final creation date |
-| dueDateGe | String | ❌ | Filter from initial due date |
-| dueDateLe | String | ❌ | Filter by final due date |
-| estimatedCreditDateGe | String | ❌ | Filter from estimated initial credit date |
-| estimatedCreditDateLe | String | ❌ | Filter from estimated end credit date |
-| externalReference | String | ❌ | Filter by your system identifier |
+| Name | Type | Required | Description |
+| :-------------------- | :---------------------------------------------- | :------- | :---------------------------------------- |
+| customer | String | ❌ | Filter by unique customer identifier |
+| billingType | FinanceGetPaymentStatisticsRequestBillingType | ❌ | Filter by payment method |
+| status | FinanceGetPaymentStatisticsRequestPaymentStatus | ❌ | Filter by status |
+| anticipated | Boolean | ❌ | Filter early registrations or not |
+| dateCreatedGe | String | ❌ | Filter from initial creation date |
+| dateCreatedLe | String | ❌ | Filter from final creation date |
+| dueDateGe | String | ❌ | Filter from initial due date |
+| dueDateLe | String | ❌ | Filter by final due date |
+| estimatedCreditDateGe | String | ❌ | Filter from estimated initial credit date |
+| estimatedCreditDateLe | String | ❌ | Filter from estimated end credit date |
+| externalReference | String | ❌ | Filter by your system identifier |
diff --git a/documentation/models/ChargebackCreditCardResponseCreditCardBrand.md b/documentation/models/ChargebackCreditCardResponseCreditCardBrand.md
new file mode 100644
index 0000000..9a60445
--- /dev/null
+++ b/documentation/models/ChargebackCreditCardResponseCreditCardBrand.md
@@ -0,0 +1,23 @@
+# ChargebackCreditCardResponseCreditCardBrand
+
+Flag of the card used
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------- | :----- | :------- | :----------- |
+| VISA | String | ✅ | "VISA" |
+| MASTERCARD | String | ✅ | "MASTERCARD" |
+| ELO | String | ✅ | "ELO" |
+| DINERS | String | ✅ | "DINERS" |
+| DISCOVER | String | ✅ | "DISCOVER" |
+| AMEX | String | ✅ | "AMEX" |
+| CABAL | String | ✅ | "CABAL" |
+| BANESCARD | String | ✅ | "BANESCARD" |
+| CREDZ | String | ✅ | "CREDZ" |
+| SOROCRED | String | ✅ | "SOROCRED" |
+| CREDSYSTEM | String | ✅ | "CREDSYSTEM" |
+| JCB | String | ✅ | "JCB" |
+| UNKNOWN | String | ✅ | "UNKNOWN" |
+
+
diff --git a/documentation/models/ChargebackCreditCardResponseDto.md b/documentation/models/ChargebackCreditCardResponseDto.md
new file mode 100644
index 0000000..dc8f010
--- /dev/null
+++ b/documentation/models/ChargebackCreditCardResponseDto.md
@@ -0,0 +1,12 @@
+# ChargebackCreditCardResponseDto
+
+Credit card information
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----- | :------------------------------------------ | :------- | :----------------------------- |
+| number | String | ❌ | Last 4 digits of the card used |
+| brand | ChargebackCreditCardResponseCreditCardBrand | ❌ | Flag of the card used |
+
+
diff --git a/documentation/models/ChargebackListRequestChargebackStatus.md b/documentation/models/ChargebackListRequestChargebackStatus.md
new file mode 100644
index 0000000..24aac18
--- /dev/null
+++ b/documentation/models/ChargebackListRequestChargebackStatus.md
@@ -0,0 +1,15 @@
+# ChargebackListRequestChargebackStatus
+
+Filter by chargeback status.
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------- | :----- | :------- | :------------- |
+| REQUESTED | String | ✅ | "REQUESTED" |
+| IN_DISPUTE | String | ✅ | "IN_DISPUTE" |
+| DISPUTE_LOST | String | ✅ | "DISPUTE_LOST" |
+| REVERSED | String | ✅ | "REVERSED" |
+| DONE | String | ✅ | "DONE" |
+
+
diff --git a/documentation/models/ChargebackListRequestCreditCardBrand.md b/documentation/models/ChargebackListRequestCreditCardBrand.md
new file mode 100644
index 0000000..3aff2d5
--- /dev/null
+++ b/documentation/models/ChargebackListRequestCreditCardBrand.md
@@ -0,0 +1,23 @@
+# ChargebackListRequestCreditCardBrand
+
+Filter by used card brand.
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------- | :----- | :------- | :----------- |
+| VISA | String | ✅ | "VISA" |
+| MASTERCARD | String | ✅ | "MASTERCARD" |
+| ELO | String | ✅ | "ELO" |
+| DINERS | String | ✅ | "DINERS" |
+| DISCOVER | String | ✅ | "DISCOVER" |
+| AMEX | String | ✅ | "AMEX" |
+| CABAL | String | ✅ | "CABAL" |
+| BANESCARD | String | ✅ | "BANESCARD" |
+| CREDZ | String | ✅ | "CREDZ" |
+| SOROCRED | String | ✅ | "SOROCRED" |
+| CREDSYSTEM | String | ✅ | "CREDSYSTEM" |
+| JCB | String | ✅ | "JCB" |
+| UNKNOWN | String | ✅ | "UNKNOWN" |
+
+
diff --git a/documentation/models/ChargebackListResponseDto.md b/documentation/models/ChargebackListResponseDto.md
new file mode 100644
index 0000000..06c4d3f
--- /dev/null
+++ b/documentation/models/ChargebackListResponseDto.md
@@ -0,0 +1,14 @@
+# ChargebackListResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------- | :----------------------------------- | :------- | :---------------------------------------------------------- |
+| object | String | ❌ | Object type |
+| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
+| totalCount | Long | ❌ | Total number of items for the filters entered |
+| limit | Long | ❌ | Number of objects per page |
+| offset | Long | ❌ | Position of the object from which the page should be loaded |
+| data | List\ | ❌ | List of objects |
+
+
diff --git a/documentation/models/ChargebackSaveDisputeRequestDto.md b/documentation/models/ChargebackSaveDisputeRequestDto.md
new file mode 100644
index 0000000..9f93676
--- /dev/null
+++ b/documentation/models/ChargebackSaveDisputeRequestDto.md
@@ -0,0 +1,9 @@
+# ChargebackSaveDisputeRequestDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---- | :----- | :------- | :----------------------------------------- |
+| files | byte[] | ✅ | Files to create the dispute (Maximum: 11). |
+
+
diff --git a/documentation/models/ChargebackSaveDisputeResponseChargebackDisputeStatus.md b/documentation/models/ChargebackSaveDisputeResponseChargebackDisputeStatus.md
new file mode 100644
index 0000000..b3d40f8
--- /dev/null
+++ b/documentation/models/ChargebackSaveDisputeResponseChargebackDisputeStatus.md
@@ -0,0 +1,13 @@
+# ChargebackSaveDisputeResponseChargebackDisputeStatus
+
+Dispute status.
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :-------- | :----- | :------- | :---------- |
+| REQUESTED | String | ✅ | "REQUESTED" |
+| ACCEPTED | String | ✅ | "ACCEPTED" |
+| REJECTED | String | ✅ | "REJECTED" |
+
+
diff --git a/documentation/models/ChargebackSaveDisputeResponseDto.md b/documentation/models/ChargebackSaveDisputeResponseDto.md
new file mode 100644
index 0000000..8c7d54e
--- /dev/null
+++ b/documentation/models/ChargebackSaveDisputeResponseDto.md
@@ -0,0 +1,11 @@
+# ChargebackSaveDisputeResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------- | :--------------------------------------------------- | :------- | :--------------------------------------------------------------------- |
+| chargebackId | String | ❌ | Unique identifier of chargeback for which the dispute will be created. |
+| status | ChargebackSaveDisputeResponseChargebackDisputeStatus | ❌ | Dispute status. |
+| files | List\ | ❌ | Names of the dispute files. |
+
+
diff --git a/documentation/models/CheckoutSessionCallbackDto.md b/documentation/models/CheckoutSessionCallbackDto.md
new file mode 100644
index 0000000..df711f6
--- /dev/null
+++ b/documentation/models/CheckoutSessionCallbackDto.md
@@ -0,0 +1,13 @@
+# CheckoutSessionCallbackDto
+
+Automatic redirection information after payment on the checkout screen
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------- | :----- | :------- | :----------------------------------- |
+| successUrl | String | ✅ | Redirect URL for successful checkout |
+| cancelUrl | String | ✅ | Redirect URL for canceled checkout |
+| expiredUrl | String | ✅ | Redirect URL for expired checkout |
+
+
diff --git a/documentation/models/CheckoutSessionCustomerDataDto.md b/documentation/models/CheckoutSessionCustomerDataDto.md
new file mode 100644
index 0000000..1d61f6b
--- /dev/null
+++ b/documentation/models/CheckoutSessionCustomerDataDto.md
@@ -0,0 +1,20 @@
+# CheckoutSessionCustomerDataDto
+
+Customer data
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------ | :----- | :------- | :--------------------------------------- |
+| name | String | ❌ | Customer name |
+| cpfCnpj | String | ❌ | Customer CPF or CNPJ |
+| email | String | ❌ | Customer email |
+| phone | String | ❌ | Customer phone |
+| address | String | ❌ | Customer address |
+| addressNumber | Long | ❌ | Address number |
+| complement | String | ❌ | Address complement (max. 255 characters) |
+| province | String | ❌ | Province of address |
+| postalCode | String | ❌ | Address zip code |
+| city | Long | ❌ | City code |
+
+
diff --git a/documentation/models/CheckoutSessionInstallmentDto.md b/documentation/models/CheckoutSessionInstallmentDto.md
new file mode 100644
index 0000000..a9f2a60
--- /dev/null
+++ b/documentation/models/CheckoutSessionInstallmentDto.md
@@ -0,0 +1,11 @@
+# CheckoutSessionInstallmentDto
+
+Installment details. If informed, it will be mandatory to include the `INSTALLMENT` chargeType
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------------ | :--- | :------- | :----------------------------- |
+| maxInstallmentCount | Long | ❌ | Maximum number of installments |
+
+
diff --git a/documentation/models/CheckoutSessionItemsDto.md b/documentation/models/CheckoutSessionItemsDto.md
new file mode 100644
index 0000000..0c1f0c0
--- /dev/null
+++ b/documentation/models/CheckoutSessionItemsDto.md
@@ -0,0 +1,15 @@
+# CheckoutSessionItemsDto
+
+List of items at checkout
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------- | :----- | :------- | :------------------- |
+| imageBase64 | String | ✅ | Item image in Base64 |
+| name | String | ✅ | Item name |
+| quantity | Long | ✅ | Item Quantity |
+| value | Double | ✅ | Item value |
+| description | String | ❌ | Item Description |
+
+
diff --git a/documentation/models/CheckoutSessionResponseBillingType.md b/documentation/models/CheckoutSessionResponseBillingType.md
new file mode 100644
index 0000000..979dc77
--- /dev/null
+++ b/documentation/models/CheckoutSessionResponseBillingType.md
@@ -0,0 +1,12 @@
+# CheckoutSessionResponseBillingType
+
+Payment methods
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------- | :----- | :------- | :------------ |
+| CREDIT_CARD | String | ✅ | "CREDIT_CARD" |
+| PIX | String | ✅ | "PIX" |
+
+
diff --git a/documentation/models/CheckoutSessionResponseChargeType.md b/documentation/models/CheckoutSessionResponseChargeType.md
new file mode 100644
index 0000000..c08d282
--- /dev/null
+++ b/documentation/models/CheckoutSessionResponseChargeType.md
@@ -0,0 +1,13 @@
+# CheckoutSessionResponseChargeType
+
+Charge types
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------- | :----- | :------- | :------------ |
+| DETACHED | String | ✅ | "DETACHED" |
+| RECURRENT | String | ✅ | "RECURRENT" |
+| INSTALLMENT | String | ✅ | "INSTALLMENT" |
+
+
diff --git a/documentation/models/CheckoutSessionResponseDto.md b/documentation/models/CheckoutSessionResponseDto.md
new file mode 100644
index 0000000..f97b9b8
--- /dev/null
+++ b/documentation/models/CheckoutSessionResponseDto.md
@@ -0,0 +1,17 @@
+# CheckoutSessionResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :-------------- | :----------------------------------------- | :------- | :--------------------------------------------------------------------------------------------- |
+| billingTypes | List\ | ❌ | Payment methods |
+| chargeTypes | List\ | ❌ | Charge types |
+| minutesToExpire | Long | ❌ | Time in minutes for checkout expiration |
+| callback | CheckoutSessionCallbackDto | ❌ | Automatic redirection information after payment on the checkout screen |
+| items | List\ | ❌ | List of items at checkout |
+| customerData | CheckoutSessionCustomerDataDto | ❌ | Customer data |
+| subscription | CheckoutSessionSubscriptionDto | ❌ | Subscription details, required if chargeTypes includes `RECURRENT` |
+| installment | CheckoutSessionInstallmentDto | ❌ | Installment details. If informed, it will be mandatory to include the `INSTALLMENT` chargeType |
+| split | List\ | ❌ | Split Settings |
+
+
diff --git a/documentation/models/CheckoutSessionSaveRequestBillingType.md b/documentation/models/CheckoutSessionSaveRequestBillingType.md
new file mode 100644
index 0000000..c6fba4a
--- /dev/null
+++ b/documentation/models/CheckoutSessionSaveRequestBillingType.md
@@ -0,0 +1,12 @@
+# CheckoutSessionSaveRequestBillingType
+
+Payment methods
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------- | :----- | :------- | :------------ |
+| CREDIT_CARD | String | ✅ | "CREDIT_CARD" |
+| PIX | String | ✅ | "PIX" |
+
+
diff --git a/documentation/models/CheckoutSessionSaveRequestChargeType.md b/documentation/models/CheckoutSessionSaveRequestChargeType.md
new file mode 100644
index 0000000..1ea9d77
--- /dev/null
+++ b/documentation/models/CheckoutSessionSaveRequestChargeType.md
@@ -0,0 +1,13 @@
+# CheckoutSessionSaveRequestChargeType
+
+Charge types
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------- | :----- | :------- | :------------ |
+| DETACHED | String | ✅ | "DETACHED" |
+| RECURRENT | String | ✅ | "RECURRENT" |
+| INSTALLMENT | String | ✅ | "INSTALLMENT" |
+
+
diff --git a/documentation/models/CheckoutSessionSaveRequestDto.md b/documentation/models/CheckoutSessionSaveRequestDto.md
new file mode 100644
index 0000000..732d2ea
--- /dev/null
+++ b/documentation/models/CheckoutSessionSaveRequestDto.md
@@ -0,0 +1,17 @@
+# CheckoutSessionSaveRequestDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :-------------- | :-------------------------------------------- | :------- | :--------------------------------------------------------------------------------------------- |
+| billingTypes | List\ | ✅ | Payment methods |
+| chargeTypes | List\ | ✅ | Charge types |
+| callback | CheckoutSessionCallbackDto | ✅ | Automatic redirection information after payment on the checkout screen |
+| items | List\ | ✅ | List of items at checkout |
+| minutesToExpire | Long | ❌ | Time in minutes for checkout expiration |
+| customerData | CheckoutSessionCustomerDataDto | ❌ | Customer data |
+| subscription | CheckoutSessionSubscriptionDto | ❌ | Subscription details, required if chargeTypes includes `RECURRENT` |
+| installment | CheckoutSessionInstallmentDto | ❌ | Installment details. If informed, it will be mandatory to include the `INSTALLMENT` chargeType |
+| splits | List\ | ❌ | Split Settings |
+
+
diff --git a/documentation/models/CheckoutSessionSplitDto.md b/documentation/models/CheckoutSessionSplitDto.md
new file mode 100644
index 0000000..371052c
--- /dev/null
+++ b/documentation/models/CheckoutSessionSplitDto.md
@@ -0,0 +1,14 @@
+# CheckoutSessionSplitDto
+
+Split Settings
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :-------------- | :----- | :------- | :------------------------------------------------------------------------------------------------------------ |
+| walletId | String | ✅ | Asaas wallet identifier that will receive the transfer |
+| fixedValue | Double | ❌ | Fixed amount to be transferred to the account when the payment is received |
+| percentageValue | Double | ❌ | Percentage of the net value of the charge to be transferred when received |
+| totalFixedValue | Double | ❌ | (Instalments only). Amount that will be split relative to the total amount that will be paid in installments. |
+
+
diff --git a/documentation/models/CheckoutSessionSubscriptionCycle.md b/documentation/models/CheckoutSessionSubscriptionCycle.md
new file mode 100644
index 0000000..d62d06b
--- /dev/null
+++ b/documentation/models/CheckoutSessionSubscriptionCycle.md
@@ -0,0 +1,17 @@
+# CheckoutSessionSubscriptionCycle
+
+Billing frequency
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------- | :----- | :------- | :------------- |
+| WEEKLY | String | ✅ | "WEEKLY" |
+| BIWEEKLY | String | ✅ | "BIWEEKLY" |
+| MONTHLY | String | ✅ | "MONTHLY" |
+| BIMONTHLY | String | ✅ | "BIMONTHLY" |
+| QUARTERLY | String | ✅ | "QUARTERLY" |
+| SEMIANNUALLY | String | ✅ | "SEMIANNUALLY" |
+| YEARLY | String | ✅ | "YEARLY" |
+
+
diff --git a/documentation/models/CheckoutSessionSubscriptionDto.md b/documentation/models/CheckoutSessionSubscriptionDto.md
new file mode 100644
index 0000000..92cd810
--- /dev/null
+++ b/documentation/models/CheckoutSessionSubscriptionDto.md
@@ -0,0 +1,13 @@
+# CheckoutSessionSubscriptionDto
+
+Subscription details, required if chargeTypes includes `RECURRENT`
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------- | :------------------------------- | :------- | :------------------------------------------- |
+| cycle | CheckoutSessionSubscriptionCycle | ❌ | Billing frequency |
+| endDate | String | ❌ | Deadline for payments to be due |
+| nextDueDate | String | ❌ | Due date of the next payment to be generated |
+
+
diff --git a/documentation/models/CreditBureauReportGetResponseDto.md b/documentation/models/CreditBureauReportGetResponseDto.md
new file mode 100644
index 0000000..292611d
--- /dev/null
+++ b/documentation/models/CreditBureauReportGetResponseDto.md
@@ -0,0 +1,14 @@
+# CreditBureauReportGetResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------- | :----- | :------- | :----------------------------------------------------------------------------------------- |
+| id | String | ❌ | Unique report identifier in Asaas |
+| dateCreated | String | ❌ | Date of consultation |
+| cpfCnpj | String | ❌ | CPF or CNPJ consulted manually |
+| customer | String | ❌ | Unique customer identifier in Asaas |
+| downloadUrl | String | ❌ | Url to download the report. Available until 11:59 pm on the day of the appointment. |
+| reportFile | String | ❌ | PDF of the query report in Base64 (this field is only returned when the report is created) |
+
+
diff --git a/documentation/models/CreditBureauReportListResponseDto.md b/documentation/models/CreditBureauReportListResponseDto.md
new file mode 100644
index 0000000..1f0a201
--- /dev/null
+++ b/documentation/models/CreditBureauReportListResponseDto.md
@@ -0,0 +1,14 @@
+# CreditBureauReportListResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------- | :--------------------------------------- | :------- | :---------------------------------------------------------- |
+| object | String | ❌ | Object type |
+| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
+| totalCount | Long | ❌ | Total number of items for the filters entered |
+| limit | Long | ❌ | Number of objects per page |
+| offset | Long | ❌ | Position of the object from which the page should be loaded |
+| data | List\ | ❌ | List of objects |
+
+
diff --git a/documentation/models/CreditBureauReportSaveRequestDto.md b/documentation/models/CreditBureauReportSaveRequestDto.md
new file mode 100644
index 0000000..62a13bf
--- /dev/null
+++ b/documentation/models/CreditBureauReportSaveRequestDto.md
@@ -0,0 +1,10 @@
+# CreditBureauReportSaveRequestDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------- | :----- | :------- | :---------------------------------------------------------------------------------------- |
+| customer | String | ❌ | Unique customer identifier in Asaas |
+| cpfCnpj | String | ❌ | CPF or CNPJ of the customer. Enter this field if your client is not registered with Asaas |
+
+
diff --git a/documentation/models/CreditCardHolderInfoRequestDto.md b/documentation/models/CreditCardHolderInfoRequestDto.md
new file mode 100644
index 0000000..535a44b
--- /dev/null
+++ b/documentation/models/CreditCardHolderInfoRequestDto.md
@@ -0,0 +1,18 @@
+# CreditCardHolderInfoRequestDto
+
+Credit card holder information
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------------- | :----- | :------- | :------------------------------------- |
+| name | String | ✅ | Name of card holder |
+| email | String | ✅ | Cardholder email |
+| cpfCnpj | String | ✅ | CPF or CNPJ of the cardholder |
+| postalCode | String | ✅ | Cardholder zip code |
+| addressNumber | String | ✅ | Cardholder address number |
+| phone | String | ✅ | Phone with cardholder's area code |
+| addressComplement | String | ❌ | Supplementing the cardholder's address |
+| mobilePhone | String | ❌ | Cardholder's cell phone |
+
+
diff --git a/documentation/models/CreditCardRequestDto.md b/documentation/models/CreditCardRequestDto.md
new file mode 100644
index 0000000..8266c51
--- /dev/null
+++ b/documentation/models/CreditCardRequestDto.md
@@ -0,0 +1,15 @@
+# CreditCardRequestDto
+
+Credit card information
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------- | :----- | :------- | :----------------------------- |
+| holderName | String | ✅ | Name printed on card |
+| number | String | ✅ | Card number |
+| expiryMonth | String | ✅ | Expiration month with 2 digits |
+| expiryYear | String | ✅ | Expiration year with 4 digits |
+| ccv | String | ✅ | Security code |
+
+
diff --git a/documentation/models/CreditCardTokenizeRequestDto.md b/documentation/models/CreditCardTokenizeRequestDto.md
new file mode 100644
index 0000000..03f321a
--- /dev/null
+++ b/documentation/models/CreditCardTokenizeRequestDto.md
@@ -0,0 +1,12 @@
+# CreditCardTokenizeRequestDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------------- | :----------------------------- | :------- | :--------------------------------------------------------------------------------------- |
+| customer | String | ✅ | Unique customer identifier in Asaas |
+| creditCard | CreditCardRequestDto | ✅ | Credit card information |
+| creditCardHolderInfo | CreditCardHolderInfoRequestDto | ✅ | Credit card holder information |
+| remoteIp | String | ✅ | IP from where the customer is making the purchase. Your server's IP must not be entered. |
+
+
diff --git a/documentation/models/CreditCardTokenizeResponseCreditCardBrand.md b/documentation/models/CreditCardTokenizeResponseCreditCardBrand.md
new file mode 100644
index 0000000..6ba675d
--- /dev/null
+++ b/documentation/models/CreditCardTokenizeResponseCreditCardBrand.md
@@ -0,0 +1,23 @@
+# CreditCardTokenizeResponseCreditCardBrand
+
+Brand of the card used
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------- | :----- | :------- | :----------- |
+| VISA | String | ✅ | "VISA" |
+| MASTERCARD | String | ✅ | "MASTERCARD" |
+| ELO | String | ✅ | "ELO" |
+| DINERS | String | ✅ | "DINERS" |
+| DISCOVER | String | ✅ | "DISCOVER" |
+| AMEX | String | ✅ | "AMEX" |
+| CABAL | String | ✅ | "CABAL" |
+| BANESCARD | String | ✅ | "BANESCARD" |
+| CREDZ | String | ✅ | "CREDZ" |
+| SOROCRED | String | ✅ | "SOROCRED" |
+| CREDSYSTEM | String | ✅ | "CREDSYSTEM" |
+| JCB | String | ✅ | "JCB" |
+| UNKNOWN | String | ✅ | "UNKNOWN" |
+
+
diff --git a/documentation/models/CreditCardTokenizeResponseDto.md b/documentation/models/CreditCardTokenizeResponseDto.md
new file mode 100644
index 0000000..f07ee24
--- /dev/null
+++ b/documentation/models/CreditCardTokenizeResponseDto.md
@@ -0,0 +1,11 @@
+# CreditCardTokenizeResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------------- | :---------------------------------------- | :------- | :------------------------------------------------------------------------------------------------------------------ |
+| creditCardNumber | String | ❌ | Last 4 digits of the card used |
+| creditCardBrand | CreditCardTokenizeResponseCreditCardBrand | ❌ | Brand of the card used |
+| creditCardToken | String | ❌ | Credit card token that can be sent in future transactions without the need to re-enter card and cardholder details. |
+
+
diff --git a/documentation/models/CustomerDeleteResponseDto.md b/documentation/models/CustomerDeleteResponseDto.md
new file mode 100644
index 0000000..4e0cfc8
--- /dev/null
+++ b/documentation/models/CustomerDeleteResponseDto.md
@@ -0,0 +1,10 @@
+# CustomerDeleteResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------ | :------ | :------- | :-------------------------------------------- |
+| deleted | Boolean | ❌ | Indicates whether the client has been removed |
+| id | String | ❌ | Unique customer identifier |
+
+
diff --git a/documentation/models/CustomerGetResponseDto.md b/documentation/models/CustomerGetResponseDto.md
new file mode 100644
index 0000000..5cd1e63
--- /dev/null
+++ b/documentation/models/CustomerGetResponseDto.md
@@ -0,0 +1,32 @@
+# CustomerGetResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------------- | :---------------------------- | :------- | :------------------------------------------- |
+| object | String | ❌ | Object type |
+| id | String | ❌ | Unique customer identifier |
+| dateCreated | String | ❌ | Customer creation date |
+| name | String | ❌ | Client name |
+| email | String | ❌ | Customer email |
+| phone | String | ❌ | Customer phone |
+| mobilePhone | String | ❌ | Customer cell phone |
+| address | String | ❌ | Customer address |
+| addressNumber | String | ❌ | Customer address number |
+| complement | String | ❌ | Customer address complement |
+| province | String | ❌ | Customer address neighborhood |
+| city | Long | ❌ | Unique city identifier in Asaas |
+| cityName | String | ❌ | City of customer address |
+| state | String | ❌ | Customer address status |
+| country | String | ❌ | Customer country |
+| postalCode | String | ❌ | Customer address zip code |
+| cpfCnpj | String | ❌ | Customer CPF or CNPJ |
+| personType | CustomerGetResponsePersonType | ❌ | Kind of person |
+| deleted | Boolean | ❌ | Indicates whether it is a deleted client |
+| additionalEmails | String | ❌ | Additional customer emails |
+| externalReference | String | ❌ | External customer reference |
+| notificationDisabled | Boolean | ❌ | Indicates whether notifications are disabled |
+| observations | String | ❌ | Customer Observations |
+| foreignCustomer | Boolean | ❌ | Indicates if it's non-brazilian customer |
+
+
diff --git a/documentation/models/CustomerGetResponsePersonType.md b/documentation/models/CustomerGetResponsePersonType.md
new file mode 100644
index 0000000..7ef9aa6
--- /dev/null
+++ b/documentation/models/CustomerGetResponsePersonType.md
@@ -0,0 +1,12 @@
+# CustomerGetResponsePersonType
+
+Kind of person
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------- | :----- | :------- | :---------- |
+| JURIDICA | String | ✅ | "JURIDICA" |
+| FISICA | String | ✅ | "FISICA" |
+
+
diff --git a/documentation/models/CustomerListResponseDto.md b/documentation/models/CustomerListResponseDto.md
new file mode 100644
index 0000000..2077bc1
--- /dev/null
+++ b/documentation/models/CustomerListResponseDto.md
@@ -0,0 +1,14 @@
+# CustomerListResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------- | :----------------------------- | :------- | :---------------------------------------------------------- |
+| object | String | ❌ | Object type |
+| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
+| totalCount | Long | ❌ | Total number of items for the filters entered |
+| limit | Long | ❌ | Number of objects per page |
+| offset | Long | ❌ | Position of the object from which the page should be loaded |
+| data | List\ | ❌ | List of objects |
+
+
diff --git a/documentation/models/CustomerSaveRequestDto.md b/documentation/models/CustomerSaveRequestDto.md
new file mode 100644
index 0000000..53cd9eb
--- /dev/null
+++ b/documentation/models/CustomerSaveRequestDto.md
@@ -0,0 +1,27 @@
+# CustomerSaveRequestDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------------- | :------ | :------- | :------------------------------------------------------------------- |
+| name | String | ✅ | Client name |
+| cpfCnpj | String | ✅ | Customer CPF or CNPJ |
+| email | String | ❌ | Customer email |
+| phone | String | ❌ | Landline |
+| mobilePhone | String | ❌ | Cell phone |
+| address | String | ❌ | Public place |
+| addressNumber | String | ❌ | Address number |
+| complement | String | ❌ | Address complement (max. 255 characters) |
+| province | String | ❌ | Neighborhood |
+| postalCode | String | ❌ | Address zip code |
+| externalReference | String | ❌ | Customer identifier in your system |
+| notificationDisabled | Boolean | ❌ | true to disable sending billing notifications |
+| additionalEmails | String | ❌ | Additional emails for sending billing notifications separated by "," |
+| municipalInscription | String | ❌ | Customer municipal registration |
+| stateInscription | String | ❌ | Customer state registration |
+| observations | String | ❌ | Additional observations |
+| groupName | String | ❌ | Name of the group the customer belongs to |
+| company | String | ❌ | Company |
+| foreignCustomer | Boolean | ❌ | inform true if it's a non-brazilian customer |
+
+
diff --git a/documentation/models/CustomerUpdateRequestDto.md b/documentation/models/CustomerUpdateRequestDto.md
new file mode 100644
index 0000000..a4032db
--- /dev/null
+++ b/documentation/models/CustomerUpdateRequestDto.md
@@ -0,0 +1,27 @@
+# CustomerUpdateRequestDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------------- | :------ | :------- | :------------------------------------------------------------------- |
+| name | String | ❌ | Client name |
+| cpfCnpj | String | ❌ | Customer CPF or CNPJ |
+| email | String | ❌ | Customer email |
+| phone | String | ❌ | Landline |
+| mobilePhone | String | ❌ | Cell phone |
+| address | String | ❌ | Public place |
+| addressNumber | String | ❌ | Address number |
+| complement | String | ❌ | Address complement |
+| province | String | ❌ | Neighborhood |
+| postalCode | String | ❌ | Address zip code |
+| externalReference | String | ❌ | Customer identifier in your system |
+| notificationDisabled | Boolean | ❌ | true to disable sending billing notifications |
+| additionalEmails | String | ❌ | Additional emails for sending billing notifications separated by "," |
+| municipalInscription | String | ❌ | Customer municipal registration |
+| stateInscription | String | ❌ | Customer state registration |
+| observations | String | ❌ | Additional observations |
+| groupName | String | ❌ | Name of the group the customer belongs to |
+| company | String | ❌ | Company |
+| foreignCustomer | Boolean | ❌ | inform true if it's a non-brazilian customer |
+
+
diff --git a/documentation/models/ErrorResponseDto.md b/documentation/models/ErrorResponseDto.md
new file mode 100644
index 0000000..2d120d1
--- /dev/null
+++ b/documentation/models/ErrorResponseDto.md
@@ -0,0 +1,9 @@
+# ErrorResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----- | :--------------------------- | :------- | :-------------- |
+| errors | List\ | ❌ | List of objects |
+
+
diff --git a/documentation/models/ErrorResponseItemDto.md b/documentation/models/ErrorResponseItemDto.md
new file mode 100644
index 0000000..73f677e
--- /dev/null
+++ b/documentation/models/ErrorResponseItemDto.md
@@ -0,0 +1,12 @@
+# ErrorResponseItemDto
+
+List of objects
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------- | :----- | :------- | :---------------- |
+| code | String | ❌ | Error code |
+| description | String | ❌ | Error description |
+
+
diff --git a/documentation/models/FinanceBalanceResponseDto.md b/documentation/models/FinanceBalanceResponseDto.md
new file mode 100644
index 0000000..50cc8d8
--- /dev/null
+++ b/documentation/models/FinanceBalanceResponseDto.md
@@ -0,0 +1,9 @@
+# FinanceBalanceResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------ | :----- | :------- | :-------------- |
+| balance | Double | ❌ | Account balance |
+
+
diff --git a/documentation/models/FinanceGetPaymentStatisticsRequestBillingType.md b/documentation/models/FinanceGetPaymentStatisticsRequestBillingType.md
new file mode 100644
index 0000000..2c84b19
--- /dev/null
+++ b/documentation/models/FinanceGetPaymentStatisticsRequestBillingType.md
@@ -0,0 +1,16 @@
+# FinanceGetPaymentStatisticsRequestBillingType
+
+Filter by payment method
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------- | :----- | :------- | :------------ |
+| BOLETO | String | ✅ | "BOLETO" |
+| CREDIT_CARD | String | ✅ | "CREDIT_CARD" |
+| TRANSFER | String | ✅ | "TRANSFER" |
+| DEPOSIT | String | ✅ | "DEPOSIT" |
+| DEBIT_CARD | String | ✅ | "DEBIT_CARD" |
+| PIX | String | ✅ | "PIX" |
+
+
diff --git a/documentation/models/FinanceGetPaymentStatisticsRequestPaymentStatus.md b/documentation/models/FinanceGetPaymentStatisticsRequestPaymentStatus.md
new file mode 100644
index 0000000..e20ceb6
--- /dev/null
+++ b/documentation/models/FinanceGetPaymentStatisticsRequestPaymentStatus.md
@@ -0,0 +1,14 @@
+# FinanceGetPaymentStatisticsRequestPaymentStatus
+
+Filter by status
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :-------- | :----- | :------- | :---------- |
+| PENDING | String | ✅ | "PENDING" |
+| RECEIVED | String | ✅ | "RECEIVED" |
+| CONFIRMED | String | ✅ | "CONFIRMED" |
+| OVERDUE | String | ✅ | "OVERDUE" |
+
+
diff --git a/documentation/models/FinanceGetPaymentStatisticsResponseDto.md b/documentation/models/FinanceGetPaymentStatisticsResponseDto.md
new file mode 100644
index 0000000..05d8cd4
--- /dev/null
+++ b/documentation/models/FinanceGetPaymentStatisticsResponseDto.md
@@ -0,0 +1,11 @@
+# FinanceGetPaymentStatisticsResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------- | :----- | :------- | :---------------- |
+| quantity | Long | ❌ | Number of charges |
+| value | Double | ❌ | Amount |
+| netValue | Double | ❌ | Total net worth |
+
+
diff --git a/documentation/models/FinanceGetSplitStatisticsResponseDto.md b/documentation/models/FinanceGetSplitStatisticsResponseDto.md
new file mode 100644
index 0000000..3d8a8eb
--- /dev/null
+++ b/documentation/models/FinanceGetSplitStatisticsResponseDto.md
@@ -0,0 +1,10 @@
+# FinanceGetSplitStatisticsResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----- | :----- | :------- | :----------------- |
+| income | Double | ❌ | Amounts receivable |
+| value | Double | ❌ | Values to be sent |
+
+
diff --git a/documentation/models/FinancialTransactionGetResponseDto.md b/documentation/models/FinancialTransactionGetResponseDto.md
new file mode 100644
index 0000000..ec86d7a
--- /dev/null
+++ b/documentation/models/FinancialTransactionGetResponseDto.md
@@ -0,0 +1,25 @@
+# FinancialTransactionGetResponseDto
+
+List of objects
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------------- | :------------------------------------------------------ | :------- | :---------------------------------------------- |
+| object | String | ❌ | Object type |
+| id | String | ❌ | Unique transaction identifier in Asaas |
+| value | Double | ❌ | Transaction value |
+| balance | Double | ❌ | Value in account at the time of the transaction |
+| type | FinancialTransactionGetResponseFinancialTransactionType | ❌ | Transaction type |
+| date | String | ❌ | Transaction date |
+| description | String | ❌ | Transaction description |
+| paymentId | String | ❌ | Payment identifier (If any) |
+| splitId | String | ❌ | Split identifier (If any) |
+| transferId | String | ❌ | Transfer identifier (If any) |
+| anticipationId | String | ❌ | Anticipation identifier (If any) |
+| billId | String | ❌ | Bill payment identifier (If any) |
+| invoiceId | String | ❌ | Invoice identifier (If any) |
+| paymentDunningId | String | ❌ | Payment dunning identifier (If any) |
+| creditBureauReportId | String | ❌ | Serasa consultation identifier (If any) |
+
+
diff --git a/documentation/models/FinancialTransactionGetResponseFinancialTransactionType.md b/documentation/models/FinancialTransactionGetResponseFinancialTransactionType.md
new file mode 100644
index 0000000..5c02f3e
--- /dev/null
+++ b/documentation/models/FinancialTransactionGetResponseFinancialTransactionType.md
@@ -0,0 +1,135 @@
+# FinancialTransactionGetResponseFinancialTransactionType
+
+Transaction type
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------------------------------------------------- | :----- | :------- | :------------------------------------------------------ |
+| PAYMENT_RECEIVED | String | ✅ | "PAYMENT_RECEIVED" |
+| TRANSFER | String | ✅ | "TRANSFER" |
+| TRANSFER_FEE | String | ✅ | "TRANSFER_FEE" |
+| TRANSFER_REVERSAL | String | ✅ | "TRANSFER_REVERSAL" |
+| REVERSAL | String | ✅ | "REVERSAL" |
+| PAYMENT_REVERSAL | String | ✅ | "PAYMENT_REVERSAL" |
+| PAYMENT_REFUND_CANCELLED | String | ✅ | "PAYMENT_REFUND_CANCELLED" |
+| PAYMENT_FEE | String | ✅ | "PAYMENT_FEE" |
+| PAYMENT_FEE_REVERSAL | String | ✅ | "PAYMENT_FEE_REVERSAL" |
+| PAYMENT_CUSTODY_BLOCK | String | ✅ | "PAYMENT_CUSTODY_BLOCK" |
+| PAYMENT_CUSTODY_BLOCK_REVERSAL | String | ✅ | "PAYMENT_CUSTODY_BLOCK_REVERSAL" |
+| PHONE_CALL_NOTIFICATION_FEE | String | ✅ | "PHONE_CALL_NOTIFICATION_FEE" |
+| PROMOTIONAL_CODE_CREDIT | String | ✅ | "PROMOTIONAL_CODE_CREDIT" |
+| DEBIT | String | ✅ | "DEBIT" |
+| DEBIT_REVERSAL | String | ✅ | "DEBIT_REVERSAL" |
+| DEBT_RECOVERY_NEGOTIATION_FINANCIAL_CHARGES | String | ✅ | "DEBT_RECOVERY_NEGOTIATION_FINANCIAL_CHARGES" |
+| RECEIVABLE_ANTICIPATION_GROSS_CREDIT | String | ✅ | "RECEIVABLE_ANTICIPATION_GROSS_CREDIT" |
+| RECEIVABLE_ANTICIPATION_FEE | String | ✅ | "RECEIVABLE_ANTICIPATION_FEE" |
+| RECEIVABLE_ANTICIPATION_DEBIT | String | ✅ | "RECEIVABLE_ANTICIPATION_DEBIT" |
+| RECEIVABLE_ANTICIPATION_PARTNER_SETTLEMENT | String | ✅ | "RECEIVABLE_ANTICIPATION_PARTNER_SETTLEMENT" |
+| BILL_PAYMENT | String | ✅ | "BILL_PAYMENT" |
+| BILL_PAYMENT_FEE | String | ✅ | "BILL_PAYMENT_FEE" |
+| BILL_PAYMENT_CANCELLED | String | ✅ | "BILL_PAYMENT_CANCELLED" |
+| BILL_PAYMENT_FEE_CANCELLED | String | ✅ | "BILL_PAYMENT_FEE_CANCELLED" |
+| BILL_PAYMENT_REFUNDED | String | ✅ | "BILL_PAYMENT_REFUNDED" |
+| POSTAL_SERVICE_FEE | String | ✅ | "POSTAL_SERVICE_FEE" |
+| INTERNAL_TRANSFER_DEBIT | String | ✅ | "INTERNAL_TRANSFER_DEBIT" |
+| INTERNAL_TRANSFER_CREDIT | String | ✅ | "INTERNAL_TRANSFER_CREDIT" |
+| INTERNAL_TRANSFER_REVERSAL | String | ✅ | "INTERNAL_TRANSFER_REVERSAL" |
+| CREDIT | String | ✅ | "CREDIT" |
+| PARTIAL_PAYMENT | String | ✅ | "PARTIAL_PAYMENT" |
+| PAYMENT_MESSAGING_NOTIFICATION_FEE | String | ✅ | "PAYMENT_MESSAGING_NOTIFICATION_FEE" |
+| PAYMENT_SMS_NOTIFICATION_FEE | String | ✅ | "PAYMENT_SMS_NOTIFICATION_FEE" |
+| PAYMENT_DUNNING_REQUEST_FEE | String | ✅ | "PAYMENT_DUNNING_REQUEST_FEE" |
+| PAYMENT_DUNNING_RECEIVED_FEE | String | ✅ | "PAYMENT_DUNNING_RECEIVED_FEE" |
+| PAYMENT_DUNNING_RECEIVED_IN_CASH_FEE | String | ✅ | "PAYMENT_DUNNING_RECEIVED_IN_CASH_FEE" |
+| PAYMENT_DUNNING_CANCELLATION_FEE | String | ✅ | "PAYMENT_DUNNING_CANCELLATION_FEE" |
+| CUSTOMER_COMMISSION_SETTLEMENT_CREDIT | String | ✅ | "CUSTOMER_COMMISSION_SETTLEMENT_CREDIT" |
+| CUSTOMER_COMMISSION_SETTLEMENT_DEBIT | String | ✅ | "CUSTOMER_COMMISSION_SETTLEMENT_DEBIT" |
+| PROMOTIONAL_CODE_DEBIT | String | ✅ | "PROMOTIONAL_CODE_DEBIT" |
+| REFUND_REQUEST_FEE | String | ✅ | "REFUND_REQUEST_FEE" |
+| REFUND_REQUEST_CANCELLED | String | ✅ | "REFUND_REQUEST_CANCELLED" |
+| REFUND_REQUEST_FEE_REVERSAL | String | ✅ | "REFUND_REQUEST_FEE_REVERSAL" |
+| INVOICE_FEE | String | ✅ | "INVOICE_FEE" |
+| PRODUCT_INVOICE_FEE | String | ✅ | "PRODUCT_INVOICE_FEE" |
+| CONSUMER_INVOICE_FEE | String | ✅ | "CONSUMER_INVOICE_FEE" |
+| ASAAS_CARD_RECHARGE | String | ✅ | "ASAAS_CARD_RECHARGE" |
+| ASAAS_CARD_RECHARGE_REVERSAL | String | ✅ | "ASAAS_CARD_RECHARGE_REVERSAL" |
+| ASAAS_CARD_BALANCE_REFUND | String | ✅ | "ASAAS_CARD_BALANCE_REFUND" |
+| CHARGEBACK | String | ✅ | "CHARGEBACK" |
+| CHARGEBACK_REVERSAL | String | ✅ | "CHARGEBACK_REVERSAL" |
+| ASAAS_CARD_BILL_PAYMENT | String | ✅ | "ASAAS_CARD_BILL_PAYMENT" |
+| ASAAS_CARD_BILL_PAYMENT_REFUND | String | ✅ | "ASAAS_CARD_BILL_PAYMENT_REFUND" |
+| ASAAS_CARD_TRANSACTION | String | ✅ | "ASAAS_CARD_TRANSACTION" |
+| ASAAS_CARD_CASHBACK | String | ✅ | "ASAAS_CARD_CASHBACK" |
+| ASAAS_CARD_CREDIT_TRANSFER | String | ✅ | "ASAAS_CARD_CREDIT_TRANSFER" |
+| ASAAS_CARD_CREDIT_TRANSFER_CANCELLATION | String | ✅ | "ASAAS_CARD_CREDIT_TRANSFER_CANCELLATION" |
+| ASAAS_CARD_CREDIT_TRANSFER_PARTIAL_CANCELLATION | String | ✅ | "ASAAS_CARD_CREDIT_TRANSFER_PARTIAL_CANCELLATION" |
+| ASAAS_CARD_CREDIT_VOUCHER | String | ✅ | "ASAAS_CARD_CREDIT_VOUCHER" |
+| ASAAS_CARD_CREDIT_VOUCHER_REFUND | String | ✅ | "ASAAS_CARD_CREDIT_VOUCHER_REFUND" |
+| ASAAS_CARD_DEBIT_TRANSFER | String | ✅ | "ASAAS_CARD_DEBIT_TRANSFER" |
+| ASAAS_CARD_DEBIT_TRANSFER_CANCELLATION | String | ✅ | "ASAAS_CARD_DEBIT_TRANSFER_CANCELLATION" |
+| ASAAS_CARD_DEBIT_TRANSFER_PARTIAL_CANCELLATION | String | ✅ | "ASAAS_CARD_DEBIT_TRANSFER_PARTIAL_CANCELLATION" |
+| ASAAS_CARD_TRANSACTION_FEE | String | ✅ | "ASAAS_CARD_TRANSACTION_FEE" |
+| ASAAS_CARD_TRANSACTION_WITHDRAWAL_FEE | String | ✅ | "ASAAS_CARD_TRANSACTION_WITHDRAWAL_FEE" |
+| ASAAS_CARD_TRANSACTION_IOF_FEE | String | ✅ | "ASAAS_CARD_TRANSACTION_IOF_FEE" |
+| ASAAS_CARD_TRANSACTION_REFUND | String | ✅ | "ASAAS_CARD_TRANSACTION_REFUND" |
+| ASAAS_CARD_TRANSACTION_FEE_REFUND | String | ✅ | "ASAAS_CARD_TRANSACTION_FEE_REFUND" |
+| ASAAS_CARD_TRANSACTION_WITHDRAWAL_FEE_REFUND | String | ✅ | "ASAAS_CARD_TRANSACTION_WITHDRAWAL_FEE_REFUND" |
+| ASAAS_CARD_TRANSACTION_PARTIAL_REFUND | String | ✅ | "ASAAS_CARD_TRANSACTION_PARTIAL_REFUND" |
+| ASAAS_CARD_TRANSACTION_REFUND_CANCELLATION | String | ✅ | "ASAAS_CARD_TRANSACTION_REFUND_CANCELLATION" |
+| ASAAS_CARD_TRANSACTION_PARTIAL_REFUND_CANCELLATION | String | ✅ | "ASAAS_CARD_TRANSACTION_PARTIAL_REFUND_CANCELLATION" |
+| ASAAS_MONEY_PAYMENT_COMPROMISED_BALANCE | String | ✅ | "ASAAS_MONEY_PAYMENT_COMPROMISED_BALANCE" |
+| ASAAS_MONEY_PAYMENT_COMPROMISED_BALANCE_REFUND | String | ✅ | "ASAAS_MONEY_PAYMENT_COMPROMISED_BALANCE_REFUND" |
+| ASAAS_MONEY_PAYMENT_ANTICIPATION_FEE | String | ✅ | "ASAAS_MONEY_PAYMENT_ANTICIPATION_FEE" |
+| ASAAS_MONEY_PAYMENT_ANTICIPATION_FEE_REFUND | String | ✅ | "ASAAS_MONEY_PAYMENT_ANTICIPATION_FEE_REFUND" |
+| ASAAS_MONEY_PAYMENT_FINANCING_FEE | String | ✅ | "ASAAS_MONEY_PAYMENT_FINANCING_FEE" |
+| ASAAS_MONEY_PAYMENT_FINANCING_FEE_REFUND | String | ✅ | "ASAAS_MONEY_PAYMENT_FINANCING_FEE_REFUND" |
+| ASAAS_MONEY_TRANSACTION_CASHBACK | String | ✅ | "ASAAS_MONEY_TRANSACTION_CASHBACK" |
+| ASAAS_MONEY_TRANSACTION_CASHBACK_REFUND | String | ✅ | "ASAAS_MONEY_TRANSACTION_CASHBACK_REFUND" |
+| ASAAS_MONEY_TRANSACTION_CHARGEBACK | String | ✅ | "ASAAS_MONEY_TRANSACTION_CHARGEBACK" |
+| ASAAS_MONEY_TRANSACTION_CHARGEBACK_REVERSAL | String | ✅ | "ASAAS_MONEY_TRANSACTION_CHARGEBACK_REVERSAL" |
+| CHARGED_FEE_REFUND | String | ✅ | "CHARGED_FEE_REFUND" |
+| PIX_TRANSACTION_DEBIT | String | ✅ | "PIX_TRANSACTION_DEBIT" |
+| PIX_TRANSACTION_DEBIT_REFUND | String | ✅ | "PIX_TRANSACTION_DEBIT_REFUND" |
+| PIX_TRANSACTION_CREDIT | String | ✅ | "PIX_TRANSACTION_CREDIT" |
+| PIX_TRANSACTION_CREDIT_FEE | String | ✅ | "PIX_TRANSACTION_CREDIT_FEE" |
+| PIX_TRANSACTION_CREDIT_REFUND | String | ✅ | "PIX_TRANSACTION_CREDIT_REFUND" |
+| PIX_TRANSACTION_CREDIT_REFUND_CANCELLATION | String | ✅ | "PIX_TRANSACTION_CREDIT_REFUND_CANCELLATION" |
+| PIX_TRANSACTION_DEBIT_FEE | String | ✅ | "PIX_TRANSACTION_DEBIT_FEE" |
+| CREDIT_BUREAU_REPORT | String | ✅ | "CREDIT_BUREAU_REPORT" |
+| CONTRACTUAL_EFFECT_SETTLEMENT | String | ✅ | "CONTRACTUAL_EFFECT_SETTLEMENT" |
+| CONTRACTUAL_EFFECT_SETTLEMENT_REVERSAL | String | ✅ | "CONTRACTUAL_EFFECT_SETTLEMENT_REVERSAL" |
+| FREE_PAYMENT_USE | String | ✅ | "FREE_PAYMENT_USE" |
+| MOBILE_PHONE_RECHARGE | String | ✅ | "MOBILE_PHONE_RECHARGE" |
+| REFUND_MOBILE_PHONE_RECHARGE | String | ✅ | "REFUND_MOBILE_PHONE_RECHARGE" |
+| CANCEL_MOBILE_PHONE_RECHARGE | String | ✅ | "CANCEL_MOBILE_PHONE_RECHARGE" |
+| BACEN_JUDICIAL_LOCK | String | ✅ | "BACEN_JUDICIAL_LOCK" |
+| BACEN_JUDICIAL_UNLOCK | String | ✅ | "BACEN_JUDICIAL_UNLOCK" |
+| BACEN_JUDICIAL_TRANSFER | String | ✅ | "BACEN_JUDICIAL_TRANSFER" |
+| INSTANT_TEXT_MESSAGE_FEE | String | ✅ | "INSTANT_TEXT_MESSAGE_FEE" |
+| ASAAS_DEBIT_CARD_REQUEST_FEE | String | ✅ | "ASAAS_DEBIT_CARD_REQUEST_FEE" |
+| ASAAS_PREPAID_CARD_REQUEST_FEE | String | ✅ | "ASAAS_PREPAID_CARD_REQUEST_FEE" |
+| EXTERNAL_SETTLEMENT_CONTRACTUAL_EFFECT_BATCH_CREDIT | String | ✅ | "EXTERNAL_SETTLEMENT_CONTRACTUAL_EFFECT_BATCH_CREDIT" |
+| EXTERNAL_SETTLEMENT_CONTRACTUAL_EFFECT_BATCH_REVERSAL | String | ✅ | "EXTERNAL_SETTLEMENT_CONTRACTUAL_EFFECT_BATCH_REVERSAL" |
+| CHILD_ACCOUNT_KNOWN_YOUR_CUSTOMER_BATCH_FEE | String | ✅ | "CHILD_ACCOUNT_KNOWN_YOUR_CUSTOMER_BATCH_FEE" |
+| CONTRACTED_CUSTOMER_PLAN_FEE | String | ✅ | "CONTRACTED_CUSTOMER_PLAN_FEE" |
+| ACCOUNT_INACTIVITY_FEE | String | ✅ | "ACCOUNT_INACTIVITY_FEE" |
+| PAYMENT_ORIGIN_CHANNEL_FEE | String | ✅ | "PAYMENT_ORIGIN_CHANNEL_FEE" |
+| PAYMENT_SPLIT_DIVERGENCE_BLOCK | String | ✅ | "PAYMENT_SPLIT_DIVERGENCE_BLOCK" |
+| PAYMENT_SPLIT_DIVERGENCE_BLOCK_REVERSAL | String | ✅ | "PAYMENT_SPLIT_DIVERGENCE_BLOCK_REVERSAL" |
+| CUSTOMER_ACCOUNT_PAYMENT_BONUS_FEE | String | ✅ | "CUSTOMER_ACCOUNT_PAYMENT_BONUS_FEE" |
+| CUSTOMER_PAYMENT_CUSTODY_CONFIG_FEE | String | ✅ | "CUSTOMER_PAYMENT_CUSTODY_CONFIG_FEE" |
+| CARD_SALE_ITEM_FEE | String | ✅ | "CARD_SALE_ITEM_FEE" |
+| CARD_SALE_ITEM_FEE_REVERSAL | String | ✅ | "CARD_SALE_ITEM_FEE_REVERSAL" |
+| CARD_SALE_RECEIVED | String | ✅ | "CARD_SALE_RECEIVED" |
+| CARD_SALE_REVERSAL | String | ✅ | "CARD_SALE_REVERSAL" |
+| FLAPP_STORE_PLAN_CHARGE_FEE | String | ✅ | "FLAPP_STORE_PLAN_CHARGE_FEE" |
+| RECEIVABLE_ANTICIPATION_PAYMENT_FEE | String | ✅ | "RECEIVABLE_ANTICIPATION_PAYMENT_FEE" |
+| ASAAS_MONEY_DONATION_DEBIT | String | ✅ | "ASAAS_MONEY_DONATION_DEBIT" |
+| ASAAS_MONEY_DONATION_DEBIT_REFUND | String | ✅ | "ASAAS_MONEY_DONATION_DEBIT_REFUND" |
+| ASAAS_MONEY_PAYMENT_DEBIT | String | ✅ | "ASAAS_MONEY_PAYMENT_DEBIT" |
+| ASAAS_MONEY_PAYMENT_DEBIT_REFUND | String | ✅ | "ASAAS_MONEY_PAYMENT_DEBIT_REFUND" |
+| CUSTOMER_COMMISSION_CHECKOUT | String | ✅ | "CUSTOMER_COMMISSION_CHECKOUT" |
+| RECEIVABLE_ANTICIPATION_CREDIT | String | ✅ | "RECEIVABLE_ANTICIPATION_CREDIT" |
+
+
diff --git a/documentation/models/FinancialTransactionListResponseDto.md b/documentation/models/FinancialTransactionListResponseDto.md
new file mode 100644
index 0000000..9de02ff
--- /dev/null
+++ b/documentation/models/FinancialTransactionListResponseDto.md
@@ -0,0 +1,14 @@
+# FinancialTransactionListResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------- | :----------------------------------------- | :------- | :---------------------------------------------------------- |
+| object | String | ❌ | Object type |
+| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
+| totalCount | Long | ❌ | Total number of items for the filters entered |
+| limit | Long | ❌ | Number of objects per page |
+| offset | Long | ❌ | Position of the object from which the page should be loaded |
+| data | List\ | ❌ | List of objects |
+
+
diff --git a/documentation/models/FiscalInfoGetResponseDto.md b/documentation/models/FiscalInfoGetResponseDto.md
new file mode 100644
index 0000000..170c88e
--- /dev/null
+++ b/documentation/models/FiscalInfoGetResponseDto.md
@@ -0,0 +1,25 @@
+# FiscalInfoGetResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------------------------------- | :------ | :------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| object | String | ❌ | Object type |
+| email | String | ❌ | Email used by Asaas to send invoice notifications and alerts |
+| municipalInscription | String | ❌ | Company municipal registration |
+| simplesNacional | Boolean | ❌ | Indicates whether the company opts for the simple national system |
+| culturalProjectsPromoter | Boolean | ❌ | Identifies whether the company is classified as a cultural promoter |
+| cnae | String | ❌ | CNAE code |
+| specialTaxRegime | String | ❌ | Special taxation regime identifier |
+| serviceListItem | String | ❌ | Service list item, as http://www.planalto.gov.br/ccivil_03/leis/LCP/Lcp116.htm |
+| nbsCode | String | ❌ | NBS Code (Brazilian Nomenclature of Services). It must be included on the NFS-e (Electronic Service Invoice) when required by the municipal government and/or for import or export services. Check with your local government or your accounting department to determine whether this information is necessary. |
+| rpsSerie | String | ❌ | Serial Number registered for the company |
+| rpsNumber | Long | ❌ | RPS number used in the last invoice issued to your company |
+| loteNumber | Long | ❌ | Batch number used on the last invoice issued by your company |
+| username | String | ❌ | User to access your city's city hall website |
+| passwordSent | Boolean | ❌ | Indicates whether the password to access the city hall website has been entered |
+| accessTokenSent | Boolean | ❌ | Indicates whether the token for accessing the city hall website was provided |
+| certificateSent | Boolean | ❌ | Indicates whether the digital certificate for access to the city hall website has been provided |
+| nationalPortalTaxCalculationRegime | String | ❌ | Identifier of the tax calculation regime |
+
+
diff --git a/documentation/models/FiscalInfoListInvoiceNbsCodesResponseDataDto.md b/documentation/models/FiscalInfoListInvoiceNbsCodesResponseDataDto.md
new file mode 100644
index 0000000..5c63838
--- /dev/null
+++ b/documentation/models/FiscalInfoListInvoiceNbsCodesResponseDataDto.md
@@ -0,0 +1,12 @@
+# FiscalInfoListInvoiceNbsCodesResponseDataDto
+
+List of objects
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :-------------- | :----- | :------- | :------------------- |
+| nbsCode | String | ❌ | NBS code |
+| codeDescription | String | ❌ | NBS code description |
+
+
diff --git a/documentation/models/FiscalInfoListInvoiceNbsCodesResponseDto.md b/documentation/models/FiscalInfoListInvoiceNbsCodesResponseDto.md
new file mode 100644
index 0000000..977de21
--- /dev/null
+++ b/documentation/models/FiscalInfoListInvoiceNbsCodesResponseDto.md
@@ -0,0 +1,14 @@
+# FiscalInfoListInvoiceNbsCodesResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------- | :--------------------------------------------------- | :------- | :---------------------------------------------------------- |
+| object | String | ❌ | Object type |
+| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
+| totalCount | Long | ❌ | Total number of items for the filters entered |
+| limit | Long | ❌ | Number of objects per page |
+| offset | Long | ❌ | Position of the object from which the page should be loaded |
+| data | List\ | ❌ | List of objects |
+
+
diff --git a/documentation/models/FiscalInfoListMunicipalServicesResponseDataDto.md b/documentation/models/FiscalInfoListMunicipalServicesResponseDataDto.md
new file mode 100644
index 0000000..7f96f49
--- /dev/null
+++ b/documentation/models/FiscalInfoListMunicipalServicesResponseDataDto.md
@@ -0,0 +1,13 @@
+# FiscalInfoListMunicipalServicesResponseDataDto
+
+List of objects
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------- | :----- | :------- | :------------------------ |
+| id | String | ❌ | Unique service identifier |
+| description | String | ❌ | Service description |
+| issTax | Double | ❌ | ISS percentage rate |
+
+
diff --git a/documentation/models/FiscalInfoListMunicipalServicesResponseDto.md b/documentation/models/FiscalInfoListMunicipalServicesResponseDto.md
new file mode 100644
index 0000000..2b8a061
--- /dev/null
+++ b/documentation/models/FiscalInfoListMunicipalServicesResponseDto.md
@@ -0,0 +1,14 @@
+# FiscalInfoListMunicipalServicesResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------- | :----------------------------------------------------- | :------- | :---------------------------------------------------------- |
+| object | String | ❌ | Object type |
+| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
+| totalCount | Long | ❌ | Total number of items for the filters entered |
+| limit | Long | ❌ | Number of objects per page |
+| offset | Long | ❌ | Position of the object from which the page should be loaded |
+| data | List\ | ❌ | List of objects |
+
+
diff --git a/documentation/models/FiscalInfoMunicipalOptionsGetResponseDto.md b/documentation/models/FiscalInfoMunicipalOptionsGetResponseDto.md
new file mode 100644
index 0000000..bfaf9fe
--- /dev/null
+++ b/documentation/models/FiscalInfoMunicipalOptionsGetResponseDto.md
@@ -0,0 +1,21 @@
+# FiscalInfoMunicipalOptionsGetResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------------------------------- | :---------------------------------------------------------------------- | :------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| authenticationType | FiscalInfoMunicipalOptionsGetResponseEnotasTipoAutenticacao | ❌ | Type of authentication required at city hall |
+| supportsCancellation | Boolean | ❌ | Whether or not it supports the cancellation of invoices automatically at your city hall |
+| usesSpecialTaxRegimes | Boolean | ❌ | It is necessary to inform or not the special taxation regime. If used, enter it in the `specialTaxRegime` field of **Create or update tax information** according to the options returned in the `specialTaxRegimesList` list. |
+| usesServiceListItem | Boolean | ❌ | Whether or not to inform the item on the service list |
+| specialTaxRegimesList | List\ | ❌ | Tax calculation regime options |
+| nationalPortalTaxCalculationRegimeList | List\ | ❌ | Special taxation regime options |
+| nationalPortalTaxCalculationRegimeHelp | String | ❌ | Explanation of the tax calculation regime |
+| municipalInscriptionHelp | String | ❌ | Explanation of the municipal registration format |
+| specialTaxRegimeHelp | String | ❌ | Explanation of the special taxation regime |
+| serviceListItemHelp | String | ❌ | Explanation of service list item format |
+| digitalCertificatedHelp | String | ❌ | Explanation of digital certificate |
+| accessTokenHelp | String | ❌ | Token Explanation |
+| municipalServiceCodeHelp | String | ❌ | Explanation of municipal service code format |
+
+
diff --git a/documentation/models/FiscalInfoMunicipalOptionsGetResponseEnotasTipoAutenticacao.md b/documentation/models/FiscalInfoMunicipalOptionsGetResponseEnotasTipoAutenticacao.md
new file mode 100644
index 0000000..e31f7a9
--- /dev/null
+++ b/documentation/models/FiscalInfoMunicipalOptionsGetResponseEnotasTipoAutenticacao.md
@@ -0,0 +1,13 @@
+# FiscalInfoMunicipalOptionsGetResponseEnotasTipoAutenticacao
+
+Type of authentication required at city hall
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------------- | :----- | :------- | :------------------ |
+| CERTIFICATE | String | ✅ | "CERTIFICATE" |
+| TOKEN | String | ✅ | "TOKEN" |
+| USER_AND_PASSWORD | String | ✅ | "USER_AND_PASSWORD" |
+
+
diff --git a/documentation/models/FiscalInfoMunicipalOptionsNationalPortalTaxCalculationRegimeDto.md b/documentation/models/FiscalInfoMunicipalOptionsNationalPortalTaxCalculationRegimeDto.md
new file mode 100644
index 0000000..f12bd5c
--- /dev/null
+++ b/documentation/models/FiscalInfoMunicipalOptionsNationalPortalTaxCalculationRegimeDto.md
@@ -0,0 +1,12 @@
+# FiscalInfoMunicipalOptionsNationalPortalTaxCalculationRegimeDto
+
+Special taxation regime options
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---- | :----- | :------- | :--------------------------------------- |
+| label | String | ❌ | Name of the tax calculation regime |
+| value | String | ❌ | Identifier of the tax calculation regime |
+
+
diff --git a/documentation/models/FiscalInfoMunicipalOptionsSpecialTaxRegimesDto.md b/documentation/models/FiscalInfoMunicipalOptionsSpecialTaxRegimesDto.md
new file mode 100644
index 0000000..527e3db
--- /dev/null
+++ b/documentation/models/FiscalInfoMunicipalOptionsSpecialTaxRegimesDto.md
@@ -0,0 +1,12 @@
+# FiscalInfoMunicipalOptionsSpecialTaxRegimesDto
+
+Tax calculation regime options
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---- | :----- | :------- | :---------------------------------- |
+| label | String | ❌ | Name of the special taxation regime |
+| value | String | ❌ | Special taxation regime identifier |
+
+
diff --git a/documentation/models/FiscalInfoSaveRequestDto.md b/documentation/models/FiscalInfoSaveRequestDto.md
new file mode 100644
index 0000000..157c1cc
--- /dev/null
+++ b/documentation/models/FiscalInfoSaveRequestDto.md
@@ -0,0 +1,25 @@
+# FiscalInfoSaveRequestDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------------------------------- | :------ | :------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| email | String | ✅ | Email used by Asaas to send invoice notifications and alerts |
+| simplesNacional | Boolean | ✅ | Indicates whether the company opts for the simple national system |
+| municipalInscription | String | ❌ | Company municipal registration |
+| culturalProjectsPromoter | Boolean | ❌ | Identifies whether the company is classified as a cultural promoter |
+| cnae | String | ❌ | CNAE code |
+| specialTaxRegime | String | ❌ | Special taxation regime identifier |
+| serviceListItem | String | ❌ | Service list item, as http://www.planalto.gov.br/ccivil_03/leis/LCP/Lcp116.htm |
+| nbsCode | String | ❌ | NBS Code (Brazilian Nomenclature of Services). It must be included on the NFS-e (Electronic Service Invoice) when required by the municipal government and/or for import or export services. Check with your local government or your accounting department to determine whether this information is necessary. |
+| rpsSerie | String | ❌ | Serial Number used by your company to issue invoices. In most cities the serial number used is '1' or 'E' |
+| rpsNumber | Long | ❌ | RPS number used on the last invoice issued by your company. If your last NF issued has an RPS equal to '100', this field must be filled in with '101'. If you have never issued invoices through your city hall's website, enter '1' in this field |
+| loteNumber | Long | ❌ | Batch number used on the last invoice issued by your company. If the last lot used in your city hall is '25', this field must be filled in with '26'. Only enter this field if your city hall requires the use of lots |
+| username | String | ❌ | User to access your city's city hall website |
+| password | String | ❌ | Password to access the city hall website |
+| accessToken | String | ❌ | Token for access to the city hall website (If access to your city hall website is via Token) |
+| certificateFile | byte[] | ❌ | File |
+| certificatePassword | String | ❌ | Password for the digital certificate sent (If access to your city hall website through a digital certificate) |
+| nationalPortalTaxCalculationRegime | String | ❌ | Identifier of the tax calculation regime. It must only be completed by companies classified as ME or EPP opting for Simples Nacional. Consult the need for this information with your city hall or accounting department. |
+
+
diff --git a/documentation/models/FiscalInfoUpdateUseNationalPortalRequestDto.md b/documentation/models/FiscalInfoUpdateUseNationalPortalRequestDto.md
new file mode 100644
index 0000000..edf8774
--- /dev/null
+++ b/documentation/models/FiscalInfoUpdateUseNationalPortalRequestDto.md
@@ -0,0 +1,9 @@
+# FiscalInfoUpdateUseNationalPortalRequestDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------ | :------ | :------- | :---------------------------------------------------------------------------------------------- |
+| enabled | Boolean | ✅ | Indicates whether the issuing of invoices through the national portal should be enabled or not. |
+
+
diff --git a/documentation/models/FiscalInfoUpdateUseNationalPortalResponseDto.md b/documentation/models/FiscalInfoUpdateUseNationalPortalResponseDto.md
new file mode 100644
index 0000000..da7f8b1
--- /dev/null
+++ b/documentation/models/FiscalInfoUpdateUseNationalPortalResponseDto.md
@@ -0,0 +1,9 @@
+# FiscalInfoUpdateUseNationalPortalResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------ | :------ | :------- | :-------------------------------------------------------------------------------------- |
+| success | Boolean | ❌ | Status of the request to change the use status of national portal for issuing invoices. |
+
+
diff --git a/documentation/models/InstallmentDeleteResponseDto.md b/documentation/models/InstallmentDeleteResponseDto.md
new file mode 100644
index 0000000..39b78dc
--- /dev/null
+++ b/documentation/models/InstallmentDeleteResponseDto.md
@@ -0,0 +1,10 @@
+# InstallmentDeleteResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------ | :------ | :------- | :------------------------------------------------ |
+| deleted | Boolean | ❌ | Indicates whether the installment plan is removed |
+| id | String | ❌ | Unique installment identifier in Asaas |
+
+
diff --git a/documentation/models/InstallmentGetResponseBillingType.md b/documentation/models/InstallmentGetResponseBillingType.md
new file mode 100644
index 0000000..26d491b
--- /dev/null
+++ b/documentation/models/InstallmentGetResponseBillingType.md
@@ -0,0 +1,17 @@
+# InstallmentGetResponseBillingType
+
+Form of payment
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------- | :----- | :------- | :------------ |
+| UNDEFINED | String | ✅ | "UNDEFINED" |
+| BOLETO | String | ✅ | "BOLETO" |
+| CREDIT_CARD | String | ✅ | "CREDIT_CARD" |
+| DEBIT_CARD | String | ✅ | "DEBIT_CARD" |
+| TRANSFER | String | ✅ | "TRANSFER" |
+| DEPOSIT | String | ✅ | "DEPOSIT" |
+| PIX | String | ✅ | "PIX" |
+
+
diff --git a/documentation/models/InstallmentGetResponseDto.md b/documentation/models/InstallmentGetResponseDto.md
new file mode 100644
index 0000000..2fbd477
--- /dev/null
+++ b/documentation/models/InstallmentGetResponseDto.md
@@ -0,0 +1,27 @@
+# InstallmentGetResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :-------------------- | :------------------------------------- | :------- | :--------------------------------------------------------------------- |
+| object | String | ❌ | Object type |
+| id | String | ❌ | Unique installment identifier in Asaas |
+| value | Double | ❌ | Installment amount |
+| netValue | Double | ❌ | Net installment amount |
+| paymentValue | Double | ❌ | Value of each installment |
+| installmentCount | Long | ❌ | Number of installments |
+| billingType | InstallmentGetResponseBillingType | ❌ | Form of payment |
+| paymentDate | String | ❌ | Bill settlement date on Asaas |
+| description | String | ❌ | Description of the installment |
+| expirationDay | Long | ❌ | Due date of each installment |
+| dateCreated | String | ❌ | Installment creation date |
+| customer | String | ❌ | Unique identifier of the customer to whom the installment belongs |
+| paymentLink | String | ❌ | Unique identifier of the payment link to which the installment belongs |
+| checkoutSession | String | ❌ | Unique checkout identifier |
+| transactionReceiptUrl | String | ❌ | URL of proof of confirmation, receipt, reversal or removal. |
+| chargeback | PaymentChargebackResponseDto | ❌ | |
+| creditCard | PaymentSaveWithCreditCardCreditCardDto | ❌ | Credit card information |
+| deleted | Boolean | ❌ | Indicates whether the installment has been removed |
+| refunds | List\ | ❌ | Refunds information |
+
+
diff --git a/documentation/models/InstallmentListPaymentsRequestPaymentStatus.md b/documentation/models/InstallmentListPaymentsRequestPaymentStatus.md
new file mode 100644
index 0000000..2e36c43
--- /dev/null
+++ b/documentation/models/InstallmentListPaymentsRequestPaymentStatus.md
@@ -0,0 +1,24 @@
+# InstallmentListPaymentsRequestPaymentStatus
+
+Filter by payment status
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------------------------- | :----- | :------- | :----------------------------- |
+| PENDING | String | ✅ | "PENDING" |
+| RECEIVED | String | ✅ | "RECEIVED" |
+| CONFIRMED | String | ✅ | "CONFIRMED" |
+| OVERDUE | String | ✅ | "OVERDUE" |
+| REFUNDED | String | ✅ | "REFUNDED" |
+| RECEIVED_IN_CASH | String | ✅ | "RECEIVED_IN_CASH" |
+| REFUND_REQUESTED | String | ✅ | "REFUND_REQUESTED" |
+| REFUND_IN_PROGRESS | String | ✅ | "REFUND_IN_PROGRESS" |
+| CHARGEBACK_REQUESTED | String | ✅ | "CHARGEBACK_REQUESTED" |
+| CHARGEBACK_DISPUTE | String | ✅ | "CHARGEBACK_DISPUTE" |
+| AWAITING_CHARGEBACK_REVERSAL | String | ✅ | "AWAITING_CHARGEBACK_REVERSAL" |
+| DUNNING_REQUESTED | String | ✅ | "DUNNING_REQUESTED" |
+| DUNNING_RECEIVED | String | ✅ | "DUNNING_RECEIVED" |
+| AWAITING_RISK_ANALYSIS | String | ✅ | "AWAITING_RISK_ANALYSIS" |
+
+
diff --git a/documentation/models/InstallmentListResponseDto.md b/documentation/models/InstallmentListResponseDto.md
new file mode 100644
index 0000000..57228a9
--- /dev/null
+++ b/documentation/models/InstallmentListResponseDto.md
@@ -0,0 +1,14 @@
+# InstallmentListResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------- | :-------------------------------- | :------- | :---------------------------------------------------------- |
+| object | String | ❌ | Object type |
+| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
+| totalCount | Long | ❌ | Total number of items for the filters entered |
+| limit | Long | ❌ | Number of objects per page |
+| offset | Long | ❌ | Position of the object from which the page should be loaded |
+| data | List\ | ❌ | List of objects |
+
+
diff --git a/documentation/models/InstallmentPaymentBookResponseDto.md b/documentation/models/InstallmentPaymentBookResponseDto.md
new file mode 100644
index 0000000..aae3430
--- /dev/null
+++ b/documentation/models/InstallmentPaymentBookResponseDto.md
@@ -0,0 +1,10 @@
+# InstallmentPaymentBookResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------- | :----- | :------- | :---------- |
+| file | byte[] | ❌ | File |
+| fileName | String | ❌ | File name |
+
+
diff --git a/documentation/models/InstallmentRefundResponseDto.md b/documentation/models/InstallmentRefundResponseDto.md
new file mode 100644
index 0000000..f90cc22
--- /dev/null
+++ b/documentation/models/InstallmentRefundResponseDto.md
@@ -0,0 +1,19 @@
+# InstallmentRefundResponseDto
+
+Refunds information
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :-------------------- | :------------------------------------------- | :------- | :---------------------------------------------------------------------- |
+| dateCreated | String | ❌ | Refund creation date |
+| status | InstallmentRefundResponsePaymentRefundStatus | ❌ | Refund status |
+| value | Double | ❌ | Refund value |
+| endToEndIdentifier | String | ❌ | (Pix only) Unique identifier of the Pix transaction at the Central Bank |
+| description | String | ❌ | Description of the refund |
+| effectiveDate | String | ❌ | (Pix only) Refund effective date |
+| transactionReceiptUrl | String | ❌ | Transaction receipt link |
+| refundedSplits | List\ | ❌ | Refunded Splits, if any |
+| paymentId | String | ❌ | Unique payment identifier in Asaas |
+
+
diff --git a/documentation/models/InstallmentRefundResponsePaymentRefundStatus.md b/documentation/models/InstallmentRefundResponsePaymentRefundStatus.md
new file mode 100644
index 0000000..43bc679
--- /dev/null
+++ b/documentation/models/InstallmentRefundResponsePaymentRefundStatus.md
@@ -0,0 +1,15 @@
+# InstallmentRefundResponsePaymentRefundStatus
+
+Refund status
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------------------------------------- | :----- | :------- | :----------------------------------------- |
+| PENDING | String | ✅ | "PENDING" |
+| AWAITING_CRITICAL_ACTION_AUTHORIZATION | String | ✅ | "AWAITING_CRITICAL_ACTION_AUTHORIZATION" |
+| AWAITING_CUSTOMER_EXTERNAL_AUTHORIZATION | String | ✅ | "AWAITING_CUSTOMER_EXTERNAL_AUTHORIZATION" |
+| CANCELLED | String | ✅ | "CANCELLED" |
+| DONE | String | ✅ | "DONE" |
+
+
diff --git a/documentation/models/InstallmentSaveRequestBillingType.md b/documentation/models/InstallmentSaveRequestBillingType.md
new file mode 100644
index 0000000..ac14e90
--- /dev/null
+++ b/documentation/models/InstallmentSaveRequestBillingType.md
@@ -0,0 +1,14 @@
+# InstallmentSaveRequestBillingType
+
+Payment billing type
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------- | :----- | :------- | :------------ |
+| UNDEFINED | String | ✅ | "UNDEFINED" |
+| BOLETO | String | ✅ | "BOLETO" |
+| CREDIT_CARD | String | ✅ | "CREDIT_CARD" |
+| PIX | String | ✅ | "PIX" |
+
+
diff --git a/documentation/models/InstallmentSaveRequestDto.md b/documentation/models/InstallmentSaveRequestDto.md
new file mode 100644
index 0000000..4732729
--- /dev/null
+++ b/documentation/models/InstallmentSaveRequestDto.md
@@ -0,0 +1,22 @@
+# InstallmentSaveRequestDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------------------------------------- | :--------------------------------- | :------- | :----------------------------------------------------------------- |
+| installmentCount | Long | ✅ | Number of installments |
+| customer | String | ✅ | Unique customer identifier in Asaas |
+| value | Double | ✅ | Value of each installment |
+| billingType | InstallmentSaveRequestBillingType | ✅ | Payment billing type |
+| dueDate | String | ✅ | Due date of the first installment |
+| totalValue | Double | ❌ | Total installment amount |
+| description | String | ❌ | Installment description (max. 500 characters) |
+| postalService | Boolean | ❌ | Define whether the payment will be sent via post |
+| daysAfterDueDateToRegistrationCancellation | Long | ❌ | Days after registration cancellation deadline (only for bank slip) |
+| paymentExternalReference | String | ❌ | Free search field |
+| discount | PaymentDiscountDto | ❌ | Discount information |
+| interest | PaymentInterestRequestDto | ❌ | Interest information for payment after due date |
+| fine | PaymentFineRequestDto | ❌ | Fine information for payment after due date |
+| splits | List\ | ❌ | Split Settings |
+
+
diff --git a/documentation/models/InstallmentSaveWithCreditCardRequestBillingType.md b/documentation/models/InstallmentSaveWithCreditCardRequestBillingType.md
new file mode 100644
index 0000000..0beb6c3
--- /dev/null
+++ b/documentation/models/InstallmentSaveWithCreditCardRequestBillingType.md
@@ -0,0 +1,14 @@
+# InstallmentSaveWithCreditCardRequestBillingType
+
+Payment billing type
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------- | :----- | :------- | :------------ |
+| UNDEFINED | String | ✅ | "UNDEFINED" |
+| BOLETO | String | ✅ | "BOLETO" |
+| CREDIT_CARD | String | ✅ | "CREDIT_CARD" |
+| PIX | String | ✅ | "PIX" |
+
+
diff --git a/documentation/models/InstallmentSaveWithCreditCardRequestDto.md b/documentation/models/InstallmentSaveWithCreditCardRequestDto.md
new file mode 100644
index 0000000..5c1ce2a
--- /dev/null
+++ b/documentation/models/InstallmentSaveWithCreditCardRequestDto.md
@@ -0,0 +1,27 @@
+# InstallmentSaveWithCreditCardRequestDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------------------------------------- | :---------------------------------------------- | :------- | :----------------------------------------------------------------------------------------------------------------------------------------------------- |
+| installmentCount | Long | ✅ | Number of installments |
+| customer | String | ✅ | Unique customer identifier in Asaas |
+| value | Double | ✅ | Value of each installment |
+| billingType | InstallmentSaveWithCreditCardRequestBillingType | ✅ | Payment billing type |
+| dueDate | String | ✅ | Due date of the first installment |
+| creditCard | CreditCardRequestDto | ✅ | Credit card information |
+| creditCardHolderInfo | CreditCardHolderInfoRequestDto | ✅ | Credit card holder information |
+| remoteIp | String | ✅ | IP from where the customer is making the purchase. Your server's IP must not be entered. |
+| totalValue | Double | ❌ | Total installment amount |
+| description | String | ❌ | Installment description (max. 500 characters) |
+| postalService | Boolean | ❌ | Define whether the payment will be sent via post |
+| daysAfterDueDateToRegistrationCancellation | Long | ❌ | Days after registration cancellation deadline (only for bank slip) |
+| paymentExternalReference | String | ❌ | Free search field |
+| discount | PaymentDiscountDto | ❌ | Discount information |
+| interest | PaymentInterestRequestDto | ❌ | Interest information for payment after due date |
+| fine | PaymentFineRequestDto | ❌ | Fine information for payment after due date |
+| splits | List\ | ❌ | Split Settings |
+| creditCardToken | String | ❌ | Credit card token for using the credit card tokenization functionality. If informed, the fields creditCard and creditCardHolderInfo are not mandatory. |
+| authorizeOnly | Boolean | ❌ | Carry out only the Pre-Authorization of the installment |
+
+
diff --git a/documentation/models/InstallmentSplitGetResponseDto.md b/documentation/models/InstallmentSplitGetResponseDto.md
new file mode 100644
index 0000000..9c9d41d
--- /dev/null
+++ b/documentation/models/InstallmentSplitGetResponseDto.md
@@ -0,0 +1,20 @@
+# InstallmentSplitGetResponseDto
+
+Split array
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------------- | :-------------------------------------------------------- | :------- | :------------------------------------------------------------------------ |
+| id | String | ❌ | Unique split identifier in Asaas |
+| walletId | String | ❌ | Asaas wallet identifier that will be transferred |
+| fixedValue | Double | ❌ | Fixed amount to be transferred to the account when the charge is received |
+| percentualValue | Double | ❌ | Percentage of the net value of the charge to be transferred when received |
+| totalValue | Double | ❌ | Amount that will be split relative to the total amount that will be paid |
+| cancellationReason | InstallmentSplitGetResponsePaymentSplitCancellationReason | ❌ | Reason for canceling the split |
+| status | InstallmentSplitGetResponsePaymentSplitStatus | ❌ | Split status |
+| externalReference | String | ❌ | Unique identifier of split in your system |
+| description | String | ❌ | Split description |
+| installmentNumber | Long | ❌ | Installment to which the split is linked |
+
+
diff --git a/documentation/models/InstallmentSplitGetResponsePaymentSplitCancellationReason.md b/documentation/models/InstallmentSplitGetResponsePaymentSplitCancellationReason.md
new file mode 100644
index 0000000..aaf214a
--- /dev/null
+++ b/documentation/models/InstallmentSplitGetResponsePaymentSplitCancellationReason.md
@@ -0,0 +1,16 @@
+# InstallmentSplitGetResponsePaymentSplitCancellationReason
+
+Reason for canceling the split
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------------------- | :----- | :------- | :------------------------- |
+| PAYMENT_DELETED | String | ✅ | "PAYMENT_DELETED" |
+| PAYMENT_OVERDUE | String | ✅ | "PAYMENT_OVERDUE" |
+| PAYMENT_RECEIVED_IN_CASH | String | ✅ | "PAYMENT_RECEIVED_IN_CASH" |
+| PAYMENT_REFUNDED | String | ✅ | "PAYMENT_REFUNDED" |
+| VALUE_DIVERGENCE_BLOCK | String | ✅ | "VALUE_DIVERGENCE_BLOCK" |
+| WALLET_UNABLE_TO_RECEIVE | String | ✅ | "WALLET_UNABLE_TO_RECEIVE" |
+
+
diff --git a/documentation/models/InstallmentSplitGetResponsePaymentSplitStatus.md b/documentation/models/InstallmentSplitGetResponsePaymentSplitStatus.md
new file mode 100644
index 0000000..b2198cb
--- /dev/null
+++ b/documentation/models/InstallmentSplitGetResponsePaymentSplitStatus.md
@@ -0,0 +1,16 @@
+# InstallmentSplitGetResponsePaymentSplitStatus
+
+Split status
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :-------------------------- | :----- | :------- | :---------------------------- |
+| PENDING | String | ✅ | "PENDING" |
+| AWAITING_CREDIT | String | ✅ | "AWAITING_CREDIT" |
+| CANCELLED | String | ✅ | "CANCELLED" |
+| DONE | String | ✅ | "DONE" |
+| REFUNDED | String | ✅ | "REFUNDED" |
+| BLOCKED_BY_VALUE_DIVERGENCE | String | ✅ | "BLOCKED_BY_VALUE_DIVERGENCE" |
+
+
diff --git a/documentation/models/InstallmentSplitRequestDto.md b/documentation/models/InstallmentSplitRequestDto.md
new file mode 100644
index 0000000..43acc4b
--- /dev/null
+++ b/documentation/models/InstallmentSplitRequestDto.md
@@ -0,0 +1,17 @@
+# InstallmentSplitRequestDto
+
+Split Settings
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------------- | :----- | :------- | :-------------------------------------------------------------------------------------------------------------- |
+| walletId | String | ✅ | Asaas wallet identifier that will be transferred |
+| fixedValue | Double | ❌ | Fixed amount to be transferred to the account when the payment is received |
+| percentualValue | Double | ❌ | Percentage of the net value of the charge to be transferred when received |
+| totalFixedValue | Double | ❌ | (Instalments only). Amount that will be split relative to the total amount that will be paid in installments. |
+| externalReference | String | ❌ | Split identifier in your system |
+| description | String | ❌ | Split description |
+| installmentNumber | Long | ❌ | Installment number to which the split will be linked. Cannot be provided along with the 'totalFixedValue' field |
+
+
diff --git a/documentation/models/InstallmentUpdateSplitRequestDto.md b/documentation/models/InstallmentUpdateSplitRequestDto.md
new file mode 100644
index 0000000..5ff0528
--- /dev/null
+++ b/documentation/models/InstallmentUpdateSplitRequestDto.md
@@ -0,0 +1,9 @@
+# InstallmentUpdateSplitRequestDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----- | :--------------------------------- | :------- | :------------------- |
+| splits | List\ | ❌ | Split data to update |
+
+
diff --git a/documentation/models/InstallmentUpdateSplitResponseDto.md b/documentation/models/InstallmentUpdateSplitResponseDto.md
new file mode 100644
index 0000000..571e24b
--- /dev/null
+++ b/documentation/models/InstallmentUpdateSplitResponseDto.md
@@ -0,0 +1,9 @@
+# InstallmentUpdateSplitResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----- | :------------------------------------- | :------- | :---------- |
+| splits | List\ | ❌ | Split array |
+
+
diff --git a/documentation/models/InvoiceCancelRequestDto.md b/documentation/models/InvoiceCancelRequestDto.md
new file mode 100644
index 0000000..ccf59ad
--- /dev/null
+++ b/documentation/models/InvoiceCancelRequestDto.md
@@ -0,0 +1,9 @@
+# InvoiceCancelRequestDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------------- | :------ | :------- | :--------------------------- |
+| cancelOnlyOnAsaas | Boolean | ❌ | Cancel invoice only on Asaas |
+
+
diff --git a/documentation/models/InvoiceGetResponseDto.md b/documentation/models/InvoiceGetResponseDto.md
new file mode 100644
index 0000000..017b556
--- /dev/null
+++ b/documentation/models/InvoiceGetResponseDto.md
@@ -0,0 +1,33 @@
+# InvoiceGetResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------------------ | :------------------------------ | :------- | :----------------------------------------------------------------------------------------------------------------- |
+| object | String | ❌ | Object type |
+| id | String | ❌ | Unique invoice identifier in Asaas |
+| status | InvoiceGetResponseInvoiceStatus | ❌ | Invoice status |
+| customer | String | ❌ | Unique customer identifier |
+| payment | String | ❌ | Unique payment identifier in Asaas |
+| installment | String | ❌ | Unique installment identifier in Asaas |
+| type | InvoiceGetResponseDtoType | ❌ | Invoice type |
+| statusDescription | String | ❌ | Description of the current status of the invoice |
+| serviceDescription | String | ❌ | Description of invoice services |
+| pdfUrl | String | ❌ | Link to pdf file of the invoice issued |
+| xmlUrl | String | ❌ | Link to xml file of the issued invoice |
+| rpsSerie | String | ❌ | Invoice series |
+| rpsNumber | String | ❌ | RPS converted to invoice |
+| number | String | ❌ | Invoice number |
+| validationCode | String | ❌ | Verification code |
+| value | Double | ❌ | Total value |
+| deductions | Double | ❌ | Deductions. Deductions do not change the total value of the invoice, but they do change the ISS calculation basis. |
+| effectiveDate | String | ❌ | Invoice issuance date |
+| observations | String | ❌ | Additional observations |
+| estimatedTaxesDescription | String | ❌ | Estimated tax invoice |
+| externalReference | String | ❌ | Invoice identifier in your system |
+| taxes | InvoiceTaxesDto | ❌ | Invoice taxes |
+| municipalServiceId | String | ❌ | Unique municipal service identifier |
+| municipalServiceCode | String | ❌ | Municipal Service Code |
+| municipalServiceName | String | ❌ | Name of municipal service |
+
+
diff --git a/documentation/models/InvoiceGetResponseDtoType.md b/documentation/models/InvoiceGetResponseDtoType.md
new file mode 100644
index 0000000..4885b78
--- /dev/null
+++ b/documentation/models/InvoiceGetResponseDtoType.md
@@ -0,0 +1,11 @@
+# InvoiceGetResponseDtoType
+
+Invoice type
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---- | :----- | :------- | :---------- |
+| NFS_E | String | ✅ | "NFS-e" |
+
+
diff --git a/documentation/models/InvoiceGetResponseInvoiceStatus.md b/documentation/models/InvoiceGetResponseInvoiceStatus.md
new file mode 100644
index 0000000..0ecfd83
--- /dev/null
+++ b/documentation/models/InvoiceGetResponseInvoiceStatus.md
@@ -0,0 +1,16 @@
+# InvoiceGetResponseInvoiceStatus
+
+Invoice status
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------------------- | :----- | :------- | :------------------------ |
+| SCHEDULED | String | ✅ | "SCHEDULED" |
+| AUTHORIZED | String | ✅ | "AUTHORIZED" |
+| PROCESSING_CANCELLATION | String | ✅ | "PROCESSING_CANCELLATION" |
+| CANCELED | String | ✅ | "CANCELED" |
+| CANCELLATION_DENIED | String | ✅ | "CANCELLATION_DENIED" |
+| ERROR | String | ✅ | "ERROR" |
+
+
diff --git a/documentation/models/InvoiceListRequestInvoiceStatus.md b/documentation/models/InvoiceListRequestInvoiceStatus.md
new file mode 100644
index 0000000..6db3ef0
--- /dev/null
+++ b/documentation/models/InvoiceListRequestInvoiceStatus.md
@@ -0,0 +1,16 @@
+# InvoiceListRequestInvoiceStatus
+
+Filter by situation
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------------------- | :----- | :------- | :------------------------ |
+| SCHEDULED | String | ✅ | "SCHEDULED" |
+| AUTHORIZED | String | ✅ | "AUTHORIZED" |
+| PROCESSING_CANCELLATION | String | ✅ | "PROCESSING_CANCELLATION" |
+| CANCELED | String | ✅ | "CANCELED" |
+| CANCELLATION_DENIED | String | ✅ | "CANCELLATION_DENIED" |
+| ERROR | String | ✅ | "ERROR" |
+
+
diff --git a/documentation/models/InvoiceListResponseDto.md b/documentation/models/InvoiceListResponseDto.md
new file mode 100644
index 0000000..01798c7
--- /dev/null
+++ b/documentation/models/InvoiceListResponseDto.md
@@ -0,0 +1,14 @@
+# InvoiceListResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------- | :---------------------------- | :------- | :---------------------------------------------------------- |
+| object | String | ❌ | Object type |
+| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
+| totalCount | Long | ❌ | Total number of items for the filters entered |
+| limit | Long | ❌ | Number of objects per page |
+| offset | Long | ❌ | Position of the object from which the page should be loaded |
+| data | List\ | ❌ | List of objects |
+
+
diff --git a/documentation/models/InvoiceSaveRequestDto.md b/documentation/models/InvoiceSaveRequestDto.md
new file mode 100644
index 0000000..bd39245
--- /dev/null
+++ b/documentation/models/InvoiceSaveRequestDto.md
@@ -0,0 +1,22 @@
+# InvoiceSaveRequestDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------------- | :-------------- | :------- | :------------------------------------------------------------------------------------------------------------------------------ |
+| serviceDescription | String | ✅ | Description of invoice services |
+| observations | String | ✅ | Additional observations |
+| value | Double | ✅ | Total value |
+| deductions | Double | ✅ | Deductions. Deductions do not change the total value of the invoice, but they do change the ISS calculation basis. |
+| effectiveDate | String | ✅ | Invoice issuance date |
+| municipalServiceName | String | ✅ | Name of the municipal service. If not provided, the municipalServiceCode attribute will be used as the name for identification. |
+| taxes | InvoiceTaxesDto | ✅ | Invoice taxes |
+| payment | String | ❌ | Unique payment identifier in Asaas |
+| installment | String | ❌ | Unique installment identifier in Asaas |
+| customer | String | ❌ | Unique customer identifier |
+| externalReference | String | ❌ | Invoice identifier in your system |
+| municipalServiceId | String | ❌ | Unique municipal service identifier |
+| municipalServiceCode | String | ❌ | Municipal Service Code |
+| updatePayment | Boolean | ❌ | Update the Payment amount with the invoice taxes already deducted. |
+
+
diff --git a/documentation/models/InvoiceTaxesDto.md b/documentation/models/InvoiceTaxesDto.md
new file mode 100644
index 0000000..43f257a
--- /dev/null
+++ b/documentation/models/InvoiceTaxesDto.md
@@ -0,0 +1,17 @@
+# InvoiceTaxesDto
+
+Invoice taxes
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :-------- | :------ | :------- | :------------------------------------------ |
+| retainIss | Boolean | ✅ | The invoice holder must withhold ISS or not |
+| cofins | Double | ✅ | COFINS rate |
+| csll | Double | ✅ | CSLL rate |
+| inss | Double | ✅ | INSS rate |
+| ir | Double | ✅ | IR rate |
+| pis | Double | ✅ | PIS rate |
+| iss | Double | ✅ | ISS rate |
+
+
diff --git a/documentation/models/InvoiceUpdateRequestDto.md b/documentation/models/InvoiceUpdateRequestDto.md
new file mode 100644
index 0000000..ef539bc
--- /dev/null
+++ b/documentation/models/InvoiceUpdateRequestDto.md
@@ -0,0 +1,16 @@
+# InvoiceUpdateRequestDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------------- | :-------------- | :------- | :----------------------------------------------------------------------------------------------------------------- |
+| serviceDescription | String | ❌ | Description of invoice services |
+| observations | String | ❌ | Additional observations |
+| externalReference | String | ❌ | Invoice identifier in your system |
+| value | Double | ❌ | Total value |
+| deductions | Double | ❌ | Deductions. Deductions do not change the total value of the invoice, but they do change the ISS calculation basis. |
+| effectiveDate | String | ❌ | Invoice issuance date |
+| updatePayment | Boolean | ❌ | Update the Payment amount with the invoice taxes already deducted. |
+| taxes | InvoiceTaxesDto | ❌ | Invoice taxes |
+
+
diff --git a/documentation/models/ListAnticipationsParameters.md b/documentation/models/ListAnticipationsParameters.md
index 76b32c0..58573d5 100644
--- a/documentation/models/ListAnticipationsParameters.md
+++ b/documentation/models/ListAnticipationsParameters.md
@@ -2,12 +2,12 @@
**Properties**
-| Name | Type | Required | Description |
-| :---------- | :--------------------------------------------------------------- | :------- | :----------------------------------------- |
-| offset | Long | ❌ | List starting element |
-| limit | Long | ❌ | Number of list elements (max: 100) |
-| payment | String | ❌ | Filter anticipations of a payment |
-| installment | String | ❌ | Filter advances for an installment payment |
-| status | ApiReceivableAnticipationListRequestReceivableAnticipationStatus | ❌ | Filter by status |
+| Name | Type | Required | Description |
+| :---------- | :---------------------------------------- | :------- | :----------------------------------------- |
+| offset | Long | ❌ | List starting element |
+| limit | Long | ❌ | Number of list elements (max: 100) |
+| payment | String | ❌ | Filter anticipations of a payment |
+| installment | String | ❌ | Filter advances for an installment payment |
+| status | AnticipationListRequestAnticipationStatus | ❌ | Filter by status |
diff --git a/documentation/models/ListChargebacksParameters.md b/documentation/models/ListChargebacksParameters.md
index 2a41853..d051a86 100644
--- a/documentation/models/ListChargebacksParameters.md
+++ b/documentation/models/ListChargebacksParameters.md
@@ -2,15 +2,15 @@
**Properties**
-| Name | Type | Required | Description |
-| :---------------------- | :--------------------------------------- | :------- | :---------------------------------------- |
-| offset | Long | ❌ | List starting element |
-| limit | Long | ❌ | Number of list elements (max: 100) |
-| creditCardBrand | ApiChargebackListRequestCreditCardBrand | ❌ | Filter by used card brand. |
-| originDisputeDateLe | String | ❌ | Filter up to the chargeback opening date. |
-| originDisputeDateGe | String | ❌ | Filter from a chargeback opening date. |
-| originTransactionDateLe | String | ❌ | Filter up to the transaction date. |
-| originTransactionDateGe | String | ❌ | Filter from a transaction date. |
-| status | ApiChargebackListRequestChargebackStatus | ❌ | Filter by chargeback status. |
+| Name | Type | Required | Description |
+| :---------------------- | :------------------------------------ | :------- | :---------------------------------------- |
+| offset | Long | ❌ | List starting element |
+| limit | Long | ❌ | Number of list elements (max: 100) |
+| creditCardBrand | ChargebackListRequestCreditCardBrand | ❌ | Filter by used card brand. |
+| originDisputeDateLe | String | ❌ | Filter up to the chargeback opening date. |
+| originDisputeDateGe | String | ❌ | Filter from a chargeback opening date. |
+| originTransactionDateLe | String | ❌ | Filter up to the transaction date. |
+| originTransactionDateGe | String | ❌ | Filter from a transaction date. |
+| status | ChargebackListRequestChargebackStatus | ❌ | Filter by chargeback status. |
diff --git a/documentation/models/ListInvoicesForSubscriptionChargesParameters.md b/documentation/models/ListInvoicesForSubscriptionChargesParameters.md
index 0101daf..2e78232 100644
--- a/documentation/models/ListInvoicesForSubscriptionChargesParameters.md
+++ b/documentation/models/ListInvoicesForSubscriptionChargesParameters.md
@@ -2,14 +2,14 @@
**Properties**
-| Name | Type | Required | Description |
-| :---------------- | :--------------------------------------------- | :------- | :------------------------------------------ |
-| offset | Long | ❌ | List starting element |
-| limit | Long | ❌ | Number of list elements (max: 100) |
-| effectiveDateGe | String | ❌ | Filter from an issue date |
-| effectiveDateLe | String | ❌ | Filter until an issue date |
-| externalReference | String | ❌ | Filter by invoice identifier in your system |
-| status | ApiSubscriptionGetInvoicesRequestInvoiceStatus | ❌ | Filter by invoice status |
-| customer | String | ❌ | Filter by unique customer identifier |
+| Name | Type | Required | Description |
+| :---------------- | :------------------------------------------ | :------- | :------------------------------------------ |
+| offset | Long | ❌ | List starting element |
+| limit | Long | ❌ | Number of list elements (max: 100) |
+| effectiveDateGe | String | ❌ | Filter from an issue date |
+| effectiveDateLe | String | ❌ | Filter until an issue date |
+| externalReference | String | ❌ | Filter by invoice identifier in your system |
+| status | SubscriptionGetInvoicesRequestInvoiceStatus | ❌ | Filter by invoice status |
+| customer | String | ❌ | Filter by unique customer identifier |
diff --git a/documentation/models/ListInvoicesParameters.md b/documentation/models/ListInvoicesParameters.md
index a7419d6..9cb11ec 100644
--- a/documentation/models/ListInvoicesParameters.md
+++ b/documentation/models/ListInvoicesParameters.md
@@ -2,16 +2,16 @@
**Properties**
-| Name | Type | Required | Description |
-| :---------------- | :----------------------------------------- | :------- | :------------------------------------------ |
-| offset | Long | ❌ | List starting element |
-| limit | Long | ❌ | Number of list elements (max: 100) |
-| effectiveDateGe | String | ❌ | Filter by an issue date |
-| effectiveDateLe | String | ❌ | Filter by an issue date |
-| payment | String | ❌ | Filter by unique payment identifier |
-| installment | String | ❌ | Filter by the unique installment identifier |
-| externalReference | String | ❌ | Filter by invoice identifier in your system |
-| status | ApiCustomerInvoiceListRequestInvoiceStatus | ❌ | Filter by situation |
-| customer | String | ❌ | Filter by unique customer identifier |
+| Name | Type | Required | Description |
+| :---------------- | :------------------------------ | :------- | :------------------------------------------ |
+| offset | Long | ❌ | List starting element |
+| limit | Long | ❌ | Number of list elements (max: 100) |
+| effectiveDateGe | String | ❌ | Filter by an issue date |
+| effectiveDateLe | String | ❌ | Filter by an issue date |
+| payment | String | ❌ | Filter by unique payment identifier |
+| installment | String | ❌ | Filter by the unique installment identifier |
+| externalReference | String | ❌ | Filter by invoice identifier in your system |
+| status | InvoiceListRequestInvoiceStatus | ❌ | Filter by situation |
+| customer | String | ❌ | Filter by unique customer identifier |
diff --git a/documentation/models/ListKeysParameters.md b/documentation/models/ListKeysParameters.md
index 1f7cef8..5290290 100644
--- a/documentation/models/ListKeysParameters.md
+++ b/documentation/models/ListKeysParameters.md
@@ -2,11 +2,11 @@
**Properties**
-| Name | Type | Required | Description |
-| :--------- | :--------------------------------------------- | :------- | :--------------------------------- |
-| offset | Long | ❌ | List starting element |
-| limit | Long | ❌ | Number of list elements (max: 100) |
-| status | ApiPixAddressKeyListRequestPixAddressKeyStatus | ❌ | Filter by current key status |
-| statusList | String | ❌ | Filter by one or more key statuses |
+| Name | Type | Required | Description |
+| :--------- | :------------------------------------------ | :------- | :--------------------------------- |
+| offset | Long | ❌ | List starting element |
+| limit | Long | ❌ | Number of list elements (max: 100) |
+| status | PixAddressKeyListRequestPixAddressKeyStatus | ❌ | Filter by current key status |
+| statusList | String | ❌ | Filter by one or more key statuses |
diff --git a/documentation/models/ListPaidSplitsParameters.md b/documentation/models/ListPaidSplitsParameters.md
index 109a3a3..9892041 100644
--- a/documentation/models/ListPaidSplitsParameters.md
+++ b/documentation/models/ListPaidSplitsParameters.md
@@ -2,15 +2,15 @@
**Properties**
-| Name | Type | Required | Description |
-| :--------------------- | :----------------------------------------------- | :------- | :------------------------------------------------ |
-| offset | Long | ❌ | List starting element |
-| limit | Long | ❌ | Number of list elements (max: 100) |
-| paymentId | String | ❌ | Filter by payment ID |
-| status | ApiPaymentSplitListPaidRequestPaymentSplitStatus | ❌ | Filter by status |
-| paymentConfirmedDateGe | String | ❌ | Filter from the initial payment confirmation date |
-| paymentConfirmedDateLe | String | ❌ | Filter from final payment confirmation date |
-| creditDateGe | String | ❌ | Filter from the initial split sending date |
-| creditDateLe | String | ❌ | Filter from the final split sending date |
+| Name | Type | Required | Description |
+| :--------------------- | :-------------------------------------------- | :------- | :------------------------------------------------ |
+| offset | Long | ❌ | List starting element |
+| limit | Long | ❌ | Number of list elements (max: 100) |
+| paymentId | String | ❌ | Filter by payment ID |
+| status | PaymentSplitListPaidRequestPaymentSplitStatus | ❌ | Filter by status |
+| paymentConfirmedDateGe | String | ❌ | Filter from the initial payment confirmation date |
+| paymentConfirmedDateLe | String | ❌ | Filter from final payment confirmation date |
+| creditDateGe | String | ❌ | Filter from the initial split sending date |
+| creditDateLe | String | ❌ | Filter from the final split sending date |
diff --git a/documentation/models/ListPaymentDunningsParameters.md b/documentation/models/ListPaymentDunningsParameters.md
index 1082fd2..2a1e068 100644
--- a/documentation/models/ListPaymentDunningsParameters.md
+++ b/documentation/models/ListPaymentDunningsParameters.md
@@ -2,14 +2,14 @@
**Properties**
-| Name | Type | Required | Description |
-| :--------------- | :----------------------------------------------- | :------- | :---------------------------------------- |
-| offset | Long | ❌ | List starting element |
-| limit | Long | ❌ | Number of list elements (max: 100) |
-| status | ApiPaymentDunningListRequestPaymentDunningStatus | ❌ | Filter by payment dunning status |
-| type | ApiPaymentDunningListRequestPaymentDunningType | ❌ | Filter by type of payment dunning |
-| payment | String | ❌ | Filter by dunnings for a specific payment |
-| requestStartDate | String | ❌ | Filter from initial request date |
-| requestEndDate | String | ❌ | Filter from end request date |
+| Name | Type | Required | Description |
+| :--------------- | :-------------------------------------------- | :------- | :---------------------------------------- |
+| offset | Long | ❌ | List starting element |
+| limit | Long | ❌ | Number of list elements (max: 100) |
+| status | PaymentDunningListRequestPaymentDunningStatus | ❌ | Filter by payment dunning status |
+| type | PaymentDunningListRequestPaymentDunningType | ❌ | Filter by type of payment dunning |
+| payment | String | ❌ | Filter by dunnings for a specific payment |
+| requestStartDate | String | ❌ | Filter from initial request date |
+| requestEndDate | String | ❌ | Filter from end request date |
diff --git a/documentation/models/ListPaymentsOfAInstallmentParameters.md b/documentation/models/ListPaymentsOfAInstallmentParameters.md
index e14d5d2..76ce6b5 100644
--- a/documentation/models/ListPaymentsOfAInstallmentParameters.md
+++ b/documentation/models/ListPaymentsOfAInstallmentParameters.md
@@ -2,8 +2,8 @@
**Properties**
-| Name | Type | Required | Description |
-| :----- | :--------------------------------------------- | :------- | :----------------------- |
-| status | ApiInstallmentListPaymentsRequestPaymentStatus | ❌ | Filter by payment status |
+| Name | Type | Required | Description |
+| :----- | :------------------------------------------ | :------- | :----------------------- |
+| status | InstallmentListPaymentsRequestPaymentStatus | ❌ | Filter by payment status |
diff --git a/documentation/models/ListPaymentsOfASubscriptionParameters.md b/documentation/models/ListPaymentsOfASubscriptionParameters.md
index 615d5d1..a1fe927 100644
--- a/documentation/models/ListPaymentsOfASubscriptionParameters.md
+++ b/documentation/models/ListPaymentsOfASubscriptionParameters.md
@@ -2,8 +2,8 @@
**Properties**
-| Name | Type | Required | Description |
-| :----- | :---------------------------------------------- | :------- | :----------------------- |
-| status | ApiSubscriptionListPaymentsRequestPaymentStatus | ❌ | Filter by payment status |
+| Name | Type | Required | Description |
+| :----- | :------------------------------------------- | :------- | :----------------------- |
+| status | SubscriptionListPaymentsRequestPaymentStatus | ❌ | Filter by payment status |
diff --git a/documentation/models/ListPaymentsParameters.md b/documentation/models/ListPaymentsParameters.md
index e0c6efe..92720af 100644
--- a/documentation/models/ListPaymentsParameters.md
+++ b/documentation/models/ListPaymentsParameters.md
@@ -2,31 +2,31 @@
**Properties**
-| Name | Type | Required | Description |
-| :-------------------- | :--------------------------------- | :------- | :-------------------------------------------------------------------------------------------------- |
-| installment | String | ❌ | Filter by unique installment identifier |
-| offset | Long | ❌ | List starting element |
-| limit | Long | ❌ | Number of list elements (max: 100) |
-| customer | String | ❌ | Filter by unique customer identifier |
-| customerGroupName | String | ❌ | Filter by customer group name |
-| billingType | ApiPaymentListRequestBillingType | ❌ | Filter by billing type |
-| status | ApiPaymentListRequestPaymentStatus | ❌ | Filter by status |
-| subscription | String | ❌ | Filter by unique subscription identifier |
-| externalReference | String | ❌ | Filter by your system identifier |
-| paymentDate | String | ❌ | Filter by payment date |
-| invoiceStatus | ApiPaymentListRequestInvoiceStatus | ❌ | Filter to return charges that have or do not have an invoice |
-| estimatedCreditDate | String | ❌ | Filter by estimated credit date |
-| pixQrCodeId | String | ❌ | Filter receipts originating from a static QrCode using the id generated when the QrCode was created |
-| anticipated | Boolean | ❌ | Filter anticipated charges or not |
-| anticipable | Boolean | ❌ | Filter anticipable charges or not |
-| dateCreatedGe | String | ❌ | Filter from initial creation date |
-| dateCreatedLe | String | ❌ | Filter to final creation date |
-| paymentDateGe | String | ❌ | Filter from initial payment date |
-| paymentDateLe | String | ❌ | Filter to final payment date |
-| estimatedCreditDateGe | String | ❌ | Filter from estimated initial credit date |
-| estimatedCreditDateLe | String | ❌ | Filter to estimated end credit date |
-| dueDateGe | String | ❌ | Filter from initial due date |
-| dueDateLe | String | ❌ | Filter by final due date |
-| user | String | ❌ | Filter by the email address of the user who created the payment. |
+| Name | Type | Required | Description |
+| :-------------------- | :------------------------------ | :------- | :-------------------------------------------------------------------------------------------------- |
+| installment | String | ❌ | Filter by unique installment identifier |
+| offset | Long | ❌ | List starting element |
+| limit | Long | ❌ | Number of list elements (max: 100) |
+| customer | String | ❌ | Filter by unique customer identifier |
+| customerGroupName | String | ❌ | Filter by customer group name |
+| billingType | PaymentListRequestBillingType | ❌ | Filter by billing type |
+| status | PaymentListRequestPaymentStatus | ❌ | Filter by status |
+| subscription | String | ❌ | Filter by unique subscription identifier |
+| externalReference | String | ❌ | Filter by your system identifier |
+| paymentDate | String | ❌ | Filter by payment date |
+| invoiceStatus | PaymentListRequestInvoiceStatus | ❌ | Filter to return charges that have or do not have an invoice |
+| estimatedCreditDate | String | ❌ | Filter by estimated credit date |
+| pixQrCodeId | String | ❌ | Filter receipts originating from a static QrCode using the id generated when the QrCode was created |
+| anticipated | Boolean | ❌ | Filter anticipated charges or not |
+| anticipable | Boolean | ❌ | Filter anticipable charges or not |
+| dateCreatedGe | String | ❌ | Filter from initial creation date |
+| dateCreatedLe | String | ❌ | Filter to final creation date |
+| paymentDateGe | String | ❌ | Filter from initial payment date |
+| paymentDateLe | String | ❌ | Filter to final payment date |
+| estimatedCreditDateGe | String | ❌ | Filter from estimated initial credit date |
+| estimatedCreditDateLe | String | ❌ | Filter to estimated end credit date |
+| dueDateGe | String | ❌ | Filter from initial due date |
+| dueDateLe | String | ❌ | Filter by final due date |
+| user | String | ❌ | Filter by the email address of the user who created the payment. |
diff --git a/documentation/models/ListPaymentsWithSummaryDataParameters.md b/documentation/models/ListPaymentsWithSummaryDataParameters.md
index a21effe..76d87e0 100644
--- a/documentation/models/ListPaymentsWithSummaryDataParameters.md
+++ b/documentation/models/ListPaymentsWithSummaryDataParameters.md
@@ -2,31 +2,31 @@
**Properties**
-| Name | Type | Required | Description |
-| :-------------------- | :--------------------------------- | :------- | :-------------------------------------------------------------------------------------------------- |
-| offset | Long | ❌ | List starting element |
-| limit | Long | ❌ | Number of list elements (max: 100) |
-| customer | String | ❌ | Filter by unique customer identifier |
-| customerGroupName | String | ❌ | Filter by customer group name |
-| billingType | ApiPaymentListRequestBillingType | ❌ | Filter by billing type |
-| status | ApiPaymentListRequestPaymentStatus | ❌ | Filter by status |
-| subscription | String | ❌ | Filter by unique subscription identifier |
-| installment | String | ❌ | Filter by unique installment identifier |
-| externalReference | String | ❌ | Filter by your system identifier |
-| paymentDate | String | ❌ | Filter by payment date |
-| invoiceStatus | ApiPaymentListRequestInvoiceStatus | ❌ | Filter to return charges that have or do not have an invoice |
-| estimatedCreditDate | String | ❌ | Filter by estimated credit date |
-| pixQrCodeId | String | ❌ | Filter receipts originating from a static QrCode using the id generated when the QrCode was created |
-| anticipated | Boolean | ❌ | Filter anticipated charges or not |
-| anticipable | Boolean | ❌ | Filter anticipable charges or not |
-| dateCreatedGe | String | ❌ | Filter from initial creation date |
-| dateCreatedLe | String | ❌ | Filter to final creation date |
-| paymentDateGe | String | ❌ | Filter from initial payment date |
-| paymentDateLe | String | ❌ | Filter to final payment date |
-| estimatedCreditDateGe | String | ❌ | Filter from estimated initial credit date |
-| estimatedCreditDateLe | String | ❌ | Filter to estimated end credit date |
-| dueDateGe | String | ❌ | Filter from initial due date |
-| dueDateLe | String | ❌ | Filter by final due date |
-| user | String | ❌ | Filter by the email address of the user who created the payment. |
+| Name | Type | Required | Description |
+| :-------------------- | :------------------------------ | :------- | :-------------------------------------------------------------------------------------------------- |
+| offset | Long | ❌ | List starting element |
+| limit | Long | ❌ | Number of list elements (max: 100) |
+| customer | String | ❌ | Filter by unique customer identifier |
+| customerGroupName | String | ❌ | Filter by customer group name |
+| billingType | PaymentListRequestBillingType | ❌ | Filter by billing type |
+| status | PaymentListRequestPaymentStatus | ❌ | Filter by status |
+| subscription | String | ❌ | Filter by unique subscription identifier |
+| installment | String | ❌ | Filter by unique installment identifier |
+| externalReference | String | ❌ | Filter by your system identifier |
+| paymentDate | String | ❌ | Filter by payment date |
+| invoiceStatus | PaymentListRequestInvoiceStatus | ❌ | Filter to return charges that have or do not have an invoice |
+| estimatedCreditDate | String | ❌ | Filter by estimated credit date |
+| pixQrCodeId | String | ❌ | Filter receipts originating from a static QrCode using the id generated when the QrCode was created |
+| anticipated | Boolean | ❌ | Filter anticipated charges or not |
+| anticipable | Boolean | ❌ | Filter anticipable charges or not |
+| dateCreatedGe | String | ❌ | Filter from initial creation date |
+| dateCreatedLe | String | ❌ | Filter to final creation date |
+| paymentDateGe | String | ❌ | Filter from initial payment date |
+| paymentDateLe | String | ❌ | Filter to final payment date |
+| estimatedCreditDateGe | String | ❌ | Filter from estimated initial credit date |
+| estimatedCreditDateLe | String | ❌ | Filter to estimated end credit date |
+| dueDateGe | String | ❌ | Filter from initial due date |
+| dueDateLe | String | ❌ | Filter by final due date |
+| user | String | ❌ | Filter by the email address of the user who created the payment. |
diff --git a/documentation/models/ListReceivedSplitsParameters.md b/documentation/models/ListReceivedSplitsParameters.md
index a452b3d..8b3c88d 100644
--- a/documentation/models/ListReceivedSplitsParameters.md
+++ b/documentation/models/ListReceivedSplitsParameters.md
@@ -2,15 +2,15 @@
**Properties**
-| Name | Type | Required | Description |
-| :--------------------- | :--------------------------------------------------- | :------- | :------------------------------------------------ |
-| offset | Long | ❌ | List starting element |
-| limit | Long | ❌ | Number of list elements (max: 100) |
-| paymentId | String | ❌ | Filter by payment ID |
-| status | ApiPaymentSplitListReceivedRequestPaymentSplitStatus | ❌ | Filter by status |
-| paymentConfirmedDateGe | String | ❌ | Filter from the initial payment confirmation date |
-| paymentConfirmedDateLe | String | ❌ | Filter from final payment confirmation date |
-| creditDateGe | String | ❌ | Filter by date of receipt of initial split |
-| creditDateLe | String | ❌ | Filter by date of receipt of final split |
+| Name | Type | Required | Description |
+| :--------------------- | :------------------------------------------------ | :------- | :------------------------------------------------ |
+| offset | Long | ❌ | List starting element |
+| limit | Long | ❌ | Number of list elements (max: 100) |
+| paymentId | String | ❌ | Filter by payment ID |
+| status | PaymentSplitListReceivedRequestPaymentSplitStatus | ❌ | Filter by status |
+| paymentConfirmedDateGe | String | ❌ | Filter from the initial payment confirmation date |
+| paymentConfirmedDateLe | String | ❌ | Filter from final payment confirmation date |
+| creditDateGe | String | ❌ | Filter by date of receipt of initial split |
+| creditDateLe | String | ❌ | Filter by date of receipt of final split |
diff --git a/documentation/models/ListRecurrencesParameters.md b/documentation/models/ListRecurrencesParameters.md
index 4d7a89c..99389e3 100644
--- a/documentation/models/ListRecurrencesParameters.md
+++ b/documentation/models/ListRecurrencesParameters.md
@@ -2,12 +2,12 @@
**Properties**
-| Name | Type | Required | Description |
-| :--------- | :----------------------------------------------------------------------------------- | :------- | :--------------------------------- |
-| offset | Long | ❌ | List starting element |
-| limit | Long | ❌ | Number of list elements (max: 100) |
-| status | ApiPixTransactionRecurringCheckoutScheduleListRequestRecurringCheckoutScheduleStatus | ❌ | Filter by recurrence status |
-| value | Double | ❌ | Filter by recurrence value |
-| searchText | String | ❌ | Filter by receiver name |
+| Name | Type | Required | Description |
+| :--------- | :-------------------------------------------------------------- | :------- | :--------------------------------- |
+| offset | Long | ❌ | List starting element |
+| limit | Long | ❌ | Number of list elements (max: 100) |
+| status | RecurringPixTransactionListRequestPixRecurringTransactionStatus | ❌ | Filter by recurrence status |
+| value | Double | ❌ | Filter by recurrence value |
+| searchText | String | ❌ | Filter by receiver name |
diff --git a/documentation/models/ListSubscriptionsParameters.md b/documentation/models/ListSubscriptionsParameters.md
index 6307717..b1ea8e1 100644
--- a/documentation/models/ListSubscriptionsParameters.md
+++ b/documentation/models/ListSubscriptionsParameters.md
@@ -2,18 +2,18 @@
**Properties**
-| Name | Type | Required | Description |
-| :---------------- | :------------------------------------------- | :------- | :---------------------------------------------- |
-| offset | Long | ❌ | List starting element |
-| limit | Long | ❌ | Number of list elements (max: 100) |
-| customer | String | ❌ | Filter by Unique Customer Identifier |
-| customerGroupName | String | ❌ | Filter by customer group name |
-| billingType | ApiSubscriptionListRequestBillingType | ❌ | Filter by billing type |
-| status | ApiSubscriptionListRequestSubscriptionStatus | ❌ | Filter by status |
-| deletedOnly | String | ❌ | Send true to return only removed subscriptions |
-| includeDeleted | String | ❌ | Send true to also recover removed subscriptions |
-| externalReference | String | ❌ | Filter by your system identifier |
-| order | String | ❌ | Ascending or descending order |
-| sort | String | ❌ | Which field will it be sorted by |
+| Name | Type | Required | Description |
+| :---------------- | :---------------------------------------- | :------- | :---------------------------------------------- |
+| offset | Long | ❌ | List starting element |
+| limit | Long | ❌ | Number of list elements (max: 100) |
+| customer | String | ❌ | Filter by Unique Customer Identifier |
+| customerGroupName | String | ❌ | Filter by customer group name |
+| billingType | SubscriptionListRequestBillingType | ❌ | Filter by billing type |
+| status | SubscriptionListRequestSubscriptionStatus | ❌ | Filter by status |
+| deletedOnly | String | ❌ | Send true to return only removed subscriptions |
+| includeDeleted | String | ❌ | Send true to also recover removed subscriptions |
+| externalReference | String | ❌ | Filter by your system identifier |
+| order | String | ❌ | Ascending or descending order |
+| sort | String | ❌ | Which field will it be sorted by |
diff --git a/documentation/models/ListTransactionsParameters.md b/documentation/models/ListTransactionsParameters.md
index 4a0ef3d..1da405f 100644
--- a/documentation/models/ListTransactionsParameters.md
+++ b/documentation/models/ListTransactionsParameters.md
@@ -2,12 +2,12 @@
**Properties**
-| Name | Type | Required | Description |
-| :----------------- | :----------------------------------------------- | :------- | :------------------------------------------------------- |
-| offset | Long | ❌ | List starting element |
-| limit | Long | ❌ | Number of list elements (max: 100) |
-| status | ApiPixTransactionListRequestPixTransactionStatus | ❌ | Filter by transaction status |
-| type | ApiPixTransactionListRequestPixTransactionType | ❌ | Filter by transaction type |
-| endToEndIdentifier | String | ❌ | Filter by Pix transaction identifier at the Central Bank |
+| Name | Type | Required | Description |
+| :----------------- | :-------------------------------------------- | :------- | :------------------------------------------------------- |
+| offset | Long | ❌ | List starting element |
+| limit | Long | ❌ | Number of list elements (max: 100) |
+| status | PixTransactionListRequestPixTransactionStatus | ❌ | Filter by transaction status |
+| type | PixTransactionListRequestPixTransactionType | ❌ | Filter by transaction type |
+| endToEndIdentifier | String | ❌ | Filter by Pix transaction identifier at the Central Bank |
diff --git a/documentation/models/MobilePhoneRechargeFindProviderResponseDto.md b/documentation/models/MobilePhoneRechargeFindProviderResponseDto.md
new file mode 100644
index 0000000..1cd68c4
--- /dev/null
+++ b/documentation/models/MobilePhoneRechargeFindProviderResponseDto.md
@@ -0,0 +1,10 @@
+# MobilePhoneRechargeFindProviderResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----- | :------------------------------------------------------- | :------- | :----------------------------- |
+| name | String | ❌ | Name of cell phone operator |
+| values | List\ | ❌ | Amounts available for recharge |
+
+
diff --git a/documentation/models/MobilePhoneRechargeFindProviderResponseValuesDto.md b/documentation/models/MobilePhoneRechargeFindProviderResponseValuesDto.md
new file mode 100644
index 0000000..d763a2c
--- /dev/null
+++ b/documentation/models/MobilePhoneRechargeFindProviderResponseValuesDto.md
@@ -0,0 +1,15 @@
+# MobilePhoneRechargeFindProviderResponseValuesDto
+
+Amounts available for recharge
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------- | :----- | :------- | :--------------------- |
+| name | String | ❌ | Package name |
+| description | String | ❌ | Package Description |
+| bonus | String | ❌ | Package Bonuses |
+| minValue | Double | ❌ | Minimum top-up amount |
+| maxValue | Double | ❌ | Maximum recharge value |
+
+
diff --git a/documentation/models/MobilePhoneRechargeGetResponseDto.md b/documentation/models/MobilePhoneRechargeGetResponseDto.md
new file mode 100644
index 0000000..bb16bcd
--- /dev/null
+++ b/documentation/models/MobilePhoneRechargeGetResponseDto.md
@@ -0,0 +1,14 @@
+# MobilePhoneRechargeGetResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------- | :------------------------------------------------------ | :------- | :--------------------------------------------------- |
+| id | String | ❌ | Unique identifier for cell phone recharge on Asaas |
+| value | Double | ❌ | Recharge value |
+| phoneNumber | String | ❌ | Cell phone number that was requested to be recharged |
+| status | MobilePhoneRechargeGetResponseMobilePhoneRechargeStatus | ❌ | Recharge status |
+| canBeCancelled | Boolean | ❌ | Whether the top-up can be canceled |
+| operatorName | String | ❌ | Name of cell phone operator |
+
+
diff --git a/documentation/models/MobilePhoneRechargeGetResponseMobilePhoneRechargeStatus.md b/documentation/models/MobilePhoneRechargeGetResponseMobilePhoneRechargeStatus.md
new file mode 100644
index 0000000..9a973c5
--- /dev/null
+++ b/documentation/models/MobilePhoneRechargeGetResponseMobilePhoneRechargeStatus.md
@@ -0,0 +1,15 @@
+# MobilePhoneRechargeGetResponseMobilePhoneRechargeStatus
+
+Recharge status
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------------------- | :----- | :------- | :------------------------ |
+| PENDING | String | ✅ | "PENDING" |
+| CONFIRMED | String | ✅ | "CONFIRMED" |
+| CANCELLED | String | ✅ | "CANCELLED" |
+| REFUNDED | String | ✅ | "REFUNDED" |
+| WAITING_CRITICAL_ACTION | String | ✅ | "WAITING_CRITICAL_ACTION" |
+
+
diff --git a/documentation/models/MobilePhoneRechargeListResponseDto.md b/documentation/models/MobilePhoneRechargeListResponseDto.md
new file mode 100644
index 0000000..4f4333e
--- /dev/null
+++ b/documentation/models/MobilePhoneRechargeListResponseDto.md
@@ -0,0 +1,14 @@
+# MobilePhoneRechargeListResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------- | :---------------------------------------- | :------- | :---------------------------------------------------------- |
+| object | String | ❌ | Object type |
+| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
+| totalCount | Long | ❌ | Total number of items for the filters entered |
+| limit | Long | ❌ | Number of objects per page |
+| offset | Long | ❌ | Position of the object from which the page should be loaded |
+| data | List\ | ❌ | List of objects |
+
+
diff --git a/documentation/models/MobilePhoneRechargeSaveRequestDto.md b/documentation/models/MobilePhoneRechargeSaveRequestDto.md
new file mode 100644
index 0000000..74898fa
--- /dev/null
+++ b/documentation/models/MobilePhoneRechargeSaveRequestDto.md
@@ -0,0 +1,10 @@
+# MobilePhoneRechargeSaveRequestDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------- | :----- | :------- | :--------------- |
+| value | Double | ✅ | Recharge value |
+| phoneNumber | String | ✅ | Cellphone number |
+
+
diff --git a/documentation/models/MyAccountDisableAccountResponseDto.md b/documentation/models/MyAccountDisableAccountResponseDto.md
new file mode 100644
index 0000000..029e4a5
--- /dev/null
+++ b/documentation/models/MyAccountDisableAccountResponseDto.md
@@ -0,0 +1,9 @@
+# MyAccountDisableAccountResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------- | :----- | :------- | :------------------- |
+| observations | String | ❌ | Deletion information |
+
+
diff --git a/documentation/models/MyAccountGetAccountFeesAnticipationBankSlipDto.md b/documentation/models/MyAccountGetAccountFeesAnticipationBankSlipDto.md
new file mode 100644
index 0000000..4abcefc
--- /dev/null
+++ b/documentation/models/MyAccountGetAccountFeesAnticipationBankSlipDto.md
@@ -0,0 +1,11 @@
+# MyAccountGetAccountFeesAnticipationBankSlipDto
+
+Anticipation fee on boletos
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------------- | :----- | :------- | :------------------------------ |
+| monthlyFeePercentage | Double | ❌ | Monthly fee for invoice charges |
+
+
diff --git a/documentation/models/MyAccountGetAccountFeesAnticipationCreditCardDto.md b/documentation/models/MyAccountGetAccountFeesAnticipationCreditCardDto.md
new file mode 100644
index 0000000..04e6135
--- /dev/null
+++ b/documentation/models/MyAccountGetAccountFeesAnticipationCreditCardDto.md
@@ -0,0 +1,12 @@
+# MyAccountGetAccountFeesAnticipationCreditCardDto
+
+Credit card anticipation fee
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------------------- | :----- | :------- | :----------------------------------- |
+| detachedMonthlyFeeValue | Double | ❌ | Monthly fee for upfront charges |
+| installmentMonthlyFeeValue | Long | ❌ | Monthly fee for installment payments |
+
+
diff --git a/documentation/models/MyAccountGetAccountFeesAnticipationDto.md b/documentation/models/MyAccountGetAccountFeesAnticipationDto.md
new file mode 100644
index 0000000..9df83b7
--- /dev/null
+++ b/documentation/models/MyAccountGetAccountFeesAnticipationDto.md
@@ -0,0 +1,12 @@
+# MyAccountGetAccountFeesAnticipationDto
+
+Anticipation fees
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------- | :----------------------------------------------- | :------- | :--------------------------- |
+| creditCard | MyAccountGetAccountFeesAnticipationCreditCardDto | ❌ | Credit card anticipation fee |
+| bankSlip | MyAccountGetAccountFeesAnticipationBankSlipDto | ❌ | Anticipation fee on boletos |
+
+
diff --git a/documentation/models/MyAccountGetAccountFeesCreditBureauReportDto.md b/documentation/models/MyAccountGetAccountFeesCreditBureauReportDto.md
new file mode 100644
index 0000000..1d14199
--- /dev/null
+++ b/documentation/models/MyAccountGetAccountFeesCreditBureauReportDto.md
@@ -0,0 +1,12 @@
+# MyAccountGetAccountFeesCreditBureauReportDto
+
+Serasa consultation fees
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :-------------------- | :----- | :------- | :--------------------------------------------- |
+| naturalPersonFeeValue | Double | ❌ | Fee for Serasa consultation for natural person |
+| legalPersonFeeValue | Double | ❌ | Fee for Serasa consultation for legal person |
+
+
diff --git a/documentation/models/MyAccountGetAccountFeesInvoiceDto.md b/documentation/models/MyAccountGetAccountFeesInvoiceDto.md
new file mode 100644
index 0000000..f215107
--- /dev/null
+++ b/documentation/models/MyAccountGetAccountFeesInvoiceDto.md
@@ -0,0 +1,11 @@
+# MyAccountGetAccountFeesInvoiceDto
+
+Invoice fees
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------- | :----- | :------- | :-------------------------- |
+| feeValue | Double | ❌ | Fee per service note issued |
+
+
diff --git a/documentation/models/MyAccountGetAccountFeesNotificationDto.md b/documentation/models/MyAccountGetAccountFeesNotificationDto.md
new file mode 100644
index 0000000..ebfa052
--- /dev/null
+++ b/documentation/models/MyAccountGetAccountFeesNotificationDto.md
@@ -0,0 +1,13 @@
+# MyAccountGetAccountFeesNotificationDto
+
+Notification fees
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------------- | :----- | :------- | :---------------------------------- |
+| phoneCallFeeValue | Double | ❌ | Fees per voice robot call |
+| whatsAppFeeValue | Double | ❌ | Fees for notifications via WhatsApp |
+| messagingFeeValue | Double | ❌ | Fees for sending emails and SMS |
+
+
diff --git a/documentation/models/MyAccountGetAccountFeesPaymentBankSlipDto.md b/documentation/models/MyAccountGetAccountFeesPaymentBankSlipDto.md
new file mode 100644
index 0000000..73d120e
--- /dev/null
+++ b/documentation/models/MyAccountGetAccountFeesPaymentBankSlipDto.md
@@ -0,0 +1,14 @@
+# MyAccountGetAccountFeesPaymentBankSlipDto
+
+Boleto fees
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------- | :----- | :------- | :--------------------------------------- |
+| defaultValue | Double | ❌ | Fee per charge |
+| discountValue | Double | ❌ | Promotional fee (If any) |
+| expirationDate | String | ❌ | Promotional fee expiration date (If any) |
+| daysToReceive | Long | ❌ | Days to receive billing |
+
+
diff --git a/documentation/models/MyAccountGetAccountFeesPaymentCreditCardDto.md b/documentation/models/MyAccountGetAccountFeesPaymentCreditCardDto.md
new file mode 100644
index 0000000..54a517d
--- /dev/null
+++ b/documentation/models/MyAccountGetAccountFeesPaymentCreditCardDto.md
@@ -0,0 +1,21 @@
+# MyAccountGetAccountFeesPaymentCreditCardDto
+
+Credit card fees
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------------------------------------ | :----- | :------- | :------------------------------------------------------------- |
+| operationValue | Double | ❌ | Operating fee per charge |
+| oneInstallmentPercentage | Double | ❌ | Spot percentage rate |
+| upToSixInstallmentsPercentage | Double | ❌ | Percentage rate for 2 to 6 installments |
+| upToTwelveInstallmentsPercentage | Double | ❌ | Percentage rate for 7 to 12 installments |
+| upToTwentyOneInstallmentsPercentage | Double | ❌ | Percentage rate for 13 to 21 installments |
+| discountOneInstallmentPercentage | Double | ❌ | Promotional cash percentage rate (If any) |
+| discountUpToSixInstallmentsPercentage | Double | ❌ | Percentage rate for 2 to 6 promotional installments (If any) |
+| discountUpToTwelveInstallmentsPercentage | Double | ❌ | Percentage rate for 7 to 12 promotional installments (If any) |
+| discountUpToTwentyOneInstallmentsPercentage | Double | ❌ | Percentage rate for 13 to 21 promotional installments (if any) |
+| discountExpiration | String | ❌ | Promotional fee expiration date (If any) |
+| daysToReceive | Long | ❌ | Days to receive billing |
+
+
diff --git a/documentation/models/MyAccountGetAccountFeesPaymentDebitCardDto.md b/documentation/models/MyAccountGetAccountFeesPaymentDebitCardDto.md
new file mode 100644
index 0000000..bcec2ba
--- /dev/null
+++ b/documentation/models/MyAccountGetAccountFeesPaymentDebitCardDto.md
@@ -0,0 +1,13 @@
+# MyAccountGetAccountFeesPaymentDebitCardDto
+
+Debit card fees
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------------- | :----- | :------- | :------------------------- |
+| operationValue | Double | ❌ | Operating fee per charge |
+| defaultPercentage | Double | ❌ | Percentage rate per charge |
+| daysToReceive | Long | ❌ | Days to receive billing |
+
+
diff --git a/documentation/models/MyAccountGetAccountFeesPaymentDto.md b/documentation/models/MyAccountGetAccountFeesPaymentDto.md
new file mode 100644
index 0000000..48ca16d
--- /dev/null
+++ b/documentation/models/MyAccountGetAccountFeesPaymentDto.md
@@ -0,0 +1,14 @@
+# MyAccountGetAccountFeesPaymentDto
+
+Billing fees
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------- | :------------------------------------------ | :------- | :--------------- |
+| bankSlip | MyAccountGetAccountFeesPaymentBankSlipDto | ❌ | Boleto fees |
+| creditCard | MyAccountGetAccountFeesPaymentCreditCardDto | ❌ | Credit card fees |
+| debitCard | MyAccountGetAccountFeesPaymentDebitCardDto | ❌ | Debit card fees |
+| pix | MyAccountGetAccountFeesPaymentPixDto | ❌ | Pix Fees |
+
+
diff --git a/documentation/models/MyAccountGetAccountFeesPaymentPixDto.md b/documentation/models/MyAccountGetAccountFeesPaymentPixDto.md
new file mode 100644
index 0000000..c957ed5
--- /dev/null
+++ b/documentation/models/MyAccountGetAccountFeesPaymentPixDto.md
@@ -0,0 +1,18 @@
+# MyAccountGetAccountFeesPaymentPixDto
+
+Pix Fees
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------------------------- | :----- | :------- | :-------------------------------------------------- |
+| fixedFeeValue | Double | ❌ | Fixed fee (If any) |
+| fixedFeeValueWithDiscount | Double | ❌ | Promotional fixed rate (If any) |
+| percentageFee | Double | ❌ | Percentage rate (If any) |
+| minimumFeeValue | Double | ❌ | Minimum fixed rate in case of percentage rate |
+| maximumFeeValue | Double | ❌ | Maximum fixed rate in case of percentage rate |
+| discountExpiration | String | ❌ | Promotional fee expiration date (If any) |
+| monthlyCreditsWithoutFee | Long | ❌ | Number of free transactions per month |
+| creditsReceivedOfCurrentMonth | Long | ❌ | How many transactions have you received this month? |
+
+
diff --git a/documentation/models/MyAccountGetAccountFeesResponseDto.md b/documentation/models/MyAccountGetAccountFeesResponseDto.md
new file mode 100644
index 0000000..097c3c6
--- /dev/null
+++ b/documentation/models/MyAccountGetAccountFeesResponseDto.md
@@ -0,0 +1,14 @@
+# MyAccountGetAccountFeesResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------------- | :------------------------------------------- | :------- | :----------------------- |
+| payment | MyAccountGetAccountFeesPaymentDto | ❌ | Billing fees |
+| transfer | MyAccountGetAccountFeesTransferDto | ❌ | Transfer fees |
+| notification | MyAccountGetAccountFeesNotificationDto | ❌ | Notification fees |
+| creditBureauReport | MyAccountGetAccountFeesCreditBureauReportDto | ❌ | Serasa consultation fees |
+| invoice | MyAccountGetAccountFeesInvoiceDto | ❌ | Invoice fees |
+| anticipation | MyAccountGetAccountFeesAnticipationDto | ❌ | Anticipation fees |
+
+
diff --git a/documentation/models/MyAccountGetAccountFeesTransferDto.md b/documentation/models/MyAccountGetAccountFeesTransferDto.md
new file mode 100644
index 0000000..b33d1f4
--- /dev/null
+++ b/documentation/models/MyAccountGetAccountFeesTransferDto.md
@@ -0,0 +1,13 @@
+# MyAccountGetAccountFeesTransferDto
+
+Transfer fees
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------------------- | :------------------------------------ | :------- | :---------------------------------- |
+| monthlyTransfersWithoutFee | Long | ❌ | Number of monthly free transactions |
+| ted | MyAccountGetAccountFeesTransferTedDto | ❌ | Fees for TED transfers |
+| pix | MyAccountGetAccountFeesTransferPixDto | ❌ | Fees for Pix transfers |
+
+
diff --git a/documentation/models/MyAccountGetAccountFeesTransferPixDto.md b/documentation/models/MyAccountGetAccountFeesTransferPixDto.md
new file mode 100644
index 0000000..f1471f5
--- /dev/null
+++ b/documentation/models/MyAccountGetAccountFeesTransferPixDto.md
@@ -0,0 +1,14 @@
+# MyAccountGetAccountFeesTransferPixDto
+
+Fees for Pix transfers
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------------------------------- | :------ | :------- | :---------------------------------------------------------------------- |
+| feeValue | Double | ❌ | Fee for sending transfers via Pix |
+| discountValue | Double | ❌ | Promotional fee (If any) |
+| expirationDate | String | ❌ | Promotional fee expiration date (If any) |
+| consideredInMonthlyTransfersWithoutFee | Boolean | ❌ | Indicates whether the number of free monthly transactions considers Pix |
+
+
diff --git a/documentation/models/MyAccountGetAccountFeesTransferTedDto.md b/documentation/models/MyAccountGetAccountFeesTransferTedDto.md
new file mode 100644
index 0000000..3e21ef1
--- /dev/null
+++ b/documentation/models/MyAccountGetAccountFeesTransferTedDto.md
@@ -0,0 +1,12 @@
+# MyAccountGetAccountFeesTransferTedDto
+
+Fees for TED transfers
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------------------------------- | :------ | :------- | :---------------------------------------------------------------------- |
+| feeValue | Double | ❌ | Transfer fee via TED |
+| consideredInMonthlyTransfersWithoutFee | Boolean | ❌ | Indicates whether the number of monthly free transactions considers TED |
+
+
diff --git a/documentation/models/MyAccountGetAccountNumberResponseDto.md b/documentation/models/MyAccountGetAccountNumberResponseDto.md
new file mode 100644
index 0000000..7502b2f
--- /dev/null
+++ b/documentation/models/MyAccountGetAccountNumberResponseDto.md
@@ -0,0 +1,11 @@
+# MyAccountGetAccountNumberResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------- | :----- | :------- | :------------- |
+| agency | String | ❌ | Account agency |
+| account | String | ❌ | Account number |
+| accountDigit | String | ❌ | Account digit |
+
+
diff --git a/documentation/models/MyAccountGetStatusResponseDto.md b/documentation/models/MyAccountGetStatusResponseDto.md
new file mode 100644
index 0000000..3db0c24
--- /dev/null
+++ b/documentation/models/MyAccountGetStatusResponseDto.md
@@ -0,0 +1,13 @@
+# MyAccountGetStatusResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :-------------- | :------------------------------- | :------- | :--------------------------------- |
+| id | String | ❌ | Unique account identifier in Asaas |
+| commercialInfo | MyAccountGetStatusResponseStatus | ❌ | Status of sent business data |
+| bankAccountInfo | MyAccountGetStatusResponseStatus | ❌ | Status of sent business data |
+| documentation | MyAccountGetStatusResponseStatus | ❌ | Status of sent business data |
+| general | MyAccountGetStatusResponseStatus | ❌ | Status of sent business data |
+
+
diff --git a/documentation/models/MyAccountGetStatusResponseStatus.md b/documentation/models/MyAccountGetStatusResponseStatus.md
new file mode 100644
index 0000000..38e305f
--- /dev/null
+++ b/documentation/models/MyAccountGetStatusResponseStatus.md
@@ -0,0 +1,14 @@
+# MyAccountGetStatusResponseStatus
+
+Status of sent business data
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------------- | :----- | :------- | :------------------ |
+| PENDING | String | ✅ | "PENDING" |
+| APPROVED | String | ✅ | "APPROVED" |
+| REJECTED | String | ✅ | "REJECTED" |
+| AWAITING_APPROVAL | String | ✅ | "AWAITING_APPROVAL" |
+
+
diff --git a/documentation/models/NotificationBatchUpdateRequestDto.md b/documentation/models/NotificationBatchUpdateRequestDto.md
new file mode 100644
index 0000000..6c0f5a0
--- /dev/null
+++ b/documentation/models/NotificationBatchUpdateRequestDto.md
@@ -0,0 +1,10 @@
+# NotificationBatchUpdateRequestDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------ | :----------------------------------- | :------- | :---------------------------------- |
+| customer | String | ✅ | Unique customer identifier in Asaas |
+| notifications | List\ | ❌ | List of notification information |
+
+
diff --git a/documentation/models/NotificationBatchUpdateResponseDto.md b/documentation/models/NotificationBatchUpdateResponseDto.md
new file mode 100644
index 0000000..b75c338
--- /dev/null
+++ b/documentation/models/NotificationBatchUpdateResponseDto.md
@@ -0,0 +1,9 @@
+# NotificationBatchUpdateResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------ | :--------------------------------- | :------- | :------------------------------- |
+| notifications | List\ | ❌ | List of notification information |
+
+
diff --git a/documentation/models/NotificationGetResponseDto.md b/documentation/models/NotificationGetResponseDto.md
new file mode 100644
index 0000000..715badc
--- /dev/null
+++ b/documentation/models/NotificationGetResponseDto.md
@@ -0,0 +1,23 @@
+# NotificationGetResponseDto
+
+List of notification information
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :-------------------------- | :--------------------------------------- | :------- | :--------------------------------------------------------------------------------------------------------------------------------------------------- |
+| object | String | ❌ | Object type |
+| id | String | ❌ | Unique notification identifier |
+| customer | String | ❌ | Unique customer identifier |
+| enabled | Boolean | ❌ | Indicates whether notification is enabled |
+| emailEnabledForProvider | Boolean | ❌ | Indicates whether the email sent to you is enabled or disabled |
+| smsEnabledForProvider | Boolean | ❌ | Indicates whether the SMS sent to you is enabled or disabled |
+| emailEnabledForCustomer | Boolean | ❌ | Indicates whether the email sent to the customer is enabled or disabled |
+| smsEnabledForCustomer | Boolean | ❌ | Indicates whether the SMS sent to the customer is enabled or disabled |
+| phoneCallEnabledForCustomer | Boolean | ❌ | Indicates whether voice notification to the customer is enabled or disabled |
+| whatsappEnabledForCustomer | Boolean | ❌ | Indicates whether the WhatsApp notification sent to the customer is enabled or disabled |
+| event | NotificationGetResponseNotificationEvent | ❌ | Kind of event |
+| scheduleOffset | NotificationGetResponseDtoScheduleOffset | ❌ | Specifies how many days before the due date the notification must be sent. Valid only for the `PAYMENT_DUEDATE_WARNING` and `PAYMENT_OVERDUE` events |
+| deleted | Boolean | ❌ | Indicates whether the notification was deleted |
+
+
diff --git a/documentation/models/NotificationGetResponseDtoScheduleOffset.md b/documentation/models/NotificationGetResponseDtoScheduleOffset.md
new file mode 100644
index 0000000..1460662
--- /dev/null
+++ b/documentation/models/NotificationGetResponseDtoScheduleOffset.md
@@ -0,0 +1,17 @@
+# NotificationGetResponseDtoScheduleOffset
+
+Specifies how many days before the due date the notification must be sent. Valid only for the `PAYMENT_DUEDATE_WARNING` and `PAYMENT_OVERDUE` events
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--- | :--- | :------- | :---------- |
+| \_0 | long | ✅ | 0 |
+| \_1 | long | ✅ | 1 |
+| \_5 | long | ✅ | 5 |
+| \_7 | long | ✅ | 7 |
+| \_10 | long | ✅ | 10 |
+| \_15 | long | ✅ | 15 |
+| \_30 | long | ✅ | 30 |
+
+
diff --git a/documentation/models/NotificationGetResponseNotificationEvent.md b/documentation/models/NotificationGetResponseNotificationEvent.md
new file mode 100644
index 0000000..3a44afc
--- /dev/null
+++ b/documentation/models/NotificationGetResponseNotificationEvent.md
@@ -0,0 +1,16 @@
+# NotificationGetResponseNotificationEvent
+
+Kind of event
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------------------- | :----- | :------- | :------------------------ |
+| PAYMENT_CREATED | String | ✅ | "PAYMENT_CREATED" |
+| PAYMENT_UPDATED | String | ✅ | "PAYMENT_UPDATED" |
+| PAYMENT_RECEIVED | String | ✅ | "PAYMENT_RECEIVED" |
+| PAYMENT_OVERDUE | String | ✅ | "PAYMENT_OVERDUE" |
+| PAYMENT_DUEDATE_WARNING | String | ✅ | "PAYMENT_DUEDATE_WARNING" |
+| SEND_LINHA_DIGITAVEL | String | ✅ | "SEND_LINHA_DIGITAVEL" |
+
+
diff --git a/documentation/models/NotificationListResponseDto.md b/documentation/models/NotificationListResponseDto.md
new file mode 100644
index 0000000..c1a7dc5
--- /dev/null
+++ b/documentation/models/NotificationListResponseDto.md
@@ -0,0 +1,14 @@
+# NotificationListResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------- | :--------------------------------- | :------- | :---------------------------------------------------------- |
+| object | String | ❌ | Object type |
+| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
+| totalCount | Long | ❌ | Total number of items for the filters entered |
+| limit | Long | ❌ | Number of objects per page |
+| offset | Long | ❌ | Position of the object from which the page should be loaded |
+| data | List\ | ❌ | List of objects |
+
+
diff --git a/documentation/models/NotificationUpdateRequestDto.md b/documentation/models/NotificationUpdateRequestDto.md
new file mode 100644
index 0000000..76a38b5
--- /dev/null
+++ b/documentation/models/NotificationUpdateRequestDto.md
@@ -0,0 +1,18 @@
+# NotificationUpdateRequestDto
+
+List of notification information
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :-------------------------- | :----------------------------------------- | :------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| enabled | Boolean | ❌ | Enable/disable notification |
+| emailEnabledForProvider | Boolean | ❌ | enable/disable the email sent to you |
+| smsEnabledForProvider | Boolean | ❌ | enable/disable the SMS sent to you |
+| emailEnabledForCustomer | Boolean | ❌ | enable/disable the email sent to your customer |
+| smsEnabledForCustomer | Boolean | ❌ | enable/disable the SMS sent to your customer |
+| phoneCallEnabledForCustomer | Boolean | ❌ | enable/disable voice notification sent to your customer |
+| whatsappEnabledForCustomer | Boolean | ❌ | enable/disable WhatsApp messages for your customer |
+| scheduleOffset | NotificationUpdateRequestDtoScheduleOffset | ❌ | Specifies how many days before the due date the notification must be sent. For the `PAYMENT_DUEDATE_WARNING` event, the accepted values are: `0`, `5`, `10`, `15` and `30` For the `PAYMENT_OVERDUE` event, the accepted values are: `1`, `7`, `15` and `30` |
+
+
diff --git a/documentation/models/NotificationUpdateRequestDtoScheduleOffset.md b/documentation/models/NotificationUpdateRequestDtoScheduleOffset.md
new file mode 100644
index 0000000..7d89c5d
--- /dev/null
+++ b/documentation/models/NotificationUpdateRequestDtoScheduleOffset.md
@@ -0,0 +1,17 @@
+# NotificationUpdateRequestDtoScheduleOffset
+
+Specifies how many days before the due date the notification must be sent. For the `PAYMENT_DUEDATE_WARNING` event, the accepted values are: `0`, `5`, `10`, `15` and `30` For the `PAYMENT_OVERDUE` event, the accepted values are: `1`, `7`, `15` and `30`
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--- | :--- | :------- | :---------- |
+| \_0 | long | ✅ | 0 |
+| \_1 | long | ✅ | 1 |
+| \_5 | long | ✅ | 5 |
+| \_7 | long | ✅ | 7 |
+| \_10 | long | ✅ | 10 |
+| \_15 | long | ✅ | 15 |
+| \_30 | long | ✅ | 30 |
+
+
diff --git a/documentation/models/PaymentBankSlipRefundResponseDto.md b/documentation/models/PaymentBankSlipRefundResponseDto.md
new file mode 100644
index 0000000..08df7d7
--- /dev/null
+++ b/documentation/models/PaymentBankSlipRefundResponseDto.md
@@ -0,0 +1,9 @@
+# PaymentBankSlipRefundResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------- | :----- | :------- | :---------------------------- |
+| requestUrl | String | ❌ | Link to report refund details |
+
+
diff --git a/documentation/models/PaymentBillingInfoResponseDto.md b/documentation/models/PaymentBillingInfoResponseDto.md
new file mode 100644
index 0000000..3d9f9b1
--- /dev/null
+++ b/documentation/models/PaymentBillingInfoResponseDto.md
@@ -0,0 +1,11 @@
+# PaymentBillingInfoResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------- | :----------------------------- | :------- | :-------------------------------- |
+| pix | PaymentPixQrCodeResponseDto | ❌ | Payment data related to pix |
+| creditCard | CreditCardTokenizeResponseDto | ❌ | |
+| bankSlip | BankSlipBillingInfoResponseDto | ❌ | Payment data related to bank slip |
+
+
diff --git a/documentation/models/PaymentCallbackRequestDto.md b/documentation/models/PaymentCallbackRequestDto.md
new file mode 100644
index 0000000..d3f72c6
--- /dev/null
+++ b/documentation/models/PaymentCallbackRequestDto.md
@@ -0,0 +1,12 @@
+# PaymentCallbackRequestDto
+
+Automatic redirection information after the payment of the link payment
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------- | :------ | :------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| successUrl | String | ✅ | URL that the customer will be redirected to after successful payment of the invoice or payment link |
+| autoRedirect | Boolean | ❌ | Define whether the customer will be automatically redirected or will just be informed with a button to return to the website. The default is true, if you want to disable it, enter false |
+
+
diff --git a/documentation/models/PaymentChargebackResponseChargebackDisputeStatus.md b/documentation/models/PaymentChargebackResponseChargebackDisputeStatus.md
new file mode 100644
index 0000000..8844bf7
--- /dev/null
+++ b/documentation/models/PaymentChargebackResponseChargebackDisputeStatus.md
@@ -0,0 +1,13 @@
+# PaymentChargebackResponseChargebackDisputeStatus
+
+Chargeback dispute status.
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :-------- | :----- | :------- | :---------- |
+| REQUESTED | String | ✅ | "REQUESTED" |
+| ACCEPTED | String | ✅ | "ACCEPTED" |
+| REJECTED | String | ✅ | "REJECTED" |
+
+
diff --git a/documentation/models/PaymentChargebackResponseChargebackReason.md b/documentation/models/PaymentChargebackResponseChargebackReason.md
new file mode 100644
index 0000000..df37c17
--- /dev/null
+++ b/documentation/models/PaymentChargebackResponseChargebackReason.md
@@ -0,0 +1,42 @@
+# PaymentChargebackResponseChargebackReason
+
+Chargeback reason
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------------------------------------- | :----- | :------- | :------------------------------------------ |
+| ABSENCE_OF_PRINT | String | ✅ | "ABSENCE_OF_PRINT" |
+| ABSENT_CARD_FRAUD | String | ✅ | "ABSENT_CARD_FRAUD" |
+| CARD_ACTIVATED_PHONE_TRANSACTION | String | ✅ | "CARD_ACTIVATED_PHONE_TRANSACTION" |
+| CARD_FRAUD | String | ✅ | "CARD_FRAUD" |
+| CARD_RECOVERY_BULLETIN | String | ✅ | "CARD_RECOVERY_BULLETIN" |
+| COMMERCIAL_DISAGREEMENT | String | ✅ | "COMMERCIAL_DISAGREEMENT" |
+| COPY_NOT_RECEIVED | String | ✅ | "COPY_NOT_RECEIVED" |
+| CREDIT_OR_DEBIT_PRESENTATION_ERROR | String | ✅ | "CREDIT_OR_DEBIT_PRESENTATION_ERROR" |
+| DIFFERENT_PAY_METHOD | String | ✅ | "DIFFERENT_PAY_METHOD" |
+| FRAUD | String | ✅ | "FRAUD" |
+| INCORRECT_TRANSACTION_VALUE | String | ✅ | "INCORRECT_TRANSACTION_VALUE" |
+| INVALID_CURRENCY | String | ✅ | "INVALID_CURRENCY" |
+| INVALID_DATA | String | ✅ | "INVALID_DATA" |
+| LATE_PRESENTATION | String | ✅ | "LATE_PRESENTATION" |
+| LOCAL_REGULATORY_OR_LEGAL_DISPUTE | String | ✅ | "LOCAL_REGULATORY_OR_LEGAL_DISPUTE" |
+| MULTIPLE_ROCS | String | ✅ | "MULTIPLE_ROCS" |
+| ORIGINAL_CREDIT_TRANSACTION_NOT_ACCEPTED | String | ✅ | "ORIGINAL_CREDIT_TRANSACTION_NOT_ACCEPTED" |
+| OTHER_ABSENT_CARD_FRAUD | String | ✅ | "OTHER_ABSENT_CARD_FRAUD" |
+| PROCESS_ERROR | String | ✅ | "PROCESS_ERROR" |
+| RECEIVED_COPY_ILLEGIBLE_OR_INCOMPLETE | String | ✅ | "RECEIVED_COPY_ILLEGIBLE_OR_INCOMPLETE" |
+| RECURRENCE_CANCELED | String | ✅ | "RECURRENCE_CANCELED" |
+| REQUIRED_AUTHORIZATION_NOT_GRANTED | String | ✅ | "REQUIRED_AUTHORIZATION_NOT_GRANTED" |
+| RIGHT_OF_FULL_RECOURSE_FOR_FRAUD | String | ✅ | "RIGHT_OF_FULL_RECOURSE_FOR_FRAUD" |
+| SALE_CANCELED | String | ✅ | "SALE_CANCELED" |
+| SERVICE_DISAGREEMENT_OR_DEFECTIVE_PRODUCT | String | ✅ | "SERVICE_DISAGREEMENT_OR_DEFECTIVE_PRODUCT" |
+| SERVICE_NOT_RECEIVED | String | ✅ | "SERVICE_NOT_RECEIVED" |
+| SPLIT_SALE | String | ✅ | "SPLIT_SALE" |
+| TRANSFERS_OF_DIVERSE_RESPONSIBILITIES | String | ✅ | "TRANSFERS_OF_DIVERSE_RESPONSIBILITIES" |
+| UNQUALIFIED_CAR_RENTAL_DEBIT | String | ✅ | "UNQUALIFIED_CAR_RENTAL_DEBIT" |
+| USA_CARDHOLDER_DISPUTE | String | ✅ | "USA_CARDHOLDER_DISPUTE" |
+| VISA_FRAUD_MONITORING_PROGRAM | String | ✅ | "VISA_FRAUD_MONITORING_PROGRAM" |
+| WARNING_BULLETIN_FILE | String | ✅ | "WARNING_BULLETIN_FILE" |
+
+
diff --git a/documentation/models/PaymentChargebackResponseChargebackStatus.md b/documentation/models/PaymentChargebackResponseChargebackStatus.md
new file mode 100644
index 0000000..1d9ca8d
--- /dev/null
+++ b/documentation/models/PaymentChargebackResponseChargebackStatus.md
@@ -0,0 +1,15 @@
+# PaymentChargebackResponseChargebackStatus
+
+Chargeback status
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------- | :----- | :------- | :------------- |
+| REQUESTED | String | ✅ | "REQUESTED" |
+| IN_DISPUTE | String | ✅ | "IN_DISPUTE" |
+| DISPUTE_LOST | String | ✅ | "DISPUTE_LOST" |
+| REVERSED | String | ✅ | "REVERSED" |
+| DONE | String | ✅ | "DONE" |
+
+
diff --git a/documentation/models/PaymentChargebackResponseDto.md b/documentation/models/PaymentChargebackResponseDto.md
new file mode 100644
index 0000000..29b6c52
--- /dev/null
+++ b/documentation/models/PaymentChargebackResponseDto.md
@@ -0,0 +1,20 @@
+# PaymentChargebackResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------------------------- | :----------------------------------------------- | :------- | :--------------------------------------------------------------- |
+| id | String | ❌ | Unique chargeback identifier. |
+| payment | String | ❌ | Unique payment identifier in Asaas |
+| installment | String | ❌ | Unique installment identifier in Asaas |
+| customerAccount | String | ❌ | Unique identifier of customer to which the chargeback is linked. |
+| status | PaymentChargebackResponseChargebackStatus | ❌ | Chargeback status |
+| reason | PaymentChargebackResponseChargebackReason | ❌ | Chargeback reason |
+| disputeStartDate | String | ❌ | Chargeback opening date. |
+| value | Double | ❌ | Chargeback value. |
+| paymentDate | String | ❌ | Payment date on Asaas |
+| creditCard | ChargebackCreditCardResponseDto | ❌ | Credit card information |
+| disputeStatus | PaymentChargebackResponseChargebackDisputeStatus | ❌ | Chargeback dispute status. |
+| deadlineToSendDisputeDocuments | String | ❌ | Deadline to send dispute documents. |
+
+
diff --git a/documentation/models/PaymentCheckoutConfigGetResponseDto.md b/documentation/models/PaymentCheckoutConfigGetResponseDto.md
new file mode 100644
index 0000000..e393136
--- /dev/null
+++ b/documentation/models/PaymentCheckoutConfigGetResponseDto.md
@@ -0,0 +1,16 @@
+# PaymentCheckoutConfigGetResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------------ | :-------------------------------------------------- | :------- | :------------------------------------------- |
+| object | String | ❌ | Object type |
+| logoBackgroundColor | String | ❌ | Logo background color |
+| infoBackgroundColor | String | ❌ | Background color of your information |
+| fontColor | String | ❌ | Font color of your information |
+| enabled | Boolean | ❌ | Indicates whether personalization is enabled |
+| logoUrl | String | ❌ | Logo download link |
+| observations | String | ❌ | Invoice personalization analysis notes |
+| status | PaymentCheckoutConfigGetResponseInvoiceConfigStatus | ❌ | Invoice personalization status |
+
+
diff --git a/documentation/models/PaymentCheckoutConfigGetResponseInvoiceConfigStatus.md b/documentation/models/PaymentCheckoutConfigGetResponseInvoiceConfigStatus.md
new file mode 100644
index 0000000..d2ce32a
--- /dev/null
+++ b/documentation/models/PaymentCheckoutConfigGetResponseInvoiceConfigStatus.md
@@ -0,0 +1,13 @@
+# PaymentCheckoutConfigGetResponseInvoiceConfigStatus
+
+Invoice personalization status
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------------- | :----- | :------- | :------------------ |
+| AWAITING_APPROVAL | String | ✅ | "AWAITING_APPROVAL" |
+| APPROVED | String | ✅ | "APPROVED" |
+| REJECTED | String | ✅ | "REJECTED" |
+
+
diff --git a/documentation/models/PaymentCheckoutConfigSaveRequestDto.md b/documentation/models/PaymentCheckoutConfigSaveRequestDto.md
new file mode 100644
index 0000000..0996b95
--- /dev/null
+++ b/documentation/models/PaymentCheckoutConfigSaveRequestDto.md
@@ -0,0 +1,13 @@
+# PaymentCheckoutConfigSaveRequestDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------------ | :------ | :------- | :------------------------------------------- |
+| logoBackgroundColor | String | ✅ | Logo background color |
+| infoBackgroundColor | String | ✅ | Background color of your information |
+| fontColor | String | ✅ | Font color of your information |
+| enabled | Boolean | ❌ | Indicates whether personalization is enabled |
+| logoFile | byte[] | ❌ | File |
+
+
diff --git a/documentation/models/PaymentDeleteResponseDto.md b/documentation/models/PaymentDeleteResponseDto.md
new file mode 100644
index 0000000..76ab33c
--- /dev/null
+++ b/documentation/models/PaymentDeleteResponseDto.md
@@ -0,0 +1,10 @@
+# PaymentDeleteResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------ | :------ | :------- | :-------------------------------------------- |
+| deleted | Boolean | ❌ | Indicates whether the charge has been removed |
+| id | String | ❌ | Unique payment identifier in Asaas |
+
+
diff --git a/documentation/models/PaymentDiscountDiscountType.md b/documentation/models/PaymentDiscountDiscountType.md
new file mode 100644
index 0000000..8d3393f
--- /dev/null
+++ b/documentation/models/PaymentDiscountDiscountType.md
@@ -0,0 +1,12 @@
+# PaymentDiscountDiscountType
+
+Discount type
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------- | :----- | :------- | :----------- |
+| FIXED | String | ✅ | "FIXED" |
+| PERCENTAGE | String | ✅ | "PERCENTAGE" |
+
+
diff --git a/documentation/models/PaymentDiscountDto.md b/documentation/models/PaymentDiscountDto.md
new file mode 100644
index 0000000..2041938
--- /dev/null
+++ b/documentation/models/PaymentDiscountDto.md
@@ -0,0 +1,13 @@
+# PaymentDiscountDto
+
+Discount information
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------------- | :-------------------------- | :------- | :------------------------------------------------------------------------------------------------------------------------------- |
+| value | Double | ❌ | Percentage or fixed amount of discount to be applied to the Payment amount |
+| dueDateLimitDays | Long | ❌ | Days before expiration to apply discount. Ex: 0 = until expiration, 1 = up to one day before, 2 = up to 2 days before, and so on |
+| type | PaymentDiscountDiscountType | ❌ | Discount type |
+
+
diff --git a/documentation/models/PaymentDocumentDeleteResponseDto.md b/documentation/models/PaymentDocumentDeleteResponseDto.md
new file mode 100644
index 0000000..37de626
--- /dev/null
+++ b/documentation/models/PaymentDocumentDeleteResponseDto.md
@@ -0,0 +1,10 @@
+# PaymentDocumentDeleteResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------ | :------ | :------- | :------------------------------------- |
+| deleted | Boolean | ❌ | Indicates whether the file was removed |
+| id | String | ❌ | Unique document identifier |
+
+
diff --git a/documentation/models/PaymentDocumentFileResponseDto.md b/documentation/models/PaymentDocumentFileResponseDto.md
new file mode 100644
index 0000000..16b52be
--- /dev/null
+++ b/documentation/models/PaymentDocumentFileResponseDto.md
@@ -0,0 +1,16 @@
+# PaymentDocumentFileResponseDto
+
+File object
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------- | :----- | :------- | :-------------------------------- |
+| publicId | String | ❌ | Unique document identifier |
+| originalName | String | ❌ | Original document name |
+| size | Long | ❌ | File size |
+| extension | String | ❌ | File extension |
+| previewUrl | String | ❌ | Link to download the file preview |
+| downloadUrl | String | ❌ | Link to download the file |
+
+
diff --git a/documentation/models/PaymentDocumentGetResponseDto.md b/documentation/models/PaymentDocumentGetResponseDto.md
new file mode 100644
index 0000000..da716d6
--- /dev/null
+++ b/documentation/models/PaymentDocumentGetResponseDto.md
@@ -0,0 +1,15 @@
+# PaymentDocumentGetResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :-------------------- | :-------------------------------------------- | :------- | :------------------------------------- |
+| object | String | ❌ | Object type |
+| id | String | ❌ | Unique document identifier |
+| name | String | ❌ | Document name |
+| type | PaymentDocumentGetResponsePaymentDocumentType | ❌ | Document type |
+| availableAfterPayment | Boolean | ❌ | Available only after payment |
+| file | PaymentDocumentFileResponseDto | ❌ | File object |
+| deleted | Boolean | ❌ | Indicates whether the file was removed |
+
+
diff --git a/documentation/models/PaymentDocumentGetResponsePaymentDocumentType.md b/documentation/models/PaymentDocumentGetResponsePaymentDocumentType.md
new file mode 100644
index 0000000..34374ff
--- /dev/null
+++ b/documentation/models/PaymentDocumentGetResponsePaymentDocumentType.md
@@ -0,0 +1,17 @@
+# PaymentDocumentGetResponsePaymentDocumentType
+
+Document type
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------- | :----- | :------- | :------------ |
+| INVOICE | String | ✅ | "INVOICE" |
+| CONTRACT | String | ✅ | "CONTRACT" |
+| MEDIA | String | ✅ | "MEDIA" |
+| DOCUMENT | String | ✅ | "DOCUMENT" |
+| SPREADSHEET | String | ✅ | "SPREADSHEET" |
+| PROGRAM | String | ✅ | "PROGRAM" |
+| OTHER | String | ✅ | "OTHER" |
+
+
diff --git a/documentation/models/PaymentDocumentListResponseDto.md b/documentation/models/PaymentDocumentListResponseDto.md
new file mode 100644
index 0000000..29078fa
--- /dev/null
+++ b/documentation/models/PaymentDocumentListResponseDto.md
@@ -0,0 +1,14 @@
+# PaymentDocumentListResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------- | :------------------------------------ | :------- | :---------------------------------------------------------- |
+| object | String | ❌ | Object type |
+| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
+| totalCount | Long | ❌ | Total number of items for the filters entered |
+| limit | Long | ❌ | Number of objects per page |
+| offset | Long | ❌ | Position of the object from which the page should be loaded |
+| data | List\ | ❌ | List of objects |
+
+
diff --git a/documentation/models/PaymentDocumentSaveRequestDto.md b/documentation/models/PaymentDocumentSaveRequestDto.md
new file mode 100644
index 0000000..6b55f79
--- /dev/null
+++ b/documentation/models/PaymentDocumentSaveRequestDto.md
@@ -0,0 +1,11 @@
+# PaymentDocumentSaveRequestDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :-------------------- | :-------------------------------------------- | :------- | :---------------------------------------------------------------- |
+| availableAfterPayment | Boolean | ✅ | true to make the file available only after receipt of the payment |
+| type | PaymentDocumentSaveRequestPaymentDocumentType | ✅ | Document type |
+| file | byte[] | ✅ | File |
+
+
diff --git a/documentation/models/PaymentDocumentSaveRequestPaymentDocumentType.md b/documentation/models/PaymentDocumentSaveRequestPaymentDocumentType.md
new file mode 100644
index 0000000..29f4c46
--- /dev/null
+++ b/documentation/models/PaymentDocumentSaveRequestPaymentDocumentType.md
@@ -0,0 +1,17 @@
+# PaymentDocumentSaveRequestPaymentDocumentType
+
+Document type
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------- | :----- | :------- | :------------ |
+| INVOICE | String | ✅ | "INVOICE" |
+| CONTRACT | String | ✅ | "CONTRACT" |
+| MEDIA | String | ✅ | "MEDIA" |
+| DOCUMENT | String | ✅ | "DOCUMENT" |
+| SPREADSHEET | String | ✅ | "SPREADSHEET" |
+| PROGRAM | String | ✅ | "PROGRAM" |
+| OTHER | String | ✅ | "OTHER" |
+
+
diff --git a/documentation/models/PaymentDocumentUpdateRequestDto.md b/documentation/models/PaymentDocumentUpdateRequestDto.md
new file mode 100644
index 0000000..cd17ac4
--- /dev/null
+++ b/documentation/models/PaymentDocumentUpdateRequestDto.md
@@ -0,0 +1,10 @@
+# PaymentDocumentUpdateRequestDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :-------------------- | :---------------------------------------------- | :------- | :---------------------------------------------------------------- |
+| availableAfterPayment | Boolean | ✅ | true to make the file available only after receipt of the payment |
+| type | PaymentDocumentUpdateRequestPaymentDocumentType | ✅ | Document type |
+
+
diff --git a/documentation/models/PaymentDocumentUpdateRequestPaymentDocumentType.md b/documentation/models/PaymentDocumentUpdateRequestPaymentDocumentType.md
new file mode 100644
index 0000000..c8055f4
--- /dev/null
+++ b/documentation/models/PaymentDocumentUpdateRequestPaymentDocumentType.md
@@ -0,0 +1,17 @@
+# PaymentDocumentUpdateRequestPaymentDocumentType
+
+Document type
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------- | :----- | :------- | :------------ |
+| INVOICE | String | ✅ | "INVOICE" |
+| CONTRACT | String | ✅ | "CONTRACT" |
+| MEDIA | String | ✅ | "MEDIA" |
+| DOCUMENT | String | ✅ | "DOCUMENT" |
+| SPREADSHEET | String | ✅ | "SPREADSHEET" |
+| PROGRAM | String | ✅ | "PROGRAM" |
+| OTHER | String | ✅ | "OTHER" |
+
+
diff --git a/documentation/models/PaymentDunningCancelResponseDto.md b/documentation/models/PaymentDunningCancelResponseDto.md
new file mode 100644
index 0000000..937caa7
--- /dev/null
+++ b/documentation/models/PaymentDunningCancelResponseDto.md
@@ -0,0 +1,24 @@
+# PaymentDunningCancelResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------------------------- | :----------------------------------------------- | :------- | :-------------------------------------------------------- |
+| id | String | ❌ | Unique identifier of the payment dunning in Asaas |
+| dunningNumber | Long | ❌ | Payment dunning number |
+| status | PaymentDunningCancelResponsePaymentDunningStatus | ❌ | Payment dunning status |
+| type | PaymentDunningCancelResponsePaymentDunningType | ❌ | Type of payment dunning |
+| payment | String | ❌ | Unique identifier of the payment to be recovered in Asaas |
+| requestDate | String | ❌ | Request date |
+| description | String | ❌ | Description of the payment dunning |
+| value | Double | ❌ | Payment amount |
+| feeValue | Double | ❌ | Cost and/or payment dunning fee |
+| netValue | Double | ❌ | Net amount to be recovered |
+| receivedInCashFeeValue | Double | ❌ | Cash receipt fee |
+| denialReason | String | ❌ | Reason for denial of payment dunning |
+| cancellationFeeValue | Double | ❌ | Fee charged in case of cancellation |
+| canBeCancelled | Boolean | ❌ | Whether the payment dunning can be canceled |
+| cannotBeCancelledReason | String | ❌ | Reason for not being able to request cancellation |
+| isNecessaryResendDocumentation | Boolean | ❌ | Determine whether documentation needs to be resubmitted |
+
+
diff --git a/documentation/models/PaymentDunningCancelResponsePaymentDunningStatus.md b/documentation/models/PaymentDunningCancelResponsePaymentDunningStatus.md
new file mode 100644
index 0000000..a9fe3ff
--- /dev/null
+++ b/documentation/models/PaymentDunningCancelResponsePaymentDunningStatus.md
@@ -0,0 +1,18 @@
+# PaymentDunningCancelResponsePaymentDunningStatus
+
+Payment dunning status
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :-------------------- | :----- | :------- | :---------------------- |
+| PENDING | String | ✅ | "PENDING" |
+| AWAITING_APPROVAL | String | ✅ | "AWAITING_APPROVAL" |
+| AWAITING_CANCELLATION | String | ✅ | "AWAITING_CANCELLATION" |
+| PROCESSED | String | ✅ | "PROCESSED" |
+| PAID | String | ✅ | "PAID" |
+| PARTIALLY_PAID | String | ✅ | "PARTIALLY_PAID" |
+| DENIED | String | ✅ | "DENIED" |
+| CANCELLED | String | ✅ | "CANCELLED" |
+
+
diff --git a/documentation/models/PaymentDunningCancelResponsePaymentDunningType.md b/documentation/models/PaymentDunningCancelResponsePaymentDunningType.md
new file mode 100644
index 0000000..7c3a3ac
--- /dev/null
+++ b/documentation/models/PaymentDunningCancelResponsePaymentDunningType.md
@@ -0,0 +1,11 @@
+# PaymentDunningCancelResponsePaymentDunningType
+
+Type of payment dunning
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------ | :----- | :------- | :-------------- |
+| CREDIT_BUREAU | String | ✅ | "CREDIT_BUREAU" |
+
+
diff --git a/documentation/models/PaymentDunningListHistoryResponseDataDto.md b/documentation/models/PaymentDunningListHistoryResponseDataDto.md
new file mode 100644
index 0000000..37d2449
--- /dev/null
+++ b/documentation/models/PaymentDunningListHistoryResponseDataDto.md
@@ -0,0 +1,13 @@
+# PaymentDunningListHistoryResponseDataDto
+
+List of objects
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------- | :--------------------------------------------------------------- | :------- | :----------------------- |
+| status | PaymentDunningListHistoryResponseDataPaymentDunningHistoryStatus | ❌ | Negotiation status |
+| description | String | ❌ | Description of the event |
+| eventDate | String | ❌ | Date the event occurred |
+
+
diff --git a/documentation/models/PaymentDunningListHistoryResponseDataPaymentDunningHistoryStatus.md b/documentation/models/PaymentDunningListHistoryResponseDataPaymentDunningHistoryStatus.md
new file mode 100644
index 0000000..e74fac0
--- /dev/null
+++ b/documentation/models/PaymentDunningListHistoryResponseDataPaymentDunningHistoryStatus.md
@@ -0,0 +1,14 @@
+# PaymentDunningListHistoryResponseDataPaymentDunningHistoryStatus
+
+Negotiation status
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------------- | :----- | :------- | :----------------- |
+| IN_NEGOTIATION | String | ✅ | "IN_NEGOTIATION" |
+| NEGOTIATION_FAIL | String | ✅ | "NEGOTIATION_FAIL" |
+| NEGOTIATED | String | ✅ | "NEGOTIATED" |
+| PAID | String | ✅ | "PAID" |
+
+
diff --git a/documentation/models/PaymentDunningListHistoryResponseDto.md b/documentation/models/PaymentDunningListHistoryResponseDto.md
new file mode 100644
index 0000000..055cfa1
--- /dev/null
+++ b/documentation/models/PaymentDunningListHistoryResponseDto.md
@@ -0,0 +1,14 @@
+# PaymentDunningListHistoryResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------- | :----------------------------------------------- | :------- | :---------------------------------------------------------- |
+| object | String | ❌ | Object type |
+| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
+| totalCount | Long | ❌ | Total number of items for the filters entered |
+| limit | Long | ❌ | Number of objects per page |
+| offset | Long | ❌ | Position of the object from which the page should be loaded |
+| data | List\ | ❌ | List of objects |
+
+
diff --git a/documentation/models/PaymentDunningListPartialPaymentsResponseDataDto.md b/documentation/models/PaymentDunningListPartialPaymentsResponseDataDto.md
new file mode 100644
index 0000000..56e25db
--- /dev/null
+++ b/documentation/models/PaymentDunningListPartialPaymentsResponseDataDto.md
@@ -0,0 +1,13 @@
+# PaymentDunningListPartialPaymentsResponseDataDto
+
+List of objects
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------- | :----- | :------- | :------------------ |
+| value | Double | ❌ | Amount paid |
+| description | String | ❌ | Payment Description |
+| paymentDate | String | ❌ | Pay day |
+
+
diff --git a/documentation/models/PaymentDunningListPartialPaymentsResponseDto.md b/documentation/models/PaymentDunningListPartialPaymentsResponseDto.md
new file mode 100644
index 0000000..636a671
--- /dev/null
+++ b/documentation/models/PaymentDunningListPartialPaymentsResponseDto.md
@@ -0,0 +1,14 @@
+# PaymentDunningListPartialPaymentsResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------- | :------------------------------------------------------- | :------- | :---------------------------------------------------------- |
+| object | String | ❌ | Object type |
+| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
+| totalCount | Long | ❌ | Total number of items for the filters entered |
+| limit | Long | ❌ | Number of objects per page |
+| offset | Long | ❌ | Position of the object from which the page should be loaded |
+| data | List\ | ❌ | List of objects |
+
+
diff --git a/documentation/models/PaymentDunningListRequestPaymentDunningStatus.md b/documentation/models/PaymentDunningListRequestPaymentDunningStatus.md
new file mode 100644
index 0000000..f393381
--- /dev/null
+++ b/documentation/models/PaymentDunningListRequestPaymentDunningStatus.md
@@ -0,0 +1,18 @@
+# PaymentDunningListRequestPaymentDunningStatus
+
+Filter by payment dunning status
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :-------------------- | :----- | :------- | :---------------------- |
+| PENDING | String | ✅ | "PENDING" |
+| AWAITING_APPROVAL | String | ✅ | "AWAITING_APPROVAL" |
+| AWAITING_CANCELLATION | String | ✅ | "AWAITING_CANCELLATION" |
+| PROCESSED | String | ✅ | "PROCESSED" |
+| PAID | String | ✅ | "PAID" |
+| PARTIALLY_PAID | String | ✅ | "PARTIALLY_PAID" |
+| DENIED | String | ✅ | "DENIED" |
+| CANCELLED | String | ✅ | "CANCELLED" |
+
+
diff --git a/documentation/models/PaymentDunningListRequestPaymentDunningType.md b/documentation/models/PaymentDunningListRequestPaymentDunningType.md
new file mode 100644
index 0000000..ce7b232
--- /dev/null
+++ b/documentation/models/PaymentDunningListRequestPaymentDunningType.md
@@ -0,0 +1,12 @@
+# PaymentDunningListRequestPaymentDunningType
+
+Filter by type of payment dunning
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------------------- | :----- | :------- | :------------------------- |
+| CREDIT_BUREAU | String | ✅ | "CREDIT_BUREAU" |
+| DEBT_RECOVERY_ASSISTANCE | String | ✅ | "DEBT_RECOVERY_ASSISTANCE" |
+
+
diff --git a/documentation/models/PaymentDunningListResponseDto.md b/documentation/models/PaymentDunningListResponseDto.md
new file mode 100644
index 0000000..c8da17f
--- /dev/null
+++ b/documentation/models/PaymentDunningListResponseDto.md
@@ -0,0 +1,14 @@
+# PaymentDunningListResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------- | :------------------------------------ | :------- | :---------------------------------------------------------- |
+| object | String | ❌ | Object type |
+| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
+| totalCount | Long | ❌ | Total number of items for the filters entered |
+| limit | Long | ❌ | Number of objects per page |
+| offset | Long | ❌ | Position of the object from which the page should be loaded |
+| data | List\ | ❌ | List of objects |
+
+
diff --git a/documentation/models/PaymentDunningPaymentsAvailableForDunningResponseDataBillingType.md b/documentation/models/PaymentDunningPaymentsAvailableForDunningResponseDataBillingType.md
new file mode 100644
index 0000000..8f25295
--- /dev/null
+++ b/documentation/models/PaymentDunningPaymentsAvailableForDunningResponseDataBillingType.md
@@ -0,0 +1,16 @@
+# PaymentDunningPaymentsAvailableForDunningResponseDataBillingType
+
+Form of payment
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------- | :----- | :------- | :------------ |
+| BOLETO | String | ✅ | "BOLETO" |
+| CREDIT_CARD | String | ✅ | "CREDIT_CARD" |
+| TRANSFER | String | ✅ | "TRANSFER" |
+| DEPOSIT | String | ✅ | "DEPOSIT" |
+| DEBIT_CARD | String | ✅ | "DEBIT_CARD" |
+| PIX | String | ✅ | "PIX" |
+
+
diff --git a/documentation/models/PaymentDunningPaymentsAvailableForDunningResponseDataDto.md b/documentation/models/PaymentDunningPaymentsAvailableForDunningResponseDataDto.md
new file mode 100644
index 0000000..1727372
--- /dev/null
+++ b/documentation/models/PaymentDunningPaymentsAvailableForDunningResponseDataDto.md
@@ -0,0 +1,17 @@
+# PaymentDunningPaymentsAvailableForDunningResponseDataDto
+
+List of objects
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :-------------- | :--------------------------------------------------------------------------------- | :------- | :---------------------------------------------------------------------- |
+| payment | String | ❌ | Unique identifier of the payment to be recovered in Asaas |
+| customer | String | ❌ | Unique customer identifier |
+| value | Double | ❌ | Payment amount |
+| status | PaymentDunningPaymentsAvailableForDunningResponseDataPaymentStatus | ❌ | Billing status |
+| billingType | PaymentDunningPaymentsAvailableForDunningResponseDataBillingType | ❌ | Form of payment |
+| dueDate | String | ❌ | Due date |
+| typeSimulations | List\ | ❌ | Simulation of denial request for each type of payment dunning available |
+
+
diff --git a/documentation/models/PaymentDunningPaymentsAvailableForDunningResponseDataPaymentStatus.md b/documentation/models/PaymentDunningPaymentsAvailableForDunningResponseDataPaymentStatus.md
new file mode 100644
index 0000000..0b79f1b
--- /dev/null
+++ b/documentation/models/PaymentDunningPaymentsAvailableForDunningResponseDataPaymentStatus.md
@@ -0,0 +1,14 @@
+# PaymentDunningPaymentsAvailableForDunningResponseDataPaymentStatus
+
+Billing status
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :-------- | :----- | :------- | :---------- |
+| PENDING | String | ✅ | "PENDING" |
+| RECEIVED | String | ✅ | "RECEIVED" |
+| CONFIRMED | String | ✅ | "CONFIRMED" |
+| OVERDUE | String | ✅ | "OVERDUE" |
+
+
diff --git a/documentation/models/PaymentDunningPaymentsAvailableForDunningResponseDataTypeSimulationItemDto.md b/documentation/models/PaymentDunningPaymentsAvailableForDunningResponseDataTypeSimulationItemDto.md
new file mode 100644
index 0000000..b9701dd
--- /dev/null
+++ b/documentation/models/PaymentDunningPaymentsAvailableForDunningResponseDataTypeSimulationItemDto.md
@@ -0,0 +1,16 @@
+# PaymentDunningPaymentsAvailableForDunningResponseDataTypeSimulationItemDto
+
+Simulation of denial request for each type of payment dunning available
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------------- | :---------------------------------------------------------------------------------------- | :------- | :----------------------------------------------------------------------- |
+| type | PaymentDunningPaymentsAvailableForDunningResponseDataTypeSimulationItemPaymentDunningType | ❌ | Type of payment dunning |
+| isAllowed | Boolean | ❌ | Whether it is possible to request a payment dunning of this type |
+| notAllowedReason | String | ❌ | Reason why it is not possible to request a payment dunning for this type |
+| feeValue | Double | ❌ | Cost and/or payment dunning fee |
+| netValue | Double | ❌ | Net amount to be recovered |
+| startDate | String | ❌ | Expected start date of the payment dunning |
+
+
diff --git a/documentation/models/PaymentDunningPaymentsAvailableForDunningResponseDataTypeSimulationItemPaymentDunningType.md b/documentation/models/PaymentDunningPaymentsAvailableForDunningResponseDataTypeSimulationItemPaymentDunningType.md
new file mode 100644
index 0000000..8066a7f
--- /dev/null
+++ b/documentation/models/PaymentDunningPaymentsAvailableForDunningResponseDataTypeSimulationItemPaymentDunningType.md
@@ -0,0 +1,11 @@
+# PaymentDunningPaymentsAvailableForDunningResponseDataTypeSimulationItemPaymentDunningType
+
+Type of payment dunning
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------ | :----- | :------- | :-------------- |
+| CREDIT_BUREAU | String | ✅ | "CREDIT_BUREAU" |
+
+
diff --git a/documentation/models/PaymentDunningPaymentsAvailableForDunningResponseDto.md b/documentation/models/PaymentDunningPaymentsAvailableForDunningResponseDto.md
new file mode 100644
index 0000000..627cc47
--- /dev/null
+++ b/documentation/models/PaymentDunningPaymentsAvailableForDunningResponseDto.md
@@ -0,0 +1,14 @@
+# PaymentDunningPaymentsAvailableForDunningResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------- | :--------------------------------------------------------------- | :------- | :---------------------------------------------------------- |
+| object | String | ❌ | Object type |
+| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
+| totalCount | Long | ❌ | Total number of items for the filters entered |
+| limit | Long | ❌ | Number of objects per page |
+| offset | Long | ❌ | Position of the object from which the page should be loaded |
+| data | List\ | ❌ | List of objects |
+
+
diff --git a/documentation/models/PaymentDunningSaveDocumentsRequestDto.md b/documentation/models/PaymentDunningSaveDocumentsRequestDto.md
new file mode 100644
index 0000000..62d8ef4
--- /dev/null
+++ b/documentation/models/PaymentDunningSaveDocumentsRequestDto.md
@@ -0,0 +1,9 @@
+# PaymentDunningSaveDocumentsRequestDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :-------- | :----- | :------- | :-------------------------------- |
+| documents | byte[] | ✅ | Invoice and/or contract notarized |
+
+
diff --git a/documentation/models/PaymentDunningSaveDocumentsResponseDto.md b/documentation/models/PaymentDunningSaveDocumentsResponseDto.md
new file mode 100644
index 0000000..5823422
--- /dev/null
+++ b/documentation/models/PaymentDunningSaveDocumentsResponseDto.md
@@ -0,0 +1,24 @@
+# PaymentDunningSaveDocumentsResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------------------------- | :------------------------------------------------------ | :------- | :-------------------------------------------------------- |
+| id | String | ❌ | Unique identifier of the payment dunning in Asaas |
+| dunningNumber | Long | ❌ | Payment dunning number |
+| status | PaymentDunningSaveDocumentsResponsePaymentDunningStatus | ❌ | Payment dunning status |
+| type | PaymentDunningSaveDocumentsResponsePaymentDunningType | ❌ | Type of payment dunning |
+| payment | String | ❌ | Unique identifier of the payment to be recovered in Asaas |
+| requestDate | String | ❌ | Request date |
+| description | String | ❌ | Description of the payment dunning |
+| value | Double | ❌ | Payment amount |
+| feeValue | Double | ❌ | Cost and/or payment dunning fee |
+| netValue | Double | ❌ | Net amount to be recovered |
+| receivedInCashFeeValue | Double | ❌ | Cash receipt fee |
+| denialReason | String | ❌ | Reason for denial of payment dunning |
+| cancellationFeeValue | Double | ❌ | Fee charged in case of cancellation |
+| canBeCancelled | Boolean | ❌ | Whether the payment dunning can be canceled |
+| cannotBeCancelledReason | String | ❌ | Reason for not being able to request cancellation |
+| isNecessaryResendDocumentation | Boolean | ❌ | Determine whether documentation needs to be resubmitted |
+
+
diff --git a/documentation/models/PaymentDunningSaveDocumentsResponsePaymentDunningStatus.md b/documentation/models/PaymentDunningSaveDocumentsResponsePaymentDunningStatus.md
new file mode 100644
index 0000000..fe49441
--- /dev/null
+++ b/documentation/models/PaymentDunningSaveDocumentsResponsePaymentDunningStatus.md
@@ -0,0 +1,18 @@
+# PaymentDunningSaveDocumentsResponsePaymentDunningStatus
+
+Payment dunning status
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :-------------------- | :----- | :------- | :---------------------- |
+| PENDING | String | ✅ | "PENDING" |
+| AWAITING_APPROVAL | String | ✅ | "AWAITING_APPROVAL" |
+| AWAITING_CANCELLATION | String | ✅ | "AWAITING_CANCELLATION" |
+| PROCESSED | String | ✅ | "PROCESSED" |
+| PAID | String | ✅ | "PAID" |
+| PARTIALLY_PAID | String | ✅ | "PARTIALLY_PAID" |
+| DENIED | String | ✅ | "DENIED" |
+| CANCELLED | String | ✅ | "CANCELLED" |
+
+
diff --git a/documentation/models/PaymentDunningSaveDocumentsResponsePaymentDunningType.md b/documentation/models/PaymentDunningSaveDocumentsResponsePaymentDunningType.md
new file mode 100644
index 0000000..57de999
--- /dev/null
+++ b/documentation/models/PaymentDunningSaveDocumentsResponsePaymentDunningType.md
@@ -0,0 +1,11 @@
+# PaymentDunningSaveDocumentsResponsePaymentDunningType
+
+Type of payment dunning
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------ | :----- | :------- | :-------------- |
+| CREDIT_BUREAU | String | ✅ | "CREDIT_BUREAU" |
+
+
diff --git a/documentation/models/PaymentDunningSaveRequestDto.md b/documentation/models/PaymentDunningSaveRequestDto.md
new file mode 100644
index 0000000..5a9eca3
--- /dev/null
+++ b/documentation/models/PaymentDunningSaveRequestDto.md
@@ -0,0 +1,21 @@
+# PaymentDunningSaveRequestDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------------------- | :------------------------------------------ | :------- | :-------------------------------------------------------- |
+| payment | String | ✅ | Unique identifier of the payment to be recovered in Asaas |
+| type | PaymentDunningSaveRequestPaymentDunningType | ✅ | Type of payment dunning |
+| customerName | String | ✅ | Client name |
+| customerCpfCnpj | String | ✅ | Customer CPF or CNPJ |
+| customerPrimaryPhone | String | ✅ | Customer main telephone number |
+| customerPostalCode | String | ✅ | Customer address zip code |
+| customerAddress | String | ✅ | Customer public address |
+| customerAddressNumber | String | ✅ | Customer address number |
+| customerProvince | String | ✅ | Customer neighborhood |
+| description | String | ❌ | Description of the product or service provided |
+| customerSecondaryPhone | String | ❌ | Secondary customer phone number |
+| customerComplement | String | ❌ | Customer address complement |
+| documents | byte[] | ❌ | Invoice and/or contract notarized |
+
+
diff --git a/documentation/models/PaymentDunningSaveRequestPaymentDunningType.md b/documentation/models/PaymentDunningSaveRequestPaymentDunningType.md
new file mode 100644
index 0000000..66995b8
--- /dev/null
+++ b/documentation/models/PaymentDunningSaveRequestPaymentDunningType.md
@@ -0,0 +1,11 @@
+# PaymentDunningSaveRequestPaymentDunningType
+
+Type of payment dunning
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------ | :----- | :------- | :-------------- |
+| CREDIT_BUREAU | String | ✅ | "CREDIT_BUREAU" |
+
+
diff --git a/documentation/models/PaymentDunningShowResponseDto.md b/documentation/models/PaymentDunningShowResponseDto.md
new file mode 100644
index 0000000..8797cc9
--- /dev/null
+++ b/documentation/models/PaymentDunningShowResponseDto.md
@@ -0,0 +1,24 @@
+# PaymentDunningShowResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------------------------- | :--------------------------------------------- | :------- | :-------------------------------------------------------- |
+| id | String | ❌ | Unique identifier of the payment dunning in Asaas |
+| dunningNumber | Long | ❌ | Payment dunning number |
+| status | PaymentDunningShowResponsePaymentDunningStatus | ❌ | Payment dunning status |
+| type | PaymentDunningShowResponsePaymentDunningType | ❌ | Type of payment dunning |
+| requestDate | String | ❌ | Request date |
+| description | String | ❌ | Description of the payment dunning |
+| value | Double | ❌ | Payment amount |
+| feeValue | Double | ❌ | Cost and/or payment dunning fee |
+| netValue | Double | ❌ | Net amount to be recovered |
+| receivedInCashFeeValue | Double | ❌ | Cash receipt fee |
+| denialReason | String | ❌ | Reason for denial of payment dunning |
+| cancellationFeeValue | Double | ❌ | Fee charged in case of cancellation |
+| canBeCancelled | Boolean | ❌ | Whether the payment dunning can be canceled |
+| cannotBeCancelledReason | String | ❌ | Reason for not being able to request cancellation |
+| isNecessaryResendDocumentation | Boolean | ❌ | Determine whether documentation needs to be resubmitted |
+| payment | String | ❌ | Unique identifier of the payment to be recovered in Asaas |
+
+
diff --git a/documentation/models/PaymentDunningShowResponsePaymentDunningStatus.md b/documentation/models/PaymentDunningShowResponsePaymentDunningStatus.md
new file mode 100644
index 0000000..298883f
--- /dev/null
+++ b/documentation/models/PaymentDunningShowResponsePaymentDunningStatus.md
@@ -0,0 +1,18 @@
+# PaymentDunningShowResponsePaymentDunningStatus
+
+Payment dunning status
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :-------------------- | :----- | :------- | :---------------------- |
+| PENDING | String | ✅ | "PENDING" |
+| AWAITING_APPROVAL | String | ✅ | "AWAITING_APPROVAL" |
+| AWAITING_CANCELLATION | String | ✅ | "AWAITING_CANCELLATION" |
+| PROCESSED | String | ✅ | "PROCESSED" |
+| PAID | String | ✅ | "PAID" |
+| PARTIALLY_PAID | String | ✅ | "PARTIALLY_PAID" |
+| DENIED | String | ✅ | "DENIED" |
+| CANCELLED | String | ✅ | "CANCELLED" |
+
+
diff --git a/documentation/models/PaymentDunningShowResponsePaymentDunningType.md b/documentation/models/PaymentDunningShowResponsePaymentDunningType.md
new file mode 100644
index 0000000..e757118
--- /dev/null
+++ b/documentation/models/PaymentDunningShowResponsePaymentDunningType.md
@@ -0,0 +1,11 @@
+# PaymentDunningShowResponsePaymentDunningType
+
+Type of payment dunning
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------ | :----- | :------- | :-------------- |
+| CREDIT_BUREAU | String | ✅ | "CREDIT_BUREAU" |
+
+
diff --git a/documentation/models/PaymentDunningSimulateResponseDto.md b/documentation/models/PaymentDunningSimulateResponseDto.md
new file mode 100644
index 0000000..2409383
--- /dev/null
+++ b/documentation/models/PaymentDunningSimulateResponseDto.md
@@ -0,0 +1,11 @@
+# PaymentDunningSimulateResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :-------------- | :---------------------------------------------------------- | :------- | :------------------------------------------------------------- |
+| payment | String | ❌ | Unique identifier of the payment to be recovered in Asaas |
+| value | Double | ❌ | Payment amount |
+| typeSimulations | List\ | ❌ | Simulation of denial request for each type of denial available |
+
+
diff --git a/documentation/models/PaymentDunningSimulateResponseTypeSimulationItemDto.md b/documentation/models/PaymentDunningSimulateResponseTypeSimulationItemDto.md
new file mode 100644
index 0000000..917897c
--- /dev/null
+++ b/documentation/models/PaymentDunningSimulateResponseTypeSimulationItemDto.md
@@ -0,0 +1,16 @@
+# PaymentDunningSimulateResponseTypeSimulationItemDto
+
+Simulation of denial request for each type of denial available
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------------- | :----------------------------------------------------------------- | :------- | :----------------------------------------------------------------------- |
+| type | PaymentDunningSimulateResponseTypeSimulationItemPaymentDunningType | ❌ | Type of payment dunning |
+| isAllowed | Boolean | ❌ | Whether it is possible to request a payment dunning of this type |
+| notAllowedReason | String | ❌ | Reason why it is not possible to request a payment dunning for this type |
+| feeValue | Double | ❌ | Cost and/or payment dunning fee |
+| netValue | Double | ❌ | Net amount to be recovered |
+| startDate | String | ❌ | Expected start date of the payment dunning |
+
+
diff --git a/documentation/models/PaymentDunningSimulateResponseTypeSimulationItemPaymentDunningType.md b/documentation/models/PaymentDunningSimulateResponseTypeSimulationItemPaymentDunningType.md
new file mode 100644
index 0000000..89bae09
--- /dev/null
+++ b/documentation/models/PaymentDunningSimulateResponseTypeSimulationItemPaymentDunningType.md
@@ -0,0 +1,11 @@
+# PaymentDunningSimulateResponseTypeSimulationItemPaymentDunningType
+
+Type of payment dunning
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------ | :----- | :------- | :-------------- |
+| CREDIT_BUREAU | String | ✅ | "CREDIT_BUREAU" |
+
+
diff --git a/documentation/models/PaymentEscrowGetResponseDto.md b/documentation/models/PaymentEscrowGetResponseDto.md
new file mode 100644
index 0000000..a04aa4f
--- /dev/null
+++ b/documentation/models/PaymentEscrowGetResponseDto.md
@@ -0,0 +1,15 @@
+# PaymentEscrowGetResponseDto
+
+Payment escrow in the Escrow Account information
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------- | :------------------------------------------------ | :------- | :---------------------------------------- |
+| id | String | ❌ | Unique payment escrow identifier in Asaas |
+| status | PaymentEscrowGetResponsePaymentEscrowStatus | ❌ | Payment escrow status |
+| expirationDate | String | ❌ | Payment escrow expiration date |
+| finishDate | String | ❌ | Payment escrow finish date |
+| finishReason | PaymentEscrowGetResponsePaymentEscrowFinishReason | ❌ | Payment escrow finish reason |
+
+
diff --git a/documentation/models/PaymentEscrowGetResponsePaymentEscrowFinishReason.md b/documentation/models/PaymentEscrowGetResponsePaymentEscrowFinishReason.md
new file mode 100644
index 0000000..9fa33d3
--- /dev/null
+++ b/documentation/models/PaymentEscrowGetResponsePaymentEscrowFinishReason.md
@@ -0,0 +1,16 @@
+# PaymentEscrowGetResponsePaymentEscrowFinishReason
+
+Payment escrow finish reason
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------------------- | :----- | :------- | :------------------------- |
+| CHARGEBACK | String | ✅ | "CHARGEBACK" |
+| EXPIRED | String | ✅ | "EXPIRED" |
+| INSUFFICIENT_BALANCE | String | ✅ | "INSUFFICIENT_BALANCE" |
+| PAYMENT_REFUNDED | String | ✅ | "PAYMENT_REFUNDED" |
+| REQUESTED_BY_CUSTOMER | String | ✅ | "REQUESTED_BY_CUSTOMER" |
+| CUSTOMER_CONFIG_DISABLED | String | ✅ | "CUSTOMER_CONFIG_DISABLED" |
+
+
diff --git a/documentation/models/PaymentEscrowGetResponsePaymentEscrowStatus.md b/documentation/models/PaymentEscrowGetResponsePaymentEscrowStatus.md
new file mode 100644
index 0000000..7afe64c
--- /dev/null
+++ b/documentation/models/PaymentEscrowGetResponsePaymentEscrowStatus.md
@@ -0,0 +1,12 @@
+# PaymentEscrowGetResponsePaymentEscrowStatus
+
+Payment escrow status
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----- | :----- | :------- | :---------- |
+| ACTIVE | String | ✅ | "ACTIVE" |
+| DONE | String | ✅ | "DONE" |
+
+
diff --git a/documentation/models/PaymentFineRequestDto.md b/documentation/models/PaymentFineRequestDto.md
new file mode 100644
index 0000000..401d11d
--- /dev/null
+++ b/documentation/models/PaymentFineRequestDto.md
@@ -0,0 +1,12 @@
+# PaymentFineRequestDto
+
+Fine information for payment after due date
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---- | :------------------------- | :------- | :---------------------------------------------------------------------------- |
+| value | Double | ❌ | Percentage of fine on the amount of the charge for payment after the due date |
+| type | PaymentFineRequestFineType | ❌ | Fine type |
+
+
diff --git a/documentation/models/PaymentFineRequestFineType.md b/documentation/models/PaymentFineRequestFineType.md
new file mode 100644
index 0000000..a82f78d
--- /dev/null
+++ b/documentation/models/PaymentFineRequestFineType.md
@@ -0,0 +1,12 @@
+# PaymentFineRequestFineType
+
+Fine type
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------- | :----- | :------- | :----------- |
+| FIXED | String | ✅ | "FIXED" |
+| PERCENTAGE | String | ✅ | "PERCENTAGE" |
+
+
diff --git a/documentation/models/PaymentFineResponseDto.md b/documentation/models/PaymentFineResponseDto.md
new file mode 100644
index 0000000..145e745
--- /dev/null
+++ b/documentation/models/PaymentFineResponseDto.md
@@ -0,0 +1,11 @@
+# PaymentFineResponseDto
+
+Fine information for payment after due date
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---- | :----- | :------- | :------------------------ |
+| value | Double | ❌ | Fine amount in percentage |
+
+
diff --git a/documentation/models/PaymentGetResponseBillingType.md b/documentation/models/PaymentGetResponseBillingType.md
new file mode 100644
index 0000000..55f446a
--- /dev/null
+++ b/documentation/models/PaymentGetResponseBillingType.md
@@ -0,0 +1,17 @@
+# PaymentGetResponseBillingType
+
+Payment billing type
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------- | :----- | :------- | :------------ |
+| UNDEFINED | String | ✅ | "UNDEFINED" |
+| BOLETO | String | ✅ | "BOLETO" |
+| CREDIT_CARD | String | ✅ | "CREDIT_CARD" |
+| DEBIT_CARD | String | ✅ | "DEBIT_CARD" |
+| TRANSFER | String | ✅ | "TRANSFER" |
+| DEPOSIT | String | ✅ | "DEPOSIT" |
+| PIX | String | ✅ | "PIX" |
+
+
diff --git a/documentation/models/PaymentGetResponseDto.md b/documentation/models/PaymentGetResponseDto.md
new file mode 100644
index 0000000..0a87ac4
--- /dev/null
+++ b/documentation/models/PaymentGetResponseDto.md
@@ -0,0 +1,52 @@
+# PaymentGetResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------------------------------------- | :------------------------------------- | :------- | :----------------------------------------------------------------------------------- |
+| object | String | ❌ | Object type |
+| id | String | ❌ | Unique payment identifier in Asaas |
+| dateCreated | String | ❌ | Payment creation date |
+| customer | String | ❌ | Unique identifier of the customer to whom the payment belongs |
+| subscription | String | ❌ | Unique subscription identifier (when recurring billing) |
+| installment | String | ❌ | Unique installment identifier (when billing in installments) |
+| checkoutSession | String | ❌ | Unique checkout identifier |
+| paymentLink | String | ❌ | Unique identifier of the payments link to which the payment belongs |
+| value | Double | ❌ | Payment amount |
+| netValue | Double | ❌ | Net value of the charge after discounting the Asaas fee |
+| originalValue | Double | ❌ | Original amount of charge (filled when paid with interest and fine) |
+| interestValue | Double | ❌ | Calculated amount of interest and fine that must be paid after the charge is due |
+| description | String | ❌ | Description of the payment |
+| billingType | PaymentGetResponseBillingType | ❌ | Payment billing type |
+| creditCard | PaymentSaveWithCreditCardCreditCardDto | ❌ | Credit card information |
+| canBePaidAfterDueDate | Boolean | ❌ | Informs whether the charge can be paid after the due date (Only for bank slip) |
+| pixTransaction | String | ❌ | Unique identifier of the Pix transaction to which the payment belongs |
+| pixQrCodeId | String | ❌ | Unique identifier of the static QrCode generated for a given Pix key |
+| status | PaymentGetResponsePaymentStatus | ❌ | Payment status |
+| dueDate | String | ❌ | Payment due date |
+| originalDueDate | String | ❌ | Original due date upon creation of the payment |
+| paymentDate | String | ❌ | Payment date on Asaas |
+| clientPaymentDate | String | ❌ | Date on which the customer paid the bank slip |
+| installmentNumber | Long | ❌ | Parcel number |
+| invoiceUrl | String | ❌ | Invoice URL |
+| invoiceNumber | String | ❌ | Bill number |
+| externalReference | String | ❌ | Free search field |
+| deleted | Boolean | ❌ | Determines if the payment has been removed |
+| anticipated | Boolean | ❌ | Defines whether the charge was anticipated or is in the process of being anticipated |
+| anticipable | Boolean | ❌ | Determines whether the charge is anticipated |
+| creditDate | String | ❌ | Date when the credit became available |
+| estimatedCreditDate | String | ❌ | Estimated date when the credit will be available |
+| transactionReceiptUrl | String | ❌ | URL of proof of confirmation, receipt, reversal or removal |
+| nossoNumero | String | ❌ | Unique identification of the bank slip |
+| bankSlipUrl | String | ❌ | URL to download the bank slip |
+| discount | PaymentDiscountDto | ❌ | Discount information |
+| fine | PaymentFineResponseDto | ❌ | Fine information for payment after due date |
+| interest | PaymentInterestResponseDto | ❌ | Interest information for payment after due date |
+| split | List\ | ❌ | Split Settings |
+| postalService | Boolean | ❌ | Define whether the payment will be sent via post |
+| daysAfterDueDateToRegistrationCancellation | Long | ❌ | Days after registration cancellation deadline (only for bank slip) |
+| chargeback | PaymentChargebackResponseDto | ❌ | |
+| escrow | PaymentEscrowGetResponseDto | ❌ | Payment escrow in the Escrow Account information |
+| refunds | List\ | ❌ | Refunds information |
+
+
diff --git a/documentation/models/PaymentGetResponsePaymentStatus.md b/documentation/models/PaymentGetResponsePaymentStatus.md
new file mode 100644
index 0000000..84bd3e6
--- /dev/null
+++ b/documentation/models/PaymentGetResponsePaymentStatus.md
@@ -0,0 +1,24 @@
+# PaymentGetResponsePaymentStatus
+
+Payment status
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------------------------- | :----- | :------- | :----------------------------- |
+| PENDING | String | ✅ | "PENDING" |
+| RECEIVED | String | ✅ | "RECEIVED" |
+| CONFIRMED | String | ✅ | "CONFIRMED" |
+| OVERDUE | String | ✅ | "OVERDUE" |
+| REFUNDED | String | ✅ | "REFUNDED" |
+| RECEIVED_IN_CASH | String | ✅ | "RECEIVED_IN_CASH" |
+| REFUND_REQUESTED | String | ✅ | "REFUND_REQUESTED" |
+| REFUND_IN_PROGRESS | String | ✅ | "REFUND_IN_PROGRESS" |
+| CHARGEBACK_REQUESTED | String | ✅ | "CHARGEBACK_REQUESTED" |
+| CHARGEBACK_DISPUTE | String | ✅ | "CHARGEBACK_DISPUTE" |
+| AWAITING_CHARGEBACK_REVERSAL | String | ✅ | "AWAITING_CHARGEBACK_REVERSAL" |
+| DUNNING_REQUESTED | String | ✅ | "DUNNING_REQUESTED" |
+| DUNNING_RECEIVED | String | ✅ | "DUNNING_RECEIVED" |
+| AWAITING_RISK_ANALYSIS | String | ✅ | "AWAITING_RISK_ANALYSIS" |
+
+
diff --git a/documentation/models/PaymentIdentificationFieldResponseDto.md b/documentation/models/PaymentIdentificationFieldResponseDto.md
new file mode 100644
index 0000000..cc78cb5
--- /dev/null
+++ b/documentation/models/PaymentIdentificationFieldResponseDto.md
@@ -0,0 +1,11 @@
+# PaymentIdentificationFieldResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------------ | :----- | :------- | :------------------------------------- |
+| identificationField | String | ❌ | Digitable bill line |
+| nossoNumero | String | ❌ | Unique identification of the bank slip |
+| barCode | String | ❌ | Bank slip bar code |
+
+
diff --git a/documentation/models/PaymentInterestRequestDto.md b/documentation/models/PaymentInterestRequestDto.md
new file mode 100644
index 0000000..f4df7c3
--- /dev/null
+++ b/documentation/models/PaymentInterestRequestDto.md
@@ -0,0 +1,11 @@
+# PaymentInterestRequestDto
+
+Interest information for payment after due date
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---- | :----- | :------- | :-------------------------------------------------------------------------------- |
+| value | Double | ❌ | Percentage of interest per month on the amount charged for payment after maturity |
+
+
diff --git a/documentation/models/PaymentInterestResponseDto.md b/documentation/models/PaymentInterestResponseDto.md
new file mode 100644
index 0000000..c0bb4a0
--- /dev/null
+++ b/documentation/models/PaymentInterestResponseDto.md
@@ -0,0 +1,11 @@
+# PaymentInterestResponseDto
+
+Interest information for payment after due date
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---- | :----- | :------- | :--------------------------- |
+| value | Double | ❌ | Interest value in percentage |
+
+
diff --git a/documentation/models/PaymentLeanGetResponseBillingType.md b/documentation/models/PaymentLeanGetResponseBillingType.md
new file mode 100644
index 0000000..e282112
--- /dev/null
+++ b/documentation/models/PaymentLeanGetResponseBillingType.md
@@ -0,0 +1,17 @@
+# PaymentLeanGetResponseBillingType
+
+Payment billing type
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------- | :----- | :------- | :------------ |
+| UNDEFINED | String | ✅ | "UNDEFINED" |
+| BOLETO | String | ✅ | "BOLETO" |
+| CREDIT_CARD | String | ✅ | "CREDIT_CARD" |
+| DEBIT_CARD | String | ✅ | "DEBIT_CARD" |
+| TRANSFER | String | ✅ | "TRANSFER" |
+| DEPOSIT | String | ✅ | "DEPOSIT" |
+| PIX | String | ✅ | "PIX" |
+
+
diff --git a/documentation/models/PaymentLeanGetResponseDto.md b/documentation/models/PaymentLeanGetResponseDto.md
new file mode 100644
index 0000000..00cc037
--- /dev/null
+++ b/documentation/models/PaymentLeanGetResponseDto.md
@@ -0,0 +1,41 @@
+# PaymentLeanGetResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :-------------------- | :---------------------------------- | :------- | :----------------------------------------------------------------------------------- |
+| object | String | ❌ | Object type |
+| id | String | ❌ | Unique payment identifier in Asaas |
+| dateCreated | String | ❌ | Payment creation date |
+| customerId | String | ❌ | Unique identifier of the customer to whom the payment belongs |
+| subscriptionId | String | ❌ | Unique subscription identifier (when recurring billing) |
+| installmentId | String | ❌ | Unique installment identifier (when billing in installments) |
+| paymentLinkId | String | ❌ | Unique identifier of the payments link to which the payment belongs |
+| value | Double | ❌ | Payment amount |
+| netValue | Double | ❌ | Net value of the charge after discounting the Asaas fee |
+| originalValue | Double | ❌ | Original amount of charge (filled when paid with interest and fine) |
+| interestValue | Double | ❌ | Calculated amount of interest and fine that must be paid after the charge is due |
+| description | String | ❌ | Description of the payment |
+| billingType | PaymentLeanGetResponseBillingType | ❌ | Payment billing type |
+| canBePaidAfterDueDate | Boolean | ❌ | Informs whether the charge can be paid after the due date (Only for bank slip) |
+| confirmedDate | String | ❌ | Billing confirmation date |
+| pixTransactionId | String | ❌ | Unique identifier of the Pix transaction to which the payment belongs |
+| status | PaymentLeanGetResponsePaymentStatus | ❌ | Payment status |
+| dueDate | String | ❌ | Payment due date |
+| originalDueDate | String | ❌ | Original due date upon creation of the payment |
+| paymentDate | String | ❌ | Payment date on Asaas |
+| customerPaymentDate | String | ❌ | Date on which the customer paid the bank slip |
+| installmentNumber | Long | ❌ | Parcel number |
+| externalReference | String | ❌ | Free search field |
+| deleted | Boolean | ❌ | Determines if the payment has been removed |
+| anticipated | Boolean | ❌ | Defines whether the charge was anticipated or is in the process of being anticipated |
+| anticipable | Boolean | ❌ | Determines whether the charge is anticipated |
+| creditDate | String | ❌ | Billing Credit date |
+| transactionReceiptUrl | String | ❌ | URL of proof of confirmation, receipt, reversal or removal |
+| duplicatedPaymentId | String | ❌ | Duplicate billing identifier (if true) |
+| discount | PaymentDiscountDto | ❌ | Discount information |
+| fine | PaymentFineResponseDto | ❌ | Fine information for payment after due date |
+| interest | PaymentInterestResponseDto | ❌ | Interest information for payment after due date |
+| postalService | Boolean | ❌ | Define whether the payment will be sent via post |
+
+
diff --git a/documentation/models/PaymentLeanGetResponsePaymentStatus.md b/documentation/models/PaymentLeanGetResponsePaymentStatus.md
new file mode 100644
index 0000000..bafb756
--- /dev/null
+++ b/documentation/models/PaymentLeanGetResponsePaymentStatus.md
@@ -0,0 +1,24 @@
+# PaymentLeanGetResponsePaymentStatus
+
+Payment status
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------------------------- | :----- | :------- | :----------------------------- |
+| PENDING | String | ✅ | "PENDING" |
+| RECEIVED | String | ✅ | "RECEIVED" |
+| CONFIRMED | String | ✅ | "CONFIRMED" |
+| OVERDUE | String | ✅ | "OVERDUE" |
+| REFUNDED | String | ✅ | "REFUNDED" |
+| RECEIVED_IN_CASH | String | ✅ | "RECEIVED_IN_CASH" |
+| REFUND_REQUESTED | String | ✅ | "REFUND_REQUESTED" |
+| REFUND_IN_PROGRESS | String | ✅ | "REFUND_IN_PROGRESS" |
+| CHARGEBACK_REQUESTED | String | ✅ | "CHARGEBACK_REQUESTED" |
+| CHARGEBACK_DISPUTE | String | ✅ | "CHARGEBACK_DISPUTE" |
+| AWAITING_CHARGEBACK_REVERSAL | String | ✅ | "AWAITING_CHARGEBACK_REVERSAL" |
+| DUNNING_REQUESTED | String | ✅ | "DUNNING_REQUESTED" |
+| DUNNING_RECEIVED | String | ✅ | "DUNNING_RECEIVED" |
+| AWAITING_RISK_ANALYSIS | String | ✅ | "AWAITING_RISK_ANALYSIS" |
+
+
diff --git a/documentation/models/PaymentLeanListResponseDto.md b/documentation/models/PaymentLeanListResponseDto.md
new file mode 100644
index 0000000..6827806
--- /dev/null
+++ b/documentation/models/PaymentLeanListResponseDto.md
@@ -0,0 +1,14 @@
+# PaymentLeanListResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------- | :-------------------------------- | :------- | :---------------------------------------------------------- |
+| object | String | ❌ | Object type |
+| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
+| totalCount | Long | ❌ | Total number of items for the filters entered |
+| limit | Long | ❌ | Number of objects per page |
+| offset | Long | ❌ | Position of the object from which the page should be loaded |
+| data | List\ | ❌ | List of objects |
+
+
diff --git a/documentation/models/PaymentLeanSaveWithCreditCardResponseBillingType.md b/documentation/models/PaymentLeanSaveWithCreditCardResponseBillingType.md
new file mode 100644
index 0000000..438a989
--- /dev/null
+++ b/documentation/models/PaymentLeanSaveWithCreditCardResponseBillingType.md
@@ -0,0 +1,17 @@
+# PaymentLeanSaveWithCreditCardResponseBillingType
+
+Payment billing type
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------- | :----- | :------- | :------------ |
+| UNDEFINED | String | ✅ | "UNDEFINED" |
+| BOLETO | String | ✅ | "BOLETO" |
+| CREDIT_CARD | String | ✅ | "CREDIT_CARD" |
+| DEBIT_CARD | String | ✅ | "DEBIT_CARD" |
+| TRANSFER | String | ✅ | "TRANSFER" |
+| DEPOSIT | String | ✅ | "DEPOSIT" |
+| PIX | String | ✅ | "PIX" |
+
+
diff --git a/documentation/models/PaymentLeanSaveWithCreditCardResponseDto.md b/documentation/models/PaymentLeanSaveWithCreditCardResponseDto.md
new file mode 100644
index 0000000..02f7b8d
--- /dev/null
+++ b/documentation/models/PaymentLeanSaveWithCreditCardResponseDto.md
@@ -0,0 +1,42 @@
+# PaymentLeanSaveWithCreditCardResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :-------------------- | :------------------------------------------------- | :------- | :----------------------------------------------------------------------------------- |
+| object | String | ❌ | Object type |
+| id | String | ❌ | Unique payment identifier in Asaas |
+| dateCreated | String | ❌ | Payment creation date |
+| customerId | String | ❌ | Unique identifier of the customer to whom the payment belongs |
+| subscriptionId | String | ❌ | Unique subscription identifier (when recurring billing) |
+| installmentId | String | ❌ | Unique installment identifier (when billing in installments) |
+| paymentLinkId | String | ❌ | Unique identifier of the payments link to which the payment belongs |
+| value | Double | ❌ | Payment amount |
+| netValue | Double | ❌ | Net value of the charge after discounting the Asaas fee |
+| originalValue | Double | ❌ | Original amount of charge (filled when paid with interest and fine) |
+| interestValue | Double | ❌ | Calculated amount of interest and fine that must be paid after the charge is due |
+| description | String | ❌ | Description of the payment |
+| billingType | PaymentLeanSaveWithCreditCardResponseBillingType | ❌ | Payment billing type |
+| canBePaidAfterDueDate | Boolean | ❌ | Informs whether the charge can be paid after the due date (Only for bank slip) |
+| confirmedDate | String | ❌ | Billing confirmation date |
+| pixTransactionId | String | ❌ | Unique identifier of the Pix transaction to which the payment belongs |
+| status | PaymentLeanSaveWithCreditCardResponsePaymentStatus | ❌ | Payment status |
+| dueDate | String | ❌ | Payment due date |
+| originalDueDate | String | ❌ | Original due date upon creation of the payment |
+| paymentDate | String | ❌ | Payment date on Asaas |
+| customerPaymentDate | String | ❌ | Date on which the customer paid the bank slip |
+| installmentNumber | Long | ❌ | Parcel number |
+| externalReference | String | ❌ | Free search field |
+| deleted | Boolean | ❌ | Determines if the payment has been removed |
+| anticipated | Boolean | ❌ | Defines whether the charge was anticipated or is in the process of being anticipated |
+| anticipable | Boolean | ❌ | Determines whether the charge is anticipated |
+| creditDate | String | ❌ | Billing Credit date |
+| transactionReceiptUrl | String | ❌ | URL of proof of confirmation, receipt, reversal or removal |
+| duplicatedPaymentId | String | ❌ | Duplicate billing identifier (if true) |
+| discount | PaymentDiscountDto | ❌ | Discount information |
+| fine | PaymentFineResponseDto | ❌ | Fine information for payment after due date |
+| interest | PaymentInterestResponseDto | ❌ | Interest information for payment after due date |
+| postalService | Boolean | ❌ | Define whether the payment will be sent via post |
+| creditCard | PaymentSaveWithCreditCardCreditCardDto | ❌ | Credit card information |
+
+
diff --git a/documentation/models/PaymentLeanSaveWithCreditCardResponsePaymentStatus.md b/documentation/models/PaymentLeanSaveWithCreditCardResponsePaymentStatus.md
new file mode 100644
index 0000000..55da853
--- /dev/null
+++ b/documentation/models/PaymentLeanSaveWithCreditCardResponsePaymentStatus.md
@@ -0,0 +1,24 @@
+# PaymentLeanSaveWithCreditCardResponsePaymentStatus
+
+Payment status
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------------------------- | :----- | :------- | :----------------------------- |
+| PENDING | String | ✅ | "PENDING" |
+| RECEIVED | String | ✅ | "RECEIVED" |
+| CONFIRMED | String | ✅ | "CONFIRMED" |
+| OVERDUE | String | ✅ | "OVERDUE" |
+| REFUNDED | String | ✅ | "REFUNDED" |
+| RECEIVED_IN_CASH | String | ✅ | "RECEIVED_IN_CASH" |
+| REFUND_REQUESTED | String | ✅ | "REFUND_REQUESTED" |
+| REFUND_IN_PROGRESS | String | ✅ | "REFUND_IN_PROGRESS" |
+| CHARGEBACK_REQUESTED | String | ✅ | "CHARGEBACK_REQUESTED" |
+| CHARGEBACK_DISPUTE | String | ✅ | "CHARGEBACK_DISPUTE" |
+| AWAITING_CHARGEBACK_REVERSAL | String | ✅ | "AWAITING_CHARGEBACK_REVERSAL" |
+| DUNNING_REQUESTED | String | ✅ | "DUNNING_REQUESTED" |
+| DUNNING_RECEIVED | String | ✅ | "DUNNING_RECEIVED" |
+| AWAITING_RISK_ANALYSIS | String | ✅ | "AWAITING_RISK_ANALYSIS" |
+
+
diff --git a/documentation/models/PaymentLimitsResponseCreationDailyDto.md b/documentation/models/PaymentLimitsResponseCreationDailyDto.md
new file mode 100644
index 0000000..1d011d4
--- /dev/null
+++ b/documentation/models/PaymentLimitsResponseCreationDailyDto.md
@@ -0,0 +1,13 @@
+# PaymentLimitsResponseCreationDailyDto
+
+Daily limits
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------- | :------ | :------- | :------------------------------------------- |
+| limit | Long | ❌ | Total limit |
+| used | Long | ❌ | Limit used |
+| wasReached | Boolean | ❌ | Indicates whether the limit has been reached |
+
+
diff --git a/documentation/models/PaymentLimitsResponseCreationDto.md b/documentation/models/PaymentLimitsResponseCreationDto.md
new file mode 100644
index 0000000..361328e
--- /dev/null
+++ b/documentation/models/PaymentLimitsResponseCreationDto.md
@@ -0,0 +1,11 @@
+# PaymentLimitsResponseCreationDto
+
+Breeding limits
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---- | :------------------------------------ | :------- | :----------- |
+| daily | PaymentLimitsResponseCreationDailyDto | ❌ | Daily limits |
+
+
diff --git a/documentation/models/PaymentLimitsResponseDto.md b/documentation/models/PaymentLimitsResponseDto.md
new file mode 100644
index 0000000..fc99753
--- /dev/null
+++ b/documentation/models/PaymentLimitsResponseDto.md
@@ -0,0 +1,9 @@
+# PaymentLimitsResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------- | :------------------------------- | :------- | :-------------- |
+| creation | PaymentLimitsResponseCreationDto | ❌ | Breeding limits |
+
+
diff --git a/documentation/models/PaymentLinkDeleteResponseDto.md b/documentation/models/PaymentLinkDeleteResponseDto.md
new file mode 100644
index 0000000..111760f
--- /dev/null
+++ b/documentation/models/PaymentLinkDeleteResponseDto.md
@@ -0,0 +1,10 @@
+# PaymentLinkDeleteResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------ | :------ | :------- | :-------------------------------------------------- |
+| deleted | Boolean | ❌ | Indicates whether the payment link has been removed |
+| id | String | ❌ | Unique identifier for your payments link in Asaas |
+
+
diff --git a/documentation/models/PaymentLinkFileDeleteResponseDto.md b/documentation/models/PaymentLinkFileDeleteResponseDto.md
new file mode 100644
index 0000000..05804b8
--- /dev/null
+++ b/documentation/models/PaymentLinkFileDeleteResponseDto.md
@@ -0,0 +1,10 @@
+# PaymentLinkFileDeleteResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------ | :------ | :------- | :-------------------------------------------- |
+| deleted | Boolean | ❌ | Indicates whether the image was removed |
+| id | String | ❌ | Unique payment link image identifier in Asaas |
+
+
diff --git a/documentation/models/PaymentLinkFileGetResponseDto.md b/documentation/models/PaymentLinkFileGetResponseDto.md
new file mode 100644
index 0000000..f77adc5
--- /dev/null
+++ b/documentation/models/PaymentLinkFileGetResponseDto.md
@@ -0,0 +1,11 @@
+# PaymentLinkFileGetResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---- | :------------------------------ | :------- | :-------------------------------------------- |
+| id | String | ❌ | Unique payment link image identifier in Asaas |
+| main | Boolean | ❌ | Determines if this is the main image |
+| image | PaymentLinkFileImageResponseDto | ❌ | Payments link image information |
+
+
diff --git a/documentation/models/PaymentLinkFileImageResponseDto.md b/documentation/models/PaymentLinkFileImageResponseDto.md
new file mode 100644
index 0000000..5b851f4
--- /dev/null
+++ b/documentation/models/PaymentLinkFileImageResponseDto.md
@@ -0,0 +1,15 @@
+# PaymentLinkFileImageResponseDto
+
+Payments link image information
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------- | :----- | :------- | :--------------------------------- |
+| originalName | String | ❌ | Original image name |
+| size | Long | ❌ | Image size |
+| extension | String | ❌ | Image extension |
+| previewUrl | String | ❌ | Link to download the image preview |
+| downloadUrl | String | ❌ | Link to download the image |
+
+
diff --git a/documentation/models/PaymentLinkFileListResponseDto.md b/documentation/models/PaymentLinkFileListResponseDto.md
new file mode 100644
index 0000000..aa5a7ff
--- /dev/null
+++ b/documentation/models/PaymentLinkFileListResponseDto.md
@@ -0,0 +1,14 @@
+# PaymentLinkFileListResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------- | :------------------------------------ | :------- | :---------------------------------------------------------- |
+| object | String | ❌ | Object type |
+| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
+| totalCount | Long | ❌ | Total number of items for the filters entered |
+| limit | Long | ❌ | Number of objects per page |
+| offset | Long | ❌ | Position of the object from which the page should be loaded |
+| data | List\ | ❌ | List of objects |
+
+
diff --git a/documentation/models/PaymentLinkFileSaveRequestDto.md b/documentation/models/PaymentLinkFileSaveRequestDto.md
new file mode 100644
index 0000000..d79bb3f
--- /dev/null
+++ b/documentation/models/PaymentLinkFileSaveRequestDto.md
@@ -0,0 +1,10 @@
+# PaymentLinkFileSaveRequestDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---- | :------ | :------- | :---------------------------- |
+| main | Boolean | ❌ | true to set as the main image |
+| image | byte[] | ❌ | File |
+
+
diff --git a/documentation/models/PaymentLinkGetResponseBillingType.md b/documentation/models/PaymentLinkGetResponseBillingType.md
new file mode 100644
index 0000000..7a8b0d2
--- /dev/null
+++ b/documentation/models/PaymentLinkGetResponseBillingType.md
@@ -0,0 +1,14 @@
+# PaymentLinkGetResponseBillingType
+
+Allowed payment method
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------- | :----- | :------- | :------------ |
+| UNDEFINED | String | ✅ | "UNDEFINED" |
+| BOLETO | String | ✅ | "BOLETO" |
+| CREDIT_CARD | String | ✅ | "CREDIT_CARD" |
+| PIX | String | ✅ | "PIX" |
+
+
diff --git a/documentation/models/PaymentLinkGetResponseChargeType.md b/documentation/models/PaymentLinkGetResponseChargeType.md
new file mode 100644
index 0000000..a274b23
--- /dev/null
+++ b/documentation/models/PaymentLinkGetResponseChargeType.md
@@ -0,0 +1,13 @@
+# PaymentLinkGetResponseChargeType
+
+Charge type
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------- | :----- | :------- | :------------ |
+| DETACHED | String | ✅ | "DETACHED" |
+| RECURRENT | String | ✅ | "RECURRENT" |
+| INSTALLMENT | String | ✅ | "INSTALLMENT" |
+
+
diff --git a/documentation/models/PaymentLinkGetResponseCycle.md b/documentation/models/PaymentLinkGetResponseCycle.md
new file mode 100644
index 0000000..03b9d90
--- /dev/null
+++ b/documentation/models/PaymentLinkGetResponseCycle.md
@@ -0,0 +1,17 @@
+# PaymentLinkGetResponseCycle
+
+Billing frequency, if the chargeType is RECURRENT
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------- | :----- | :------- | :------------- |
+| WEEKLY | String | ✅ | "WEEKLY" |
+| BIWEEKLY | String | ✅ | "BIWEEKLY" |
+| MONTHLY | String | ✅ | "MONTHLY" |
+| BIMONTHLY | String | ✅ | "BIMONTHLY" |
+| QUARTERLY | String | ✅ | "QUARTERLY" |
+| SEMIANNUALLY | String | ✅ | "SEMIANNUALLY" |
+| YEARLY | String | ✅ | "YEARLY" |
+
+
diff --git a/documentation/models/PaymentLinkGetResponseDto.md b/documentation/models/PaymentLinkGetResponseDto.md
new file mode 100644
index 0000000..9db4d53
--- /dev/null
+++ b/documentation/models/PaymentLinkGetResponseDto.md
@@ -0,0 +1,25 @@
+# PaymentLinkGetResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------------ | :-------------------------------- | :------- | :-------------------------------------------------------------------------------------------------------------------- |
+| id | String | ❌ | Unique identifier for your payments link in Asaas |
+| name | String | ❌ | Payment link name |
+| value | Double | ❌ | Value of the payment link, if not informed, the payer can inform how much they want to pay |
+| active | Boolean | ❌ | If the payments link is active |
+| chargeType | PaymentLinkGetResponseChargeType | ❌ | Charge type |
+| url | String | ❌ | Payments link access link |
+| billingType | PaymentLinkGetResponseBillingType | ❌ | Allowed payment method |
+| subscriptionCycle | PaymentLinkGetResponseCycle | ❌ | Billing frequency, if the chargeType is RECURRENT |
+| description | String | ❌ | Payments link description |
+| endDate | String | ❌ | End date |
+| deleted | Boolean | ❌ | Indicates whether the payment link has been removed |
+| viewCount | Long | ❌ | The number of views of your payments link |
+| maxInstallmentCount | Long | ❌ | Maximum number of installments that your customer can pay in installments for the payment link, if it is Installment. |
+| dueDateLimitDays | Long | ❌ | Number of business days that your customer can pay after the invoice is generated (For payment method such as Boleto) |
+| notificationEnabled | Boolean | ❌ | Defines whether customers registered via the payments link will have notifications enabled |
+| isAddressRequired | Boolean | ❌ | Defines whether filling in the address will be obligatory in the charges. |
+| externalReference | String | ❌ | Free search field. |
+
+
diff --git a/documentation/models/PaymentLinkListResponseDto.md b/documentation/models/PaymentLinkListResponseDto.md
new file mode 100644
index 0000000..f2ca090
--- /dev/null
+++ b/documentation/models/PaymentLinkListResponseDto.md
@@ -0,0 +1,14 @@
+# PaymentLinkListResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------- | :-------------------------------- | :------- | :---------------------------------------------------------- |
+| object | String | ❌ | Object type |
+| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
+| totalCount | Long | ❌ | Total number of items for the filters entered |
+| limit | Long | ❌ | Number of objects per page |
+| offset | Long | ❌ | Position of the object from which the page should be loaded |
+| data | List\ | ❌ | List of objects |
+
+
diff --git a/documentation/models/PaymentLinkSaveRequestBillingType.md b/documentation/models/PaymentLinkSaveRequestBillingType.md
new file mode 100644
index 0000000..3911042
--- /dev/null
+++ b/documentation/models/PaymentLinkSaveRequestBillingType.md
@@ -0,0 +1,14 @@
+# PaymentLinkSaveRequestBillingType
+
+Allowed payment method
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------- | :----- | :------- | :------------ |
+| UNDEFINED | String | ✅ | "UNDEFINED" |
+| BOLETO | String | ✅ | "BOLETO" |
+| CREDIT_CARD | String | ✅ | "CREDIT_CARD" |
+| PIX | String | ✅ | "PIX" |
+
+
diff --git a/documentation/models/PaymentLinkSaveRequestChargeType.md b/documentation/models/PaymentLinkSaveRequestChargeType.md
new file mode 100644
index 0000000..c27afc8
--- /dev/null
+++ b/documentation/models/PaymentLinkSaveRequestChargeType.md
@@ -0,0 +1,13 @@
+# PaymentLinkSaveRequestChargeType
+
+Charge type
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------- | :----- | :------- | :------------ |
+| DETACHED | String | ✅ | "DETACHED" |
+| RECURRENT | String | ✅ | "RECURRENT" |
+| INSTALLMENT | String | ✅ | "INSTALLMENT" |
+
+
diff --git a/documentation/models/PaymentLinkSaveRequestCycle.md b/documentation/models/PaymentLinkSaveRequestCycle.md
new file mode 100644
index 0000000..82e9f15
--- /dev/null
+++ b/documentation/models/PaymentLinkSaveRequestCycle.md
@@ -0,0 +1,17 @@
+# PaymentLinkSaveRequestCycle
+
+Billing frequency, if the chargeType is RECURRENT
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------- | :----- | :------- | :------------- |
+| WEEKLY | String | ✅ | "WEEKLY" |
+| BIWEEKLY | String | ✅ | "BIWEEKLY" |
+| MONTHLY | String | ✅ | "MONTHLY" |
+| BIMONTHLY | String | ✅ | "BIMONTHLY" |
+| QUARTERLY | String | ✅ | "QUARTERLY" |
+| SEMIANNUALLY | String | ✅ | "SEMIANNUALLY" |
+| YEARLY | String | ✅ | "YEARLY" |
+
+
diff --git a/documentation/models/PaymentLinkSaveRequestDto.md b/documentation/models/PaymentLinkSaveRequestDto.md
new file mode 100644
index 0000000..97d052f
--- /dev/null
+++ b/documentation/models/PaymentLinkSaveRequestDto.md
@@ -0,0 +1,21 @@
+# PaymentLinkSaveRequestDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------------ | :-------------------------------- | :------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| name | String | ✅ | Payment link name |
+| billingType | PaymentLinkSaveRequestBillingType | ✅ | Allowed payment method |
+| chargeType | PaymentLinkSaveRequestChargeType | ✅ | Charge type |
+| description | String | ❌ | Payments link description |
+| endDate | String | ❌ | End date |
+| value | Double | ❌ | Value of the payment link, if not informed, the payer can inform how much they want to pay |
+| dueDateLimitDays | Long | ❌ | Number of business days that your customer can pay after the invoice is generated (For payment method such as Boleto) |
+| subscriptionCycle | PaymentLinkSaveRequestCycle | ❌ | Billing frequency, if the chargeType is RECURRENT |
+| maxInstallmentCount | Long | ❌ | Maximum number of installments that your customer can pay in installments for the payment link if the billing method selected is Installments. If not informed, the default value will be 1 installment |
+| externalReference | String | ❌ | Free search field. |
+| notificationEnabled | Boolean | ❌ | Defines whether customers registered via the payments link will have notifications enabled. If not informed, the default value will be true |
+| callback | PaymentCallbackRequestDto | ❌ | Automatic redirection information after the payment of the link payment |
+| isAddressRequired | Boolean | ❌ | True to make it mandatory to fill in address data at checkout. |
+
+
diff --git a/documentation/models/PaymentLinkUpdateRequestBillingType.md b/documentation/models/PaymentLinkUpdateRequestBillingType.md
new file mode 100644
index 0000000..6f76329
--- /dev/null
+++ b/documentation/models/PaymentLinkUpdateRequestBillingType.md
@@ -0,0 +1,14 @@
+# PaymentLinkUpdateRequestBillingType
+
+Allowed payment method
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------- | :----- | :------- | :------------ |
+| UNDEFINED | String | ✅ | "UNDEFINED" |
+| BOLETO | String | ✅ | "BOLETO" |
+| CREDIT_CARD | String | ✅ | "CREDIT_CARD" |
+| PIX | String | ✅ | "PIX" |
+
+
diff --git a/documentation/models/PaymentLinkUpdateRequestChargeType.md b/documentation/models/PaymentLinkUpdateRequestChargeType.md
new file mode 100644
index 0000000..1f9dda6
--- /dev/null
+++ b/documentation/models/PaymentLinkUpdateRequestChargeType.md
@@ -0,0 +1,13 @@
+# PaymentLinkUpdateRequestChargeType
+
+Charge type
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------- | :----- | :------- | :------------ |
+| DETACHED | String | ✅ | "DETACHED" |
+| RECURRENT | String | ✅ | "RECURRENT" |
+| INSTALLMENT | String | ✅ | "INSTALLMENT" |
+
+
diff --git a/documentation/models/PaymentLinkUpdateRequestCycle.md b/documentation/models/PaymentLinkUpdateRequestCycle.md
new file mode 100644
index 0000000..d7ee282
--- /dev/null
+++ b/documentation/models/PaymentLinkUpdateRequestCycle.md
@@ -0,0 +1,17 @@
+# PaymentLinkUpdateRequestCycle
+
+Billing frequency, if the chargeType is RECURRENT
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------- | :----- | :------- | :------------- |
+| WEEKLY | String | ✅ | "WEEKLY" |
+| BIWEEKLY | String | ✅ | "BIWEEKLY" |
+| MONTHLY | String | ✅ | "MONTHLY" |
+| BIMONTHLY | String | ✅ | "BIMONTHLY" |
+| QUARTERLY | String | ✅ | "QUARTERLY" |
+| SEMIANNUALLY | String | ✅ | "SEMIANNUALLY" |
+| YEARLY | String | ✅ | "YEARLY" |
+
+
diff --git a/documentation/models/PaymentLinkUpdateRequestDto.md b/documentation/models/PaymentLinkUpdateRequestDto.md
new file mode 100644
index 0000000..0d02b04
--- /dev/null
+++ b/documentation/models/PaymentLinkUpdateRequestDto.md
@@ -0,0 +1,21 @@
+# PaymentLinkUpdateRequestDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------------ | :---------------------------------- | :------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| name | String | ❌ | Payment link name |
+| description | String | ❌ | Payments link description |
+| endDate | String | ❌ | End date |
+| value | Double | ❌ | Value of the payment link, if not informed, the payer can inform how much they want to pay |
+| active | Boolean | ❌ | Determines whether the payments link is active |
+| billingType | PaymentLinkUpdateRequestBillingType | ❌ | Allowed payment method |
+| chargeType | PaymentLinkUpdateRequestChargeType | ❌ | Charge type |
+| dueDateLimitDays | Long | ❌ | Number of business days that your customer can pay after the invoice is generated (For payment method such as Boleto) |
+| subscriptionCycle | PaymentLinkUpdateRequestCycle | ❌ | Billing frequency, if the chargeType is RECURRENT |
+| maxInstallmentCount | Long | ❌ | Maximum number of installments that your customer can pay in installments for the payment link if the billing method selected is Installments. If not informed, the default value will be 1 installment |
+| externalReference | String | ❌ | Free search field. |
+| notificationEnabled | Boolean | ❌ | Defines whether customers registered via the payments link will have notifications enabled. If not informed, the default value will be true |
+| callback | PaymentCallbackRequestDto | ❌ | Automatic redirection information after the payment of the link payment |
+
+
diff --git a/documentation/models/PaymentListRequestBillingType.md b/documentation/models/PaymentListRequestBillingType.md
new file mode 100644
index 0000000..c918471
--- /dev/null
+++ b/documentation/models/PaymentListRequestBillingType.md
@@ -0,0 +1,14 @@
+# PaymentListRequestBillingType
+
+Filter by billing type
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------- | :----- | :------- | :------------ |
+| UNDEFINED | String | ✅ | "UNDEFINED" |
+| BOLETO | String | ✅ | "BOLETO" |
+| CREDIT_CARD | String | ✅ | "CREDIT_CARD" |
+| PIX | String | ✅ | "PIX" |
+
+
diff --git a/documentation/models/PaymentListRequestInvoiceStatus.md b/documentation/models/PaymentListRequestInvoiceStatus.md
new file mode 100644
index 0000000..6aeb105
--- /dev/null
+++ b/documentation/models/PaymentListRequestInvoiceStatus.md
@@ -0,0 +1,16 @@
+# PaymentListRequestInvoiceStatus
+
+Filter to return charges that have or do not have an invoice
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------------------- | :----- | :------- | :------------------------ |
+| SCHEDULED | String | ✅ | "SCHEDULED" |
+| AUTHORIZED | String | ✅ | "AUTHORIZED" |
+| PROCESSING_CANCELLATION | String | ✅ | "PROCESSING_CANCELLATION" |
+| CANCELED | String | ✅ | "CANCELED" |
+| CANCELLATION_DENIED | String | ✅ | "CANCELLATION_DENIED" |
+| ERROR | String | ✅ | "ERROR" |
+
+
diff --git a/documentation/models/PaymentListRequestPaymentStatus.md b/documentation/models/PaymentListRequestPaymentStatus.md
new file mode 100644
index 0000000..83b9d4f
--- /dev/null
+++ b/documentation/models/PaymentListRequestPaymentStatus.md
@@ -0,0 +1,24 @@
+# PaymentListRequestPaymentStatus
+
+Filter by status
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------------------------- | :----- | :------- | :----------------------------- |
+| PENDING | String | ✅ | "PENDING" |
+| RECEIVED | String | ✅ | "RECEIVED" |
+| CONFIRMED | String | ✅ | "CONFIRMED" |
+| OVERDUE | String | ✅ | "OVERDUE" |
+| REFUNDED | String | ✅ | "REFUNDED" |
+| RECEIVED_IN_CASH | String | ✅ | "RECEIVED_IN_CASH" |
+| REFUND_REQUESTED | String | ✅ | "REFUND_REQUESTED" |
+| REFUND_IN_PROGRESS | String | ✅ | "REFUND_IN_PROGRESS" |
+| CHARGEBACK_REQUESTED | String | ✅ | "CHARGEBACK_REQUESTED" |
+| CHARGEBACK_DISPUTE | String | ✅ | "CHARGEBACK_DISPUTE" |
+| AWAITING_CHARGEBACK_REVERSAL | String | ✅ | "AWAITING_CHARGEBACK_REVERSAL" |
+| DUNNING_REQUESTED | String | ✅ | "DUNNING_REQUESTED" |
+| DUNNING_RECEIVED | String | ✅ | "DUNNING_RECEIVED" |
+| AWAITING_RISK_ANALYSIS | String | ✅ | "AWAITING_RISK_ANALYSIS" |
+
+
diff --git a/documentation/models/PaymentListResponseDto.md b/documentation/models/PaymentListResponseDto.md
new file mode 100644
index 0000000..b219aa1
--- /dev/null
+++ b/documentation/models/PaymentListResponseDto.md
@@ -0,0 +1,14 @@
+# PaymentListResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------- | :---------------------------- | :------- | :---------------------------------------------------------- |
+| object | String | ❌ | Object type |
+| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
+| totalCount | Long | ❌ | Total number of items for the filters entered |
+| limit | Long | ❌ | Number of objects per page |
+| offset | Long | ❌ | Position of the object from which the page should be loaded |
+| data | List\ | ❌ | List of objects |
+
+
diff --git a/documentation/models/PaymentPayWithCreditCardRequestDto.md b/documentation/models/PaymentPayWithCreditCardRequestDto.md
new file mode 100644
index 0000000..bfbbce7
--- /dev/null
+++ b/documentation/models/PaymentPayWithCreditCardRequestDto.md
@@ -0,0 +1,11 @@
+# PaymentPayWithCreditCardRequestDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------------- | :----------------------------- | :------- | :----------------------------------------------------------------------------------------------------------------------- |
+| creditCard | CreditCardRequestDto | ✅ | Credit card information |
+| creditCardHolderInfo | CreditCardHolderInfoRequestDto | ✅ | Credit card holder information |
+| creditCardToken | String | ❌ | Credit card token for using the credit card tokenization functionality. If informed, the fields above are not mandatory. |
+
+
diff --git a/documentation/models/PaymentPixQrCodeResponseDto.md b/documentation/models/PaymentPixQrCodeResponseDto.md
new file mode 100644
index 0000000..a89d445
--- /dev/null
+++ b/documentation/models/PaymentPixQrCodeResponseDto.md
@@ -0,0 +1,13 @@
+# PaymentPixQrCodeResponseDto
+
+Payment data related to pix
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------- | :----- | :------- | :------------------------------- |
+| encodedImage | String | ❌ | QrCode image in base64 |
+| payload | String | ❌ | Copy and Paste of the Pix QrCode |
+| expirationDate | String | ❌ | QrCode expiration date |
+
+
diff --git a/documentation/models/PaymentReceiveInCashRequestDto.md b/documentation/models/PaymentReceiveInCashRequestDto.md
new file mode 100644
index 0000000..00a018b
--- /dev/null
+++ b/documentation/models/PaymentReceiveInCashRequestDto.md
@@ -0,0 +1,11 @@
+# PaymentReceiveInCashRequestDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------- | :------ | :------- | :----------------------------------------------------------------- |
+| paymentDate | String | ❌ | Date the customer made the payment |
+| value | Double | ❌ | Amount paid by the customer |
+| notifyCustomer | Boolean | ❌ | Send or not send notification of confirmed payment to the customer |
+
+
diff --git a/documentation/models/PaymentRefundGetResponseDto.md b/documentation/models/PaymentRefundGetResponseDto.md
new file mode 100644
index 0000000..74b33a1
--- /dev/null
+++ b/documentation/models/PaymentRefundGetResponseDto.md
@@ -0,0 +1,18 @@
+# PaymentRefundGetResponseDto
+
+Refunds information
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :-------------------- | :------------------------------------------ | :------- | :---------------------------------------------------------------------- |
+| dateCreated | String | ❌ | Refund creation date |
+| status | PaymentRefundGetResponsePaymentRefundStatus | ❌ | Refund status |
+| value | Double | ❌ | Refund value |
+| endToEndIdentifier | String | ❌ | (Pix only) Unique identifier of the Pix transaction at the Central Bank |
+| description | String | ❌ | Description of the refund |
+| effectiveDate | String | ❌ | (Pix only) Refund effective date |
+| transactionReceiptUrl | String | ❌ | Transaction receipt link |
+| refundedSplits | List\ | ❌ | Refunded Splits, if any |
+
+
diff --git a/documentation/models/PaymentRefundGetResponsePaymentRefundStatus.md b/documentation/models/PaymentRefundGetResponsePaymentRefundStatus.md
new file mode 100644
index 0000000..271ea82
--- /dev/null
+++ b/documentation/models/PaymentRefundGetResponsePaymentRefundStatus.md
@@ -0,0 +1,15 @@
+# PaymentRefundGetResponsePaymentRefundStatus
+
+Refund status
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------------------------------------- | :----- | :------- | :----------------------------------------- |
+| PENDING | String | ✅ | "PENDING" |
+| AWAITING_CRITICAL_ACTION_AUTHORIZATION | String | ✅ | "AWAITING_CRITICAL_ACTION_AUTHORIZATION" |
+| AWAITING_CUSTOMER_EXTERNAL_AUTHORIZATION | String | ✅ | "AWAITING_CUSTOMER_EXTERNAL_AUTHORIZATION" |
+| CANCELLED | String | ✅ | "CANCELLED" |
+| DONE | String | ✅ | "DONE" |
+
+
diff --git a/documentation/models/PaymentRefundListResponseDto.md b/documentation/models/PaymentRefundListResponseDto.md
new file mode 100644
index 0000000..c8f845f
--- /dev/null
+++ b/documentation/models/PaymentRefundListResponseDto.md
@@ -0,0 +1,14 @@
+# PaymentRefundListResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------- | :---------------------------------- | :------- | :---------------------------------------------------------- |
+| object | String | ❌ | Object type |
+| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
+| totalCount | Long | ❌ | Total number of items for the filters entered |
+| limit | Long | ❌ | Number of objects per page |
+| offset | Long | ❌ | Position of the object from which the page should be loaded |
+| data | List\ | ❌ | List of objects |
+
+
diff --git a/documentation/models/PaymentRefundRequestDto.md b/documentation/models/PaymentRefundRequestDto.md
new file mode 100644
index 0000000..6749edd
--- /dev/null
+++ b/documentation/models/PaymentRefundRequestDto.md
@@ -0,0 +1,10 @@
+# PaymentRefundRequestDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------- | :----- | :------- | :-------------------- |
+| value | Double | ❌ | Amount to be refunded |
+| description | String | ❌ | Reason for the refund |
+
+
diff --git a/documentation/models/PaymentRefundedSplitResponseDto.md b/documentation/models/PaymentRefundedSplitResponseDto.md
new file mode 100644
index 0000000..60e9656
--- /dev/null
+++ b/documentation/models/PaymentRefundedSplitResponseDto.md
@@ -0,0 +1,13 @@
+# PaymentRefundedSplitResponseDto
+
+Refunded Splits, if any
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---- | :------ | :------- | :--------------------------------------- |
+| id | String | ❌ | Unique split identifier |
+| value | Double | ❌ | Refunded value |
+| done | Boolean | ❌ | Indicates whether the split was refunded |
+
+
diff --git a/documentation/models/PaymentSaveRequestBillingType.md b/documentation/models/PaymentSaveRequestBillingType.md
new file mode 100644
index 0000000..1402dc6
--- /dev/null
+++ b/documentation/models/PaymentSaveRequestBillingType.md
@@ -0,0 +1,14 @@
+# PaymentSaveRequestBillingType
+
+Payment billing type
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------- | :----- | :------- | :------------ |
+| UNDEFINED | String | ✅ | "UNDEFINED" |
+| BOLETO | String | ✅ | "BOLETO" |
+| CREDIT_CARD | String | ✅ | "CREDIT_CARD" |
+| PIX | String | ✅ | "PIX" |
+
+
diff --git a/documentation/models/PaymentSaveRequestDto.md b/documentation/models/PaymentSaveRequestDto.md
new file mode 100644
index 0000000..db77878
--- /dev/null
+++ b/documentation/models/PaymentSaveRequestDto.md
@@ -0,0 +1,24 @@
+# PaymentSaveRequestDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------------------------------------- | :----------------------------- | :------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| customer | String | ✅ | Unique customer identifier in Asaas |
+| billingType | PaymentSaveRequestBillingType | ✅ | Payment billing type |
+| value | Double | ✅ | Payment amount |
+| dueDate | String | ✅ | Payment due date |
+| description | String | ❌ | Payment description (max. 500 characters) |
+| daysAfterDueDateToRegistrationCancellation | Long | ❌ | Days after registration cancellation deadline (only for bank slip) |
+| externalReference | String | ❌ | Free search field |
+| installmentCount | Long | ❌ | Number of installments (only in the case of installment payment) |
+| totalValue | Double | ❌ | Enter the total amount of a charge that will be paid in installments (only in the case of an installment charge). If this field is sent, the installmentValue is not necessary, the calculation per installment will be automatic. |
+| installmentValue | Double | ❌ | Value of each installment (only in the case of installment payment). Send this field if you want to define the value of each installment. |
+| discount | PaymentDiscountDto | ❌ | Discount information |
+| interest | PaymentInterestRequestDto | ❌ | Interest information for payment after due date |
+| fine | PaymentFineRequestDto | ❌ | Fine information for payment after due date |
+| postalService | Boolean | ❌ | Define whether the payment will be sent via post |
+| split | List\ | ❌ | Split Settings |
+| callback | PaymentCallbackRequestDto | ❌ | Automatic redirection information after the payment of the link payment |
+
+
diff --git a/documentation/models/PaymentSaveWithCreditCardCreditCardCreditCardBrand.md b/documentation/models/PaymentSaveWithCreditCardCreditCardCreditCardBrand.md
new file mode 100644
index 0000000..45dc362
--- /dev/null
+++ b/documentation/models/PaymentSaveWithCreditCardCreditCardCreditCardBrand.md
@@ -0,0 +1,23 @@
+# PaymentSaveWithCreditCardCreditCardCreditCardBrand
+
+Flag of the card used
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------- | :----- | :------- | :----------- |
+| VISA | String | ✅ | "VISA" |
+| MASTERCARD | String | ✅ | "MASTERCARD" |
+| ELO | String | ✅ | "ELO" |
+| DINERS | String | ✅ | "DINERS" |
+| DISCOVER | String | ✅ | "DISCOVER" |
+| AMEX | String | ✅ | "AMEX" |
+| CABAL | String | ✅ | "CABAL" |
+| BANESCARD | String | ✅ | "BANESCARD" |
+| CREDZ | String | ✅ | "CREDZ" |
+| SOROCRED | String | ✅ | "SOROCRED" |
+| CREDSYSTEM | String | ✅ | "CREDSYSTEM" |
+| JCB | String | ✅ | "JCB" |
+| UNKNOWN | String | ✅ | "UNKNOWN" |
+
+
diff --git a/documentation/models/PaymentSaveWithCreditCardCreditCardDto.md b/documentation/models/PaymentSaveWithCreditCardCreditCardDto.md
new file mode 100644
index 0000000..c35cba5
--- /dev/null
+++ b/documentation/models/PaymentSaveWithCreditCardCreditCardDto.md
@@ -0,0 +1,13 @@
+# PaymentSaveWithCreditCardCreditCardDto
+
+Credit card information
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------------- | :------------------------------------------------- | :------- | :------------------------------------------- |
+| creditCardNumber | String | ❌ | Last 4 digits of the card used |
+| creditCardBrand | PaymentSaveWithCreditCardCreditCardCreditCardBrand | ❌ | Flag of the card used |
+| creditCardToken | String | ❌ | Credit card token if tokenization is active. |
+
+
diff --git a/documentation/models/PaymentSaveWithCreditCardRequestBillingType.md b/documentation/models/PaymentSaveWithCreditCardRequestBillingType.md
new file mode 100644
index 0000000..4d576e1
--- /dev/null
+++ b/documentation/models/PaymentSaveWithCreditCardRequestBillingType.md
@@ -0,0 +1,14 @@
+# PaymentSaveWithCreditCardRequestBillingType
+
+Payment billing type
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------- | :----- | :------- | :------------ |
+| UNDEFINED | String | ✅ | "UNDEFINED" |
+| BOLETO | String | ✅ | "BOLETO" |
+| CREDIT_CARD | String | ✅ | "CREDIT_CARD" |
+| PIX | String | ✅ | "PIX" |
+
+
diff --git a/documentation/models/PaymentSaveWithCreditCardRequestDto.md b/documentation/models/PaymentSaveWithCreditCardRequestDto.md
new file mode 100644
index 0000000..fbe154a
--- /dev/null
+++ b/documentation/models/PaymentSaveWithCreditCardRequestDto.md
@@ -0,0 +1,29 @@
+# PaymentSaveWithCreditCardRequestDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------------------------------------- | :------------------------------------------ | :------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| customer | String | ✅ | Unique customer identifier in Asaas |
+| billingType | PaymentSaveWithCreditCardRequestBillingType | ✅ | Payment billing type |
+| value | Double | ✅ | Payment amount |
+| dueDate | String | ✅ | Payment due date |
+| remoteIp | String | ✅ | IP from where the customer is making the purchase. Your server's IP must not be entered. |
+| description | String | ❌ | Payment description (max. 500 characters) |
+| daysAfterDueDateToRegistrationCancellation | Long | ❌ | Days after registration cancellation deadline (only for bank slip) |
+| externalReference | String | ❌ | Free search field |
+| installmentCount | Long | ❌ | Number of installments (only in the case of installment payment) |
+| totalValue | Double | ❌ | Enter the total amount of a charge that will be paid in installments (only in the case of an installment charge). If this field is sent, the installmentValue is not necessary, the calculation per installment will be automatic. |
+| installmentValue | Double | ❌ | Value of each installment (only in the case of installment payment). Send this field if you want to define the value of each installment. |
+| discount | PaymentDiscountDto | ❌ | Discount information |
+| interest | PaymentInterestRequestDto | ❌ | Interest information for payment after due date |
+| fine | PaymentFineRequestDto | ❌ | Fine information for payment after due date |
+| postalService | Boolean | ❌ | Define whether the payment will be sent via post |
+| split | List\ | ❌ | Split Settings |
+| callback | PaymentCallbackRequestDto | ❌ | Automatic redirection information after the payment of the link payment |
+| creditCard | CreditCardRequestDto | ❌ | Credit card information |
+| creditCardHolderInfo | CreditCardHolderInfoRequestDto | ❌ | Credit card holder information |
+| creditCardToken | String | ❌ | Credit card token for using the credit card tokenization functionality |
+| authorizeOnly | Boolean | ❌ | Carry out only the Pre-Authorization of the payment |
+
+
diff --git a/documentation/models/PaymentSimulateBankSlipResponseDto.md b/documentation/models/PaymentSimulateBankSlipResponseDto.md
new file mode 100644
index 0000000..25763e8
--- /dev/null
+++ b/documentation/models/PaymentSimulateBankSlipResponseDto.md
@@ -0,0 +1,13 @@
+# PaymentSimulateBankSlipResponseDto
+
+Boleto fees
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------- | :------------------------------------ | :------- | :---------------------- |
+| netValue | Double | ❌ | Net value |
+| feeValue | Double | ❌ | Fee value |
+| installment | PaymentSimulateInstallmentResponseDto | ❌ | Installment information |
+
+
diff --git a/documentation/models/PaymentSimulateCreditCardResponseDto.md b/documentation/models/PaymentSimulateCreditCardResponseDto.md
new file mode 100644
index 0000000..38c0e2c
--- /dev/null
+++ b/documentation/models/PaymentSimulateCreditCardResponseDto.md
@@ -0,0 +1,14 @@
+# PaymentSimulateCreditCardResponseDto
+
+Card fees
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------ | :------------------------------------ | :------- | :---------------------- |
+| netValue | Double | ❌ | Net value |
+| feePercentage | Double | ❌ | Rate in percentage |
+| operationFee | Double | ❌ | Operation fee |
+| installment | PaymentSimulateInstallmentResponseDto | ❌ | Installment information |
+
+
diff --git a/documentation/models/PaymentSimulateInstallmentResponseDto.md b/documentation/models/PaymentSimulateInstallmentResponseDto.md
new file mode 100644
index 0000000..fd6a1bf
--- /dev/null
+++ b/documentation/models/PaymentSimulateInstallmentResponseDto.md
@@ -0,0 +1,12 @@
+# PaymentSimulateInstallmentResponseDto
+
+Installment information
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :-------------- | :----- | :------- | :---------- |
+| paymentNetValue | Double | ❌ | Net value |
+| paymentValue | Double | ❌ | Total value |
+
+
diff --git a/documentation/models/PaymentSimulatePixResponseDto.md b/documentation/models/PaymentSimulatePixResponseDto.md
new file mode 100644
index 0000000..4d8b3af
--- /dev/null
+++ b/documentation/models/PaymentSimulatePixResponseDto.md
@@ -0,0 +1,14 @@
+# PaymentSimulatePixResponseDto
+
+PIX fees
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------ | :------------------------------------ | :------- | :---------------------- |
+| netValue | Double | ❌ | Net value |
+| feePercentage | Double | ❌ | Rate in percentage |
+| feeValue | Double | ❌ | Fee value |
+| installment | PaymentSimulateInstallmentResponseDto | ❌ | Installment information |
+
+
diff --git a/documentation/models/PaymentSimulateRequestBillingType.md b/documentation/models/PaymentSimulateRequestBillingType.md
new file mode 100644
index 0000000..52b98e7
--- /dev/null
+++ b/documentation/models/PaymentSimulateRequestBillingType.md
@@ -0,0 +1,19 @@
+# PaymentSimulateRequestBillingType
+
+Form of payment
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :-------------- | :----- | :------- | :---------------- |
+| UNDEFINED | String | ✅ | "UNDEFINED" |
+| BOLETO | String | ✅ | "BOLETO" |
+| CREDIT_CARD | String | ✅ | "CREDIT_CARD" |
+| MUNDIPAGG_CIELO | String | ✅ | "MUNDIPAGG_CIELO" |
+| TRANSFER | String | ✅ | "TRANSFER" |
+| DEPOSIT | String | ✅ | "DEPOSIT" |
+| DEBIT_CARD | String | ✅ | "DEBIT_CARD" |
+| PIX | String | ✅ | "PIX" |
+| ASAAS_MONEY | String | ✅ | "ASAAS_MONEY" |
+
+
diff --git a/documentation/models/PaymentSimulateRequestDto.md b/documentation/models/PaymentSimulateRequestDto.md
new file mode 100644
index 0000000..dd58316
--- /dev/null
+++ b/documentation/models/PaymentSimulateRequestDto.md
@@ -0,0 +1,11 @@
+# PaymentSimulateRequestDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------------- | :---------------------------------------- | :------- | :---------------------------------- |
+| value | Double | ✅ | Total installment or billing amount |
+| billingTypes | List\ | ✅ | Form of payment |
+| installmentCount | Long | ❌ | Number of installments |
+
+
diff --git a/documentation/models/PaymentSimulateResponseDto.md b/documentation/models/PaymentSimulateResponseDto.md
new file mode 100644
index 0000000..dfc1319
--- /dev/null
+++ b/documentation/models/PaymentSimulateResponseDto.md
@@ -0,0 +1,12 @@
+# PaymentSimulateResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------- | :----------------------------------- | :------- | :---------------------------------- |
+| value | Double | ❌ | Total installment or billing amount |
+| creditCard | PaymentSimulateCreditCardResponseDto | ❌ | Card fees |
+| bankSlip | PaymentSimulateBankSlipResponseDto | ❌ | Boleto fees |
+| pix | PaymentSimulatePixResponseDto | ❌ | PIX fees |
+
+
diff --git a/documentation/models/PaymentSplitGetResponseDto.md b/documentation/models/PaymentSplitGetResponseDto.md
new file mode 100644
index 0000000..1c95b88
--- /dev/null
+++ b/documentation/models/PaymentSplitGetResponseDto.md
@@ -0,0 +1,19 @@
+# PaymentSplitGetResponseDto
+
+Split Settings
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------------- | :---------------------------------------------------- | :------- | :------------------------------------------------------------------------ |
+| id | String | ❌ | Unique split identifier in Asaas |
+| walletId | String | ❌ | Asaas wallet identifier that will be transferred |
+| fixedValue | Double | ❌ | Fixed amount to be transferred to the account when the charge is received |
+| percentualValue | Double | ❌ | Percentage of the net value of the charge to be transferred when received |
+| totalValue | Double | ❌ | Amount that will be split relative to the total amount that will be paid |
+| cancellationReason | PaymentSplitGetResponsePaymentSplitCancellationReason | ❌ | Reason for canceling the split |
+| status | PaymentSplitGetResponsePaymentSplitStatus | ❌ | Split status |
+| externalReference | String | ❌ | Unique identifier of split in your system |
+| description | String | ❌ | Split description |
+
+
diff --git a/documentation/models/PaymentSplitGetResponsePaymentSplitCancellationReason.md b/documentation/models/PaymentSplitGetResponsePaymentSplitCancellationReason.md
new file mode 100644
index 0000000..daa2af1
--- /dev/null
+++ b/documentation/models/PaymentSplitGetResponsePaymentSplitCancellationReason.md
@@ -0,0 +1,16 @@
+# PaymentSplitGetResponsePaymentSplitCancellationReason
+
+Reason for canceling the split
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------------------- | :----- | :------- | :------------------------- |
+| PAYMENT_DELETED | String | ✅ | "PAYMENT_DELETED" |
+| PAYMENT_OVERDUE | String | ✅ | "PAYMENT_OVERDUE" |
+| PAYMENT_RECEIVED_IN_CASH | String | ✅ | "PAYMENT_RECEIVED_IN_CASH" |
+| PAYMENT_REFUNDED | String | ✅ | "PAYMENT_REFUNDED" |
+| VALUE_DIVERGENCE_BLOCK | String | ✅ | "VALUE_DIVERGENCE_BLOCK" |
+| WALLET_UNABLE_TO_RECEIVE | String | ✅ | "WALLET_UNABLE_TO_RECEIVE" |
+
+
diff --git a/documentation/models/PaymentSplitGetResponsePaymentSplitStatus.md b/documentation/models/PaymentSplitGetResponsePaymentSplitStatus.md
new file mode 100644
index 0000000..71c505d
--- /dev/null
+++ b/documentation/models/PaymentSplitGetResponsePaymentSplitStatus.md
@@ -0,0 +1,16 @@
+# PaymentSplitGetResponsePaymentSplitStatus
+
+Split status
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :-------------------------- | :----- | :------- | :---------------------------- |
+| PENDING | String | ✅ | "PENDING" |
+| AWAITING_CREDIT | String | ✅ | "AWAITING_CREDIT" |
+| CANCELLED | String | ✅ | "CANCELLED" |
+| DONE | String | ✅ | "DONE" |
+| REFUNDED | String | ✅ | "REFUNDED" |
+| BLOCKED_BY_VALUE_DIVERGENCE | String | ✅ | "BLOCKED_BY_VALUE_DIVERGENCE" |
+
+
diff --git a/documentation/models/PaymentSplitListPaidRequestPaymentSplitStatus.md b/documentation/models/PaymentSplitListPaidRequestPaymentSplitStatus.md
new file mode 100644
index 0000000..a5ff989
--- /dev/null
+++ b/documentation/models/PaymentSplitListPaidRequestPaymentSplitStatus.md
@@ -0,0 +1,16 @@
+# PaymentSplitListPaidRequestPaymentSplitStatus
+
+Filter by status
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :-------------------------- | :----- | :------- | :---------------------------- |
+| PENDING | String | ✅ | "PENDING" |
+| AWAITING_CREDIT | String | ✅ | "AWAITING_CREDIT" |
+| CANCELLED | String | ✅ | "CANCELLED" |
+| DONE | String | ✅ | "DONE" |
+| REFUNDED | String | ✅ | "REFUNDED" |
+| BLOCKED_BY_VALUE_DIVERGENCE | String | ✅ | "BLOCKED_BY_VALUE_DIVERGENCE" |
+
+
diff --git a/documentation/models/PaymentSplitListReceivedRequestPaymentSplitStatus.md b/documentation/models/PaymentSplitListReceivedRequestPaymentSplitStatus.md
new file mode 100644
index 0000000..1df31b2
--- /dev/null
+++ b/documentation/models/PaymentSplitListReceivedRequestPaymentSplitStatus.md
@@ -0,0 +1,16 @@
+# PaymentSplitListReceivedRequestPaymentSplitStatus
+
+Filter by status
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :-------------------------- | :----- | :------- | :---------------------------- |
+| PENDING | String | ✅ | "PENDING" |
+| AWAITING_CREDIT | String | ✅ | "AWAITING_CREDIT" |
+| CANCELLED | String | ✅ | "CANCELLED" |
+| DONE | String | ✅ | "DONE" |
+| REFUNDED | String | ✅ | "REFUNDED" |
+| BLOCKED_BY_VALUE_DIVERGENCE | String | ✅ | "BLOCKED_BY_VALUE_DIVERGENCE" |
+
+
diff --git a/documentation/models/PaymentSplitListResponseDto.md b/documentation/models/PaymentSplitListResponseDto.md
new file mode 100644
index 0000000..5a44d4d
--- /dev/null
+++ b/documentation/models/PaymentSplitListResponseDto.md
@@ -0,0 +1,14 @@
+# PaymentSplitListResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------- | :--------------------------------- | :------- | :---------------------------------------------------------- |
+| object | String | ❌ | Object type |
+| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
+| totalCount | Long | ❌ | Total number of items for the filters entered |
+| limit | Long | ❌ | Number of objects per page |
+| offset | Long | ❌ | Position of the object from which the page should be loaded |
+| data | List\ | ❌ | List of objects |
+
+
diff --git a/documentation/models/PaymentSplitRequestDto.md b/documentation/models/PaymentSplitRequestDto.md
new file mode 100644
index 0000000..887aa1d
--- /dev/null
+++ b/documentation/models/PaymentSplitRequestDto.md
@@ -0,0 +1,16 @@
+# PaymentSplitRequestDto
+
+Split Settings
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------------- | :----- | :------- | :------------------------------------------------------------------------------------------------------------ |
+| walletId | String | ✅ | Asaas wallet identifier that will be transferred |
+| fixedValue | Double | ❌ | Fixed amount to be transferred to the account when the payment is received |
+| percentualValue | Double | ❌ | Percentage of the net value of the charge to be transferred when received |
+| totalFixedValue | Double | ❌ | (Instalments only). Amount that will be split relative to the total amount that will be paid in installments. |
+| externalReference | String | ❌ | Split identifier in your system |
+| description | String | ❌ | Split description |
+
+
diff --git a/documentation/models/PaymentStatusResponseDto.md b/documentation/models/PaymentStatusResponseDto.md
new file mode 100644
index 0000000..44c89ff
--- /dev/null
+++ b/documentation/models/PaymentStatusResponseDto.md
@@ -0,0 +1,9 @@
+# PaymentStatusResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----- | :--------------------------------- | :------- | :------------- |
+| status | PaymentStatusResponsePaymentStatus | ❌ | Payment status |
+
+
diff --git a/documentation/models/PaymentStatusResponsePaymentStatus.md b/documentation/models/PaymentStatusResponsePaymentStatus.md
new file mode 100644
index 0000000..bb0bc7e
--- /dev/null
+++ b/documentation/models/PaymentStatusResponsePaymentStatus.md
@@ -0,0 +1,24 @@
+# PaymentStatusResponsePaymentStatus
+
+Payment status
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------------------------- | :----- | :------- | :----------------------------- |
+| PENDING | String | ✅ | "PENDING" |
+| RECEIVED | String | ✅ | "RECEIVED" |
+| CONFIRMED | String | ✅ | "CONFIRMED" |
+| OVERDUE | String | ✅ | "OVERDUE" |
+| REFUNDED | String | ✅ | "REFUNDED" |
+| RECEIVED_IN_CASH | String | ✅ | "RECEIVED_IN_CASH" |
+| REFUND_REQUESTED | String | ✅ | "REFUND_REQUESTED" |
+| REFUND_IN_PROGRESS | String | ✅ | "REFUND_IN_PROGRESS" |
+| CHARGEBACK_REQUESTED | String | ✅ | "CHARGEBACK_REQUESTED" |
+| CHARGEBACK_DISPUTE | String | ✅ | "CHARGEBACK_DISPUTE" |
+| AWAITING_CHARGEBACK_REVERSAL | String | ✅ | "AWAITING_CHARGEBACK_REVERSAL" |
+| DUNNING_REQUESTED | String | ✅ | "DUNNING_REQUESTED" |
+| DUNNING_RECEIVED | String | ✅ | "DUNNING_RECEIVED" |
+| AWAITING_RISK_ANALYSIS | String | ✅ | "AWAITING_RISK_ANALYSIS" |
+
+
diff --git a/documentation/models/PaymentUpdateRequestBillingType.md b/documentation/models/PaymentUpdateRequestBillingType.md
new file mode 100644
index 0000000..1572196
--- /dev/null
+++ b/documentation/models/PaymentUpdateRequestBillingType.md
@@ -0,0 +1,14 @@
+# PaymentUpdateRequestBillingType
+
+Payment billing type
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------- | :----- | :------- | :------------ |
+| UNDEFINED | String | ✅ | "UNDEFINED" |
+| BOLETO | String | ✅ | "BOLETO" |
+| CREDIT_CARD | String | ✅ | "CREDIT_CARD" |
+| PIX | String | ✅ | "PIX" |
+
+
diff --git a/documentation/models/PaymentUpdateRequestDto.md b/documentation/models/PaymentUpdateRequestDto.md
new file mode 100644
index 0000000..a238fab
--- /dev/null
+++ b/documentation/models/PaymentUpdateRequestDto.md
@@ -0,0 +1,20 @@
+# PaymentUpdateRequestDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------------------------------------- | :------------------------------ | :------- | :---------------------------------------------------------------------- |
+| billingType | PaymentUpdateRequestBillingType | ✅ | Payment billing type |
+| value | Double | ✅ | Payment amount |
+| dueDate | String | ✅ | Payment due date |
+| description | String | ❌ | Payment description (max. 500 characters) |
+| daysAfterDueDateToRegistrationCancellation | Long | ❌ | Days after registration cancellation deadline (only for bank slip) |
+| externalReference | String | ❌ | Free search field |
+| discount | PaymentDiscountDto | ❌ | Discount information |
+| interest | PaymentInterestRequestDto | ❌ | Interest information for payment after due date |
+| fine | PaymentFineRequestDto | ❌ | Fine information for payment after due date |
+| postalService | Boolean | ❌ | Define whether the payment will be sent via post |
+| split | List\ | ❌ | Split Settings |
+| callback | PaymentCallbackRequestDto | ❌ | Automatic redirection information after the payment of the link payment |
+
+
diff --git a/documentation/models/PaymentViewingInfoResponseDto.md b/documentation/models/PaymentViewingInfoResponseDto.md
new file mode 100644
index 0000000..b2f5b10
--- /dev/null
+++ b/documentation/models/PaymentViewingInfoResponseDto.md
@@ -0,0 +1,10 @@
+# PaymentViewingInfoResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------------- | :----- | :------- | :---------------------------- |
+| invoiceViewedDate | String | ❌ | Invoice viewing date and time |
+| boletoViewedDate | String | ❌ | Bill viewing date and time |
+
+
diff --git a/documentation/models/PixAddressKeyGetResponseDto.md b/documentation/models/PixAddressKeyGetResponseDto.md
new file mode 100644
index 0000000..f9c37ab
--- /dev/null
+++ b/documentation/models/PixAddressKeyGetResponseDto.md
@@ -0,0 +1,16 @@
+# PixAddressKeyGetResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :-------------------- | :------------------------------------------ | :------- | :---------------------------------------- |
+| id | String | ❌ | Unique Pix key identifier in Asaas |
+| key | String | ❌ | Key value |
+| type | PixAddressKeyGetResponsePixAddressKeyType | ❌ | Pix key type |
+| status | PixAddressKeyGetResponsePixAddressKeyStatus | ❌ | Key status |
+| dateCreated | String | ❌ | Key creation date |
+| canBeDeleted | Boolean | ❌ | Determines whether the key can be deleted |
+| cannotBeDeletedReason | String | ❌ | Reason it cannot be removed |
+| qrCode | PixAddressKeyQrCodeGetResponseDto | ❌ | Pix key QRCode |
+
+
diff --git a/documentation/models/PixAddressKeyGetResponsePixAddressKeyStatus.md b/documentation/models/PixAddressKeyGetResponsePixAddressKeyStatus.md
new file mode 100644
index 0000000..22dbb16
--- /dev/null
+++ b/documentation/models/PixAddressKeyGetResponsePixAddressKeyStatus.md
@@ -0,0 +1,16 @@
+# PixAddressKeyGetResponsePixAddressKeyStatus
+
+Key status
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------------------ | :----- | :------- | :-------------------------- |
+| AWAITING_ACTIVATION | String | ✅ | "AWAITING_ACTIVATION" |
+| ACTIVE | String | ✅ | "ACTIVE" |
+| AWAITING_DELETION | String | ✅ | "AWAITING_DELETION" |
+| AWAITING_ACCOUNT_DELETION | String | ✅ | "AWAITING_ACCOUNT_DELETION" |
+| DELETED | String | ✅ | "DELETED" |
+| ERROR | String | ✅ | "ERROR" |
+
+
diff --git a/documentation/models/PixAddressKeyGetResponsePixAddressKeyType.md b/documentation/models/PixAddressKeyGetResponsePixAddressKeyType.md
new file mode 100644
index 0000000..1633239
--- /dev/null
+++ b/documentation/models/PixAddressKeyGetResponsePixAddressKeyType.md
@@ -0,0 +1,11 @@
+# PixAddressKeyGetResponsePixAddressKeyType
+
+Pix key type
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--- | :----- | :------- | :---------- |
+| EVP | String | ✅ | "EVP" |
+
+
diff --git a/documentation/models/PixAddressKeyListRequestPixAddressKeyStatus.md b/documentation/models/PixAddressKeyListRequestPixAddressKeyStatus.md
new file mode 100644
index 0000000..8717098
--- /dev/null
+++ b/documentation/models/PixAddressKeyListRequestPixAddressKeyStatus.md
@@ -0,0 +1,16 @@
+# PixAddressKeyListRequestPixAddressKeyStatus
+
+Filter by current key status
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------------------ | :----- | :------- | :-------------------------- |
+| AWAITING_ACTIVATION | String | ✅ | "AWAITING_ACTIVATION" |
+| ACTIVE | String | ✅ | "ACTIVE" |
+| AWAITING_DELETION | String | ✅ | "AWAITING_DELETION" |
+| AWAITING_ACCOUNT_DELETION | String | ✅ | "AWAITING_ACCOUNT_DELETION" |
+| DELETED | String | ✅ | "DELETED" |
+| ERROR | String | ✅ | "ERROR" |
+
+
diff --git a/documentation/models/PixAddressKeyListResponseDto.md b/documentation/models/PixAddressKeyListResponseDto.md
new file mode 100644
index 0000000..16c3b13
--- /dev/null
+++ b/documentation/models/PixAddressKeyListResponseDto.md
@@ -0,0 +1,9 @@
+# PixAddressKeyListResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--- | :---------------------------------- | :------- | :-------------- |
+| data | List\ | ❌ | List of objects |
+
+
diff --git a/documentation/models/PixAddressKeyQrCodeGetResponseDto.md b/documentation/models/PixAddressKeyQrCodeGetResponseDto.md
new file mode 100644
index 0000000..397e7ff
--- /dev/null
+++ b/documentation/models/PixAddressKeyQrCodeGetResponseDto.md
@@ -0,0 +1,12 @@
+# PixAddressKeyQrCodeGetResponseDto
+
+Pix key QRCode
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------- | :----- | :------- | :------------------------ |
+| encodedImage | String | ❌ | QrCode image in base64 |
+| payload | String | ❌ | Copy and Paste the QrCode |
+
+
diff --git a/documentation/models/PixAddressKeySaveRequestDto.md b/documentation/models/PixAddressKeySaveRequestDto.md
new file mode 100644
index 0000000..0e8d94a
--- /dev/null
+++ b/documentation/models/PixAddressKeySaveRequestDto.md
@@ -0,0 +1,9 @@
+# PixAddressKeySaveRequestDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--- | :---------------------------------------- | :------- | :----------- |
+| type | PixAddressKeySaveRequestPixAddressKeyType | ✅ | Pix key type |
+
+
diff --git a/documentation/models/PixAddressKeySaveRequestPixAddressKeyType.md b/documentation/models/PixAddressKeySaveRequestPixAddressKeyType.md
new file mode 100644
index 0000000..75230c8
--- /dev/null
+++ b/documentation/models/PixAddressKeySaveRequestPixAddressKeyType.md
@@ -0,0 +1,11 @@
+# PixAddressKeySaveRequestPixAddressKeyType
+
+Pix key type
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--- | :----- | :------- | :---------- |
+| EVP | String | ✅ | "EVP" |
+
+
diff --git a/documentation/models/PixOriginalTransactionResponseDto.md b/documentation/models/PixOriginalTransactionResponseDto.md
new file mode 100644
index 0000000..c565980
--- /dev/null
+++ b/documentation/models/PixOriginalTransactionResponseDto.md
@@ -0,0 +1,14 @@
+# PixOriginalTransactionResponseDto
+
+Original transaction information if a chargeback has occurred
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------------- | :----- | :------- | :----------------------------------------------------------- |
+| id | String | ❌ | Unique transaction identifier |
+| endToEndIdentifier | String | ❌ | Unique identifier of the Pix transaction at the Central Bank |
+| value | Double | ❌ | Original transaction value |
+| effectiveDate | String | ❌ | Transaction date |
+
+
diff --git a/documentation/models/PixQrCodeDecodeReceiverDto.md b/documentation/models/PixQrCodeDecodeReceiverDto.md
new file mode 100644
index 0000000..43ff36c
--- /dev/null
+++ b/documentation/models/PixQrCodeDecodeReceiverDto.md
@@ -0,0 +1,17 @@
+# PixQrCodeDecodeReceiverDto
+
+Information about the receiver
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------- | :------------------------------------ | :------- | :-------------------------------- |
+| ispb | String | ❌ | Financial institution code |
+| ispbName | String | ❌ | Name of the financial institution |
+| name | String | ❌ | Receiver name |
+| tradingName | String | ❌ | Receiver's trade name |
+| cpfCnpj | String | ❌ | CPF or CNPJ of the receiver |
+| personType | PixQrCodeDecodeReceiverPersonType | ❌ | Person type |
+| accountType | PixQrCodeDecodeReceiverPixAccountType | ❌ | Receiver account type |
+
+
diff --git a/documentation/models/PixQrCodeDecodeReceiverPersonType.md b/documentation/models/PixQrCodeDecodeReceiverPersonType.md
new file mode 100644
index 0000000..95712af
--- /dev/null
+++ b/documentation/models/PixQrCodeDecodeReceiverPersonType.md
@@ -0,0 +1,12 @@
+# PixQrCodeDecodeReceiverPersonType
+
+Person type
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------- | :----- | :------- | :---------- |
+| JURIDICA | String | ✅ | "JURIDICA" |
+| FISICA | String | ✅ | "FISICA" |
+
+
diff --git a/documentation/models/PixQrCodeDecodeReceiverPixAccountType.md b/documentation/models/PixQrCodeDecodeReceiverPixAccountType.md
new file mode 100644
index 0000000..00c8f15
--- /dev/null
+++ b/documentation/models/PixQrCodeDecodeReceiverPixAccountType.md
@@ -0,0 +1,14 @@
+# PixQrCodeDecodeReceiverPixAccountType
+
+Receiver account type
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------------ | :----- | :------- | :-------------------- |
+| CHECKING_ACCOUNT | String | ✅ | "CHECKING_ACCOUNT" |
+| SALARY_ACCOUNT | String | ✅ | "SALARY_ACCOUNT" |
+| INVESTIMENT_ACCOUNT | String | ✅ | "INVESTIMENT_ACCOUNT" |
+| PAYMENT_ACCOUNT | String | ✅ | "PAYMENT_ACCOUNT" |
+
+
diff --git a/documentation/models/PixQrCodeDecodeRequestDto.md b/documentation/models/PixQrCodeDecodeRequestDto.md
new file mode 100644
index 0000000..8d779c8
--- /dev/null
+++ b/documentation/models/PixQrCodeDecodeRequestDto.md
@@ -0,0 +1,10 @@
+# PixQrCodeDecodeRequestDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------- | :----- | :------- | :-------------------------------- |
+| payload | String | ✅ | QRCode payload |
+| changeValue | Double | ❌ | Change amount (for QRCode Change) |
+
+
diff --git a/documentation/models/PixQrCodeDecodeResponseDto.md b/documentation/models/PixQrCodeDecodeResponseDto.md
new file mode 100644
index 0000000..9c81e5b
--- /dev/null
+++ b/documentation/models/PixQrCodeDecodeResponseDto.md
@@ -0,0 +1,29 @@
+# PixQrCodeDecodeResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :-------------------------- | :----------------------------------------------------- | :------- | :--------------------------------------------------------- |
+| payload | String | ❌ | Copy and Paste of the QRCode |
+| type | PixQrCodeDecodeResponsePixQrCodeType | ❌ | QRCode Type |
+| transactionOriginType | PixQrCodeDecodeResponsePixTransactionOriginType | ❌ | Transaction origin |
+| pixKey | String | ❌ | Pix key used |
+| conciliationIdentifier | String | ❌ | Unique Pix reconciliation identifier with Asaas |
+| dueDate | String | ❌ | Due date |
+| expirationDate | String | ❌ | Expiration date |
+| finality | PixQrCodeDecodeResponsePixTransactionCashValueFinality | ❌ | Used to indicate whether it is a Withdrawal or Change |
+| value | Double | ❌ | QRCode Value |
+| changeValue | Double | ❌ | Change value |
+| interest | Double | ❌ | Interest value |
+| fine | Double | ❌ | Fine value |
+| discount | Double | ❌ | Discount value |
+| totalValue | Double | ❌ | Total amount with fine, interest and discount applied |
+| canBePaidWithDifferentValue | Boolean | ❌ | Informs if the QRCode can be paid with another amount |
+| canBeModifyChangeValue | Boolean | ❌ | Informs whether the change can be paid with another amount |
+| receiver | PixQrCodeDecodeReceiverDto | ❌ | Information about the receiver |
+| payer | PixTransactionQrCodePayerResponseDto | ❌ | Information about the payer |
+| description | String | ❌ | Description provided during the creation of the QRCode |
+| canBePaid | Boolean | ❌ | Informs if the QRCode can be paid |
+| cannotBePaidReason | String | ❌ | Informs why QRCode cannot be paid |
+
+
diff --git a/documentation/models/PixQrCodeDecodeResponsePixQrCodeType.md b/documentation/models/PixQrCodeDecodeResponsePixQrCodeType.md
new file mode 100644
index 0000000..9063ae9
--- /dev/null
+++ b/documentation/models/PixQrCodeDecodeResponsePixQrCodeType.md
@@ -0,0 +1,14 @@
+# PixQrCodeDecodeResponsePixQrCodeType
+
+QRCode Type
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------------------------- | :----- | :------- | :------------------------------- |
+| STATIC\_ | String | ✅ | "STATIC" |
+| DYNAMIC | String | ✅ | "DYNAMIC" |
+| DYNAMIC_WITH_ASAAS_ADDRESS_KEY | String | ✅ | "DYNAMIC_WITH_ASAAS_ADDRESS_KEY" |
+| COMPOSITE | String | ✅ | "COMPOSITE" |
+
+
diff --git a/documentation/models/PixQrCodeDecodeResponsePixTransactionCashValueFinality.md b/documentation/models/PixQrCodeDecodeResponsePixTransactionCashValueFinality.md
new file mode 100644
index 0000000..cafc98e
--- /dev/null
+++ b/documentation/models/PixQrCodeDecodeResponsePixTransactionCashValueFinality.md
@@ -0,0 +1,12 @@
+# PixQrCodeDecodeResponsePixTransactionCashValueFinality
+
+Used to indicate whether it is a Withdrawal or Change
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------- | :----- | :------- | :----------- |
+| WITHDRAWAL | String | ✅ | "WITHDRAWAL" |
+| CHANGE | String | ✅ | "CHANGE" |
+
+
diff --git a/documentation/models/PixQrCodeDecodeResponsePixTransactionOriginType.md b/documentation/models/PixQrCodeDecodeResponsePixTransactionOriginType.md
new file mode 100644
index 0000000..1e04249
--- /dev/null
+++ b/documentation/models/PixQrCodeDecodeResponsePixTransactionOriginType.md
@@ -0,0 +1,16 @@
+# PixQrCodeDecodeResponsePixTransactionOriginType
+
+Transaction origin
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------------------- | :----- | :------- | :--------------------------- |
+| MANUAL | String | ✅ | "MANUAL" |
+| ADDRESS_KEY | String | ✅ | "ADDRESS_KEY" |
+| STATIC_QRCODE | String | ✅ | "STATIC_QRCODE" |
+| DYNAMIC_QRCODE | String | ✅ | "DYNAMIC_QRCODE" |
+| PAYMENT_INITIATION_SERVICE | String | ✅ | "PAYMENT_INITIATION_SERVICE" |
+| AUTOMATIC_RECURRING | String | ✅ | "AUTOMATIC_RECURRING" |
+
+
diff --git a/documentation/models/PixQrCodeDeleteResponseDto.md b/documentation/models/PixQrCodeDeleteResponseDto.md
new file mode 100644
index 0000000..726bb71
--- /dev/null
+++ b/documentation/models/PixQrCodeDeleteResponseDto.md
@@ -0,0 +1,10 @@
+# PixQrCodeDeleteResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------ | :------ | :------- | :--------------------------------------------- |
+| id | String | ❌ | QR Code identifier |
+| deleted | Boolean | ❌ | Indicates whether the QR Code has been removed |
+
+
diff --git a/documentation/models/PixQrCodeSaveRequestDto.md b/documentation/models/PixQrCodeSaveRequestDto.md
new file mode 100644
index 0000000..2ecc939
--- /dev/null
+++ b/documentation/models/PixQrCodeSaveRequestDto.md
@@ -0,0 +1,16 @@
+# PixQrCodeSaveRequestDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------------------- | :------ | :------- | :----------------------------------------------------------------------------------------------- |
+| addressKey | String | ❌ | Key that will receive QrCode payments |
+| description | String | ❌ | QrCode Description |
+| value | Double | ❌ | Value of the QrCode, if not informed, the payer can choose the value |
+| format | Format | ❌ | QrCode Format |
+| expirationDate | String | ❌ | QrCode expiration date/time, after this date all payments will be refused. |
+| expirationSeconds | Long | ❌ | Determines the expiration date in seconds. |
+| allowsMultiplePayments | Boolean | ❌ | Defines whether the QrCode can be paid multiple times, if not entered the default value is true. |
+| externalReference | String | ❌ | Free search field |
+
+
diff --git a/documentation/models/PixQrCodeSaveResponseDto.md b/documentation/models/PixQrCodeSaveResponseDto.md
new file mode 100644
index 0000000..5a535a8
--- /dev/null
+++ b/documentation/models/PixQrCodeSaveResponseDto.md
@@ -0,0 +1,14 @@
+# PixQrCodeSaveResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------------------- | :------ | :------- | :------------------------------------------------------------------------ |
+| id | String | ❌ | qrCode image in base64 |
+| encodedImage | String | ❌ | QrCode identifier |
+| payload | String | ❌ | Copy and Paste the QrCode |
+| allowsMultiplePayments | Boolean | ❌ | Indicates whether multiple payments are allowed |
+| expirationDate | String | ❌ | QrCode expiration date/time, after this date all payments will be refused |
+| externalReference | String | ❌ | Free search field |
+
+
diff --git a/documentation/models/PixRecurringTransactionExternalAccountDto.md b/documentation/models/PixRecurringTransactionExternalAccountDto.md
new file mode 100644
index 0000000..8b21498
--- /dev/null
+++ b/documentation/models/PixRecurringTransactionExternalAccountDto.md
@@ -0,0 +1,14 @@
+# PixRecurringTransactionExternalAccountDto
+
+Receiver information
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------------------- | :----- | :------- | :----------------------- |
+| name | String | ❌ | Receiver name |
+| financialInstitutionName | String | ❌ | Payment institution name |
+| cpfCnpj | String | ❌ | Receiver CPF or CNPJ |
+| pixKey | String | ❌ | Receiver Pix key |
+
+
diff --git a/documentation/models/PixRecurringTransactionGetItemResponseDto.md b/documentation/models/PixRecurringTransactionGetItemResponseDto.md
new file mode 100644
index 0000000..6d164bb
--- /dev/null
+++ b/documentation/models/PixRecurringTransactionGetItemResponseDto.md
@@ -0,0 +1,17 @@
+# PixRecurringTransactionGetItemResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------------------- | :---------------------------------------------------------------------- | :------- | :------------------------------------------- |
+| id | String | ❌ | Unique recurrence item identifier in Asaas |
+| status | PixRecurringTransactionGetItemResponsePixRecurringTransactionItemStatus | ❌ | Recurrence item status |
+| scheduledDate | String | ❌ | Recurrence item scheduled date |
+| canBeCancelled | Boolean | ❌ | Whether the recurrence item can be cancelled |
+| recurrenceNumber | Long | ❌ | Recurrence number |
+| quantity | Long | ❌ | Number of repetitions |
+| value | Double | ❌ | Recurrence value |
+| refusalReasonDescription | String | ❌ | Recurrence item refusal reason |
+| externalAccount | PixRecurringTransactionExternalAccountDto | ❌ | Receiver information |
+
+
diff --git a/documentation/models/PixRecurringTransactionGetItemResponsePixRecurringTransactionItemStatus.md b/documentation/models/PixRecurringTransactionGetItemResponsePixRecurringTransactionItemStatus.md
new file mode 100644
index 0000000..c322ea7
--- /dev/null
+++ b/documentation/models/PixRecurringTransactionGetItemResponsePixRecurringTransactionItemStatus.md
@@ -0,0 +1,14 @@
+# PixRecurringTransactionGetItemResponsePixRecurringTransactionItemStatus
+
+Recurrence item status
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :-------- | :----- | :------- | :---------- |
+| PENDING | String | ✅ | "PENDING" |
+| CANCELLED | String | ✅ | "CANCELLED" |
+| REFUSED | String | ✅ | "REFUSED" |
+| DONE | String | ✅ | "DONE" |
+
+
diff --git a/documentation/models/PixRecurringTransactionGetResponseDto.md b/documentation/models/PixRecurringTransactionGetResponseDto.md
new file mode 100644
index 0000000..863597c
--- /dev/null
+++ b/documentation/models/PixRecurringTransactionGetResponseDto.md
@@ -0,0 +1,18 @@
+# PixRecurringTransactionGetResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :-------------- | :----------------------------------------------------------------- | :------- | :-------------------------------------- |
+| id | String | ❌ | Unique recurrence identifier in Asaas |
+| status | PixRecurringTransactionGetResponsePixRecurringTransactionStatus | ❌ | Recurrence status |
+| origin | PixRecurringTransactionGetResponsePixRecurringTransactionOrigin | ❌ | Indicates the origin of the recurrence |
+| value | Double | ❌ | Recurrence value |
+| frequency | PixRecurringTransactionGetResponsePixRecurringTransactionFrequency | ❌ | Recurrence frequency |
+| quantity | Long | ❌ | Number of repetitions |
+| startDate | String | ❌ | Recurrence start date |
+| finishDate | String | ❌ | Recurrence finish date |
+| canBeCancelled | Boolean | ❌ | Whether the recurrence can be cancelled |
+| externalAccount | PixRecurringTransactionExternalAccountDto | ❌ | Receiver information |
+
+
diff --git a/documentation/models/PixRecurringTransactionGetResponsePixRecurringTransactionFrequency.md b/documentation/models/PixRecurringTransactionGetResponsePixRecurringTransactionFrequency.md
new file mode 100644
index 0000000..4b9d7b0
--- /dev/null
+++ b/documentation/models/PixRecurringTransactionGetResponsePixRecurringTransactionFrequency.md
@@ -0,0 +1,12 @@
+# PixRecurringTransactionGetResponsePixRecurringTransactionFrequency
+
+Recurrence frequency
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------ | :----- | :------- | :---------- |
+| WEEKLY | String | ✅ | "WEEKLY" |
+| MONTHLY | String | ✅ | "MONTHLY" |
+
+
diff --git a/documentation/models/PixRecurringTransactionGetResponsePixRecurringTransactionOrigin.md b/documentation/models/PixRecurringTransactionGetResponsePixRecurringTransactionOrigin.md
new file mode 100644
index 0000000..af3347c
--- /dev/null
+++ b/documentation/models/PixRecurringTransactionGetResponsePixRecurringTransactionOrigin.md
@@ -0,0 +1,11 @@
+# PixRecurringTransactionGetResponsePixRecurringTransactionOrigin
+
+Indicates the origin of the recurrence
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--- | :----- | :------- | :---------- |
+| PIX | String | ✅ | "PIX" |
+
+
diff --git a/documentation/models/PixRecurringTransactionGetResponsePixRecurringTransactionStatus.md b/documentation/models/PixRecurringTransactionGetResponsePixRecurringTransactionStatus.md
new file mode 100644
index 0000000..e37791b
--- /dev/null
+++ b/documentation/models/PixRecurringTransactionGetResponsePixRecurringTransactionStatus.md
@@ -0,0 +1,15 @@
+# PixRecurringTransactionGetResponsePixRecurringTransactionStatus
+
+Recurrence status
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------------------------------- | :----- | :------- | :--------------------------------------- |
+| AWAITING_CRITICAL_ACTION_AUTHORIZATION | String | ✅ | "AWAITING_CRITICAL_ACTION_AUTHORIZATION" |
+| PENDING | String | ✅ | "PENDING" |
+| SCHEDULED | String | ✅ | "SCHEDULED" |
+| CANCELLED | String | ✅ | "CANCELLED" |
+| DONE | String | ✅ | "DONE" |
+
+
diff --git a/documentation/models/PixRecurringTransactionListResponseDto.md b/documentation/models/PixRecurringTransactionListResponseDto.md
new file mode 100644
index 0000000..de3d250
--- /dev/null
+++ b/documentation/models/PixRecurringTransactionListResponseDto.md
@@ -0,0 +1,14 @@
+# PixRecurringTransactionListResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------- | :-------------------------------------------- | :------- | :---------------------------------------------------------- |
+| object | String | ❌ | Object type |
+| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
+| totalCount | Long | ❌ | Total number of items for the filters entered |
+| limit | Long | ❌ | Number of objects per page |
+| offset | Long | ❌ | Position of the object from which the page should be loaded |
+| data | List\ | ❌ | List of objects |
+
+
diff --git a/documentation/models/PixTokenBucketGetAddressKeyResponseDto.md b/documentation/models/PixTokenBucketGetAddressKeyResponseDto.md
new file mode 100644
index 0000000..b736629
--- /dev/null
+++ b/documentation/models/PixTokenBucketGetAddressKeyResponseDto.md
@@ -0,0 +1,10 @@
+# PixTokenBucketGetAddressKeyResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :-------- | :--- | :------- | :--------------------- |
+| capacity | Long | ❌ | Maximum token capacity |
+| remaining | Long | ❌ | Available tokens |
+
+
diff --git a/documentation/models/PixTransactionExternalAccountResponseDto.md b/documentation/models/PixTransactionExternalAccountResponseDto.md
new file mode 100644
index 0000000..034b878
--- /dev/null
+++ b/documentation/models/PixTransactionExternalAccountResponseDto.md
@@ -0,0 +1,16 @@
+# PixTransactionExternalAccountResponseDto
+
+Information about the recipient
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------- | :----------------------------------------------------- | :------- | :----------------------------- |
+| ispb | String | ❌ | Payment Institution Identifier |
+| ispbName | String | ❌ | Name of Payment Institution |
+| name | String | ❌ | Receiver name |
+| cpfCnpj | String | ❌ | CPF or CNPJ of the recipient |
+| addressKey | String | ❌ | Pix Key |
+| addressKeyType | PixTransactionExternalAccountResponsePixAddressKeyType | ❌ | Pix key type |
+
+
diff --git a/documentation/models/PixTransactionExternalAccountResponsePixAddressKeyType.md b/documentation/models/PixTransactionExternalAccountResponsePixAddressKeyType.md
new file mode 100644
index 0000000..a8d81ea
--- /dev/null
+++ b/documentation/models/PixTransactionExternalAccountResponsePixAddressKeyType.md
@@ -0,0 +1,15 @@
+# PixTransactionExternalAccountResponsePixAddressKeyType
+
+Pix key type
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---- | :----- | :------- | :---------- |
+| CPF | String | ✅ | "CPF" |
+| CNPJ | String | ✅ | "CNPJ" |
+| EMAIL | String | ✅ | "EMAIL" |
+| PHONE | String | ✅ | "PHONE" |
+| EVP | String | ✅ | "EVP" |
+
+
diff --git a/documentation/models/PixTransactionGetResponseDto.md b/documentation/models/PixTransactionGetResponseDto.md
new file mode 100644
index 0000000..ffe3a43
--- /dev/null
+++ b/documentation/models/PixTransactionGetResponseDto.md
@@ -0,0 +1,36 @@
+# PixTransactionGetResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------------------- | :------------------------------------------------------- | :------- | :------------------------------------------------------------------------- |
+| id | String | ❌ | Unique identifier of the Pix transaction in Asaas |
+| endToEndIdentifier | String | ❌ | Pix transaction identifier at the Central Bank |
+| finality | PixTransactionGetResponsePixTransactionCashValueFinality | ❌ | Used to indicate whether it is a Withdrawal or Change |
+| value | Double | ❌ | Transaction or Withdrawal Value |
+| changeValue | Double | ❌ | Change value |
+| refundedValue | Double | ❌ | Value reversed |
+| effectiveDate | String | ❌ | Transaction date |
+| scheduledDate | String | ❌ | Schedule date |
+| status | PixTransactionGetResponsePixTransactionStatus | ❌ | Transaction status |
+| type | PixTransactionGetResponsePixTransactionType | ❌ | Transaction type |
+| originType | PixTransactionGetResponsePixTransactionOriginType | ❌ | Indicates the origin of the transaction |
+| conciliationIdentifier | String | ❌ | QrCode identifier linked to the transaction |
+| description | String | ❌ | Description about the transaction |
+| transactionReceiptUrl | String | ❌ | Proof of transaction will be available after the transaction is confirmed. |
+| refusalReason | String | ❌ | Reason why the transaction was declined |
+| canBeCanceled | Boolean | ❌ | Indicates whether the transaction can be canceled |
+| originalTransaction | PixOriginalTransactionResponseDto | ❌ | Original transaction information if a chargeback has occurred |
+| externalAccount | PixTransactionExternalAccountResponseDto | ❌ | Information about the recipient |
+| qrCode | PixTransactionQrCodeResponseDto | ❌ | Information about QrCode |
+| payment | String | ❌ | Unique billing identifier |
+| canBeRefunded | Boolean | ❌ | Indicates whether the transaction can be refunded |
+| refundDisabledReason | String | ❌ | Reason why the chargeback was disabled |
+| chargedFeeValue | Double | ❌ | Debit or credit fee for the transaction |
+| dateCreated | String | ❌ | Transaction creation date |
+| addressKey | String | ❌ | Pix key when the transaction is a credit |
+| addressKeyType | PixTransactionGetResponsePixAddressKeyType | ❌ | Pix key type |
+| transferId | String | ❌ | Transfer identifier |
+| externalReference | String | ❌ | Free search field |
+
+
diff --git a/documentation/models/PixTransactionGetResponsePixAddressKeyType.md b/documentation/models/PixTransactionGetResponsePixAddressKeyType.md
new file mode 100644
index 0000000..5043e2c
--- /dev/null
+++ b/documentation/models/PixTransactionGetResponsePixAddressKeyType.md
@@ -0,0 +1,15 @@
+# PixTransactionGetResponsePixAddressKeyType
+
+Pix key type
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---- | :----- | :------- | :---------- |
+| CPF | String | ✅ | "CPF" |
+| CNPJ | String | ✅ | "CNPJ" |
+| EMAIL | String | ✅ | "EMAIL" |
+| PHONE | String | ✅ | "PHONE" |
+| EVP | String | ✅ | "EVP" |
+
+
diff --git a/documentation/models/PixTransactionGetResponsePixTransactionCashValueFinality.md b/documentation/models/PixTransactionGetResponsePixTransactionCashValueFinality.md
new file mode 100644
index 0000000..74f8c98
--- /dev/null
+++ b/documentation/models/PixTransactionGetResponsePixTransactionCashValueFinality.md
@@ -0,0 +1,12 @@
+# PixTransactionGetResponsePixTransactionCashValueFinality
+
+Used to indicate whether it is a Withdrawal or Change
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------- | :----- | :------- | :----------- |
+| WITHDRAWAL | String | ✅ | "WITHDRAWAL" |
+| CHANGE | String | ✅ | "CHANGE" |
+
+
diff --git a/documentation/models/PixTransactionGetResponsePixTransactionOriginType.md b/documentation/models/PixTransactionGetResponsePixTransactionOriginType.md
new file mode 100644
index 0000000..a7c06dd
--- /dev/null
+++ b/documentation/models/PixTransactionGetResponsePixTransactionOriginType.md
@@ -0,0 +1,16 @@
+# PixTransactionGetResponsePixTransactionOriginType
+
+Indicates the origin of the transaction
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------------------- | :----- | :------- | :--------------------------- |
+| MANUAL | String | ✅ | "MANUAL" |
+| ADDRESS_KEY | String | ✅ | "ADDRESS_KEY" |
+| STATIC_QRCODE | String | ✅ | "STATIC_QRCODE" |
+| DYNAMIC_QRCODE | String | ✅ | "DYNAMIC_QRCODE" |
+| PAYMENT_INITIATION_SERVICE | String | ✅ | "PAYMENT_INITIATION_SERVICE" |
+| AUTOMATIC_RECURRING | String | ✅ | "AUTOMATIC_RECURRING" |
+
+
diff --git a/documentation/models/PixTransactionGetResponsePixTransactionStatus.md b/documentation/models/PixTransactionGetResponsePixTransactionStatus.md
new file mode 100644
index 0000000..3b56f32
--- /dev/null
+++ b/documentation/models/PixTransactionGetResponsePixTransactionStatus.md
@@ -0,0 +1,21 @@
+# PixTransactionGetResponsePixTransactionStatus
+
+Transaction status
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------------------------------------- | :----- | :------- | :----------------------------------------- |
+| AWAITING_BALANCE_VALIDATION | String | ✅ | "AWAITING_BALANCE_VALIDATION" |
+| AWAITING_INSTANT_PAYMENT_ACCOUNT_BALANCE | String | ✅ | "AWAITING_INSTANT_PAYMENT_ACCOUNT_BALANCE" |
+| AWAITING_CRITICAL_ACTION_AUTHORIZATION | String | ✅ | "AWAITING_CRITICAL_ACTION_AUTHORIZATION" |
+| AWAITING_CHECKOUT_RISK_ANALYSIS_REQUEST | String | ✅ | "AWAITING_CHECKOUT_RISK_ANALYSIS_REQUEST" |
+| AWAITING_CASH_IN_RISK_ANALYSIS_REQUEST | String | ✅ | "AWAITING_CASH_IN_RISK_ANALYSIS_REQUEST" |
+| SCHEDULED | String | ✅ | "SCHEDULED" |
+| AWAITING_REQUEST | String | ✅ | "AWAITING_REQUEST" |
+| REQUESTED | String | ✅ | "REQUESTED" |
+| DONE | String | ✅ | "DONE" |
+| REFUSED | String | ✅ | "REFUSED" |
+| CANCELLED | String | ✅ | "CANCELLED" |
+
+
diff --git a/documentation/models/PixTransactionGetResponsePixTransactionType.md b/documentation/models/PixTransactionGetResponsePixTransactionType.md
new file mode 100644
index 0000000..c7f92d9
--- /dev/null
+++ b/documentation/models/PixTransactionGetResponsePixTransactionType.md
@@ -0,0 +1,15 @@
+# PixTransactionGetResponsePixTransactionType
+
+Transaction type
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------------------ | :----- | :------- | :-------------------------- |
+| DEBIT | String | ✅ | "DEBIT" |
+| CREDIT | String | ✅ | "CREDIT" |
+| CREDIT_REFUND | String | ✅ | "CREDIT_REFUND" |
+| DEBIT_REFUND | String | ✅ | "DEBIT_REFUND" |
+| DEBIT_REFUND_CANCELLATION | String | ✅ | "DEBIT_REFUND_CANCELLATION" |
+
+
diff --git a/documentation/models/PixTransactionListRequestPixTransactionStatus.md b/documentation/models/PixTransactionListRequestPixTransactionStatus.md
new file mode 100644
index 0000000..79465c7
--- /dev/null
+++ b/documentation/models/PixTransactionListRequestPixTransactionStatus.md
@@ -0,0 +1,21 @@
+# PixTransactionListRequestPixTransactionStatus
+
+Filter by transaction status
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------------------------------------- | :----- | :------- | :----------------------------------------- |
+| AWAITING_BALANCE_VALIDATION | String | ✅ | "AWAITING_BALANCE_VALIDATION" |
+| AWAITING_INSTANT_PAYMENT_ACCOUNT_BALANCE | String | ✅ | "AWAITING_INSTANT_PAYMENT_ACCOUNT_BALANCE" |
+| AWAITING_CRITICAL_ACTION_AUTHORIZATION | String | ✅ | "AWAITING_CRITICAL_ACTION_AUTHORIZATION" |
+| AWAITING_CHECKOUT_RISK_ANALYSIS_REQUEST | String | ✅ | "AWAITING_CHECKOUT_RISK_ANALYSIS_REQUEST" |
+| AWAITING_CASH_IN_RISK_ANALYSIS_REQUEST | String | ✅ | "AWAITING_CASH_IN_RISK_ANALYSIS_REQUEST" |
+| SCHEDULED | String | ✅ | "SCHEDULED" |
+| AWAITING_REQUEST | String | ✅ | "AWAITING_REQUEST" |
+| REQUESTED | String | ✅ | "REQUESTED" |
+| DONE | String | ✅ | "DONE" |
+| REFUSED | String | ✅ | "REFUSED" |
+| CANCELLED | String | ✅ | "CANCELLED" |
+
+
diff --git a/documentation/models/PixTransactionListRequestPixTransactionType.md b/documentation/models/PixTransactionListRequestPixTransactionType.md
new file mode 100644
index 0000000..0cac4af
--- /dev/null
+++ b/documentation/models/PixTransactionListRequestPixTransactionType.md
@@ -0,0 +1,15 @@
+# PixTransactionListRequestPixTransactionType
+
+Filter by transaction type
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------------------ | :----- | :------- | :-------------------------- |
+| DEBIT | String | ✅ | "DEBIT" |
+| CREDIT | String | ✅ | "CREDIT" |
+| CREDIT_REFUND | String | ✅ | "CREDIT_REFUND" |
+| DEBIT_REFUND | String | ✅ | "DEBIT_REFUND" |
+| DEBIT_REFUND_CANCELLATION | String | ✅ | "DEBIT_REFUND_CANCELLATION" |
+
+
diff --git a/documentation/models/PixTransactionListResponseDto.md b/documentation/models/PixTransactionListResponseDto.md
new file mode 100644
index 0000000..3e780ee
--- /dev/null
+++ b/documentation/models/PixTransactionListResponseDto.md
@@ -0,0 +1,14 @@
+# PixTransactionListResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------- | :----------------------------------- | :------- | :---------------------------------------------------------- |
+| object | String | ❌ | Object type |
+| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
+| totalCount | Long | ❌ | Total number of items for the filters entered |
+| limit | Long | ❌ | Number of objects per page |
+| offset | Long | ❌ | Position of the object from which the page should be loaded |
+| data | List\ | ❌ | List of objects |
+
+
diff --git a/documentation/models/PixTransactionQrCodePayerResponseDto.md b/documentation/models/PixTransactionQrCodePayerResponseDto.md
new file mode 100644
index 0000000..ad71c02
--- /dev/null
+++ b/documentation/models/PixTransactionQrCodePayerResponseDto.md
@@ -0,0 +1,12 @@
+# PixTransactionQrCodePayerResponseDto
+
+Information about the payer
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------ | :----- | :------- | :----------------------- |
+| name | String | ❌ | Payer's name |
+| cpfCnpj | String | ❌ | CPF or CNPJ of the payer |
+
+
diff --git a/documentation/models/PixTransactionQrCodeResponseDto.md b/documentation/models/PixTransactionQrCodeResponseDto.md
new file mode 100644
index 0000000..bd9c8bb
--- /dev/null
+++ b/documentation/models/PixTransactionQrCodeResponseDto.md
@@ -0,0 +1,18 @@
+# PixTransactionQrCodeResponseDto
+
+Information about QrCode
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------------------- | :----------------------------------- | :------- | :---------------------------------------------- |
+| payer | PixTransactionQrCodePayerResponseDto | ❌ | Information about the payer |
+| conciliationIdentifier | String | ❌ | Unique Pix reconciliation identifier with Asaas |
+| originalValue | Double | ❌ | Original transaction value |
+| dueDate | String | ❌ | Due date |
+| interest | Double | ❌ | Interest value |
+| fine | Double | ❌ | Fine value |
+| discount | Double | ❌ | Discount amount |
+| expirationDate | String | ❌ | Expiration date |
+
+
diff --git a/documentation/models/PixTransactionQrCodeSaveRequestDto.md b/documentation/models/PixTransactionQrCodeSaveRequestDto.md
new file mode 100644
index 0000000..cbceed8
--- /dev/null
+++ b/documentation/models/PixTransactionQrCodeSaveRequestDto.md
@@ -0,0 +1,12 @@
+# PixTransactionQrCodeSaveRequestDto
+
+QRCode payload for payment
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------- | :----- | :------- | :-------------------------------- |
+| payload | String | ✅ | QRCode payload |
+| changeValue | Double | ❌ | Change amount (for QRCode Change) |
+
+
diff --git a/documentation/models/PixTransactionSaveRequestDto.md b/documentation/models/PixTransactionSaveRequestDto.md
new file mode 100644
index 0000000..adbf28b
--- /dev/null
+++ b/documentation/models/PixTransactionSaveRequestDto.md
@@ -0,0 +1,12 @@
+# PixTransactionSaveRequestDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------- | :--------------------------------- | :------- | :------------------------- |
+| qrCode | PixTransactionQrCodeSaveRequestDto | ✅ | QRCode payload for payment |
+| value | Double | ✅ | Value to be paid |
+| description | String | ❌ | Payment Description |
+| scheduleDate | String | ❌ | Used to schedule payment |
+
+
diff --git a/documentation/models/RecurringPixTransactionListItemsResponseDto.md b/documentation/models/RecurringPixTransactionListItemsResponseDto.md
new file mode 100644
index 0000000..c93ab07
--- /dev/null
+++ b/documentation/models/RecurringPixTransactionListItemsResponseDto.md
@@ -0,0 +1,9 @@
+# RecurringPixTransactionListItemsResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--- | :------------------------------------------------ | :------- | :-------------- |
+| data | List\ | ❌ | List of objects |
+
+
diff --git a/documentation/models/RecurringPixTransactionListRequestPixRecurringTransactionStatus.md b/documentation/models/RecurringPixTransactionListRequestPixRecurringTransactionStatus.md
new file mode 100644
index 0000000..91a57ba
--- /dev/null
+++ b/documentation/models/RecurringPixTransactionListRequestPixRecurringTransactionStatus.md
@@ -0,0 +1,15 @@
+# RecurringPixTransactionListRequestPixRecurringTransactionStatus
+
+Filter by recurrence status
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------------------------------- | :----- | :------- | :--------------------------------------- |
+| AWAITING_CRITICAL_ACTION_AUTHORIZATION | String | ✅ | "AWAITING_CRITICAL_ACTION_AUTHORIZATION" |
+| PENDING | String | ✅ | "PENDING" |
+| SCHEDULED | String | ✅ | "SCHEDULED" |
+| CANCELLED | String | ✅ | "CANCELLED" |
+| DONE | String | ✅ | "DONE" |
+
+
diff --git a/documentation/models/SubscriptionConfigureInvoiceRequestDto.md b/documentation/models/SubscriptionConfigureInvoiceRequestDto.md
new file mode 100644
index 0000000..f763933
--- /dev/null
+++ b/documentation/models/SubscriptionConfigureInvoiceRequestDto.md
@@ -0,0 +1,18 @@
+# SubscriptionConfigureInvoiceRequestDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------------- | :-------------------------------------------------------- | :------- | :----------------------------------------------------------------------------------------------------------------- |
+| municipalServiceId | String | ❌ | Unique municipal service identifier |
+| municipalServiceCode | String | ❌ | Municipal Service Code |
+| municipalServiceName | String | ❌ | Name of municipal service |
+| updatePayment | Boolean | ❌ | Update the Payment amount with the invoice taxes already deducted. |
+| deductions | Double | ❌ | Deductions. Deductions do not change the total value of the invoice, but they do change the ISS calculation basis. |
+| effectiveDatePeriod | SubscriptionConfigureInvoiceRequestDtoEffectiveDatePeriod | ❌ | When the invoice will be issued |
+| receivedOnly | Boolean | ❌ | Issue only for paid charges |
+| daysBeforeDueDate | Long | ❌ | Number of days before billing due date |
+| observations | String | ❌ | Additional notes on the invoice |
+| taxes | InvoiceTaxesDto | ❌ | Invoice taxes |
+
+
diff --git a/documentation/models/SubscriptionConfigureInvoiceRequestDtoEffectiveDatePeriod.md b/documentation/models/SubscriptionConfigureInvoiceRequestDtoEffectiveDatePeriod.md
new file mode 100644
index 0000000..16f5cf1
--- /dev/null
+++ b/documentation/models/SubscriptionConfigureInvoiceRequestDtoEffectiveDatePeriod.md
@@ -0,0 +1,15 @@
+# SubscriptionConfigureInvoiceRequestDtoEffectiveDatePeriod
+
+When the invoice will be issued
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------------------- | :----- | :------- | :------------------------ |
+| ON_PAYMENT_CONFIRMATION | String | ✅ | "ON_PAYMENT_CONFIRMATION" |
+| ON_PAYMENT_DUE_DATE | String | ✅ | "ON_PAYMENT_DUE_DATE" |
+| BEFORE_PAYMENT_DUE_DATE | String | ✅ | "BEFORE_PAYMENT_DUE_DATE" |
+| ON_DUE_DATE_MONTH | String | ✅ | "ON_DUE_DATE_MONTH" |
+| ON_NEXT_MONTH | String | ✅ | "ON_NEXT_MONTH" |
+
+
diff --git a/documentation/models/SubscriptionDeleteInvoiceConfigResponseDto.md b/documentation/models/SubscriptionDeleteInvoiceConfigResponseDto.md
new file mode 100644
index 0000000..169e9c9
--- /dev/null
+++ b/documentation/models/SubscriptionDeleteInvoiceConfigResponseDto.md
@@ -0,0 +1,10 @@
+# SubscriptionDeleteInvoiceConfigResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------ | :------ | :------- | :------------------------------------------ |
+| deleted | Boolean | ❌ | Informs if configurations have been removed |
+| id | String | ❌ | Unique subscription identifier in Asaas |
+
+
diff --git a/documentation/models/SubscriptionDeleteResponseDto.md b/documentation/models/SubscriptionDeleteResponseDto.md
new file mode 100644
index 0000000..a913b30
--- /dev/null
+++ b/documentation/models/SubscriptionDeleteResponseDto.md
@@ -0,0 +1,10 @@
+# SubscriptionDeleteResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------ | :------ | :------- | :------------------------------------------- |
+| deleted | Boolean | ❌ | Informs if the subscription has been removed |
+| id | String | ❌ | Unique subscription identifier in Asaas |
+
+
diff --git a/documentation/models/SubscriptionGetInvoicesRequestInvoiceStatus.md b/documentation/models/SubscriptionGetInvoicesRequestInvoiceStatus.md
new file mode 100644
index 0000000..6153194
--- /dev/null
+++ b/documentation/models/SubscriptionGetInvoicesRequestInvoiceStatus.md
@@ -0,0 +1,21 @@
+# SubscriptionGetInvoicesRequestInvoiceStatus
+
+Filter by invoice status
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------------------- | :----- | :------- | :------------------------ |
+| SCHEDULED | String | ✅ | "SCHEDULED" |
+| WAITING_OVERDUE_PAYMENT | String | ✅ | "WAITING_OVERDUE_PAYMENT" |
+| PENDING | String | ✅ | "PENDING" |
+| SYNCHRONIZED\_ | String | ✅ | "SYNCHRONIZED" |
+| AUTHORIZED | String | ✅ | "AUTHORIZED" |
+| PROCESSING_CANCELLATION | String | ✅ | "PROCESSING_CANCELLATION" |
+| CANCELLED | String | ✅ | "CANCELLED" |
+| CANCELLATION_DENIED | String | ✅ | "CANCELLATION_DENIED" |
+| ERROR | String | ✅ | "ERROR" |
+| NONE | String | ✅ | "NONE" |
+| CANCELED | String | ✅ | "CANCELED" |
+
+
diff --git a/documentation/models/SubscriptionGetResponseBillingType.md b/documentation/models/SubscriptionGetResponseBillingType.md
new file mode 100644
index 0000000..3f419e3
--- /dev/null
+++ b/documentation/models/SubscriptionGetResponseBillingType.md
@@ -0,0 +1,17 @@
+# SubscriptionGetResponseBillingType
+
+Billing type
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------- | :----- | :------- | :------------ |
+| UNDEFINED | String | ✅ | "UNDEFINED" |
+| BOLETO | String | ✅ | "BOLETO" |
+| CREDIT_CARD | String | ✅ | "CREDIT_CARD" |
+| DEBIT_CARD | String | ✅ | "DEBIT_CARD" |
+| TRANSFER | String | ✅ | "TRANSFER" |
+| DEPOSIT | String | ✅ | "DEPOSIT" |
+| PIX | String | ✅ | "PIX" |
+
+
diff --git a/documentation/models/SubscriptionGetResponseCycle.md b/documentation/models/SubscriptionGetResponseCycle.md
new file mode 100644
index 0000000..527a013
--- /dev/null
+++ b/documentation/models/SubscriptionGetResponseCycle.md
@@ -0,0 +1,17 @@
+# SubscriptionGetResponseCycle
+
+Billing frequency
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------- | :----- | :------- | :------------- |
+| WEEKLY | String | ✅ | "WEEKLY" |
+| BIWEEKLY | String | ✅ | "BIWEEKLY" |
+| MONTHLY | String | ✅ | "MONTHLY" |
+| BIMONTHLY | String | ✅ | "BIMONTHLY" |
+| QUARTERLY | String | ✅ | "QUARTERLY" |
+| SEMIANNUALLY | String | ✅ | "SEMIANNUALLY" |
+| YEARLY | String | ✅ | "YEARLY" |
+
+
diff --git a/documentation/models/SubscriptionGetResponseDto.md b/documentation/models/SubscriptionGetResponseDto.md
new file mode 100644
index 0000000..9e214e2
--- /dev/null
+++ b/documentation/models/SubscriptionGetResponseDto.md
@@ -0,0 +1,28 @@
+# SubscriptionGetResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------------- | :---------------------------------------- | :------- | :----------------------------------------------------------------------- |
+| object | String | ❌ | Object type |
+| id | String | ❌ | Unique subscription identifier in Asaas |
+| dateCreated | String | ❌ | Subscription creation date |
+| customer | String | ❌ | Unique customer identifier |
+| paymentLink | String | ❌ | Unique identifier of the payments link to which the subscription belongs |
+| billingType | SubscriptionGetResponseBillingType | ❌ | Billing type |
+| cycle | SubscriptionGetResponseCycle | ❌ | Billing frequency |
+| value | Double | ❌ | Subscription value |
+| nextDueDate | String | ❌ | Due date of the next payment to be generated |
+| endDate | String | ❌ | Deadline for payments to be due |
+| description | String | ❌ | Subscription description |
+| status | SubscriptionGetResponseSubscriptionStatus | ❌ | Subscription status |
+| discount | PaymentDiscountDto | ❌ | Discount information |
+| fine | PaymentFineResponseDto | ❌ | Fine information for payment after due date |
+| interest | PaymentInterestResponseDto | ❌ | Interest information for payment after due date |
+| deleted | Boolean | ❌ | Informs if the subscription has been removed |
+| maxPayments | Long | ❌ | Maximum number of payments to be generated for this subscription |
+| externalReference | String | ❌ | Subscription identifier on your system |
+| checkoutSession | String | ❌ | Unique checkout identifier |
+| split | List\ | ❌ | Split information |
+
+
diff --git a/documentation/models/SubscriptionGetResponseSubscriptionStatus.md b/documentation/models/SubscriptionGetResponseSubscriptionStatus.md
new file mode 100644
index 0000000..9298450
--- /dev/null
+++ b/documentation/models/SubscriptionGetResponseSubscriptionStatus.md
@@ -0,0 +1,13 @@
+# SubscriptionGetResponseSubscriptionStatus
+
+Subscription status
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------- | :----- | :------- | :---------- |
+| ACTIVE | String | ✅ | "ACTIVE" |
+| EXPIRED | String | ✅ | "EXPIRED" |
+| INACTIVE | String | ✅ | "INACTIVE" |
+
+
diff --git a/documentation/models/SubscriptionInvoiceConfigGetResponseDto.md b/documentation/models/SubscriptionInvoiceConfigGetResponseDto.md
new file mode 100644
index 0000000..45a0451
--- /dev/null
+++ b/documentation/models/SubscriptionInvoiceConfigGetResponseDto.md
@@ -0,0 +1,17 @@
+# SubscriptionInvoiceConfigGetResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :-------------------- | :-------------------- | :------- | :----------------------------------------------------------------------------------------------------------------- |
+| municipalServiceId | String | ❌ | Unique municipal service identifier |
+| municipalServiceCode | String | ❌ | Municipal Service Code |
+| municipalServiceName | String | ❌ | Name of municipal service |
+| deductions | Double | ❌ | Deductions. Deductions do not change the total value of the invoice, but they do change the ISS calculation basis. |
+| invoiceCreationPeriod | InvoiceCreationPeriod | ❌ | When the invoice will be issued |
+| daysBeforeDueDate | Long | ❌ | Number of days before billing due date |
+| receivedOnly | Boolean | ❌ | Issue only for paid charges |
+| observations | String | ❌ | Additional notes on the invoice |
+| taxes | InvoiceTaxesDto | ❌ | Invoice taxes |
+
+
diff --git a/documentation/models/SubscriptionInvoiceConfigUpdateRequestDto.md b/documentation/models/SubscriptionInvoiceConfigUpdateRequestDto.md
new file mode 100644
index 0000000..844f1ab
--- /dev/null
+++ b/documentation/models/SubscriptionInvoiceConfigUpdateRequestDto.md
@@ -0,0 +1,14 @@
+# SubscriptionInvoiceConfigUpdateRequestDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------------ | :----------------------------------------------------------- | :------- | :----------------------------------------------------------------------------------------------------------------- |
+| deductions | Double | ❌ | Deductions. Deductions do not change the total value of the invoice, but they do change the ISS calculation basis. |
+| effectiveDatePeriod | SubscriptionInvoiceConfigUpdateRequestDtoEffectiveDatePeriod | ❌ | When the invoice will be issued |
+| receivedOnly | Boolean | ❌ | Issue only for paid charges |
+| daysBeforeDueDate | Long | ❌ | Number of days before billing due date |
+| observations | String | ❌ | Additional notes on the invoice |
+| taxes | InvoiceTaxesDto | ❌ | Invoice taxes |
+
+
diff --git a/documentation/models/SubscriptionInvoiceConfigUpdateRequestDtoEffectiveDatePeriod.md b/documentation/models/SubscriptionInvoiceConfigUpdateRequestDtoEffectiveDatePeriod.md
new file mode 100644
index 0000000..6c5c3eb
--- /dev/null
+++ b/documentation/models/SubscriptionInvoiceConfigUpdateRequestDtoEffectiveDatePeriod.md
@@ -0,0 +1,15 @@
+# SubscriptionInvoiceConfigUpdateRequestDtoEffectiveDatePeriod
+
+When the invoice will be issued
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------------------- | :----- | :------- | :------------------------ |
+| ON_PAYMENT_CONFIRMATION | String | ✅ | "ON_PAYMENT_CONFIRMATION" |
+| ON_PAYMENT_DUE_DATE | String | ✅ | "ON_PAYMENT_DUE_DATE" |
+| BEFORE_PAYMENT_DUE_DATE | String | ✅ | "BEFORE_PAYMENT_DUE_DATE" |
+| ON_DUE_DATE_MONTH | String | ✅ | "ON_DUE_DATE_MONTH" |
+| ON_NEXT_MONTH | String | ✅ | "ON_NEXT_MONTH" |
+
+
diff --git a/documentation/models/SubscriptionListPaymentsRequestPaymentStatus.md b/documentation/models/SubscriptionListPaymentsRequestPaymentStatus.md
new file mode 100644
index 0000000..304d04c
--- /dev/null
+++ b/documentation/models/SubscriptionListPaymentsRequestPaymentStatus.md
@@ -0,0 +1,24 @@
+# SubscriptionListPaymentsRequestPaymentStatus
+
+Filter by payment status
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------------------------- | :----- | :------- | :----------------------------- |
+| PENDING | String | ✅ | "PENDING" |
+| RECEIVED | String | ✅ | "RECEIVED" |
+| CONFIRMED | String | ✅ | "CONFIRMED" |
+| OVERDUE | String | ✅ | "OVERDUE" |
+| REFUNDED | String | ✅ | "REFUNDED" |
+| RECEIVED_IN_CASH | String | ✅ | "RECEIVED_IN_CASH" |
+| REFUND_REQUESTED | String | ✅ | "REFUND_REQUESTED" |
+| REFUND_IN_PROGRESS | String | ✅ | "REFUND_IN_PROGRESS" |
+| CHARGEBACK_REQUESTED | String | ✅ | "CHARGEBACK_REQUESTED" |
+| CHARGEBACK_DISPUTE | String | ✅ | "CHARGEBACK_DISPUTE" |
+| AWAITING_CHARGEBACK_REVERSAL | String | ✅ | "AWAITING_CHARGEBACK_REVERSAL" |
+| DUNNING_REQUESTED | String | ✅ | "DUNNING_REQUESTED" |
+| DUNNING_RECEIVED | String | ✅ | "DUNNING_RECEIVED" |
+| AWAITING_RISK_ANALYSIS | String | ✅ | "AWAITING_RISK_ANALYSIS" |
+
+
diff --git a/documentation/models/SubscriptionListRequestBillingType.md b/documentation/models/SubscriptionListRequestBillingType.md
new file mode 100644
index 0000000..b0accee
--- /dev/null
+++ b/documentation/models/SubscriptionListRequestBillingType.md
@@ -0,0 +1,17 @@
+# SubscriptionListRequestBillingType
+
+Filter by billing type
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------- | :----- | :------- | :------------ |
+| UNDEFINED | String | ✅ | "UNDEFINED" |
+| BOLETO | String | ✅ | "BOLETO" |
+| CREDIT_CARD | String | ✅ | "CREDIT_CARD" |
+| DEBIT_CARD | String | ✅ | "DEBIT_CARD" |
+| TRANSFER | String | ✅ | "TRANSFER" |
+| DEPOSIT | String | ✅ | "DEPOSIT" |
+| PIX | String | ✅ | "PIX" |
+
+
diff --git a/documentation/models/SubscriptionListRequestSubscriptionStatus.md b/documentation/models/SubscriptionListRequestSubscriptionStatus.md
new file mode 100644
index 0000000..ff0c2ae
--- /dev/null
+++ b/documentation/models/SubscriptionListRequestSubscriptionStatus.md
@@ -0,0 +1,13 @@
+# SubscriptionListRequestSubscriptionStatus
+
+Filter by status
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------- | :----- | :------- | :---------- |
+| ACTIVE | String | ✅ | "ACTIVE" |
+| EXPIRED | String | ✅ | "EXPIRED" |
+| INACTIVE | String | ✅ | "INACTIVE" |
+
+
diff --git a/documentation/models/SubscriptionListResponseDto.md b/documentation/models/SubscriptionListResponseDto.md
new file mode 100644
index 0000000..055cbac
--- /dev/null
+++ b/documentation/models/SubscriptionListResponseDto.md
@@ -0,0 +1,14 @@
+# SubscriptionListResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------- | :--------------------------------- | :------- | :---------------------------------------------------------- |
+| object | String | ❌ | Object type |
+| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
+| totalCount | Long | ❌ | Total number of items for the filters entered |
+| limit | Long | ❌ | Number of objects per page |
+| offset | Long | ❌ | Position of the object from which the page should be loaded |
+| data | List\ | ❌ | List of objects |
+
+
diff --git a/documentation/models/SubscriptionSaveRequestBillingType.md b/documentation/models/SubscriptionSaveRequestBillingType.md
new file mode 100644
index 0000000..f233c88
--- /dev/null
+++ b/documentation/models/SubscriptionSaveRequestBillingType.md
@@ -0,0 +1,14 @@
+# SubscriptionSaveRequestBillingType
+
+Billing type
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------- | :----- | :------- | :------------ |
+| UNDEFINED | String | ✅ | "UNDEFINED" |
+| BOLETO | String | ✅ | "BOLETO" |
+| CREDIT_CARD | String | ✅ | "CREDIT_CARD" |
+| PIX | String | ✅ | "PIX" |
+
+
diff --git a/documentation/models/SubscriptionSaveRequestCycle.md b/documentation/models/SubscriptionSaveRequestCycle.md
new file mode 100644
index 0000000..90a004e
--- /dev/null
+++ b/documentation/models/SubscriptionSaveRequestCycle.md
@@ -0,0 +1,17 @@
+# SubscriptionSaveRequestCycle
+
+Billing frequency
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------- | :----- | :------- | :------------- |
+| WEEKLY | String | ✅ | "WEEKLY" |
+| BIWEEKLY | String | ✅ | "BIWEEKLY" |
+| MONTHLY | String | ✅ | "MONTHLY" |
+| BIMONTHLY | String | ✅ | "BIMONTHLY" |
+| QUARTERLY | String | ✅ | "QUARTERLY" |
+| SEMIANNUALLY | String | ✅ | "SEMIANNUALLY" |
+| YEARLY | String | ✅ | "YEARLY" |
+
+
diff --git a/documentation/models/SubscriptionSaveRequestDto.md b/documentation/models/SubscriptionSaveRequestDto.md
new file mode 100644
index 0000000..7e6c7ad
--- /dev/null
+++ b/documentation/models/SubscriptionSaveRequestDto.md
@@ -0,0 +1,22 @@
+# SubscriptionSaveRequestDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------------- | :---------------------------------- | :------- | :---------------------------------------------------------------------- |
+| customer | String | ✅ | Unique customer identifier in Asaas |
+| billingType | SubscriptionSaveRequestBillingType | ✅ | Billing type |
+| value | Double | ✅ | Subscription value |
+| nextDueDate | String | ✅ | First payment due |
+| cycle | SubscriptionSaveRequestCycle | ✅ | Billing frequency |
+| discount | PaymentDiscountDto | ❌ | Discount information |
+| interest | PaymentInterestRequestDto | ❌ | Interest information for payment after due date |
+| fine | PaymentFineRequestDto | ❌ | Fine information for payment after due date |
+| description | String | ❌ | Subscription description (max. 500 characters) |
+| endDate | String | ❌ | Deadline for payments to be due |
+| maxPayments | Long | ❌ | Maximum number of payments to be generated for this subscription |
+| externalReference | String | ❌ | Subscription identifier on your system |
+| split | List\ | ❌ | Split information |
+| callback | PaymentCallbackRequestDto | ❌ | Automatic redirection information after the payment of the link payment |
+
+
diff --git a/documentation/models/SubscriptionSaveWithCreditCardRequestBillingType.md b/documentation/models/SubscriptionSaveWithCreditCardRequestBillingType.md
new file mode 100644
index 0000000..adf0d8f
--- /dev/null
+++ b/documentation/models/SubscriptionSaveWithCreditCardRequestBillingType.md
@@ -0,0 +1,14 @@
+# SubscriptionSaveWithCreditCardRequestBillingType
+
+Billing type
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------- | :----- | :------- | :------------ |
+| UNDEFINED | String | ✅ | "UNDEFINED" |
+| BOLETO | String | ✅ | "BOLETO" |
+| CREDIT_CARD | String | ✅ | "CREDIT_CARD" |
+| PIX | String | ✅ | "PIX" |
+
+
diff --git a/documentation/models/SubscriptionSaveWithCreditCardRequestCycle.md b/documentation/models/SubscriptionSaveWithCreditCardRequestCycle.md
new file mode 100644
index 0000000..3e6848d
--- /dev/null
+++ b/documentation/models/SubscriptionSaveWithCreditCardRequestCycle.md
@@ -0,0 +1,17 @@
+# SubscriptionSaveWithCreditCardRequestCycle
+
+Billing frequency
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------- | :----- | :------- | :------------- |
+| WEEKLY | String | ✅ | "WEEKLY" |
+| BIWEEKLY | String | ✅ | "BIWEEKLY" |
+| MONTHLY | String | ✅ | "MONTHLY" |
+| BIMONTHLY | String | ✅ | "BIMONTHLY" |
+| QUARTERLY | String | ✅ | "QUARTERLY" |
+| SEMIANNUALLY | String | ✅ | "SEMIANNUALLY" |
+| YEARLY | String | ✅ | "YEARLY" |
+
+
diff --git a/documentation/models/SubscriptionSaveWithCreditCardRequestDto.md b/documentation/models/SubscriptionSaveWithCreditCardRequestDto.md
new file mode 100644
index 0000000..6bc8d6a
--- /dev/null
+++ b/documentation/models/SubscriptionSaveWithCreditCardRequestDto.md
@@ -0,0 +1,26 @@
+# SubscriptionSaveWithCreditCardRequestDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------------- | :----------------------------------------------- | :------- | :----------------------------------------------------------------------------------------------------------------------- |
+| customer | String | ✅ | Unique customer identifier in Asaas |
+| billingType | SubscriptionSaveWithCreditCardRequestBillingType | ✅ | Billing type |
+| value | Double | ✅ | Subscription value |
+| nextDueDate | String | ✅ | First payment due |
+| cycle | SubscriptionSaveWithCreditCardRequestCycle | ✅ | Billing frequency |
+| creditCard | CreditCardRequestDto | ✅ | Credit card information |
+| creditCardHolderInfo | CreditCardHolderInfoRequestDto | ✅ | Credit card holder information |
+| remoteIp | String | ✅ | IP from where the customer is making the purchase. Your server's IP must not be entered. |
+| discount | PaymentDiscountDto | ❌ | Discount information |
+| interest | PaymentInterestRequestDto | ❌ | Interest information for payment after due date |
+| fine | PaymentFineRequestDto | ❌ | Fine information for payment after due date |
+| description | String | ❌ | Subscription description (max. 500 characters) |
+| endDate | String | ❌ | Deadline for payments to be due |
+| maxPayments | Long | ❌ | Maximum number of payments to be generated for this subscription |
+| externalReference | String | ❌ | Subscription identifier on your system |
+| split | List\ | ❌ | Split information |
+| callback | PaymentCallbackRequestDto | ❌ | Automatic redirection information after the payment of the link payment |
+| creditCardToken | String | ❌ | Credit card token for using the credit card tokenization functionality. If informed, the fields above are not mandatory. |
+
+
diff --git a/documentation/models/SubscriptionSaveWithCreditCardResponseBillingType.md b/documentation/models/SubscriptionSaveWithCreditCardResponseBillingType.md
new file mode 100644
index 0000000..e6f1cce
--- /dev/null
+++ b/documentation/models/SubscriptionSaveWithCreditCardResponseBillingType.md
@@ -0,0 +1,17 @@
+# SubscriptionSaveWithCreditCardResponseBillingType
+
+Billing type
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------- | :----- | :------- | :------------ |
+| UNDEFINED | String | ✅ | "UNDEFINED" |
+| BOLETO | String | ✅ | "BOLETO" |
+| CREDIT_CARD | String | ✅ | "CREDIT_CARD" |
+| DEBIT_CARD | String | ✅ | "DEBIT_CARD" |
+| TRANSFER | String | ✅ | "TRANSFER" |
+| DEPOSIT | String | ✅ | "DEPOSIT" |
+| PIX | String | ✅ | "PIX" |
+
+
diff --git a/documentation/models/SubscriptionSaveWithCreditCardResponseCycle.md b/documentation/models/SubscriptionSaveWithCreditCardResponseCycle.md
new file mode 100644
index 0000000..41d024a
--- /dev/null
+++ b/documentation/models/SubscriptionSaveWithCreditCardResponseCycle.md
@@ -0,0 +1,17 @@
+# SubscriptionSaveWithCreditCardResponseCycle
+
+Billing frequency
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------- | :----- | :------- | :------------- |
+| WEEKLY | String | ✅ | "WEEKLY" |
+| BIWEEKLY | String | ✅ | "BIWEEKLY" |
+| MONTHLY | String | ✅ | "MONTHLY" |
+| BIMONTHLY | String | ✅ | "BIMONTHLY" |
+| QUARTERLY | String | ✅ | "QUARTERLY" |
+| SEMIANNUALLY | String | ✅ | "SEMIANNUALLY" |
+| YEARLY | String | ✅ | "YEARLY" |
+
+
diff --git a/documentation/models/SubscriptionSaveWithCreditCardResponseDto.md b/documentation/models/SubscriptionSaveWithCreditCardResponseDto.md
new file mode 100644
index 0000000..aec023c
--- /dev/null
+++ b/documentation/models/SubscriptionSaveWithCreditCardResponseDto.md
@@ -0,0 +1,29 @@
+# SubscriptionSaveWithCreditCardResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------------- | :------------------------------------------------------- | :------- | :----------------------------------------------------------------------- |
+| object | String | ❌ | Object type |
+| id | String | ❌ | Unique subscription identifier in Asaas |
+| dateCreated | String | ❌ | Subscription creation date |
+| customer | String | ❌ | Unique customer identifier |
+| paymentLink | String | ❌ | Unique identifier of the payments link to which the subscription belongs |
+| billingType | SubscriptionSaveWithCreditCardResponseBillingType | ❌ | Billing type |
+| cycle | SubscriptionSaveWithCreditCardResponseCycle | ❌ | Billing frequency |
+| value | Double | ❌ | Subscription value |
+| nextDueDate | String | ❌ | Due date of the next payment to be generated |
+| endDate | String | ❌ | Deadline for payments to be due |
+| description | String | ❌ | Subscription description |
+| status | SubscriptionSaveWithCreditCardResponseSubscriptionStatus | ❌ | Subscription status |
+| discount | PaymentDiscountDto | ❌ | Discount information |
+| fine | PaymentFineResponseDto | ❌ | Fine information for payment after due date |
+| interest | PaymentInterestResponseDto | ❌ | Interest information for payment after due date |
+| deleted | Boolean | ❌ | Informs if the subscription has been removed |
+| maxPayments | Long | ❌ | Maximum number of payments to be generated for this subscription |
+| externalReference | String | ❌ | Subscription identifier on your system |
+| checkoutSession | String | ❌ | Unique checkout identifier |
+| split | List\ | ❌ | Split information |
+| creditCard | PaymentSaveWithCreditCardCreditCardDto | ❌ | Credit card information |
+
+
diff --git a/documentation/models/SubscriptionSaveWithCreditCardResponseSubscriptionStatus.md b/documentation/models/SubscriptionSaveWithCreditCardResponseSubscriptionStatus.md
new file mode 100644
index 0000000..aeb5a1b
--- /dev/null
+++ b/documentation/models/SubscriptionSaveWithCreditCardResponseSubscriptionStatus.md
@@ -0,0 +1,13 @@
+# SubscriptionSaveWithCreditCardResponseSubscriptionStatus
+
+Subscription status
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------- | :----- | :------- | :---------- |
+| ACTIVE | String | ✅ | "ACTIVE" |
+| EXPIRED | String | ✅ | "EXPIRED" |
+| INACTIVE | String | ✅ | "INACTIVE" |
+
+
diff --git a/documentation/models/SubscriptionSplitRequestDto.md b/documentation/models/SubscriptionSplitRequestDto.md
new file mode 100644
index 0000000..ada45d6
--- /dev/null
+++ b/documentation/models/SubscriptionSplitRequestDto.md
@@ -0,0 +1,15 @@
+# SubscriptionSplitRequestDto
+
+Split information
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------------- | :----- | :------- | :------------------------------------------------------------------------- |
+| walletId | String | ✅ | Asaas wallet identifier that will be transferred |
+| fixedValue | Double | ❌ | Fixed amount to be transferred to the account when the payment is received |
+| percentualValue | Double | ❌ | Percentage of the net value of the charge to be transferred when received |
+| externalReference | String | ❌ | Split identifier in your system |
+| description | String | ❌ | Split description |
+
+
diff --git a/documentation/models/SubscriptionSplitResponseDto.md b/documentation/models/SubscriptionSplitResponseDto.md
new file mode 100644
index 0000000..9fb4871
--- /dev/null
+++ b/documentation/models/SubscriptionSplitResponseDto.md
@@ -0,0 +1,17 @@
+# SubscriptionSplitResponseDto
+
+Split information
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------------- | :------------------------------------------------------- | :------- | :------------------------------------------------------------------------- |
+| walletId | String | ❌ | Asaas wallet identifier that will be transferred |
+| fixedValue | Double | ❌ | Fixed amount to be transferred to the account when the payment is received |
+| percentualValue | Double | ❌ | Percentage of the net value of the charge to be transferred when received |
+| externalReference | String | ❌ | Split identifier in your system |
+| description | String | ❌ | Split description |
+| status | SubscriptionSplitResponseSubscriptionSplitStatus | ❌ | Subscription split status |
+| disabledReason | SubscriptionSplitResponseSubscriptionSplitDisabledReason | ❌ | Reason why subscription split was disabled |
+
+
diff --git a/documentation/models/SubscriptionSplitResponseSubscriptionSplitDisabledReason.md b/documentation/models/SubscriptionSplitResponseSubscriptionSplitDisabledReason.md
new file mode 100644
index 0000000..c3e0599
--- /dev/null
+++ b/documentation/models/SubscriptionSplitResponseSubscriptionSplitDisabledReason.md
@@ -0,0 +1,12 @@
+# SubscriptionSplitResponseSubscriptionSplitDisabledReason
+
+Reason why subscription split was disabled
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------------------- | :----- | :------- | :------------------------- |
+| WALLET_UNABLE_TO_RECEIVE | String | ✅ | "WALLET_UNABLE_TO_RECEIVE" |
+| VALUE_DIVERGENCE | String | ✅ | "VALUE_DIVERGENCE" |
+
+
diff --git a/documentation/models/SubscriptionSplitResponseSubscriptionSplitStatus.md b/documentation/models/SubscriptionSplitResponseSubscriptionSplitStatus.md
new file mode 100644
index 0000000..fc173c7
--- /dev/null
+++ b/documentation/models/SubscriptionSplitResponseSubscriptionSplitStatus.md
@@ -0,0 +1,12 @@
+# SubscriptionSplitResponseSubscriptionSplitStatus
+
+Subscription split status
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------- | :----- | :------- | :---------- |
+| ACTIVE | String | ✅ | "ACTIVE" |
+| DISABLED | String | ✅ | "DISABLED" |
+
+
diff --git a/documentation/models/SubscriptionUpdateCreditCardRequestDto.md b/documentation/models/SubscriptionUpdateCreditCardRequestDto.md
new file mode 100644
index 0000000..89121fd
--- /dev/null
+++ b/documentation/models/SubscriptionUpdateCreditCardRequestDto.md
@@ -0,0 +1,12 @@
+# SubscriptionUpdateCreditCardRequestDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------------- | :----------------------------- | :------- | :----------------------------------------------------------------------------------------------------------------------- |
+| creditCard | CreditCardRequestDto | ✅ | Credit card information |
+| creditCardHolderInfo | CreditCardHolderInfoRequestDto | ✅ | Credit card holder information |
+| remoteIp | String | ✅ | IP from where the customer is making the purchase. Your server's IP must not be entered. |
+| creditCardToken | String | ❌ | Credit card token for using the credit card tokenization functionality. If informed, the fields above are not mandatory. |
+
+
diff --git a/documentation/models/SubscriptionUpdateRequestBillingType.md b/documentation/models/SubscriptionUpdateRequestBillingType.md
new file mode 100644
index 0000000..c5973a0
--- /dev/null
+++ b/documentation/models/SubscriptionUpdateRequestBillingType.md
@@ -0,0 +1,14 @@
+# SubscriptionUpdateRequestBillingType
+
+Billing type
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------- | :----- | :------- | :------------ |
+| UNDEFINED | String | ✅ | "UNDEFINED" |
+| BOLETO | String | ✅ | "BOLETO" |
+| CREDIT_CARD | String | ✅ | "CREDIT_CARD" |
+| PIX | String | ✅ | "PIX" |
+
+
diff --git a/documentation/models/SubscriptionUpdateRequestCycle.md b/documentation/models/SubscriptionUpdateRequestCycle.md
new file mode 100644
index 0000000..20203a5
--- /dev/null
+++ b/documentation/models/SubscriptionUpdateRequestCycle.md
@@ -0,0 +1,17 @@
+# SubscriptionUpdateRequestCycle
+
+Billing frequency
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------- | :----- | :------- | :------------- |
+| WEEKLY | String | ✅ | "WEEKLY" |
+| BIWEEKLY | String | ✅ | "BIWEEKLY" |
+| MONTHLY | String | ✅ | "MONTHLY" |
+| BIMONTHLY | String | ✅ | "BIMONTHLY" |
+| QUARTERLY | String | ✅ | "QUARTERLY" |
+| SEMIANNUALLY | String | ✅ | "SEMIANNUALLY" |
+| YEARLY | String | ✅ | "YEARLY" |
+
+
diff --git a/documentation/models/SubscriptionUpdateRequestDto.md b/documentation/models/SubscriptionUpdateRequestDto.md
new file mode 100644
index 0000000..ee80459
--- /dev/null
+++ b/documentation/models/SubscriptionUpdateRequestDto.md
@@ -0,0 +1,21 @@
+# SubscriptionUpdateRequestDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :-------------------- | :------------------------------------------ | :------- | :-------------------------------------------------------------------------- |
+| billingType | SubscriptionUpdateRequestBillingType | ❌ | Billing type |
+| status | SubscriptionUpdateRequestSubscriptionStatus | ❌ | Subscription status |
+| nextDueDate | String | ❌ | First payment due |
+| discount | PaymentDiscountDto | ❌ | Discount information |
+| interest | PaymentInterestRequestDto | ❌ | Interest information for payment after due date |
+| fine | PaymentFineRequestDto | ❌ | Fine information for payment after due date |
+| cycle | SubscriptionUpdateRequestCycle | ❌ | Billing frequency |
+| description | String | ❌ | Subscription description (max. 500 characters) |
+| endDate | String | ❌ | Deadline for payments to be due |
+| updatePendingPayments | Boolean | ❌ | true to update the possible properties of already existing pending payments |
+| externalReference | String | ❌ | Subscription identifier on your system |
+| split | List\ | ❌ | Split information |
+| callback | PaymentCallbackRequestDto | ❌ | Automatic redirection information after the payment of the link payment |
+
+
diff --git a/documentation/models/SubscriptionUpdateRequestSubscriptionStatus.md b/documentation/models/SubscriptionUpdateRequestSubscriptionStatus.md
new file mode 100644
index 0000000..144da26
--- /dev/null
+++ b/documentation/models/SubscriptionUpdateRequestSubscriptionStatus.md
@@ -0,0 +1,12 @@
+# SubscriptionUpdateRequestSubscriptionStatus
+
+Subscription status
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------- | :----- | :------- | :---------- |
+| ACTIVE | String | ✅ | "ACTIVE" |
+| INACTIVE | String | ✅ | "INACTIVE" |
+
+
diff --git a/documentation/models/TransferBankAccountGetResponseDto.md b/documentation/models/TransferBankAccountGetResponseDto.md
new file mode 100644
index 0000000..77db82b
--- /dev/null
+++ b/documentation/models/TransferBankAccountGetResponseDto.md
@@ -0,0 +1,19 @@
+# TransferBankAccountGetResponseDto
+
+Bank account details
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------ | :------------------------- | :------- | :------------------------------------ |
+| bank | TransferBankGetResponseDto | ❌ | Bank account name |
+| accountName | String | ❌ | Name of bank account owner |
+| ownerName | String | ❌ | Name of bank account owner |
+| cpfCnpj | String | ❌ | CPF or CNPJ of the bank account owner |
+| agency | String | ❌ | Non-digit agency number |
+| agencyDigit | String | ❌ | Agency digit |
+| account | String | ❌ | Non-digit bank account number |
+| accountDigit | String | ❌ | Bank account digit |
+| pixAddressKey | String | ❌ | Pix key address |
+
+
diff --git a/documentation/models/TransferBankAccountSaveRequestBankAccountType.md b/documentation/models/TransferBankAccountSaveRequestBankAccountType.md
new file mode 100644
index 0000000..caee267
--- /dev/null
+++ b/documentation/models/TransferBankAccountSaveRequestBankAccountType.md
@@ -0,0 +1,12 @@
+# TransferBankAccountSaveRequestBankAccountType
+
+Account type
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------- | :----- | :------- | :--------------- |
+| CONTA_CORRENTE | String | ✅ | "CONTA_CORRENTE" |
+| CONTA_POUPANCA | String | ✅ | "CONTA_POUPANCA" |
+
+
diff --git a/documentation/models/TransferBankAccountSaveRequestDto.md b/documentation/models/TransferBankAccountSaveRequestDto.md
new file mode 100644
index 0000000..89f9a43
--- /dev/null
+++ b/documentation/models/TransferBankAccountSaveRequestDto.md
@@ -0,0 +1,20 @@
+# TransferBankAccountSaveRequestDto
+
+Enter your account details if it is a transfer to a bank account
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :-------------- | :-------------------------------------------- | :------- | :---------------------------------------------------------------------------------------------------------------------- |
+| ownerName | String | ✅ | Name of bank account owner |
+| cpfCnpj | String | ✅ | CPF or CNPJ of the bank account owner |
+| agency | String | ✅ | Non-digit agency number |
+| account | String | ✅ | Non-digit bank account number |
+| accountDigit | String | ✅ | Bank account digit |
+| bank | TransferBankSaveRequestDto | ❌ | Details of the bank account to which the transfer will be made |
+| accountName | String | ❌ | Bank account name |
+| ownerBirthDate | String | ❌ | Account owner's date of birth. Only when the bank account does not belong to the same CPF or CNPJ as the Asaas account. |
+| bankAccountType | TransferBankAccountSaveRequestBankAccountType | ❌ | Account type |
+| ispb | String | ❌ | Identifier in the Brazilian Payment System |
+
+
diff --git a/documentation/models/TransferBankGetResponseDto.md b/documentation/models/TransferBankGetResponseDto.md
new file mode 100644
index 0000000..d597190
--- /dev/null
+++ b/documentation/models/TransferBankGetResponseDto.md
@@ -0,0 +1,13 @@
+# TransferBankGetResponseDto
+
+Bank account name
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--- | :----- | :------- | :----------------------------------------- |
+| ispb | String | ❌ | Identifier in the Brazilian Payment System |
+| code | String | ❌ | Bank clearing code in the banking system |
+| name | String | ❌ | Bank name |
+
+
diff --git a/documentation/models/TransferBankSaveRequestDto.md b/documentation/models/TransferBankSaveRequestDto.md
new file mode 100644
index 0000000..6a7d371
--- /dev/null
+++ b/documentation/models/TransferBankSaveRequestDto.md
@@ -0,0 +1,11 @@
+# TransferBankSaveRequestDto
+
+Details of the bank account to which the transfer will be made
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--- | :----- | :------- | :--------------------------------------- |
+| code | String | ✅ | Bank clearing code in the banking system |
+
+
diff --git a/documentation/models/TransferGetResponseDto.md b/documentation/models/TransferGetResponseDto.md
new file mode 100644
index 0000000..42cc54c
--- /dev/null
+++ b/documentation/models/TransferGetResponseDto.md
@@ -0,0 +1,27 @@
+# TransferGetResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :-------------------- | :-------------------------------- | :------- | :------------------------------------------------------------------ |
+| object | String | ❌ | Object type |
+| id | String | ❌ | Unique transfer identifier in Asaas |
+| type | TransferGetResponseDtoType | ❌ | Type of transfer |
+| dateCreated | String | ❌ | Transfer request date |
+| value | Double | ❌ | Transfer amount |
+| netValue | Double | ❌ | Net value minus transfer fee |
+| status | TransferGetResponseTransferStatus | ❌ | Transfer status |
+| transferFee | Double | ❌ | Transfer rate |
+| effectiveDate | String | ❌ | Effective date |
+| scheduleDate | String | ❌ | Schedule date |
+| endToEndIdentifier | String | ❌ | Unique identifier of the Pix transaction at the Central Bank |
+| authorized | Boolean | ❌ | `false` when awaiting authorization via SMS Token |
+| failReason | String | ❌ | Reason for transfer failure |
+| externalReference | String | ❌ | Transfer identifier in your system |
+| transactionReceiptUrl | String | ❌ | Proof of transfer will be available after the transfer is confirmed |
+| operationType | TransferGetResponseTransferType | ❌ | Transfer method |
+| description | String | ❌ | Transfer description |
+| recurring | String | ❌ | Unique recurrence identifier in Asaas |
+| bankAccount | TransferBankAccountGetResponseDto | ❌ | Bank account details |
+
+
diff --git a/documentation/models/TransferGetResponseDtoType.md b/documentation/models/TransferGetResponseDtoType.md
new file mode 100644
index 0000000..371572e
--- /dev/null
+++ b/documentation/models/TransferGetResponseDtoType.md
@@ -0,0 +1,13 @@
+# TransferGetResponseDtoType
+
+Type of transfer
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------- | :----- | :------- | :---------- |
+| PIX | String | ✅ | "PIX" |
+| TED | String | ✅ | "TED" |
+| INTERNAL | String | ✅ | "INTERNAL" |
+
+
diff --git a/documentation/models/TransferGetResponseTransferStatus.md b/documentation/models/TransferGetResponseTransferStatus.md
new file mode 100644
index 0000000..61e5fce
--- /dev/null
+++ b/documentation/models/TransferGetResponseTransferStatus.md
@@ -0,0 +1,15 @@
+# TransferGetResponseTransferStatus
+
+Transfer status
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :-------------- | :----- | :------- | :---------------- |
+| PENDING | String | ✅ | "PENDING" |
+| BANK_PROCESSING | String | ✅ | "BANK_PROCESSING" |
+| DONE | String | ✅ | "DONE" |
+| CANCELLED | String | ✅ | "CANCELLED" |
+| FAILED | String | ✅ | "FAILED" |
+
+
diff --git a/documentation/models/TransferGetResponseTransferType.md b/documentation/models/TransferGetResponseTransferType.md
new file mode 100644
index 0000000..f578d9b
--- /dev/null
+++ b/documentation/models/TransferGetResponseTransferType.md
@@ -0,0 +1,13 @@
+# TransferGetResponseTransferType
+
+Transfer method
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------- | :----- | :------- | :---------- |
+| PIX | String | ✅ | "PIX" |
+| TED | String | ✅ | "TED" |
+| INTERNAL | String | ✅ | "INTERNAL" |
+
+
diff --git a/documentation/models/TransferListResponseDto.md b/documentation/models/TransferListResponseDto.md
new file mode 100644
index 0000000..5057fba
--- /dev/null
+++ b/documentation/models/TransferListResponseDto.md
@@ -0,0 +1,14 @@
+# TransferListResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------- | :----------------------------- | :------- | :---------------------------------------------------------- |
+| object | String | ❌ | Object type |
+| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
+| totalCount | Long | ❌ | Total number of items for the filters entered |
+| limit | Long | ❌ | Number of objects per page |
+| offset | Long | ❌ | Position of the object from which the page should be loaded |
+| data | List\ | ❌ | List of objects |
+
+
diff --git a/documentation/models/TransferRecurringSaveRequestDto.md b/documentation/models/TransferRecurringSaveRequestDto.md
new file mode 100644
index 0000000..0eb40af
--- /dev/null
+++ b/documentation/models/TransferRecurringSaveRequestDto.md
@@ -0,0 +1,12 @@
+# TransferRecurringSaveRequestDto
+
+Recurrence information. Only for Pix transfers
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :-------- | :------------------------------------------------------------- | :------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| frequency | TransferRecurringSaveRequestRecurringCheckoutScheduleFrequency | ❌ | Frequency |
+| quantity | Long | ❌ | Number of repetitions. This transfer will be included as the first transaction of the recurrence. For the `WEEKLY` frequency, the maximum accepted is: `51` For the `MONTHLY` frequency, the maximum accepted is: `11` |
+
+
diff --git a/documentation/models/TransferRecurringSaveRequestRecurringCheckoutScheduleFrequency.md b/documentation/models/TransferRecurringSaveRequestRecurringCheckoutScheduleFrequency.md
new file mode 100644
index 0000000..e14053e
--- /dev/null
+++ b/documentation/models/TransferRecurringSaveRequestRecurringCheckoutScheduleFrequency.md
@@ -0,0 +1,12 @@
+# TransferRecurringSaveRequestRecurringCheckoutScheduleFrequency
+
+Frequency
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------ | :----- | :------- | :---------- |
+| WEEKLY | String | ✅ | "WEEKLY" |
+| MONTHLY | String | ✅ | "MONTHLY" |
+
+
diff --git a/documentation/models/TransferSaveInternalTransferAccountDto.md b/documentation/models/TransferSaveInternalTransferAccountDto.md
new file mode 100644
index 0000000..ba89eea
--- /dev/null
+++ b/documentation/models/TransferSaveInternalTransferAccountDto.md
@@ -0,0 +1,15 @@
+# TransferSaveInternalTransferAccountDto
+
+Target account basic information
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------- | :----- | :------- | :------------------------------------- |
+| name | String | ❌ | Target account name |
+| cpfCnpj | String | ❌ | CPF or CNPJ of the destination account |
+| agency | String | ❌ | Target account branch code |
+| account | String | ❌ | Target account number |
+| accountDigit | String | ❌ | Target account digit |
+
+
diff --git a/documentation/models/TransferSaveInternalTransferRequestDto.md b/documentation/models/TransferSaveInternalTransferRequestDto.md
new file mode 100644
index 0000000..c66478c
--- /dev/null
+++ b/documentation/models/TransferSaveInternalTransferRequestDto.md
@@ -0,0 +1,11 @@
+# TransferSaveInternalTransferRequestDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------------- | :----- | :------- | :--------------------------------- |
+| value | Double | ✅ | Amount to be transferred |
+| walletId | String | ✅ | WalletId of the target account |
+| externalReference | String | ❌ | Transfer identifier in your system |
+
+
diff --git a/documentation/models/TransferSaveInternalTransferResponseDto.md b/documentation/models/TransferSaveInternalTransferResponseDto.md
new file mode 100644
index 0000000..e8f5a9a
--- /dev/null
+++ b/documentation/models/TransferSaveInternalTransferResponseDto.md
@@ -0,0 +1,28 @@
+# TransferSaveInternalTransferResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :-------------------- | :------------------------------------------------- | :------- | :--------------------------------------------------------------------------- |
+| object | String | ❌ | Object type |
+| id | String | ❌ | Unique transfer identifier in Asaas |
+| type | TransferSaveInternalTransferResponseDtoType | ❌ | Type of transfer |
+| dateCreated | String | ❌ | Transfer request date |
+| value | Double | ❌ | Transfer amount |
+| netValue | Double | ❌ | Net value minus transfer fee |
+| status | TransferSaveInternalTransferResponseTransferStatus | ❌ | Transfer status |
+| transferFee | Double | ❌ | Transfer rate |
+| effectiveDate | String | ❌ | Effective date |
+| scheduleDate | String | ❌ | Schedule date |
+| endToEndIdentifier | String | ❌ | Unique identifier of the Pix transaction at the Central Bank |
+| authorized | Boolean | ❌ | `false` when awaiting authorization via SMS Token |
+| failReason | String | ❌ | Reason for transfer failure |
+| externalReference | String | ❌ | Transfer identifier in your system |
+| transactionReceiptUrl | String | ❌ | Proof of transfer will be available after the transfer is confirmed |
+| operationType | TransferSaveInternalTransferResponseTransferType | ❌ | Transfer method |
+| description | String | ❌ | Transfer description |
+| recurring | String | ❌ | Unique recurrence identifier in Asaas |
+| walletId | String | ❌ | Unique wallet identifier to split charges or transfer between Asaas accounts |
+| account | TransferSaveInternalTransferAccountDto | ❌ | Target account basic information |
+
+
diff --git a/documentation/models/TransferSaveInternalTransferResponseDtoType.md b/documentation/models/TransferSaveInternalTransferResponseDtoType.md
new file mode 100644
index 0000000..8d6f7c3
--- /dev/null
+++ b/documentation/models/TransferSaveInternalTransferResponseDtoType.md
@@ -0,0 +1,13 @@
+# TransferSaveInternalTransferResponseDtoType
+
+Type of transfer
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------- | :----- | :------- | :---------- |
+| PIX | String | ✅ | "PIX" |
+| TED | String | ✅ | "TED" |
+| INTERNAL | String | ✅ | "INTERNAL" |
+
+
diff --git a/documentation/models/TransferSaveInternalTransferResponseTransferStatus.md b/documentation/models/TransferSaveInternalTransferResponseTransferStatus.md
new file mode 100644
index 0000000..f7d43e2
--- /dev/null
+++ b/documentation/models/TransferSaveInternalTransferResponseTransferStatus.md
@@ -0,0 +1,15 @@
+# TransferSaveInternalTransferResponseTransferStatus
+
+Transfer status
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :-------------- | :----- | :------- | :---------------- |
+| PENDING | String | ✅ | "PENDING" |
+| BANK_PROCESSING | String | ✅ | "BANK_PROCESSING" |
+| DONE | String | ✅ | "DONE" |
+| CANCELLED | String | ✅ | "CANCELLED" |
+| FAILED | String | ✅ | "FAILED" |
+
+
diff --git a/documentation/models/TransferSaveInternalTransferResponseTransferType.md b/documentation/models/TransferSaveInternalTransferResponseTransferType.md
new file mode 100644
index 0000000..521f135
--- /dev/null
+++ b/documentation/models/TransferSaveInternalTransferResponseTransferType.md
@@ -0,0 +1,13 @@
+# TransferSaveInternalTransferResponseTransferType
+
+Transfer method
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------- | :----- | :------- | :---------- |
+| PIX | String | ✅ | "PIX" |
+| TED | String | ✅ | "TED" |
+| INTERNAL | String | ✅ | "INTERNAL" |
+
+
diff --git a/documentation/models/TransferSaveRequestDto.md b/documentation/models/TransferSaveRequestDto.md
new file mode 100644
index 0000000..0380f55
--- /dev/null
+++ b/documentation/models/TransferSaveRequestDto.md
@@ -0,0 +1,17 @@
+# TransferSaveRequestDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------------- | :----------------------------------- | :------- | :--------------------------------------------------------------------------------------------------------------------------------- |
+| value | Double | ✅ | Amount to be transferred |
+| bankAccount | TransferBankAccountSaveRequestDto | ❌ | Enter your account details if it is a transfer to a bank account |
+| operationType | TransferSaveRequestTransferType | ❌ | Transfer modality. If not informed and the receiving institution is a Pix participant, the transfer is via Pix. Otherwise via TED. |
+| pixAddressKey | String | ❌ | Enter the Pix key if it is a transfer to a Pix key |
+| pixAddressKeyType | TransferSaveRequestPixAddressKeyType | ❌ | Enter the type of key if it is a transfer to a Pix key |
+| description | String | ❌ | Transfers via Pix allow description |
+| scheduleDate | String | ❌ | For scheduled transfers, if not informed, payment is instantaneous |
+| externalReference | String | ❌ | Transfer identifier in your system |
+| recurring | TransferRecurringSaveRequestDto | ❌ | Recurrence information. Only for Pix transfers |
+
+
diff --git a/documentation/models/TransferSaveRequestPixAddressKeyType.md b/documentation/models/TransferSaveRequestPixAddressKeyType.md
new file mode 100644
index 0000000..a9c8f91
--- /dev/null
+++ b/documentation/models/TransferSaveRequestPixAddressKeyType.md
@@ -0,0 +1,15 @@
+# TransferSaveRequestPixAddressKeyType
+
+Enter the type of key if it is a transfer to a Pix key
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---- | :----- | :------- | :---------- |
+| CPF | String | ✅ | "CPF" |
+| CNPJ | String | ✅ | "CNPJ" |
+| EMAIL | String | ✅ | "EMAIL" |
+| PHONE | String | ✅ | "PHONE" |
+| EVP | String | ✅ | "EVP" |
+
+
diff --git a/documentation/models/TransferSaveRequestTransferType.md b/documentation/models/TransferSaveRequestTransferType.md
new file mode 100644
index 0000000..6edb282
--- /dev/null
+++ b/documentation/models/TransferSaveRequestTransferType.md
@@ -0,0 +1,12 @@
+# TransferSaveRequestTransferType
+
+Transfer modality. If not informed and the receiving institution is a Pix participant, the transfer is via Pix. Otherwise via TED.
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--- | :----- | :------- | :---------- |
+| PIX | String | ✅ | "PIX" |
+| TED | String | ✅ | "TED" |
+
+
diff --git a/documentation/models/WalletGetResponseDto.md b/documentation/models/WalletGetResponseDto.md
new file mode 100644
index 0000000..246feb5
--- /dev/null
+++ b/documentation/models/WalletGetResponseDto.md
@@ -0,0 +1,12 @@
+# WalletGetResponseDto
+
+List of objects
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----- | :----- | :------- | :-------------------------------- |
+| object | String | ❌ | Object type |
+| id | String | ❌ | Unique wallet identifier in Asaas |
+
+
diff --git a/documentation/models/WalletShowResponseDto.md b/documentation/models/WalletShowResponseDto.md
new file mode 100644
index 0000000..7c06504
--- /dev/null
+++ b/documentation/models/WalletShowResponseDto.md
@@ -0,0 +1,14 @@
+# WalletShowResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------- | :--------------------------- | :------- | :---------------------------------------------------------- |
+| object | String | ❌ | Object type |
+| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
+| totalCount | Long | ❌ | Total number of items for the filters entered |
+| limit | Long | ❌ | Number of objects per page |
+| offset | Long | ❌ | Position of the object from which the page should be loaded |
+| data | List\ | ❌ | List of objects |
+
+
diff --git a/documentation/models/WebhookConfigDeleteResponseDto.md b/documentation/models/WebhookConfigDeleteResponseDto.md
new file mode 100644
index 0000000..4092246
--- /dev/null
+++ b/documentation/models/WebhookConfigDeleteResponseDto.md
@@ -0,0 +1,10 @@
+# WebhookConfigDeleteResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------ | :------ | :------- | :---------------------------------------- |
+| deleted | Boolean | ❌ | Indicates whether the Webhook was removed |
+| id | String | ❌ | Unique Webhook Identifier |
+
+
diff --git a/documentation/models/WebhookConfigGetResponseDto.md b/documentation/models/WebhookConfigGetResponseDto.md
new file mode 100644
index 0000000..6b3fa9c
--- /dev/null
+++ b/documentation/models/WebhookConfigGetResponseDto.md
@@ -0,0 +1,18 @@
+# WebhookConfigGetResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :----------- | :------------------------------------------- | :------- | :---------------------------------------------------------------------- |
+| id | String | ❌ | Unique Webhook Identifier |
+| name | String | ❌ | Webhook name |
+| url | String | ❌ | Webhook URL |
+| email | String | ❌ | Email that will receive notifications about the Webhook |
+| enabled | Boolean | ❌ | Set whether the Webhook is active |
+| interrupted | Boolean | ❌ | Set whether the sync queue is stopped |
+| apiVersion | Long | ❌ | API Version |
+| hasAuthToken | Boolean | ❌ | Indicates whether an authentication token is registered for the webhook |
+| sendType | WebhookConfigGetResponseWebhookSendType | ❌ | Sequential (SEQUENTIALLY) or non-sequential (NON_SEQUENTIALLY) |
+| events | List\ | ❌ | List of events this Webhook will observe |
+
+
diff --git a/documentation/models/WebhookConfigGetResponseWebhookEvent.md b/documentation/models/WebhookConfigGetResponseWebhookEvent.md
new file mode 100644
index 0000000..4f7205b
--- /dev/null
+++ b/documentation/models/WebhookConfigGetResponseWebhookEvent.md
@@ -0,0 +1,100 @@
+# WebhookConfigGetResponseWebhookEvent
+
+List of events this Webhook will observe
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------------------------------------------- | :----- | :------- | :--------------------------------------------------- |
+| PAYMENT_AUTHORIZED | String | ✅ | "PAYMENT_AUTHORIZED" |
+| PAYMENT_AWAITING_RISK_ANALYSIS | String | ✅ | "PAYMENT_AWAITING_RISK_ANALYSIS" |
+| PAYMENT_APPROVED_BY_RISK_ANALYSIS | String | ✅ | "PAYMENT_APPROVED_BY_RISK_ANALYSIS" |
+| PAYMENT_REPROVED_BY_RISK_ANALYSIS | String | ✅ | "PAYMENT_REPROVED_BY_RISK_ANALYSIS" |
+| PAYMENT_CREATED | String | ✅ | "PAYMENT_CREATED" |
+| PAYMENT_UPDATED | String | ✅ | "PAYMENT_UPDATED" |
+| PAYMENT_CONFIRMED | String | ✅ | "PAYMENT_CONFIRMED" |
+| PAYMENT_RECEIVED | String | ✅ | "PAYMENT_RECEIVED" |
+| PAYMENT_ANTICIPATED | String | ✅ | "PAYMENT_ANTICIPATED" |
+| PAYMENT_OVERDUE | String | ✅ | "PAYMENT_OVERDUE" |
+| PAYMENT_DELETED | String | ✅ | "PAYMENT_DELETED" |
+| PAYMENT_RESTORED | String | ✅ | "PAYMENT_RESTORED" |
+| PAYMENT_REFUNDED | String | ✅ | "PAYMENT_REFUNDED" |
+| PAYMENT_REFUND_IN_PROGRESS | String | ✅ | "PAYMENT_REFUND_IN_PROGRESS" |
+| PAYMENT_REFUND_DENIED | String | ✅ | "PAYMENT_REFUND_DENIED" |
+| PAYMENT_RECEIVED_IN_CASH_UNDONE | String | ✅ | "PAYMENT_RECEIVED_IN_CASH_UNDONE" |
+| PAYMENT_CHARGEBACK_REQUESTED | String | ✅ | "PAYMENT_CHARGEBACK_REQUESTED" |
+| PAYMENT_CHARGEBACK_DISPUTE | String | ✅ | "PAYMENT_CHARGEBACK_DISPUTE" |
+| PAYMENT_AWAITING_CHARGEBACK_REVERSAL | String | ✅ | "PAYMENT_AWAITING_CHARGEBACK_REVERSAL" |
+| PAYMENT_DUNNING_RECEIVED | String | ✅ | "PAYMENT_DUNNING_RECEIVED" |
+| PAYMENT_DUNNING_REQUESTED | String | ✅ | "PAYMENT_DUNNING_REQUESTED" |
+| PAYMENT_BANK_SLIP_VIEWED | String | ✅ | "PAYMENT_BANK_SLIP_VIEWED" |
+| PAYMENT_CHECKOUT_VIEWED | String | ✅ | "PAYMENT_CHECKOUT_VIEWED" |
+| PAYMENT_CREDIT_CARD_CAPTURE_REFUSED | String | ✅ | "PAYMENT_CREDIT_CARD_CAPTURE_REFUSED" |
+| PAYMENT_PARTIALLY_REFUNDED | String | ✅ | "PAYMENT_PARTIALLY_REFUNDED" |
+| PAYMENT_SPLIT_CANCELLED | String | ✅ | "PAYMENT_SPLIT_CANCELLED" |
+| PAYMENT_SPLIT_DIVERGENCE_BLOCK | String | ✅ | "PAYMENT_SPLIT_DIVERGENCE_BLOCK" |
+| PAYMENT_SPLIT_DIVERGENCE_BLOCK_FINISHED | String | ✅ | "PAYMENT_SPLIT_DIVERGENCE_BLOCK_FINISHED" |
+| INVOICE_CREATED | String | ✅ | "INVOICE_CREATED" |
+| INVOICE_UPDATED | String | ✅ | "INVOICE_UPDATED" |
+| INVOICE_SYNCHRONIZED | String | ✅ | "INVOICE_SYNCHRONIZED" |
+| INVOICE_AUTHORIZED | String | ✅ | "INVOICE_AUTHORIZED" |
+| INVOICE_PROCESSING_CANCELLATION | String | ✅ | "INVOICE_PROCESSING_CANCELLATION" |
+| INVOICE_CANCELED | String | ✅ | "INVOICE_CANCELED" |
+| INVOICE_CANCELLATION_DENIED | String | ✅ | "INVOICE_CANCELLATION_DENIED" |
+| INVOICE_ERROR | String | ✅ | "INVOICE_ERROR" |
+| TRANSFER_CREATED | String | ✅ | "TRANSFER_CREATED" |
+| TRANSFER_PENDING | String | ✅ | "TRANSFER_PENDING" |
+| TRANSFER_IN_BANK_PROCESSING | String | ✅ | "TRANSFER_IN_BANK_PROCESSING" |
+| TRANSFER_BLOCKED | String | ✅ | "TRANSFER_BLOCKED" |
+| TRANSFER_DONE | String | ✅ | "TRANSFER_DONE" |
+| TRANSFER_FAILED | String | ✅ | "TRANSFER_FAILED" |
+| TRANSFER_CANCELLED | String | ✅ | "TRANSFER_CANCELLED" |
+| BILL_CREATED | String | ✅ | "BILL_CREATED" |
+| BILL_PENDING | String | ✅ | "BILL_PENDING" |
+| BILL_BANK_PROCESSING | String | ✅ | "BILL_BANK_PROCESSING" |
+| BILL_PAID | String | ✅ | "BILL_PAID" |
+| BILL_CANCELLED | String | ✅ | "BILL_CANCELLED" |
+| BILL_FAILED | String | ✅ | "BILL_FAILED" |
+| BILL_REFUNDED | String | ✅ | "BILL_REFUNDED" |
+| RECEIVABLE_ANTICIPATION_CANCELLED | String | ✅ | "RECEIVABLE_ANTICIPATION_CANCELLED" |
+| RECEIVABLE_ANTICIPATION_SCHEDULED | String | ✅ | "RECEIVABLE_ANTICIPATION_SCHEDULED" |
+| RECEIVABLE_ANTICIPATION_PENDING | String | ✅ | "RECEIVABLE_ANTICIPATION_PENDING" |
+| RECEIVABLE_ANTICIPATION_CREDITED | String | ✅ | "RECEIVABLE_ANTICIPATION_CREDITED" |
+| RECEIVABLE_ANTICIPATION_DEBITED | String | ✅ | "RECEIVABLE_ANTICIPATION_DEBITED" |
+| RECEIVABLE_ANTICIPATION_DENIED | String | ✅ | "RECEIVABLE_ANTICIPATION_DENIED" |
+| RECEIVABLE_ANTICIPATION_OVERDUE | String | ✅ | "RECEIVABLE_ANTICIPATION_OVERDUE" |
+| MOBILE_PHONE_RECHARGE_PENDING | String | ✅ | "MOBILE_PHONE_RECHARGE_PENDING" |
+| MOBILE_PHONE_RECHARGE_CANCELLED | String | ✅ | "MOBILE_PHONE_RECHARGE_CANCELLED" |
+| MOBILE_PHONE_RECHARGE_CONFIRMED | String | ✅ | "MOBILE_PHONE_RECHARGE_CONFIRMED" |
+| MOBILE_PHONE_RECHARGE_REFUNDED | String | ✅ | "MOBILE_PHONE_RECHARGE_REFUNDED" |
+| ACCOUNT_STATUS_BANK_ACCOUNT_INFO_APPROVED | String | ✅ | "ACCOUNT_STATUS_BANK_ACCOUNT_INFO_APPROVED" |
+| ACCOUNT_STATUS_BANK_ACCOUNT_INFO_AWAITING_APPROVAL | String | ✅ | "ACCOUNT_STATUS_BANK_ACCOUNT_INFO_AWAITING_APPROVAL" |
+| ACCOUNT_STATUS_BANK_ACCOUNT_INFO_PENDING | String | ✅ | "ACCOUNT_STATUS_BANK_ACCOUNT_INFO_PENDING" |
+| ACCOUNT_STATUS_BANK_ACCOUNT_INFO_REJECTED | String | ✅ | "ACCOUNT_STATUS_BANK_ACCOUNT_INFO_REJECTED" |
+| ACCOUNT_STATUS_COMMERCIAL_INFO_APPROVED | String | ✅ | "ACCOUNT_STATUS_COMMERCIAL_INFO_APPROVED" |
+| ACCOUNT_STATUS_COMMERCIAL_INFO_AWAITING_APPROVAL | String | ✅ | "ACCOUNT_STATUS_COMMERCIAL_INFO_AWAITING_APPROVAL" |
+| ACCOUNT_STATUS_COMMERCIAL_INFO_EXPIRED | String | ✅ | "ACCOUNT_STATUS_COMMERCIAL_INFO_EXPIRED" |
+| ACCOUNT_STATUS_COMMERCIAL_INFO_EXPIRING_SOON | String | ✅ | "ACCOUNT_STATUS_COMMERCIAL_INFO_EXPIRING_SOON" |
+| ACCOUNT_STATUS_COMMERCIAL_INFO_PENDING | String | ✅ | "ACCOUNT_STATUS_COMMERCIAL_INFO_PENDING" |
+| ACCOUNT_STATUS_COMMERCIAL_INFO_REJECTED | String | ✅ | "ACCOUNT_STATUS_COMMERCIAL_INFO_REJECTED" |
+| ACCOUNT_STATUS_DOCUMENT_APPROVED | String | ✅ | "ACCOUNT_STATUS_DOCUMENT_APPROVED" |
+| ACCOUNT_STATUS_DOCUMENT_AWAITING_APPROVAL | String | ✅ | "ACCOUNT_STATUS_DOCUMENT_AWAITING_APPROVAL" |
+| ACCOUNT_STATUS_DOCUMENT_PENDING | String | ✅ | "ACCOUNT_STATUS_DOCUMENT_PENDING" |
+| ACCOUNT_STATUS_DOCUMENT_REJECTED | String | ✅ | "ACCOUNT_STATUS_DOCUMENT_REJECTED" |
+| ACCOUNT_STATUS_GENERAL_APPROVAL_APPROVED | String | ✅ | "ACCOUNT_STATUS_GENERAL_APPROVAL_APPROVED" |
+| ACCOUNT_STATUS_GENERAL_APPROVAL_AWAITING_APPROVAL | String | ✅ | "ACCOUNT_STATUS_GENERAL_APPROVAL_AWAITING_APPROVAL" |
+| ACCOUNT_STATUS_GENERAL_APPROVAL_PENDING | String | ✅ | "ACCOUNT_STATUS_GENERAL_APPROVAL_PENDING" |
+| ACCOUNT_STATUS_GENERAL_APPROVAL_REJECTED | String | ✅ | "ACCOUNT_STATUS_GENERAL_APPROVAL_REJECTED" |
+| SUBSCRIPTION_CREATED | String | ✅ | "SUBSCRIPTION_CREATED" |
+| SUBSCRIPTION_UPDATED | String | ✅ | "SUBSCRIPTION_UPDATED" |
+| SUBSCRIPTION_INACTIVATED | String | ✅ | "SUBSCRIPTION_INACTIVATED" |
+| SUBSCRIPTION_DELETED | String | ✅ | "SUBSCRIPTION_DELETED" |
+| SUBSCRIPTION_SPLIT_DISABLED | String | ✅ | "SUBSCRIPTION_SPLIT_DISABLED" |
+| SUBSCRIPTION_SPLIT_DIVERGENCE_BLOCK | String | ✅ | "SUBSCRIPTION_SPLIT_DIVERGENCE_BLOCK" |
+| SUBSCRIPTION_SPLIT_DIVERGENCE_BLOCK_FINISHED | String | ✅ | "SUBSCRIPTION_SPLIT_DIVERGENCE_BLOCK_FINISHED" |
+| CHECKOUT_CREATED | String | ✅ | "CHECKOUT_CREATED" |
+| CHECKOUT_CANCELED | String | ✅ | "CHECKOUT_CANCELED" |
+| CHECKOUT_EXPIRED | String | ✅ | "CHECKOUT_EXPIRED" |
+| CHECKOUT_PAID | String | ✅ | "CHECKOUT_PAID" |
+
+
diff --git a/documentation/models/WebhookConfigGetResponseWebhookSendType.md b/documentation/models/WebhookConfigGetResponseWebhookSendType.md
new file mode 100644
index 0000000..1ef0d0e
--- /dev/null
+++ b/documentation/models/WebhookConfigGetResponseWebhookSendType.md
@@ -0,0 +1,12 @@
+# WebhookConfigGetResponseWebhookSendType
+
+Sequential (SEQUENTIALLY) or non-sequential (NON_SEQUENTIALLY)
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------------- | :----- | :------- | :----------------- |
+| NON_SEQUENTIALLY | String | ✅ | "NON_SEQUENTIALLY" |
+| SEQUENTIALLY | String | ✅ | "SEQUENTIALLY" |
+
+
diff --git a/documentation/models/WebhookConfigListResponseDto.md b/documentation/models/WebhookConfigListResponseDto.md
new file mode 100644
index 0000000..e9760b0
--- /dev/null
+++ b/documentation/models/WebhookConfigListResponseDto.md
@@ -0,0 +1,14 @@
+# WebhookConfigListResponseDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------- | :---------------------------------- | :------- | :---------------------------------------------------------- |
+| object | String | ❌ | Object type |
+| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
+| totalCount | Long | ❌ | Total number of items for the filters entered |
+| limit | Long | ❌ | Number of objects per page |
+| offset | Long | ❌ | Position of the object from which the page should be loaded |
+| data | List\ | ❌ | List of objects |
+
+
diff --git a/documentation/models/WebhookConfigSaveRequestDto.md b/documentation/models/WebhookConfigSaveRequestDto.md
new file mode 100644
index 0000000..ea89d03
--- /dev/null
+++ b/documentation/models/WebhookConfigSaveRequestDto.md
@@ -0,0 +1,19 @@
+# WebhookConfigSaveRequestDto
+
+Array with desired Webhooks settings
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------- | :------------------------------------------- | :------- | :------------------------------------------------------------- |
+| name | String | ❌ | Webhook name |
+| url | String | ❌ | Webhook URL |
+| email | String | ❌ | Email that will receive notifications about the Webhook |
+| enabled | Boolean | ❌ | Set whether the Webhook is active |
+| interrupted | Boolean | ❌ | Set whether the sync queue is stopped |
+| apiVersion | Long | ❌ | API Version |
+| authToken | String | ❌ | Webhook authentication token |
+| sendType | WebhookConfigSaveRequestWebhookSendType | ❌ | Sequential (SEQUENTIALLY) or non-sequential (NON_SEQUENTIALLY) |
+| events | List\ | ❌ | List of events this Webhook will observe |
+
+
diff --git a/documentation/models/WebhookConfigSaveRequestWebhookEvent.md b/documentation/models/WebhookConfigSaveRequestWebhookEvent.md
new file mode 100644
index 0000000..21fc318
--- /dev/null
+++ b/documentation/models/WebhookConfigSaveRequestWebhookEvent.md
@@ -0,0 +1,100 @@
+# WebhookConfigSaveRequestWebhookEvent
+
+List of events this Webhook will observe
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------------------------------------------- | :----- | :------- | :--------------------------------------------------- |
+| PAYMENT_AUTHORIZED | String | ✅ | "PAYMENT_AUTHORIZED" |
+| PAYMENT_AWAITING_RISK_ANALYSIS | String | ✅ | "PAYMENT_AWAITING_RISK_ANALYSIS" |
+| PAYMENT_APPROVED_BY_RISK_ANALYSIS | String | ✅ | "PAYMENT_APPROVED_BY_RISK_ANALYSIS" |
+| PAYMENT_REPROVED_BY_RISK_ANALYSIS | String | ✅ | "PAYMENT_REPROVED_BY_RISK_ANALYSIS" |
+| PAYMENT_CREATED | String | ✅ | "PAYMENT_CREATED" |
+| PAYMENT_UPDATED | String | ✅ | "PAYMENT_UPDATED" |
+| PAYMENT_CONFIRMED | String | ✅ | "PAYMENT_CONFIRMED" |
+| PAYMENT_RECEIVED | String | ✅ | "PAYMENT_RECEIVED" |
+| PAYMENT_ANTICIPATED | String | ✅ | "PAYMENT_ANTICIPATED" |
+| PAYMENT_OVERDUE | String | ✅ | "PAYMENT_OVERDUE" |
+| PAYMENT_DELETED | String | ✅ | "PAYMENT_DELETED" |
+| PAYMENT_RESTORED | String | ✅ | "PAYMENT_RESTORED" |
+| PAYMENT_REFUNDED | String | ✅ | "PAYMENT_REFUNDED" |
+| PAYMENT_REFUND_IN_PROGRESS | String | ✅ | "PAYMENT_REFUND_IN_PROGRESS" |
+| PAYMENT_REFUND_DENIED | String | ✅ | "PAYMENT_REFUND_DENIED" |
+| PAYMENT_RECEIVED_IN_CASH_UNDONE | String | ✅ | "PAYMENT_RECEIVED_IN_CASH_UNDONE" |
+| PAYMENT_CHARGEBACK_REQUESTED | String | ✅ | "PAYMENT_CHARGEBACK_REQUESTED" |
+| PAYMENT_CHARGEBACK_DISPUTE | String | ✅ | "PAYMENT_CHARGEBACK_DISPUTE" |
+| PAYMENT_AWAITING_CHARGEBACK_REVERSAL | String | ✅ | "PAYMENT_AWAITING_CHARGEBACK_REVERSAL" |
+| PAYMENT_DUNNING_RECEIVED | String | ✅ | "PAYMENT_DUNNING_RECEIVED" |
+| PAYMENT_DUNNING_REQUESTED | String | ✅ | "PAYMENT_DUNNING_REQUESTED" |
+| PAYMENT_BANK_SLIP_VIEWED | String | ✅ | "PAYMENT_BANK_SLIP_VIEWED" |
+| PAYMENT_CHECKOUT_VIEWED | String | ✅ | "PAYMENT_CHECKOUT_VIEWED" |
+| PAYMENT_CREDIT_CARD_CAPTURE_REFUSED | String | ✅ | "PAYMENT_CREDIT_CARD_CAPTURE_REFUSED" |
+| PAYMENT_PARTIALLY_REFUNDED | String | ✅ | "PAYMENT_PARTIALLY_REFUNDED" |
+| PAYMENT_SPLIT_CANCELLED | String | ✅ | "PAYMENT_SPLIT_CANCELLED" |
+| PAYMENT_SPLIT_DIVERGENCE_BLOCK | String | ✅ | "PAYMENT_SPLIT_DIVERGENCE_BLOCK" |
+| PAYMENT_SPLIT_DIVERGENCE_BLOCK_FINISHED | String | ✅ | "PAYMENT_SPLIT_DIVERGENCE_BLOCK_FINISHED" |
+| INVOICE_CREATED | String | ✅ | "INVOICE_CREATED" |
+| INVOICE_UPDATED | String | ✅ | "INVOICE_UPDATED" |
+| INVOICE_SYNCHRONIZED | String | ✅ | "INVOICE_SYNCHRONIZED" |
+| INVOICE_AUTHORIZED | String | ✅ | "INVOICE_AUTHORIZED" |
+| INVOICE_PROCESSING_CANCELLATION | String | ✅ | "INVOICE_PROCESSING_CANCELLATION" |
+| INVOICE_CANCELED | String | ✅ | "INVOICE_CANCELED" |
+| INVOICE_CANCELLATION_DENIED | String | ✅ | "INVOICE_CANCELLATION_DENIED" |
+| INVOICE_ERROR | String | ✅ | "INVOICE_ERROR" |
+| TRANSFER_CREATED | String | ✅ | "TRANSFER_CREATED" |
+| TRANSFER_PENDING | String | ✅ | "TRANSFER_PENDING" |
+| TRANSFER_IN_BANK_PROCESSING | String | ✅ | "TRANSFER_IN_BANK_PROCESSING" |
+| TRANSFER_BLOCKED | String | ✅ | "TRANSFER_BLOCKED" |
+| TRANSFER_DONE | String | ✅ | "TRANSFER_DONE" |
+| TRANSFER_FAILED | String | ✅ | "TRANSFER_FAILED" |
+| TRANSFER_CANCELLED | String | ✅ | "TRANSFER_CANCELLED" |
+| BILL_CREATED | String | ✅ | "BILL_CREATED" |
+| BILL_PENDING | String | ✅ | "BILL_PENDING" |
+| BILL_BANK_PROCESSING | String | ✅ | "BILL_BANK_PROCESSING" |
+| BILL_PAID | String | ✅ | "BILL_PAID" |
+| BILL_CANCELLED | String | ✅ | "BILL_CANCELLED" |
+| BILL_FAILED | String | ✅ | "BILL_FAILED" |
+| BILL_REFUNDED | String | ✅ | "BILL_REFUNDED" |
+| RECEIVABLE_ANTICIPATION_CANCELLED | String | ✅ | "RECEIVABLE_ANTICIPATION_CANCELLED" |
+| RECEIVABLE_ANTICIPATION_SCHEDULED | String | ✅ | "RECEIVABLE_ANTICIPATION_SCHEDULED" |
+| RECEIVABLE_ANTICIPATION_PENDING | String | ✅ | "RECEIVABLE_ANTICIPATION_PENDING" |
+| RECEIVABLE_ANTICIPATION_CREDITED | String | ✅ | "RECEIVABLE_ANTICIPATION_CREDITED" |
+| RECEIVABLE_ANTICIPATION_DEBITED | String | ✅ | "RECEIVABLE_ANTICIPATION_DEBITED" |
+| RECEIVABLE_ANTICIPATION_DENIED | String | ✅ | "RECEIVABLE_ANTICIPATION_DENIED" |
+| RECEIVABLE_ANTICIPATION_OVERDUE | String | ✅ | "RECEIVABLE_ANTICIPATION_OVERDUE" |
+| MOBILE_PHONE_RECHARGE_PENDING | String | ✅ | "MOBILE_PHONE_RECHARGE_PENDING" |
+| MOBILE_PHONE_RECHARGE_CANCELLED | String | ✅ | "MOBILE_PHONE_RECHARGE_CANCELLED" |
+| MOBILE_PHONE_RECHARGE_CONFIRMED | String | ✅ | "MOBILE_PHONE_RECHARGE_CONFIRMED" |
+| MOBILE_PHONE_RECHARGE_REFUNDED | String | ✅ | "MOBILE_PHONE_RECHARGE_REFUNDED" |
+| ACCOUNT_STATUS_BANK_ACCOUNT_INFO_APPROVED | String | ✅ | "ACCOUNT_STATUS_BANK_ACCOUNT_INFO_APPROVED" |
+| ACCOUNT_STATUS_BANK_ACCOUNT_INFO_AWAITING_APPROVAL | String | ✅ | "ACCOUNT_STATUS_BANK_ACCOUNT_INFO_AWAITING_APPROVAL" |
+| ACCOUNT_STATUS_BANK_ACCOUNT_INFO_PENDING | String | ✅ | "ACCOUNT_STATUS_BANK_ACCOUNT_INFO_PENDING" |
+| ACCOUNT_STATUS_BANK_ACCOUNT_INFO_REJECTED | String | ✅ | "ACCOUNT_STATUS_BANK_ACCOUNT_INFO_REJECTED" |
+| ACCOUNT_STATUS_COMMERCIAL_INFO_APPROVED | String | ✅ | "ACCOUNT_STATUS_COMMERCIAL_INFO_APPROVED" |
+| ACCOUNT_STATUS_COMMERCIAL_INFO_AWAITING_APPROVAL | String | ✅ | "ACCOUNT_STATUS_COMMERCIAL_INFO_AWAITING_APPROVAL" |
+| ACCOUNT_STATUS_COMMERCIAL_INFO_EXPIRED | String | ✅ | "ACCOUNT_STATUS_COMMERCIAL_INFO_EXPIRED" |
+| ACCOUNT_STATUS_COMMERCIAL_INFO_EXPIRING_SOON | String | ✅ | "ACCOUNT_STATUS_COMMERCIAL_INFO_EXPIRING_SOON" |
+| ACCOUNT_STATUS_COMMERCIAL_INFO_PENDING | String | ✅ | "ACCOUNT_STATUS_COMMERCIAL_INFO_PENDING" |
+| ACCOUNT_STATUS_COMMERCIAL_INFO_REJECTED | String | ✅ | "ACCOUNT_STATUS_COMMERCIAL_INFO_REJECTED" |
+| ACCOUNT_STATUS_DOCUMENT_APPROVED | String | ✅ | "ACCOUNT_STATUS_DOCUMENT_APPROVED" |
+| ACCOUNT_STATUS_DOCUMENT_AWAITING_APPROVAL | String | ✅ | "ACCOUNT_STATUS_DOCUMENT_AWAITING_APPROVAL" |
+| ACCOUNT_STATUS_DOCUMENT_PENDING | String | ✅ | "ACCOUNT_STATUS_DOCUMENT_PENDING" |
+| ACCOUNT_STATUS_DOCUMENT_REJECTED | String | ✅ | "ACCOUNT_STATUS_DOCUMENT_REJECTED" |
+| ACCOUNT_STATUS_GENERAL_APPROVAL_APPROVED | String | ✅ | "ACCOUNT_STATUS_GENERAL_APPROVAL_APPROVED" |
+| ACCOUNT_STATUS_GENERAL_APPROVAL_AWAITING_APPROVAL | String | ✅ | "ACCOUNT_STATUS_GENERAL_APPROVAL_AWAITING_APPROVAL" |
+| ACCOUNT_STATUS_GENERAL_APPROVAL_PENDING | String | ✅ | "ACCOUNT_STATUS_GENERAL_APPROVAL_PENDING" |
+| ACCOUNT_STATUS_GENERAL_APPROVAL_REJECTED | String | ✅ | "ACCOUNT_STATUS_GENERAL_APPROVAL_REJECTED" |
+| SUBSCRIPTION_CREATED | String | ✅ | "SUBSCRIPTION_CREATED" |
+| SUBSCRIPTION_UPDATED | String | ✅ | "SUBSCRIPTION_UPDATED" |
+| SUBSCRIPTION_INACTIVATED | String | ✅ | "SUBSCRIPTION_INACTIVATED" |
+| SUBSCRIPTION_DELETED | String | ✅ | "SUBSCRIPTION_DELETED" |
+| SUBSCRIPTION_SPLIT_DISABLED | String | ✅ | "SUBSCRIPTION_SPLIT_DISABLED" |
+| SUBSCRIPTION_SPLIT_DIVERGENCE_BLOCK | String | ✅ | "SUBSCRIPTION_SPLIT_DIVERGENCE_BLOCK" |
+| SUBSCRIPTION_SPLIT_DIVERGENCE_BLOCK_FINISHED | String | ✅ | "SUBSCRIPTION_SPLIT_DIVERGENCE_BLOCK_FINISHED" |
+| CHECKOUT_CREATED | String | ✅ | "CHECKOUT_CREATED" |
+| CHECKOUT_CANCELED | String | ✅ | "CHECKOUT_CANCELED" |
+| CHECKOUT_EXPIRED | String | ✅ | "CHECKOUT_EXPIRED" |
+| CHECKOUT_PAID | String | ✅ | "CHECKOUT_PAID" |
+
+
diff --git a/documentation/models/WebhookConfigSaveRequestWebhookSendType.md b/documentation/models/WebhookConfigSaveRequestWebhookSendType.md
new file mode 100644
index 0000000..9fff784
--- /dev/null
+++ b/documentation/models/WebhookConfigSaveRequestWebhookSendType.md
@@ -0,0 +1,12 @@
+# WebhookConfigSaveRequestWebhookSendType
+
+Sequential (SEQUENTIALLY) or non-sequential (NON_SEQUENTIALLY)
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------------- | :----- | :------- | :----------------- |
+| NON_SEQUENTIALLY | String | ✅ | "NON_SEQUENTIALLY" |
+| SEQUENTIALLY | String | ✅ | "SEQUENTIALLY" |
+
+
diff --git a/documentation/models/WebhookConfigUpdateRequestDto.md b/documentation/models/WebhookConfigUpdateRequestDto.md
new file mode 100644
index 0000000..32480d8
--- /dev/null
+++ b/documentation/models/WebhookConfigUpdateRequestDto.md
@@ -0,0 +1,15 @@
+# WebhookConfigUpdateRequestDto
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :---------- | :--------------------------------------------- | :------- | :------------------------------------------------------------- |
+| name | String | ❌ | Webhook name |
+| url | String | ❌ | Event destination URL |
+| sendType | WebhookConfigUpdateRequestWebhookSendType | ❌ | Sequential (SEQUENTIALLY) or non-sequential (NON_SEQUENTIALLY) |
+| enabled | Boolean | ❌ | Set whether the Webhook is active |
+| interrupted | Boolean | ❌ | Set whether the sync queue is stopped |
+| authToken | String | ❌ | Webhook authentication token |
+| events | List\ | ❌ | List of events this Webhook will observe |
+
+
diff --git a/documentation/models/WebhookConfigUpdateRequestWebhookEvent.md b/documentation/models/WebhookConfigUpdateRequestWebhookEvent.md
new file mode 100644
index 0000000..7899a13
--- /dev/null
+++ b/documentation/models/WebhookConfigUpdateRequestWebhookEvent.md
@@ -0,0 +1,100 @@
+# WebhookConfigUpdateRequestWebhookEvent
+
+List of events this Webhook will observe
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :------------------------------------------------- | :----- | :------- | :--------------------------------------------------- |
+| PAYMENT_AUTHORIZED | String | ✅ | "PAYMENT_AUTHORIZED" |
+| PAYMENT_AWAITING_RISK_ANALYSIS | String | ✅ | "PAYMENT_AWAITING_RISK_ANALYSIS" |
+| PAYMENT_APPROVED_BY_RISK_ANALYSIS | String | ✅ | "PAYMENT_APPROVED_BY_RISK_ANALYSIS" |
+| PAYMENT_REPROVED_BY_RISK_ANALYSIS | String | ✅ | "PAYMENT_REPROVED_BY_RISK_ANALYSIS" |
+| PAYMENT_CREATED | String | ✅ | "PAYMENT_CREATED" |
+| PAYMENT_UPDATED | String | ✅ | "PAYMENT_UPDATED" |
+| PAYMENT_CONFIRMED | String | ✅ | "PAYMENT_CONFIRMED" |
+| PAYMENT_RECEIVED | String | ✅ | "PAYMENT_RECEIVED" |
+| PAYMENT_ANTICIPATED | String | ✅ | "PAYMENT_ANTICIPATED" |
+| PAYMENT_OVERDUE | String | ✅ | "PAYMENT_OVERDUE" |
+| PAYMENT_DELETED | String | ✅ | "PAYMENT_DELETED" |
+| PAYMENT_RESTORED | String | ✅ | "PAYMENT_RESTORED" |
+| PAYMENT_REFUNDED | String | ✅ | "PAYMENT_REFUNDED" |
+| PAYMENT_REFUND_IN_PROGRESS | String | ✅ | "PAYMENT_REFUND_IN_PROGRESS" |
+| PAYMENT_REFUND_DENIED | String | ✅ | "PAYMENT_REFUND_DENIED" |
+| PAYMENT_RECEIVED_IN_CASH_UNDONE | String | ✅ | "PAYMENT_RECEIVED_IN_CASH_UNDONE" |
+| PAYMENT_CHARGEBACK_REQUESTED | String | ✅ | "PAYMENT_CHARGEBACK_REQUESTED" |
+| PAYMENT_CHARGEBACK_DISPUTE | String | ✅ | "PAYMENT_CHARGEBACK_DISPUTE" |
+| PAYMENT_AWAITING_CHARGEBACK_REVERSAL | String | ✅ | "PAYMENT_AWAITING_CHARGEBACK_REVERSAL" |
+| PAYMENT_DUNNING_RECEIVED | String | ✅ | "PAYMENT_DUNNING_RECEIVED" |
+| PAYMENT_DUNNING_REQUESTED | String | ✅ | "PAYMENT_DUNNING_REQUESTED" |
+| PAYMENT_BANK_SLIP_VIEWED | String | ✅ | "PAYMENT_BANK_SLIP_VIEWED" |
+| PAYMENT_CHECKOUT_VIEWED | String | ✅ | "PAYMENT_CHECKOUT_VIEWED" |
+| PAYMENT_CREDIT_CARD_CAPTURE_REFUSED | String | ✅ | "PAYMENT_CREDIT_CARD_CAPTURE_REFUSED" |
+| PAYMENT_PARTIALLY_REFUNDED | String | ✅ | "PAYMENT_PARTIALLY_REFUNDED" |
+| PAYMENT_SPLIT_CANCELLED | String | ✅ | "PAYMENT_SPLIT_CANCELLED" |
+| PAYMENT_SPLIT_DIVERGENCE_BLOCK | String | ✅ | "PAYMENT_SPLIT_DIVERGENCE_BLOCK" |
+| PAYMENT_SPLIT_DIVERGENCE_BLOCK_FINISHED | String | ✅ | "PAYMENT_SPLIT_DIVERGENCE_BLOCK_FINISHED" |
+| INVOICE_CREATED | String | ✅ | "INVOICE_CREATED" |
+| INVOICE_UPDATED | String | ✅ | "INVOICE_UPDATED" |
+| INVOICE_SYNCHRONIZED | String | ✅ | "INVOICE_SYNCHRONIZED" |
+| INVOICE_AUTHORIZED | String | ✅ | "INVOICE_AUTHORIZED" |
+| INVOICE_PROCESSING_CANCELLATION | String | ✅ | "INVOICE_PROCESSING_CANCELLATION" |
+| INVOICE_CANCELED | String | ✅ | "INVOICE_CANCELED" |
+| INVOICE_CANCELLATION_DENIED | String | ✅ | "INVOICE_CANCELLATION_DENIED" |
+| INVOICE_ERROR | String | ✅ | "INVOICE_ERROR" |
+| TRANSFER_CREATED | String | ✅ | "TRANSFER_CREATED" |
+| TRANSFER_PENDING | String | ✅ | "TRANSFER_PENDING" |
+| TRANSFER_IN_BANK_PROCESSING | String | ✅ | "TRANSFER_IN_BANK_PROCESSING" |
+| TRANSFER_BLOCKED | String | ✅ | "TRANSFER_BLOCKED" |
+| TRANSFER_DONE | String | ✅ | "TRANSFER_DONE" |
+| TRANSFER_FAILED | String | ✅ | "TRANSFER_FAILED" |
+| TRANSFER_CANCELLED | String | ✅ | "TRANSFER_CANCELLED" |
+| BILL_CREATED | String | ✅ | "BILL_CREATED" |
+| BILL_PENDING | String | ✅ | "BILL_PENDING" |
+| BILL_BANK_PROCESSING | String | ✅ | "BILL_BANK_PROCESSING" |
+| BILL_PAID | String | ✅ | "BILL_PAID" |
+| BILL_CANCELLED | String | ✅ | "BILL_CANCELLED" |
+| BILL_FAILED | String | ✅ | "BILL_FAILED" |
+| BILL_REFUNDED | String | ✅ | "BILL_REFUNDED" |
+| RECEIVABLE_ANTICIPATION_CANCELLED | String | ✅ | "RECEIVABLE_ANTICIPATION_CANCELLED" |
+| RECEIVABLE_ANTICIPATION_SCHEDULED | String | ✅ | "RECEIVABLE_ANTICIPATION_SCHEDULED" |
+| RECEIVABLE_ANTICIPATION_PENDING | String | ✅ | "RECEIVABLE_ANTICIPATION_PENDING" |
+| RECEIVABLE_ANTICIPATION_CREDITED | String | ✅ | "RECEIVABLE_ANTICIPATION_CREDITED" |
+| RECEIVABLE_ANTICIPATION_DEBITED | String | ✅ | "RECEIVABLE_ANTICIPATION_DEBITED" |
+| RECEIVABLE_ANTICIPATION_DENIED | String | ✅ | "RECEIVABLE_ANTICIPATION_DENIED" |
+| RECEIVABLE_ANTICIPATION_OVERDUE | String | ✅ | "RECEIVABLE_ANTICIPATION_OVERDUE" |
+| MOBILE_PHONE_RECHARGE_PENDING | String | ✅ | "MOBILE_PHONE_RECHARGE_PENDING" |
+| MOBILE_PHONE_RECHARGE_CANCELLED | String | ✅ | "MOBILE_PHONE_RECHARGE_CANCELLED" |
+| MOBILE_PHONE_RECHARGE_CONFIRMED | String | ✅ | "MOBILE_PHONE_RECHARGE_CONFIRMED" |
+| MOBILE_PHONE_RECHARGE_REFUNDED | String | ✅ | "MOBILE_PHONE_RECHARGE_REFUNDED" |
+| ACCOUNT_STATUS_BANK_ACCOUNT_INFO_APPROVED | String | ✅ | "ACCOUNT_STATUS_BANK_ACCOUNT_INFO_APPROVED" |
+| ACCOUNT_STATUS_BANK_ACCOUNT_INFO_AWAITING_APPROVAL | String | ✅ | "ACCOUNT_STATUS_BANK_ACCOUNT_INFO_AWAITING_APPROVAL" |
+| ACCOUNT_STATUS_BANK_ACCOUNT_INFO_PENDING | String | ✅ | "ACCOUNT_STATUS_BANK_ACCOUNT_INFO_PENDING" |
+| ACCOUNT_STATUS_BANK_ACCOUNT_INFO_REJECTED | String | ✅ | "ACCOUNT_STATUS_BANK_ACCOUNT_INFO_REJECTED" |
+| ACCOUNT_STATUS_COMMERCIAL_INFO_APPROVED | String | ✅ | "ACCOUNT_STATUS_COMMERCIAL_INFO_APPROVED" |
+| ACCOUNT_STATUS_COMMERCIAL_INFO_AWAITING_APPROVAL | String | ✅ | "ACCOUNT_STATUS_COMMERCIAL_INFO_AWAITING_APPROVAL" |
+| ACCOUNT_STATUS_COMMERCIAL_INFO_EXPIRED | String | ✅ | "ACCOUNT_STATUS_COMMERCIAL_INFO_EXPIRED" |
+| ACCOUNT_STATUS_COMMERCIAL_INFO_EXPIRING_SOON | String | ✅ | "ACCOUNT_STATUS_COMMERCIAL_INFO_EXPIRING_SOON" |
+| ACCOUNT_STATUS_COMMERCIAL_INFO_PENDING | String | ✅ | "ACCOUNT_STATUS_COMMERCIAL_INFO_PENDING" |
+| ACCOUNT_STATUS_COMMERCIAL_INFO_REJECTED | String | ✅ | "ACCOUNT_STATUS_COMMERCIAL_INFO_REJECTED" |
+| ACCOUNT_STATUS_DOCUMENT_APPROVED | String | ✅ | "ACCOUNT_STATUS_DOCUMENT_APPROVED" |
+| ACCOUNT_STATUS_DOCUMENT_AWAITING_APPROVAL | String | ✅ | "ACCOUNT_STATUS_DOCUMENT_AWAITING_APPROVAL" |
+| ACCOUNT_STATUS_DOCUMENT_PENDING | String | ✅ | "ACCOUNT_STATUS_DOCUMENT_PENDING" |
+| ACCOUNT_STATUS_DOCUMENT_REJECTED | String | ✅ | "ACCOUNT_STATUS_DOCUMENT_REJECTED" |
+| ACCOUNT_STATUS_GENERAL_APPROVAL_APPROVED | String | ✅ | "ACCOUNT_STATUS_GENERAL_APPROVAL_APPROVED" |
+| ACCOUNT_STATUS_GENERAL_APPROVAL_AWAITING_APPROVAL | String | ✅ | "ACCOUNT_STATUS_GENERAL_APPROVAL_AWAITING_APPROVAL" |
+| ACCOUNT_STATUS_GENERAL_APPROVAL_PENDING | String | ✅ | "ACCOUNT_STATUS_GENERAL_APPROVAL_PENDING" |
+| ACCOUNT_STATUS_GENERAL_APPROVAL_REJECTED | String | ✅ | "ACCOUNT_STATUS_GENERAL_APPROVAL_REJECTED" |
+| SUBSCRIPTION_CREATED | String | ✅ | "SUBSCRIPTION_CREATED" |
+| SUBSCRIPTION_UPDATED | String | ✅ | "SUBSCRIPTION_UPDATED" |
+| SUBSCRIPTION_INACTIVATED | String | ✅ | "SUBSCRIPTION_INACTIVATED" |
+| SUBSCRIPTION_DELETED | String | ✅ | "SUBSCRIPTION_DELETED" |
+| SUBSCRIPTION_SPLIT_DISABLED | String | ✅ | "SUBSCRIPTION_SPLIT_DISABLED" |
+| SUBSCRIPTION_SPLIT_DIVERGENCE_BLOCK | String | ✅ | "SUBSCRIPTION_SPLIT_DIVERGENCE_BLOCK" |
+| SUBSCRIPTION_SPLIT_DIVERGENCE_BLOCK_FINISHED | String | ✅ | "SUBSCRIPTION_SPLIT_DIVERGENCE_BLOCK_FINISHED" |
+| CHECKOUT_CREATED | String | ✅ | "CHECKOUT_CREATED" |
+| CHECKOUT_CANCELED | String | ✅ | "CHECKOUT_CANCELED" |
+| CHECKOUT_EXPIRED | String | ✅ | "CHECKOUT_EXPIRED" |
+| CHECKOUT_PAID | String | ✅ | "CHECKOUT_PAID" |
+
+
diff --git a/documentation/models/WebhookConfigUpdateRequestWebhookSendType.md b/documentation/models/WebhookConfigUpdateRequestWebhookSendType.md
new file mode 100644
index 0000000..d6e2f85
--- /dev/null
+++ b/documentation/models/WebhookConfigUpdateRequestWebhookSendType.md
@@ -0,0 +1,12 @@
+# WebhookConfigUpdateRequestWebhookSendType
+
+Sequential (SEQUENTIALLY) or non-sequential (NON_SEQUENTIALLY)
+
+**Properties**
+
+| Name | Type | Required | Description |
+| :--------------- | :----- | :------- | :----------------- |
+| NON_SEQUENTIALLY | String | ✅ | "NON_SEQUENTIALLY" |
+| SEQUENTIALLY | String | ✅ | "SEQUENTIALLY" |
+
+
diff --git a/documentation/services/AccountDocumentService.md b/documentation/services/AccountDocumentService.md
index c2f6469..e7a7d4a 100644
--- a/documentation/services/AccountDocumentService.md
+++ b/documentation/services/AccountDocumentService.md
@@ -5,7 +5,7 @@ A list of all methods in the `AccountDocumentService` service. Click on the meth
| Methods | Description |
| :---------------------------------------------- | :---------- |
| [checkPendingDocuments](#checkpendingdocuments) | |
-| [sendDocumentsViaApi](#senddocumentsviaapi) | |
+| [sendDocuments](#senddocuments) | |
| [viewDocumentSent](#viewdocumentsent) | |
| [updateSentDocument](#updatesentdocument) | |
| [removeSentDocument](#removesentdocument) | |
@@ -17,7 +17,7 @@ A list of all methods in the `AccountDocumentService` service. Click on the meth
**Return Type**
-`ApiAccountDocumentShowResponseDto`
+`AccountDocumentShowResponseDto`
**Example Usage Code Snippet**
@@ -25,7 +25,7 @@ A list of all methods in the `AccountDocumentService` service. Click on the meth
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiAccountDocumentShowResponseDto;
+import com.asaas.apisdk.models.AccountDocumentShowResponseDto;
public class Main {
@@ -36,7 +36,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiAccountDocumentShowResponseDto response = asaasSdk.accountDocument.checkPendingDocuments();
+ AccountDocumentShowResponseDto response = asaasSdk.accountDocument.checkPendingDocuments();
System.out.println(response);
}
@@ -44,22 +44,22 @@ public class Main {
```
-## sendDocumentsViaApi
+## sendDocuments
- HTTP Method: `POST`
- Endpoint: `/v3/myAccount/documents/{id}`
**Parameters**
-| Name | Type | Required | Description |
-| :------------------------------- | :-------------------------------------------------------------------------------- | :------- | :---------------------------------- |
-| id | String | ✅ | Unique document identifier in Asaas |
-| apiAccountDocumentSaveRequestDto | [ApiAccountDocumentSaveRequestDto](../models/ApiAccountDocumentSaveRequestDto.md) | ❌ | Request Body |
-| \_filename | [String](../models/String.md) | ✅ | Filename for the uploaded file |
+| Name | Type | Required | Description |
+| :---------------------------- | :-------------------------------------------------------------------------- | :------- | :---------------------------------- |
+| id | String | ✅ | Unique document identifier in Asaas |
+| accountDocumentSaveRequestDto | [AccountDocumentSaveRequestDto](../models/AccountDocumentSaveRequestDto.md) | ❌ | Request Body |
+| \_filename | [String](../models/String.md) | ✅ | Filename for the uploaded file |
**Return Type**
-`ApiAccountDocumentGetResponseDto`
+`AccountDocumentGetResponseDto`
**Example Usage Code Snippet**
@@ -67,36 +67,38 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiAccountDocumentGetResponseDto;
-import com.asaas.apisdk.models.ApiAccountDocumentSaveRequestCustomerDocumentType;
-import com.asaas.apisdk.models.ApiAccountDocumentSaveRequestDto;
+import com.asaas.apisdk.models.AccountDocumentGetResponseDto;
+import com.asaas.apisdk.models.AccountDocumentSaveRequestAccountDocumentType;
+import com.asaas.apisdk.models.AccountDocumentSaveRequestDto;
public class Main {
- public static void main(String[] args) {
- AsaasSdkConfig config = AsaasSdkConfig.builder()
- .apiKeyAuthConfig(
- ApiKeyAuthConfig.builder()
- .apiKey("YOUR_API_KEY")
- .build()
- )
- .build();
- AsaasSdk asaasSdk = new AsaasSdk(config);
+ public static void main(String[] args) {
+ AsaasSdkConfig config = AsaasSdkConfig.builder()
+ .apiKeyAuthConfig(ApiKeyAuthConfig.builder().apiKey("YOUR_API_KEY").build())
+ .build();
- ApiAccountDocumentSaveRequestDto apiAccountDocumentSaveRequestDto = ApiAccountDocumentSaveRequestDto.builder()
- .documentFile(ut Ut )
- .type(ApiAccountDocumentSaveRequestCustomerDocumentType.IDENTIFICATION)
- .build();
- ApiAccountDocumentSaveRequestDto apiAccountDocumentSaveRequestDto = ApiAccountDocumentSaveRequestDto.builder()
- .documentFile(ut Ut )
- .type(ApiAccountDocumentSaveRequestCustomerDocumentType.IDENTIFICATION)
- .build();
+ AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiAccountDocumentGetResponseDto response = asaasSdk.accountDocument.sendDocumentsViaApi("8d257732-2220-11ec-b695-b6af4a64184d", apiAccountDocumentSaveRequestDto, apiAccountDocumentSaveRequestDto);
+ AccountDocumentSaveRequestDto accountDocumentSaveRequestDto = AccountDocumentSaveRequestDto.builder()
+ .documentFile(sintl)
+ .type(AccountDocumentSaveRequestAccountDocumentType.IDENTIFICATION)
+ .build();
+ AccountDocumentSaveRequestDto accountDocumentSaveRequestDto = AccountDocumentSaveRequestDto.builder()
+ .documentFile(sintl)
+ .type(AccountDocumentSaveRequestAccountDocumentType.IDENTIFICATION)
+ .build();
- System.out.println(response);
- }
+ AccountDocumentGetResponseDto response = asaasSdk.accountDocument.sendDocuments(
+ "8d257732-2220-11ec-b695-b6af4a64184d",
+ accountDocumentSaveRequestDto,
+ accountDocumentSaveRequestDto
+ );
+
+ System.out.println(response);
+ }
}
+
```
## viewDocumentSent
@@ -112,7 +114,7 @@ public class Main {
**Return Type**
-`ApiAccountDocumentGetResponseDto`
+`AccountDocumentGetResponseDto`
**Example Usage Code Snippet**
@@ -120,7 +122,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiAccountDocumentGetResponseDto;
+import com.asaas.apisdk.models.AccountDocumentGetResponseDto;
public class Main {
@@ -131,7 +133,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiAccountDocumentGetResponseDto response = asaasSdk.accountDocument.viewDocumentSent(
+ AccountDocumentGetResponseDto response = asaasSdk.accountDocument.viewDocumentSent(
"8d257732-2220-11ec-b695-b6af4a64184d"
);
@@ -148,15 +150,15 @@ public class Main {
**Parameters**
-| Name | Type | Required | Description |
-| :--------------------------------- | :------------------------------------------------------------------------------------ | :------- | :---------------------------------- |
-| id | String | ✅ | Unique document identifier in Asaas |
-| apiAccountDocumentUpdateRequestDto | [ApiAccountDocumentUpdateRequestDto](../models/ApiAccountDocumentUpdateRequestDto.md) | ❌ | Request Body |
-| \_filename | [String](../models/String.md) | ✅ | Filename for the uploaded file |
+| Name | Type | Required | Description |
+| :------------------------------ | :------------------------------------------------------------------------------ | :------- | :---------------------------------- |
+| id | String | ✅ | Unique document identifier in Asaas |
+| accountDocumentUpdateRequestDto | [AccountDocumentUpdateRequestDto](../models/AccountDocumentUpdateRequestDto.md) | ❌ | Request Body |
+| \_filename | [String](../models/String.md) | ✅ | Filename for the uploaded file |
**Return Type**
-`ApiAccountDocumentGetResponseDto`
+`AccountDocumentGetResponseDto`
**Example Usage Code Snippet**
@@ -164,35 +166,33 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiAccountDocumentGetResponseDto;
-import com.asaas.apisdk.models.ApiAccountDocumentUpdateRequestDto;
+import com.asaas.apisdk.models.AccountDocumentGetResponseDto;
+import com.asaas.apisdk.models.AccountDocumentUpdateRequestDto;
public class Main {
+ public static void main(String[] args) {
+ AsaasSdkConfig config = AsaasSdkConfig.builder()
+ .apiKeyAuthConfig(
+ ApiKeyAuthConfig.builder()
+ .apiKey("YOUR_API_KEY")
+ .build()
+ )
+ .build();
- public static void main(String[] args) {
- AsaasSdkConfig config = AsaasSdkConfig.builder()
- .apiKeyAuthConfig(ApiKeyAuthConfig.builder().apiKey("YOUR_API_KEY").build())
- .build();
-
- AsaasSdk asaasSdk = new AsaasSdk(config);
+ AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiAccountDocumentUpdateRequestDto apiAccountDocumentUpdateRequestDto = ApiAccountDocumentUpdateRequestDto.builder()
- .documentFile(sintl)
- .build();
- ApiAccountDocumentUpdateRequestDto apiAccountDocumentUpdateRequestDto = ApiAccountDocumentUpdateRequestDto.builder()
- .documentFile(sintl)
- .build();
+ AccountDocumentUpdateRequestDto accountDocumentUpdateRequestDto = AccountDocumentUpdateRequestDto.builder()
+ .documentFile(dolor cul)
+ .build();
+ AccountDocumentUpdateRequestDto accountDocumentUpdateRequestDto = AccountDocumentUpdateRequestDto.builder()
+ .documentFile(dolor cul)
+ .build();
- ApiAccountDocumentGetResponseDto response = asaasSdk.accountDocument.updateSentDocument(
- "8d257732-2220-11ec-b695-b6af4a64184d",
- apiAccountDocumentUpdateRequestDto,
- apiAccountDocumentUpdateRequestDto
- );
+ AccountDocumentGetResponseDto response = asaasSdk.accountDocument.updateSentDocument("8d257732-2220-11ec-b695-b6af4a64184d", accountDocumentUpdateRequestDto, accountDocumentUpdateRequestDto);
- System.out.println(response);
- }
+ System.out.println(response);
+ }
}
-
```
## removeSentDocument
@@ -208,7 +208,7 @@ public class Main {
**Return Type**
-`ApiAccountDocumentDeleteResponseDto`
+`AccountDocumentDeleteResponseDto`
**Example Usage Code Snippet**
@@ -216,7 +216,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiAccountDocumentDeleteResponseDto;
+import com.asaas.apisdk.models.AccountDocumentDeleteResponseDto;
public class Main {
@@ -227,7 +227,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiAccountDocumentDeleteResponseDto response = asaasSdk.accountDocument.removeSentDocument(
+ AccountDocumentDeleteResponseDto response = asaasSdk.accountDocument.removeSentDocument(
"8d257732-2220-11ec-b695-b6af4a64184d"
);
diff --git a/documentation/services/AccountInfoService.md b/documentation/services/AccountInfoService.md
index 6c16637..3e961be 100644
--- a/documentation/services/AccountInfoService.md
+++ b/documentation/services/AccountInfoService.md
@@ -21,7 +21,7 @@ A list of all methods in the `AccountInfoService` service. Click on the method n
**Return Type**
-`ApiCustomerUpdateRequestGetResponseDto`
+`AccountInfoGetResponseDto`
**Example Usage Code Snippet**
@@ -29,7 +29,7 @@ A list of all methods in the `AccountInfoService` service. Click on the method n
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiCustomerUpdateRequestGetResponseDto;
+import com.asaas.apisdk.models.AccountInfoGetResponseDto;
public class Main {
@@ -40,7 +40,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiCustomerUpdateRequestGetResponseDto response = asaasSdk.accountInfo.retrieveBusinessData();
+ AccountInfoGetResponseDto response = asaasSdk.accountInfo.retrieveBusinessData();
System.out.println(response);
}
@@ -55,13 +55,13 @@ public class Main {
**Parameters**
-| Name | Type | Required | Description |
-| :------------------------------------- | :-------------------------------------------------------------------------------------------- | :------- | :----------- |
-| apiCustomerUpdateRequestSaveRequestDto | [ApiCustomerUpdateRequestSaveRequestDto](../models/ApiCustomerUpdateRequestSaveRequestDto.md) | ❌ | Request Body |
+| Name | Type | Required | Description |
+| :------------------------ | :------------------------------------------------------------------ | :------- | :----------- |
+| accountInfoSaveRequestDto | [AccountInfoSaveRequestDto](../models/AccountInfoSaveRequestDto.md) | ❌ | Request Body |
**Return Type**
-`ApiCustomerUpdateRequestGetResponseDto`
+`AccountInfoGetResponseDto`
**Example Usage Code Snippet**
@@ -69,10 +69,10 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiCustomerUpdateRequestGetResponseDto;
-import com.asaas.apisdk.models.ApiCustomerUpdateRequestSaveRequestCompanyType;
-import com.asaas.apisdk.models.ApiCustomerUpdateRequestSaveRequestDto;
-import com.asaas.apisdk.models.ApiCustomerUpdateRequestSaveRequestPersonType;
+import com.asaas.apisdk.models.AccountInfoGetResponseDto;
+import com.asaas.apisdk.models.AccountInfoSaveRequestCompanyType;
+import com.asaas.apisdk.models.AccountInfoSaveRequestDto;
+import com.asaas.apisdk.models.AccountInfoSaveRequestPersonType;
public class Main {
@@ -83,27 +83,25 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiCustomerUpdateRequestSaveRequestDto apiCustomerUpdateRequestSaveRequestDto =
- ApiCustomerUpdateRequestSaveRequestDto.builder()
- .personType(ApiCustomerUpdateRequestSaveRequestPersonType.JURIDICA)
- .cpfCnpj("66625514000140")
- .birthDate("1995-04-12")
- .companyType(ApiCustomerUpdateRequestSaveRequestCompanyType.MEI)
- .incomeValue(25000D)
- .email("john.doe@asaas.com.br")
- .phone("phone")
- .mobilePhone("mobilePhone")
- .site("site")
- .postalCode("89223005")
- .address("Av. Rolf Wiest")
- .addressNumber("659")
- .complement("complement")
- .province("Bom Retiro")
- .build();
+ AccountInfoSaveRequestDto accountInfoSaveRequestDto = AccountInfoSaveRequestDto.builder()
+ .personType(AccountInfoSaveRequestPersonType.JURIDICA)
+ .cpfCnpj("66625514000140")
+ .birthDate("1995-04-12")
+ .companyType(AccountInfoSaveRequestCompanyType.MEI)
+ .companyName("ASAAS")
+ .incomeValue(25000D)
+ .email("john.doe@asaas.com.br")
+ .phone("phone")
+ .mobilePhone("mobilePhone")
+ .site("site")
+ .postalCode("89223005")
+ .address("Av. Rolf Wiest")
+ .addressNumber("659")
+ .complement("complement")
+ .province("Bom Retiro")
+ .build();
- ApiCustomerUpdateRequestGetResponseDto response = asaasSdk.accountInfo.updateBusinessData(
- apiCustomerUpdateRequestSaveRequestDto
- );
+ AccountInfoGetResponseDto response = asaasSdk.accountInfo.updateBusinessData(accountInfoSaveRequestDto);
System.out.println(response);
}
@@ -118,7 +116,7 @@ public class Main {
**Return Type**
-`ApiPaymentCheckoutConfigGetResponseDto`
+`PaymentCheckoutConfigGetResponseDto`
**Example Usage Code Snippet**
@@ -126,7 +124,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentCheckoutConfigGetResponseDto;
+import com.asaas.apisdk.models.PaymentCheckoutConfigGetResponseDto;
public class Main {
@@ -137,7 +135,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentCheckoutConfigGetResponseDto response = asaasSdk.accountInfo.retrievePersonalizationSettings();
+ PaymentCheckoutConfigGetResponseDto response = asaasSdk.accountInfo.retrievePersonalizationSettings();
System.out.println(response);
}
@@ -152,14 +150,14 @@ public class Main {
**Parameters**
-| Name | Type | Required | Description |
-| :------------------------------------- | :-------------------------------------------------------------------------------------------- | :------- | :----------------------------- |
-| apiPaymentCheckoutConfigSaveRequestDto | [ApiPaymentCheckoutConfigSaveRequestDto](../models/ApiPaymentCheckoutConfigSaveRequestDto.md) | ❌ | Request Body |
-| \_filename | [String](../models/String.md) | ✅ | Filename for the uploaded file |
+| Name | Type | Required | Description |
+| :---------------------------------- | :-------------------------------------------------------------------------------------- | :------- | :----------------------------- |
+| paymentCheckoutConfigSaveRequestDto | [PaymentCheckoutConfigSaveRequestDto](../models/PaymentCheckoutConfigSaveRequestDto.md) | ❌ | Request Body |
+| \_filename | [String](../models/String.md) | ✅ | Filename for the uploaded file |
**Return Type**
-`ApiPaymentCheckoutConfigGetResponseDto`
+`PaymentCheckoutConfigGetResponseDto`
**Example Usage Code Snippet**
@@ -167,8 +165,8 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentCheckoutConfigGetResponseDto;
-import com.asaas.apisdk.models.ApiPaymentCheckoutConfigSaveRequestDto;
+import com.asaas.apisdk.models.PaymentCheckoutConfigGetResponseDto;
+import com.asaas.apisdk.models.PaymentCheckoutConfigSaveRequestDto;
public class Main {
@@ -179,26 +177,26 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentCheckoutConfigSaveRequestDto apiPaymentCheckoutConfigSaveRequestDto =
- ApiPaymentCheckoutConfigSaveRequestDto.builder()
+ PaymentCheckoutConfigSaveRequestDto paymentCheckoutConfigSaveRequestDto =
+ PaymentCheckoutConfigSaveRequestDto.builder()
.logoBackgroundColor("#00ff00")
.infoBackgroundColor("#000fff")
.fontColor("#00ff0")
.enabled(true)
- .logoFile(repre)
+ .logoFile(adipisicing)
.build();
- ApiPaymentCheckoutConfigSaveRequestDto apiPaymentCheckoutConfigSaveRequestDto =
- ApiPaymentCheckoutConfigSaveRequestDto.builder()
+ PaymentCheckoutConfigSaveRequestDto paymentCheckoutConfigSaveRequestDto =
+ PaymentCheckoutConfigSaveRequestDto.builder()
.logoBackgroundColor("#00ff00")
.infoBackgroundColor("#000fff")
.fontColor("#00ff0")
.enabled(true)
- .logoFile(repre)
+ .logoFile(adipisicing)
.build();
- ApiPaymentCheckoutConfigGetResponseDto response = asaasSdk.accountInfo.savePaymentCheckoutPersonalization(
- apiPaymentCheckoutConfigSaveRequestDto,
- apiPaymentCheckoutConfigSaveRequestDto
+ PaymentCheckoutConfigGetResponseDto response = asaasSdk.accountInfo.savePaymentCheckoutPersonalization(
+ paymentCheckoutConfigSaveRequestDto,
+ paymentCheckoutConfigSaveRequestDto
);
System.out.println(response);
@@ -214,7 +212,7 @@ public class Main {
**Return Type**
-`ApiMyAccountGetAccountNumberResponseDto`
+`MyAccountGetAccountNumberResponseDto`
**Example Usage Code Snippet**
@@ -222,7 +220,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiMyAccountGetAccountNumberResponseDto;
+import com.asaas.apisdk.models.MyAccountGetAccountNumberResponseDto;
public class Main {
@@ -233,7 +231,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiMyAccountGetAccountNumberResponseDto response = asaasSdk.accountInfo.retrieveAsaasAccountNumber();
+ MyAccountGetAccountNumberResponseDto response = asaasSdk.accountInfo.retrieveAsaasAccountNumber();
System.out.println(response);
}
@@ -248,7 +246,7 @@ public class Main {
**Return Type**
-`ApiMyAccountGetAccountFeesResponseDto`
+`MyAccountGetAccountFeesResponseDto`
**Example Usage Code Snippet**
@@ -256,7 +254,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiMyAccountGetAccountFeesResponseDto;
+import com.asaas.apisdk.models.MyAccountGetAccountFeesResponseDto;
public class Main {
@@ -267,7 +265,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiMyAccountGetAccountFeesResponseDto response = asaasSdk.accountInfo.retrieveAccountFees();
+ MyAccountGetAccountFeesResponseDto response = asaasSdk.accountInfo.retrieveAccountFees();
System.out.println(response);
}
@@ -282,7 +280,7 @@ public class Main {
**Return Type**
-`ApiMyAccountGetStatusResponseDto`
+`MyAccountGetStatusResponseDto`
**Example Usage Code Snippet**
@@ -290,7 +288,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiMyAccountGetStatusResponseDto;
+import com.asaas.apisdk.models.MyAccountGetStatusResponseDto;
public class Main {
@@ -301,7 +299,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiMyAccountGetStatusResponseDto response = asaasSdk.accountInfo.checkAccountRegistrationStatus();
+ MyAccountGetStatusResponseDto response = asaasSdk.accountInfo.checkAccountRegistrationStatus();
System.out.println(response);
}
@@ -316,7 +314,7 @@ public class Main {
**Return Type**
-`ApiWalletShowResponseDto`
+`WalletShowResponseDto`
**Example Usage Code Snippet**
@@ -324,7 +322,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiWalletShowResponseDto;
+import com.asaas.apisdk.models.WalletShowResponseDto;
public class Main {
@@ -335,7 +333,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiWalletShowResponseDto response = asaasSdk.accountInfo.retrieveWalletid();
+ WalletShowResponseDto response = asaasSdk.accountInfo.retrieveWalletid();
System.out.println(response);
}
@@ -356,7 +354,7 @@ public class Main {
**Return Type**
-`ApiMyAccountDisableAccountResponseDto`
+`MyAccountDisableAccountResponseDto`
**Example Usage Code Snippet**
@@ -364,8 +362,8 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiMyAccountDisableAccountResponseDto;
import com.asaas.apisdk.models.DeleteWhiteLabelSubaccountParameters;
+import com.asaas.apisdk.models.MyAccountDisableAccountResponseDto;
public class Main {
@@ -380,7 +378,7 @@ public class Main {
.removeReason("Release data")
.build();
- ApiMyAccountDisableAccountResponseDto response = asaasSdk.accountInfo.deleteWhiteLabelSubaccount(requestParameters);
+ MyAccountDisableAccountResponseDto response = asaasSdk.accountInfo.deleteWhiteLabelSubaccount(requestParameters);
System.out.println(response);
}
diff --git a/documentation/services/AnticipationService.md b/documentation/services/AnticipationService.md
index 20b7007..8034de6 100644
--- a/documentation/services/AnticipationService.md
+++ b/documentation/services/AnticipationService.md
@@ -26,7 +26,7 @@ A list of all methods in the `AnticipationService` service. Click on the method
**Return Type**
-`ApiReceivableAnticipationGetResponseDto`
+`AnticipationGetResponseDto`
**Example Usage Code Snippet**
@@ -34,7 +34,7 @@ A list of all methods in the `AnticipationService` service. Click on the method
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiReceivableAnticipationGetResponseDto;
+import com.asaas.apisdk.models.AnticipationGetResponseDto;
public class Main {
@@ -45,7 +45,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiReceivableAnticipationGetResponseDto response = asaasSdk.anticipation.retrieveASingleAnticipation("id");
+ AnticipationGetResponseDto response = asaasSdk.anticipation.retrieveASingleAnticipation("id");
System.out.println(response);
}
@@ -66,7 +66,7 @@ public class Main {
**Return Type**
-`ApiReceivableAnticipationListResponseDto`
+`AnticipationListResponseDto`
**Example Usage Code Snippet**
@@ -74,8 +74,8 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiReceivableAnticipationListRequestReceivableAnticipationStatus;
-import com.asaas.apisdk.models.ApiReceivableAnticipationListResponseDto;
+import com.asaas.apisdk.models.AnticipationListRequestAnticipationStatus;
+import com.asaas.apisdk.models.AnticipationListResponseDto;
import com.asaas.apisdk.models.ListAnticipationsParameters;
public class Main {
@@ -88,14 +88,14 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
ListAnticipationsParameters requestParameters = ListAnticipationsParameters.builder()
- .offset(1L)
+ .offset(0L)
.limit(10L)
.payment("payment")
.installment("installment")
- .status(ApiReceivableAnticipationListRequestReceivableAnticipationStatus.PENDING)
+ .status(AnticipationListRequestAnticipationStatus.PENDING)
.build();
- ApiReceivableAnticipationListResponseDto response = asaasSdk.anticipation.listAnticipations(requestParameters);
+ AnticipationListResponseDto response = asaasSdk.anticipation.listAnticipations(requestParameters);
System.out.println(response);
}
@@ -110,14 +110,14 @@ public class Main {
**Parameters**
-| Name | Type | Required | Description |
-| :-------------------------------------- | :---------------------------------------------------------------------------------------------- | :------- | :----------------------------- |
-| apiReceivableAnticipationSaveRequestDto | [ApiReceivableAnticipationSaveRequestDto](../models/ApiReceivableAnticipationSaveRequestDto.md) | ❌ | Request Body |
-| \_filename | [String](../models/String.md) | ✅ | Filename for the uploaded file |
+| Name | Type | Required | Description |
+| :------------------------- | :-------------------------------------------------------------------- | :------- | :----------------------------- |
+| anticipationSaveRequestDto | [AnticipationSaveRequestDto](../models/AnticipationSaveRequestDto.md) | ❌ | Request Body |
+| \_filename | [String](../models/String.md) | ✅ | Filename for the uploaded file |
**Return Type**
-`ApiReceivableAnticipationGetResponseDto`
+`AnticipationGetResponseDto`
**Example Usage Code Snippet**
@@ -125,8 +125,8 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiReceivableAnticipationGetResponseDto;
-import com.asaas.apisdk.models.ApiReceivableAnticipationSaveRequestDto;
+import com.asaas.apisdk.models.AnticipationGetResponseDto;
+import com.asaas.apisdk.models.AnticipationSaveRequestDto;
public class Main {
@@ -137,22 +137,20 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiReceivableAnticipationSaveRequestDto apiReceivableAnticipationSaveRequestDto =
- ApiReceivableAnticipationSaveRequestDto.builder()
- .installment("installment")
- .payment("pay_626366773834")
- .documents(occaec)
- .build();
- ApiReceivableAnticipationSaveRequestDto apiReceivableAnticipationSaveRequestDto =
- ApiReceivableAnticipationSaveRequestDto.builder()
- .installment("installment")
- .payment("pay_626366773834")
- .documents(occaec)
- .build();
-
- ApiReceivableAnticipationGetResponseDto response = asaasSdk.anticipation.requestAnticipation(
- apiReceivableAnticipationSaveRequestDto,
- apiReceivableAnticipationSaveRequestDto
+ AnticipationSaveRequestDto anticipationSaveRequestDto = AnticipationSaveRequestDto.builder()
+ .installment("installment")
+ .payment("pay_626366773834")
+ .documents(offic)
+ .build();
+ AnticipationSaveRequestDto anticipationSaveRequestDto = AnticipationSaveRequestDto.builder()
+ .installment("installment")
+ .payment("pay_626366773834")
+ .documents(offic)
+ .build();
+
+ AnticipationGetResponseDto response = asaasSdk.anticipation.requestAnticipation(
+ anticipationSaveRequestDto,
+ anticipationSaveRequestDto
);
System.out.println(response);
@@ -168,13 +166,13 @@ public class Main {
**Parameters**
-| Name | Type | Required | Description |
-| :------------------------------------------ | :------------------------------------------------------------------------------------------------------ | :------- | :----------- |
-| apiReceivableAnticipationSimulateRequestDto | [ApiReceivableAnticipationSimulateRequestDto](../models/ApiReceivableAnticipationSimulateRequestDto.md) | ❌ | Request Body |
+| Name | Type | Required | Description |
+| :----------------------------- | :---------------------------------------------------------------------------- | :------- | :----------- |
+| anticipationSimulateRequestDto | [AnticipationSimulateRequestDto](../models/AnticipationSimulateRequestDto.md) | ❌ | Request Body |
**Return Type**
-`ApiReceivableAnticipationSimulateResponseDto`
+`AnticipationSimulateResponseDto`
**Example Usage Code Snippet**
@@ -182,8 +180,8 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiReceivableAnticipationSimulateRequestDto;
-import com.asaas.apisdk.models.ApiReceivableAnticipationSimulateResponseDto;
+import com.asaas.apisdk.models.AnticipationSimulateRequestDto;
+import com.asaas.apisdk.models.AnticipationSimulateResponseDto;
public class Main {
@@ -194,14 +192,13 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiReceivableAnticipationSimulateRequestDto apiReceivableAnticipationSimulateRequestDto =
- ApiReceivableAnticipationSimulateRequestDto.builder()
- .installment("installment")
- .payment("pay_626366773834")
- .build();
+ AnticipationSimulateRequestDto anticipationSimulateRequestDto = AnticipationSimulateRequestDto.builder()
+ .installment("installment")
+ .payment("pay_626366773834")
+ .build();
- ApiReceivableAnticipationSimulateResponseDto response = asaasSdk.anticipation.simulateAnticipation(
- apiReceivableAnticipationSimulateRequestDto
+ AnticipationSimulateResponseDto response = asaasSdk.anticipation.simulateAnticipation(
+ anticipationSimulateRequestDto
);
System.out.println(response);
@@ -217,7 +214,7 @@ public class Main {
**Return Type**
-`ApiReceivableAnticipationConfigurationGetResponseDto`
+`AnticipationConfigurationGetResponseDto`
**Example Usage Code Snippet**
@@ -225,7 +222,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiReceivableAnticipationConfigurationGetResponseDto;
+import com.asaas.apisdk.models.AnticipationConfigurationGetResponseDto;
public class Main {
@@ -236,8 +233,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiReceivableAnticipationConfigurationGetResponseDto response =
- asaasSdk.anticipation.retrieveStatusOfAutomaticAnticipation();
+ AnticipationConfigurationGetResponseDto response = asaasSdk.anticipation.retrieveStatusOfAutomaticAnticipation();
System.out.println(response);
}
@@ -252,13 +248,13 @@ public class Main {
**Parameters**
-| Name | Type | Required | Description |
-| :----------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------- | :------- | :----------- |
-| apiReceivableAnticipationConfigurationUpdateRequestDto | [ApiReceivableAnticipationConfigurationUpdateRequestDto](../models/ApiReceivableAnticipationConfigurationUpdateRequestDto.md) | ❌ | Request Body |
+| Name | Type | Required | Description |
+| :---------------------------------------- | :-------------------------------------------------------------------------------------------------- | :------- | :----------- |
+| anticipationConfigurationUpdateRequestDto | [AnticipationConfigurationUpdateRequestDto](../models/AnticipationConfigurationUpdateRequestDto.md) | ❌ | Request Body |
**Return Type**
-`ApiReceivableAnticipationConfigurationGetResponseDto`
+`AnticipationConfigurationGetResponseDto`
**Example Usage Code Snippet**
@@ -266,8 +262,8 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiReceivableAnticipationConfigurationGetResponseDto;
-import com.asaas.apisdk.models.ApiReceivableAnticipationConfigurationUpdateRequestDto;
+import com.asaas.apisdk.models.AnticipationConfigurationGetResponseDto;
+import com.asaas.apisdk.models.AnticipationConfigurationUpdateRequestDto;
public class Main {
@@ -278,11 +274,12 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiReceivableAnticipationConfigurationUpdateRequestDto apiReceivableAnticipationConfigurationUpdateRequestDto =
- ApiReceivableAnticipationConfigurationUpdateRequestDto.builder().creditCardAutomaticEnabled(true).build();
+ AnticipationConfigurationUpdateRequestDto anticipationConfigurationUpdateRequestDto =
+ AnticipationConfigurationUpdateRequestDto.builder().creditCardAutomaticEnabled(true).build();
- ApiReceivableAnticipationConfigurationGetResponseDto response =
- asaasSdk.anticipation.updateStatusOfAutomaticAnticipation(apiReceivableAnticipationConfigurationUpdateRequestDto);
+ AnticipationConfigurationGetResponseDto response = asaasSdk.anticipation.updateStatusOfAutomaticAnticipation(
+ anticipationConfigurationUpdateRequestDto
+ );
System.out.println(response);
}
@@ -297,7 +294,7 @@ public class Main {
**Return Type**
-`ApiReceivableAnticipationLimitsResponseDto`
+`AnticipationLimitsResponseDto`
**Example Usage Code Snippet**
@@ -305,7 +302,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiReceivableAnticipationLimitsResponseDto;
+import com.asaas.apisdk.models.AnticipationLimitsResponseDto;
public class Main {
@@ -316,7 +313,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiReceivableAnticipationLimitsResponseDto response = asaasSdk.anticipation.retrieveAnticipationLimits();
+ AnticipationLimitsResponseDto response = asaasSdk.anticipation.retrieveAnticipationLimits();
System.out.println(response);
}
@@ -338,7 +335,7 @@ public class Main {
**Return Type**
-`ApiReceivableAnticipationGetResponseDto`
+`AnticipationGetResponseDto`
**Example Usage Code Snippet**
@@ -346,7 +343,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiReceivableAnticipationGetResponseDto;
+import com.asaas.apisdk.models.AnticipationGetResponseDto;
public class Main {
@@ -357,7 +354,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiReceivableAnticipationGetResponseDto response = asaasSdk.anticipation.cancelAnticipation("id", new Object());
+ AnticipationGetResponseDto response = asaasSdk.anticipation.cancelAnticipation("id", new Object());
System.out.println(response);
}
diff --git a/documentation/services/BillService.md b/documentation/services/BillService.md
index 79d0a00..60644b3 100644
--- a/documentation/services/BillService.md
+++ b/documentation/services/BillService.md
@@ -23,7 +23,7 @@ A list of all methods in the `BillService` service. Click on the method name to
**Return Type**
-`ApiBillListResponseDto`
+`BillListResponseDto`
**Example Usage Code Snippet**
@@ -31,7 +31,7 @@ A list of all methods in the `BillService` service. Click on the method name to
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiBillListResponseDto;
+import com.asaas.apisdk.models.BillListResponseDto;
import com.asaas.apisdk.models.ListBillPaymentsParameters;
public class Main {
@@ -45,7 +45,7 @@ public class Main {
ListBillPaymentsParameters requestParameters = ListBillPaymentsParameters.builder().offset(4L).limit(10L).build();
- ApiBillListResponseDto response = asaasSdk.bill.listBillPayments(requestParameters);
+ BillListResponseDto response = asaasSdk.bill.listBillPayments(requestParameters);
System.out.println(response);
}
@@ -60,13 +60,13 @@ public class Main {
**Parameters**
-| Name | Type | Required | Description |
-| :-------------------- | :---------------------------------------------------------- | :------- | :----------- |
-| apiBillSaveRequestDto | [ApiBillSaveRequestDto](../models/ApiBillSaveRequestDto.md) | ❌ | Request Body |
+| Name | Type | Required | Description |
+| :----------------- | :---------------------------------------------------- | :------- | :----------- |
+| billSaveRequestDto | [BillSaveRequestDto](../models/BillSaveRequestDto.md) | ❌ | Request Body |
**Return Type**
-`ApiBillGetResponseDto`
+`BillGetResponseDto`
**Example Usage Code Snippet**
@@ -74,8 +74,8 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiBillGetResponseDto;
-import com.asaas.apisdk.models.ApiBillSaveRequestDto;
+import com.asaas.apisdk.models.BillGetResponseDto;
+import com.asaas.apisdk.models.BillSaveRequestDto;
public class Main {
@@ -86,19 +86,19 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiBillSaveRequestDto apiBillSaveRequestDto = ApiBillSaveRequestDto.builder()
+ BillSaveRequestDto billSaveRequestDto = BillSaveRequestDto.builder()
.identificationField("03399.77779 29900.000000 04751.101017 1 81510000002990")
.scheduleDate("2020-03-15")
.description("Celular 03/12")
- .discount(2.88D)
- .interest(4.04D)
- .fine(0.74D)
+ .discount(4.52D)
+ .interest(3.73D)
+ .fine(0.02D)
.dueDate("2020-03-30")
.value(29D)
.externalReference("056984")
.build();
- ApiBillGetResponseDto response = asaasSdk.bill.createABillPayment(apiBillSaveRequestDto);
+ BillGetResponseDto response = asaasSdk.bill.createABillPayment(billSaveRequestDto);
System.out.println(response);
}
@@ -113,13 +113,13 @@ public class Main {
**Parameters**
-| Name | Type | Required | Description |
-| :------------------------ | :------------------------------------------------------------------ | :------- | :----------- |
-| apiBillSimulateRequestDto | [ApiBillSimulateRequestDto](../models/ApiBillSimulateRequestDto.md) | ❌ | Request Body |
+| Name | Type | Required | Description |
+| :--------------------- | :------------------------------------------------------------ | :------- | :----------- |
+| billSimulateRequestDto | [BillSimulateRequestDto](../models/BillSimulateRequestDto.md) | ❌ | Request Body |
**Return Type**
-`ApiBillSimulateResponseDto`
+`BillSimulateResponseDto`
**Example Usage Code Snippet**
@@ -127,8 +127,8 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiBillSimulateRequestDto;
-import com.asaas.apisdk.models.ApiBillSimulateResponseDto;
+import com.asaas.apisdk.models.BillSimulateRequestDto;
+import com.asaas.apisdk.models.BillSimulateResponseDto;
public class Main {
@@ -139,12 +139,12 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiBillSimulateRequestDto apiBillSimulateRequestDto = ApiBillSimulateRequestDto.builder()
+ BillSimulateRequestDto billSimulateRequestDto = BillSimulateRequestDto.builder()
.identificationField("03399.77779 29900.000000 04751.101017 1 81510000002990")
.barCode("barCode")
.build();
- ApiBillSimulateResponseDto response = asaasSdk.bill.simulateABillPayment(apiBillSimulateRequestDto);
+ BillSimulateResponseDto response = asaasSdk.bill.simulateABillPayment(billSimulateRequestDto);
System.out.println(response);
}
@@ -165,7 +165,7 @@ public class Main {
**Return Type**
-`ApiBillGetResponseDto`
+`BillGetResponseDto`
**Example Usage Code Snippet**
@@ -173,7 +173,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiBillGetResponseDto;
+import com.asaas.apisdk.models.BillGetResponseDto;
public class Main {
@@ -184,7 +184,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiBillGetResponseDto response = asaasSdk.bill.retrieveASingleBillPayment("f1bce822-6f37-4905-8de8-f1af9f2f4bab");
+ BillGetResponseDto response = asaasSdk.bill.retrieveASingleBillPayment("f1bce822-6f37-4905-8de8-f1af9f2f4bab");
System.out.println(response);
}
@@ -208,7 +208,7 @@ Allows canceling the bill payment. Use the `canBeCancelled` property of the `bil
**Return Type**
-`ApiBillGetResponseDto`
+`BillGetResponseDto`
**Example Usage Code Snippet**
@@ -216,7 +216,7 @@ Allows canceling the bill payment. Use the `canBeCancelled` property of the `bil
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiBillGetResponseDto;
+import com.asaas.apisdk.models.BillGetResponseDto;
public class Main {
@@ -227,10 +227,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiBillGetResponseDto response = asaasSdk.bill.cancelBillPayment(
- "1bce822-6f37-4905-8de8-f1af9f2f4bab",
- new Object()
- );
+ BillGetResponseDto response = asaasSdk.bill.cancelBillPayment("1bce822-6f37-4905-8de8-f1af9f2f4bab", new Object());
System.out.println(response);
}
diff --git a/documentation/services/ChargebackService.md b/documentation/services/ChargebackService.md
index fed8e60..4cee083 100644
--- a/documentation/services/ChargebackService.md
+++ b/documentation/services/ChargebackService.md
@@ -15,15 +15,15 @@ A list of all methods in the `ChargebackService` service. Click on the method na
**Parameters**
-| Name | Type | Required | Description |
-| :--------------------------------- | :------------------------------------------------------------------------------------ | :------- | :--------------------------------------------------------------------- |
-| id | String | ✅ | Unique identifier of chargeback for which the dispute will be created. |
-| apiChargebackSaveDisputeRequestDto | [ApiChargebackSaveDisputeRequestDto](../models/ApiChargebackSaveDisputeRequestDto.md) | ❌ | Request Body |
-| \_filename | [String](../models/String.md) | ✅ | Filename for the uploaded file |
+| Name | Type | Required | Description |
+| :------------------------------ | :------------------------------------------------------------------------------ | :------- | :--------------------------------------------------------------------- |
+| id | String | ✅ | Unique identifier of chargeback for which the dispute will be created. |
+| chargebackSaveDisputeRequestDto | [ChargebackSaveDisputeRequestDto](../models/ChargebackSaveDisputeRequestDto.md) | ❌ | Request Body |
+| \_filename | [String](../models/String.md) | ✅ | Filename for the uploaded file |
**Return Type**
-`ApiChargebackSaveDisputeResponseDto`
+`ChargebackSaveDisputeResponseDto`
**Example Usage Code Snippet**
@@ -31,8 +31,8 @@ A list of all methods in the `ChargebackService` service. Click on the method na
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiChargebackSaveDisputeRequestDto;
-import com.asaas.apisdk.models.ApiChargebackSaveDisputeResponseDto;
+import com.asaas.apisdk.models.ChargebackSaveDisputeRequestDto;
+import com.asaas.apisdk.models.ChargebackSaveDisputeResponseDto;
public class Main {
@@ -43,17 +43,17 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiChargebackSaveDisputeRequestDto apiChargebackSaveDisputeRequestDto = ApiChargebackSaveDisputeRequestDto.builder()
+ ChargebackSaveDisputeRequestDto chargebackSaveDisputeRequestDto = ChargebackSaveDisputeRequestDto.builder()
.files(files)
.build();
- ApiChargebackSaveDisputeRequestDto apiChargebackSaveDisputeRequestDto = ApiChargebackSaveDisputeRequestDto.builder()
+ ChargebackSaveDisputeRequestDto chargebackSaveDisputeRequestDto = ChargebackSaveDisputeRequestDto.builder()
.files(files)
.build();
- ApiChargebackSaveDisputeResponseDto response = asaasSdk.chargeback.createAChargebackDispute(
+ ChargebackSaveDisputeResponseDto response = asaasSdk.chargeback.createAChargebackDispute(
"8e784c3e-afe8-4844-bb93-6b445763",
- apiChargebackSaveDisputeRequestDto,
- apiChargebackSaveDisputeRequestDto
+ chargebackSaveDisputeRequestDto,
+ chargebackSaveDisputeRequestDto
);
System.out.println(response);
@@ -77,7 +77,7 @@ This method returns a paginated list of all chargebacks for the specified filter
**Return Type**
-`ApiChargebackListResponseDto`
+`ChargebackListResponseDto`
**Example Usage Code Snippet**
@@ -85,9 +85,9 @@ This method returns a paginated list of all chargebacks for the specified filter
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiChargebackListRequestChargebackStatus;
-import com.asaas.apisdk.models.ApiChargebackListRequestCreditCardBrand;
-import com.asaas.apisdk.models.ApiChargebackListResponseDto;
+import com.asaas.apisdk.models.ChargebackListRequestChargebackStatus;
+import com.asaas.apisdk.models.ChargebackListRequestCreditCardBrand;
+import com.asaas.apisdk.models.ChargebackListResponseDto;
import com.asaas.apisdk.models.ListChargebacksParameters;
public class Main {
@@ -100,17 +100,17 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
ListChargebacksParameters requestParameters = ListChargebacksParameters.builder()
- .offset(4L)
+ .offset(9L)
.limit(10L)
- .creditCardBrand(ApiChargebackListRequestCreditCardBrand.VISA)
+ .creditCardBrand(ChargebackListRequestCreditCardBrand.VISA)
.originDisputeDateLe("2024-12-05")
.originDisputeDateGe("2023-11-01")
.originTransactionDateLe("2024-12-05")
.originTransactionDateGe("2024-10-10")
- .status(ApiChargebackListRequestChargebackStatus.REQUESTED)
+ .status(ChargebackListRequestChargebackStatus.REQUESTED)
.build();
- ApiChargebackListResponseDto response = asaasSdk.chargeback.listChargebacks(requestParameters);
+ ChargebackListResponseDto response = asaasSdk.chargeback.listChargebacks(requestParameters);
System.out.println(response);
}
@@ -133,7 +133,7 @@ This endpoint retrieves a specific chargeback based on the payment or installmen
**Return Type**
-`ApiPaymentChargebackResponseDto`
+`PaymentChargebackResponseDto`
**Example Usage Code Snippet**
@@ -141,7 +141,7 @@ This endpoint retrieves a specific chargeback based on the payment or installmen
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentChargebackResponseDto;
+import com.asaas.apisdk.models.PaymentChargebackResponseDto;
public class Main {
@@ -152,7 +152,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentChargebackResponseDto response = asaasSdk.chargeback.retrieveASingleChargeback("pay_s02s330x4pox1x0y");
+ PaymentChargebackResponseDto response = asaasSdk.chargeback.retrieveASingleChargeback("pay_s02s330x4pox1x0y");
System.out.println(response);
}
diff --git a/documentation/services/CheckoutService.md b/documentation/services/CheckoutService.md
index b50815c..536343d 100644
--- a/documentation/services/CheckoutService.md
+++ b/documentation/services/CheckoutService.md
@@ -14,13 +14,13 @@ A list of all methods in the `CheckoutService` service. Click on the method name
**Parameters**
-| Name | Type | Required | Description |
-| :------------------------------- | :-------------------------------------------------------------------------------- | :------- | :----------- |
-| apiCheckoutSessionSaveRequestDto | [ApiCheckoutSessionSaveRequestDto](../models/ApiCheckoutSessionSaveRequestDto.md) | ❌ | Request Body |
+| Name | Type | Required | Description |
+| :---------------------------- | :-------------------------------------------------------------------------- | :------- | :----------- |
+| checkoutSessionSaveRequestDto | [CheckoutSessionSaveRequestDto](../models/CheckoutSessionSaveRequestDto.md) | ❌ | Request Body |
**Return Type**
-`ApiCheckoutSessionResponseDto`
+`CheckoutSessionResponseDto`
**Example Usage Code Snippet**
@@ -28,15 +28,17 @@ A list of all methods in the `CheckoutService` service. Click on the method name
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiCheckoutSessionCallbackDto;
-import com.asaas.apisdk.models.ApiCheckoutSessionCustomerDataDto;
-import com.asaas.apisdk.models.ApiCheckoutSessionInstallmentDto;
-import com.asaas.apisdk.models.ApiCheckoutSessionItemsDto;
-import com.asaas.apisdk.models.ApiCheckoutSessionResponseDto;
-import com.asaas.apisdk.models.ApiCheckoutSessionSaveRequestDto;
-import com.asaas.apisdk.models.ApiCheckoutSessionSplitDto;
-import com.asaas.apisdk.models.ApiCheckoutSessionSubscriptionCycle;
-import com.asaas.apisdk.models.ApiCheckoutSessionSubscriptionDto;
+import com.asaas.apisdk.models.CheckoutSessionCallbackDto;
+import com.asaas.apisdk.models.CheckoutSessionCustomerDataDto;
+import com.asaas.apisdk.models.CheckoutSessionInstallmentDto;
+import com.asaas.apisdk.models.CheckoutSessionItemsDto;
+import com.asaas.apisdk.models.CheckoutSessionResponseDto;
+import com.asaas.apisdk.models.CheckoutSessionSaveRequestBillingType;
+import com.asaas.apisdk.models.CheckoutSessionSaveRequestChargeType;
+import com.asaas.apisdk.models.CheckoutSessionSaveRequestDto;
+import com.asaas.apisdk.models.CheckoutSessionSplitDto;
+import com.asaas.apisdk.models.CheckoutSessionSubscriptionCycle;
+import com.asaas.apisdk.models.CheckoutSessionSubscriptionDto;
import java.util.Arrays;
import java.util.List;
@@ -52,17 +54,17 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- List billingTypesList = Arrays.asList("billingTypes");
+ List billingTypesList = Arrays.asList(CheckoutSessionSaveRequestBillingType.CREDIT_CARD);
- List chargeTypesList = Arrays.asList("chargeTypes");
+ List chargeTypesList = Arrays.asList(CheckoutSessionSaveRequestChargeType.DETACHED);
- ApiCheckoutSessionCallbackDto apiCheckoutSessionCallbackDto = ApiCheckoutSessionCallbackDto.builder()
+ CheckoutSessionCallbackDto checkoutSessionCallbackDto = CheckoutSessionCallbackDto.builder()
.successUrl("https://example.com/asaas/checkout/success")
.cancelUrl("https://example.com/asaas/checkout/cancel")
.expiredUrl("https://example.com/asaas/checkout/expired")
.build();
- ApiCheckoutSessionItemsDto apiCheckoutSessionItemsDto = ApiCheckoutSessionItemsDto.builder()
+ CheckoutSessionItemsDto checkoutSessionItemsDto = CheckoutSessionItemsDto.builder()
.description("Camisetas")
.imageBase64("IMAGE IN BASE64")
.name("Roupas")
@@ -70,9 +72,9 @@ public class Main {
.value(100D)
.build();
- List itemsList = Arrays.asList(apiCheckoutSessionItemsDto);
+ List itemsList = Arrays.asList(checkoutSessionItemsDto);
- ApiCheckoutSessionCustomerDataDto apiCheckoutSessionCustomerDataDto = ApiCheckoutSessionCustomerDataDto.builder()
+ CheckoutSessionCustomerDataDto checkoutSessionCustomerDataDto = CheckoutSessionCustomerDataDto.builder()
.name("John Doe")
.cpfCnpj("24971563792")
.email("john.doe@asaas.com.br")
@@ -85,38 +87,38 @@ public class Main {
.city(12987382L)
.build();
- ApiCheckoutSessionSubscriptionDto apiCheckoutSessionSubscriptionDto = ApiCheckoutSessionSubscriptionDto.builder()
- .cycle(ApiCheckoutSessionSubscriptionCycle.WEEKLY)
+ CheckoutSessionSubscriptionDto checkoutSessionSubscriptionDto = CheckoutSessionSubscriptionDto.builder()
+ .cycle(CheckoutSessionSubscriptionCycle.WEEKLY)
.endDate("2025-01-01")
.nextDueDate("2025-01-01")
.build();
- ApiCheckoutSessionInstallmentDto apiCheckoutSessionInstallmentDto = ApiCheckoutSessionInstallmentDto.builder()
+ CheckoutSessionInstallmentDto checkoutSessionInstallmentDto = CheckoutSessionInstallmentDto.builder()
.maxInstallmentCount(1L)
.build();
- ApiCheckoutSessionSplitDto apiCheckoutSessionSplitDto = ApiCheckoutSessionSplitDto.builder()
+ CheckoutSessionSplitDto checkoutSessionSplitDto = CheckoutSessionSplitDto.builder()
.walletId("7bafd95a-e783-4a62-9be1-23999af742c6")
.fixedValue(Comissão referente ao serviço utilizadoD)
.percentageValue(10D)
.totalFixedValue(15D)
.build();
- List splitsList = Arrays.asList(apiCheckoutSessionSplitDto);
+ List splitsList = Arrays.asList(checkoutSessionSplitDto);
- ApiCheckoutSessionSaveRequestDto apiCheckoutSessionSaveRequestDto = ApiCheckoutSessionSaveRequestDto.builder()
+ CheckoutSessionSaveRequestDto checkoutSessionSaveRequestDto = CheckoutSessionSaveRequestDto.builder()
.billingTypes(billingTypesList)
.chargeTypes(chargeTypesList)
.minutesToExpire(10L)
- .callback(apiCheckoutSessionCallbackDto)
+ .callback(checkoutSessionCallbackDto)
.items(itemsList)
- .customerData(apiCheckoutSessionCustomerDataDto)
- .subscription(apiCheckoutSessionSubscriptionDto)
- .installment(apiCheckoutSessionInstallmentDto)
+ .customerData(checkoutSessionCustomerDataDto)
+ .subscription(checkoutSessionSubscriptionDto)
+ .installment(checkoutSessionInstallmentDto)
.splits(splitsList)
.build();
- ApiCheckoutSessionResponseDto response = asaasSdk.checkout.createNewCheckout(apiCheckoutSessionSaveRequestDto);
+ CheckoutSessionResponseDto response = asaasSdk.checkout.createNewCheckout(checkoutSessionSaveRequestDto);
System.out.println(response);
}
@@ -137,7 +139,7 @@ public class Main {
**Return Type**
-`ApiCheckoutSessionResponseDto`
+`CheckoutSessionResponseDto`
**Example Usage Code Snippet**
@@ -145,7 +147,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiCheckoutSessionResponseDto;
+import com.asaas.apisdk.models.CheckoutSessionResponseDto;
public class Main {
@@ -156,7 +158,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiCheckoutSessionResponseDto response = asaasSdk.checkout.cancelACheckout(
+ CheckoutSessionResponseDto response = asaasSdk.checkout.cancelACheckout(
"131ca662-56c8-4479-b5b3-fd61a413fce7",
new Object()
);
diff --git a/documentation/services/CreditBureauReportService.md b/documentation/services/CreditBureauReportService.md
index e782338..f0f21b1 100644
--- a/documentation/services/CreditBureauReportService.md
+++ b/documentation/services/CreditBureauReportService.md
@@ -21,7 +21,7 @@ A list of all methods in the `CreditBureauReportService` service. Click on the m
**Return Type**
-`ApiCreditBureauReportListResponseDto`
+`CreditBureauReportListResponseDto`
**Example Usage Code Snippet**
@@ -29,7 +29,7 @@ A list of all methods in the `CreditBureauReportService` service. Click on the m
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiCreditBureauReportListResponseDto;
+import com.asaas.apisdk.models.CreditBureauReportListResponseDto;
import com.asaas.apisdk.models.ListCreditBureauReportsParameters;
public class Main {
@@ -42,15 +42,13 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
ListCreditBureauReportsParameters requestParameters = ListCreditBureauReportsParameters.builder()
- .offset(3L)
+ .offset(0L)
.limit(10L)
.startDate("startDate")
.endDate("endDate")
.build();
- ApiCreditBureauReportListResponseDto response = asaasSdk.creditBureauReport.listCreditBureauReports(
- requestParameters
- );
+ CreditBureauReportListResponseDto response = asaasSdk.creditBureauReport.listCreditBureauReports(requestParameters);
System.out.println(response);
}
@@ -65,13 +63,13 @@ public class Main {
**Parameters**
-| Name | Type | Required | Description |
-| :---------------------------------- | :-------------------------------------------------------------------------------------- | :------- | :----------- |
-| apiCreditBureauReportSaveRequestDto | [ApiCreditBureauReportSaveRequestDto](../models/ApiCreditBureauReportSaveRequestDto.md) | ❌ | Request Body |
+| Name | Type | Required | Description |
+| :------------------------------- | :-------------------------------------------------------------------------------- | :------- | :----------- |
+| creditBureauReportSaveRequestDto | [CreditBureauReportSaveRequestDto](../models/CreditBureauReportSaveRequestDto.md) | ❌ | Request Body |
**Return Type**
-`ApiCreditBureauReportGetResponseDto`
+`CreditBureauReportGetResponseDto`
**Example Usage Code Snippet**
@@ -79,8 +77,8 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiCreditBureauReportGetResponseDto;
-import com.asaas.apisdk.models.ApiCreditBureauReportSaveRequestDto;
+import com.asaas.apisdk.models.CreditBureauReportGetResponseDto;
+import com.asaas.apisdk.models.CreditBureauReportSaveRequestDto;
public class Main {
@@ -91,11 +89,13 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiCreditBureauReportSaveRequestDto apiCreditBureauReportSaveRequestDto =
- ApiCreditBureauReportSaveRequestDto.builder().customer("customer").cpfCnpj("05666663755").build();
+ CreditBureauReportSaveRequestDto creditBureauReportSaveRequestDto = CreditBureauReportSaveRequestDto.builder()
+ .customer("customer")
+ .cpfCnpj("05666663755")
+ .build();
- ApiCreditBureauReportGetResponseDto response = asaasSdk.creditBureauReport.makeConsultation(
- apiCreditBureauReportSaveRequestDto
+ CreditBureauReportGetResponseDto response = asaasSdk.creditBureauReport.makeConsultation(
+ creditBureauReportSaveRequestDto
);
System.out.println(response);
@@ -117,7 +117,7 @@ public class Main {
**Return Type**
-`ApiCreditBureauReportGetResponseDto`
+`CreditBureauReportGetResponseDto`
**Example Usage Code Snippet**
@@ -125,7 +125,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiCreditBureauReportGetResponseDto;
+import com.asaas.apisdk.models.CreditBureauReportGetResponseDto;
public class Main {
@@ -136,7 +136,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiCreditBureauReportGetResponseDto response = asaasSdk.creditBureauReport.retrieveACreditBureauReport(
+ CreditBureauReportGetResponseDto response = asaasSdk.creditBureauReport.retrieveACreditBureauReport(
"6c5e73fa-9efd-4a75-b60c-1cafb8d1c7ed"
);
diff --git a/documentation/services/CreditCardService.md b/documentation/services/CreditCardService.md
index b7097c4..e63a7a4 100644
--- a/documentation/services/CreditCardService.md
+++ b/documentation/services/CreditCardService.md
@@ -13,13 +13,13 @@ A list of all methods in the `CreditCardService` service. Click on the method na
**Parameters**
-| Name | Type | Required | Description |
-| :------------------------------ | :------------------------------------------------------------------------------ | :------- | :----------- |
-| apiCreditCardTokenizeRequestDto | [ApiCreditCardTokenizeRequestDto](../models/ApiCreditCardTokenizeRequestDto.md) | ❌ | Request Body |
+| Name | Type | Required | Description |
+| :--------------------------- | :------------------------------------------------------------------------ | :------- | :----------- |
+| creditCardTokenizeRequestDto | [CreditCardTokenizeRequestDto](../models/CreditCardTokenizeRequestDto.md) | ❌ | Request Body |
**Return Type**
-`ApiCreditCardTokenizeResponseDto`
+`CreditCardTokenizeResponseDto`
**Example Usage Code Snippet**
@@ -27,10 +27,10 @@ A list of all methods in the `CreditCardService` service. Click on the method na
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiCreditCardHolderInfoRequestDto;
-import com.asaas.apisdk.models.ApiCreditCardRequestDto;
-import com.asaas.apisdk.models.ApiCreditCardTokenizeRequestDto;
-import com.asaas.apisdk.models.ApiCreditCardTokenizeResponseDto;
+import com.asaas.apisdk.models.CreditCardHolderInfoRequestDto;
+import com.asaas.apisdk.models.CreditCardRequestDto;
+import com.asaas.apisdk.models.CreditCardTokenizeRequestDto;
+import com.asaas.apisdk.models.CreditCardTokenizeResponseDto;
public class Main {
@@ -41,15 +41,15 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiCreditCardRequestDto apiCreditCardRequestDto = ApiCreditCardRequestDto.builder()
+ CreditCardRequestDto creditCardRequestDto = CreditCardRequestDto.builder()
.holderName("John Doe")
.number("1234567890123456")
- .expiryMonth("6")
+ .expiryMonth("7")
.expiryYear("2025")
.ccv("123")
.build();
- ApiCreditCardHolderInfoRequestDto apiCreditCardHolderInfoRequestDto = ApiCreditCardHolderInfoRequestDto.builder()
+ CreditCardHolderInfoRequestDto creditCardHolderInfoRequestDto = CreditCardHolderInfoRequestDto.builder()
.name("John Doe")
.email("john.doe@asaas.com")
.cpfCnpj("12345678901")
@@ -60,16 +60,14 @@ public class Main {
.mobilePhone("mobilePhone")
.build();
- ApiCreditCardTokenizeRequestDto apiCreditCardTokenizeRequestDto = ApiCreditCardTokenizeRequestDto.builder()
+ CreditCardTokenizeRequestDto creditCardTokenizeRequestDto = CreditCardTokenizeRequestDto.builder()
.customer("cus_G7Dvo4iphUNk")
- .creditCard(apiCreditCardRequestDto)
- .creditCardHolderInfo(apiCreditCardHolderInfoRequestDto)
+ .creditCard(creditCardRequestDto)
+ .creditCardHolderInfo(creditCardHolderInfoRequestDto)
.remoteIp("116.213.42.532")
.build();
- ApiCreditCardTokenizeResponseDto response = asaasSdk.creditCard.creditCardTokenization(
- apiCreditCardTokenizeRequestDto
- );
+ CreditCardTokenizeResponseDto response = asaasSdk.creditCard.creditCardTokenization(creditCardTokenizeRequestDto);
System.out.println(response);
}
diff --git a/documentation/services/CustomerService.md b/documentation/services/CustomerService.md
index 5ea3626..c552ae1 100644
--- a/documentation/services/CustomerService.md
+++ b/documentation/services/CustomerService.md
@@ -25,7 +25,7 @@ A list of all methods in the `CustomerService` service. Click on the method name
**Return Type**
-`ApiCustomerAccountListResponseDto`
+`CustomerListResponseDto`
**Example Usage Code Snippet**
@@ -33,7 +33,7 @@ A list of all methods in the `CustomerService` service. Click on the method name
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiCustomerAccountListResponseDto;
+import com.asaas.apisdk.models.CustomerListResponseDto;
import com.asaas.apisdk.models.ListCustomersParameters;
public class Main {
@@ -55,7 +55,7 @@ public class Main {
.externalReference("externalReference")
.build();
- ApiCustomerAccountListResponseDto response = asaasSdk.customer.listCustomers(requestParameters);
+ CustomerListResponseDto response = asaasSdk.customer.listCustomers(requestParameters);
System.out.println(response);
}
@@ -70,13 +70,13 @@ public class Main {
**Parameters**
-| Name | Type | Required | Description |
-| :------------------------------- | :-------------------------------------------------------------------------------- | :------- | :----------- |
-| apiCustomerAccountSaveRequestDto | [ApiCustomerAccountSaveRequestDto](../models/ApiCustomerAccountSaveRequestDto.md) | ❌ | Request Body |
+| Name | Type | Required | Description |
+| :--------------------- | :------------------------------------------------------------ | :------- | :----------- |
+| customerSaveRequestDto | [CustomerSaveRequestDto](../models/CustomerSaveRequestDto.md) | ❌ | Request Body |
**Return Type**
-`ApiCustomerAccountGetResponseDto`
+`CustomerGetResponseDto`
**Example Usage Code Snippet**
@@ -84,8 +84,8 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiCustomerAccountGetResponseDto;
-import com.asaas.apisdk.models.ApiCustomerAccountSaveRequestDto;
+import com.asaas.apisdk.models.CustomerGetResponseDto;
+import com.asaas.apisdk.models.CustomerSaveRequestDto;
public class Main {
@@ -96,7 +96,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiCustomerAccountSaveRequestDto apiCustomerAccountSaveRequestDto = ApiCustomerAccountSaveRequestDto.builder()
+ CustomerSaveRequestDto customerSaveRequestDto = CustomerSaveRequestDto.builder()
.name("John Doe")
.cpfCnpj("24971563792")
.email("john.doe@asaas.com.br")
@@ -118,7 +118,7 @@ public class Main {
.foreignCustomer(false)
.build();
- ApiCustomerAccountGetResponseDto response = asaasSdk.customer.createNewCustomer(apiCustomerAccountSaveRequestDto);
+ CustomerGetResponseDto response = asaasSdk.customer.createNewCustomer(customerSaveRequestDto);
System.out.println(response);
}
@@ -139,7 +139,7 @@ public class Main {
**Return Type**
-`ApiCustomerAccountGetResponseDto`
+`CustomerGetResponseDto`
**Example Usage Code Snippet**
@@ -147,7 +147,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiCustomerAccountGetResponseDto;
+import com.asaas.apisdk.models.CustomerGetResponseDto;
public class Main {
@@ -158,7 +158,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiCustomerAccountGetResponseDto response = asaasSdk.customer.retrieveASingleCustomer("cus_000005401844");
+ CustomerGetResponseDto response = asaasSdk.customer.retrieveASingleCustomer("cus_000005401844");
System.out.println(response);
}
@@ -173,14 +173,14 @@ public class Main {
**Parameters**
-| Name | Type | Required | Description |
-| :--------------------------------- | :------------------------------------------------------------------------------------ | :------- | :----------------------------------------------- |
-| id | String | ✅ | Unique identifier of the customer to be updated. |
-| apiCustomerAccountUpdateRequestDto | [ApiCustomerAccountUpdateRequestDto](../models/ApiCustomerAccountUpdateRequestDto.md) | ❌ | Request Body |
+| Name | Type | Required | Description |
+| :----------------------- | :---------------------------------------------------------------- | :------- | :----------------------------------------------- |
+| id | String | ✅ | Unique identifier of the customer to be updated. |
+| customerUpdateRequestDto | [CustomerUpdateRequestDto](../models/CustomerUpdateRequestDto.md) | ❌ | Request Body |
**Return Type**
-`ApiCustomerAccountGetResponseDto`
+`CustomerGetResponseDto`
**Example Usage Code Snippet**
@@ -188,8 +188,8 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiCustomerAccountGetResponseDto;
-import com.asaas.apisdk.models.ApiCustomerAccountUpdateRequestDto;
+import com.asaas.apisdk.models.CustomerGetResponseDto;
+import com.asaas.apisdk.models.CustomerUpdateRequestDto;
public class Main {
@@ -200,7 +200,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiCustomerAccountUpdateRequestDto apiCustomerAccountUpdateRequestDto = ApiCustomerAccountUpdateRequestDto.builder()
+ CustomerUpdateRequestDto customerUpdateRequestDto = CustomerUpdateRequestDto.builder()
.name("John Doe")
.cpfCnpj("24971563792")
.email("john.doe@asaas.com.br")
@@ -222,9 +222,9 @@ public class Main {
.foreignCustomer(true)
.build();
- ApiCustomerAccountGetResponseDto response = asaasSdk.customer.updateExistingCustomer(
+ CustomerGetResponseDto response = asaasSdk.customer.updateExistingCustomer(
"cus_000005401844",
- apiCustomerAccountUpdateRequestDto
+ customerUpdateRequestDto
);
System.out.println(response);
@@ -246,7 +246,7 @@ public class Main {
**Return Type**
-`ApiCustomerAccountDeleteResponseDto`
+`CustomerDeleteResponseDto`
**Example Usage Code Snippet**
@@ -254,7 +254,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiCustomerAccountDeleteResponseDto;
+import com.asaas.apisdk.models.CustomerDeleteResponseDto;
public class Main {
@@ -265,7 +265,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiCustomerAccountDeleteResponseDto response = asaasSdk.customer.removeCustomer("cus_000005401844");
+ CustomerDeleteResponseDto response = asaasSdk.customer.removeCustomer("cus_000005401844");
System.out.println(response);
}
@@ -287,7 +287,7 @@ public class Main {
**Return Type**
-`ApiCustomerAccountGetResponseDto`
+`CustomerGetResponseDto`
**Example Usage Code Snippet**
@@ -295,7 +295,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiCustomerAccountGetResponseDto;
+import com.asaas.apisdk.models.CustomerGetResponseDto;
public class Main {
@@ -306,10 +306,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiCustomerAccountGetResponseDto response = asaasSdk.customer.restoreRemovedCustomer(
- "cus_000005401844",
- new Object()
- );
+ CustomerGetResponseDto response = asaasSdk.customer.restoreRemovedCustomer("cus_000005401844", new Object());
System.out.println(response);
}
@@ -330,7 +327,7 @@ public class Main {
**Return Type**
-`ApiNotificationListResponseDto`
+`NotificationListResponseDto`
**Example Usage Code Snippet**
@@ -338,7 +335,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiNotificationListResponseDto;
+import com.asaas.apisdk.models.NotificationListResponseDto;
public class Main {
@@ -349,7 +346,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiNotificationListResponseDto response = asaasSdk.customer.retrieveNotificationsFromACustomer("cus_000005401844");
+ NotificationListResponseDto response = asaasSdk.customer.retrieveNotificationsFromACustomer("cus_000005401844");
System.out.println(response);
}
diff --git a/documentation/services/EscrowAccountService.md b/documentation/services/EscrowAccountService.md
index c2fb655..3db3f80 100644
--- a/documentation/services/EscrowAccountService.md
+++ b/documentation/services/EscrowAccountService.md
@@ -20,7 +20,7 @@ A list of all methods in the `EscrowAccountService` service. Click on the method
**Return Type**
-`ApiPaymentGetResponseDto`
+`PaymentGetResponseDto`
**Example Usage Code Snippet**
@@ -28,7 +28,7 @@ A list of all methods in the `EscrowAccountService` service. Click on the method
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentGetResponseDto;
+import com.asaas.apisdk.models.PaymentGetResponseDto;
public class Main {
@@ -39,7 +39,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentGetResponseDto response = asaasSdk.escrowAccount.finishPaymentEscrowInTheEscrowAccount(
+ PaymentGetResponseDto response = asaasSdk.escrowAccount.finishPaymentEscrowInTheEscrowAccount(
"4f468235-cec3-482f-b3d0-348af4c7194",
new Object()
);
diff --git a/documentation/services/FinanceService.md b/documentation/services/FinanceService.md
index 643faa1..34af6ab 100644
--- a/documentation/services/FinanceService.md
+++ b/documentation/services/FinanceService.md
@@ -15,7 +15,7 @@ A list of all methods in the `FinanceService` service. Click on the method name
**Return Type**
-`ApiFinanceBalanceResponseDto`
+`FinanceBalanceResponseDto`
**Example Usage Code Snippet**
@@ -23,7 +23,7 @@ A list of all methods in the `FinanceService` service. Click on the method name
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiFinanceBalanceResponseDto;
+import com.asaas.apisdk.models.FinanceBalanceResponseDto;
public class Main {
@@ -34,7 +34,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiFinanceBalanceResponseDto response = asaasSdk.finance.retrieveAccountBalance();
+ FinanceBalanceResponseDto response = asaasSdk.finance.retrieveAccountBalance();
System.out.println(response);
}
@@ -57,7 +57,7 @@ Return total values of charges from your Asaas account according to the provided
**Return Type**
-`ApiFinanceGetPaymentStatisticsResponseDto`
+`FinanceGetPaymentStatisticsResponseDto`
**Example Usage Code Snippet**
@@ -65,10 +65,10 @@ Return total values of charges from your Asaas account according to the provided
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiFinanceGetPaymentStatisticsRequestBillingType;
-import com.asaas.apisdk.models.ApiFinanceGetPaymentStatisticsRequestPaymentStatus;
-import com.asaas.apisdk.models.ApiFinanceGetPaymentStatisticsResponseDto;
import com.asaas.apisdk.models.BillingStatisticsParameters;
+import com.asaas.apisdk.models.FinanceGetPaymentStatisticsRequestBillingType;
+import com.asaas.apisdk.models.FinanceGetPaymentStatisticsRequestPaymentStatus;
+import com.asaas.apisdk.models.FinanceGetPaymentStatisticsResponseDto;
public class Main {
@@ -81,9 +81,9 @@ public class Main {
BillingStatisticsParameters requestParameters = BillingStatisticsParameters.builder()
.customer("cus_3EZfkUThUMAt")
- .billingType(ApiFinanceGetPaymentStatisticsRequestBillingType.BOLETO)
- .status(ApiFinanceGetPaymentStatisticsRequestPaymentStatus.PENDING)
- .anticipated(false)
+ .billingType(FinanceGetPaymentStatisticsRequestBillingType.BOLETO)
+ .status(FinanceGetPaymentStatisticsRequestPaymentStatus.PENDING)
+ .anticipated(true)
.dateCreatedGe("2023-01-01")
.dateCreatedLe("2023-01-01")
.dueDateGe("2023-01-01")
@@ -93,7 +93,7 @@ public class Main {
.externalReference("056984")
.build();
- ApiFinanceGetPaymentStatisticsResponseDto response = asaasSdk.finance.billingStatistics(requestParameters);
+ FinanceGetPaymentStatisticsResponseDto response = asaasSdk.finance.billingStatistics(requestParameters);
System.out.println(response);
}
@@ -108,7 +108,7 @@ public class Main {
**Return Type**
-`ApiFinanceGetSplitStatisticsResponseDto`
+`FinanceGetSplitStatisticsResponseDto`
**Example Usage Code Snippet**
@@ -116,7 +116,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiFinanceGetSplitStatisticsResponseDto;
+import com.asaas.apisdk.models.FinanceGetSplitStatisticsResponseDto;
public class Main {
@@ -127,7 +127,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiFinanceGetSplitStatisticsResponseDto response = asaasSdk.finance.retrieveSplitValues();
+ FinanceGetSplitStatisticsResponseDto response = asaasSdk.finance.retrieveSplitValues();
System.out.println(response);
}
diff --git a/documentation/services/FinancialTransactionService.md b/documentation/services/FinancialTransactionService.md
index e414af6..949ba3d 100644
--- a/documentation/services/FinancialTransactionService.md
+++ b/documentation/services/FinancialTransactionService.md
@@ -19,7 +19,7 @@ A list of all methods in the `FinancialTransactionService` service. Click on the
**Return Type**
-`ApiFinancialTransactionListResponseDto`
+`FinancialTransactionListResponseDto`
**Example Usage Code Snippet**
@@ -27,7 +27,7 @@ A list of all methods in the `FinancialTransactionService` service. Click on the
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiFinancialTransactionListResponseDto;
+import com.asaas.apisdk.models.FinancialTransactionListResponseDto;
import com.asaas.apisdk.models.RetrieveExtractParameters;
public class Main {
@@ -40,14 +40,14 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
RetrieveExtractParameters requestParameters = RetrieveExtractParameters.builder()
- .offset(10L)
+ .offset(1L)
.limit(10L)
.startDate("2023-03-01")
.finishDate("2023-03-31")
.order("asc")
.build();
- ApiFinancialTransactionListResponseDto response = asaasSdk.financialTransaction.retrieveExtract(requestParameters);
+ FinancialTransactionListResponseDto response = asaasSdk.financialTransaction.retrieveExtract(requestParameters);
System.out.println(response);
}
diff --git a/documentation/services/FiscalInfoService.md b/documentation/services/FiscalInfoService.md
index 28494f6..8a868b1 100644
--- a/documentation/services/FiscalInfoService.md
+++ b/documentation/services/FiscalInfoService.md
@@ -18,7 +18,7 @@ A list of all methods in the `FiscalInfoService` service. Click on the method na
**Return Type**
-`ApiCustomerFiscalInfoMunicipalOptionsGetResponseDto`
+`FiscalInfoMunicipalOptionsGetResponseDto`
**Example Usage Code Snippet**
@@ -26,7 +26,7 @@ A list of all methods in the `FiscalInfoService` service. Click on the method na
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiCustomerFiscalInfoMunicipalOptionsGetResponseDto;
+import com.asaas.apisdk.models.FiscalInfoMunicipalOptionsGetResponseDto;
public class Main {
@@ -37,7 +37,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiCustomerFiscalInfoMunicipalOptionsGetResponseDto response = asaasSdk.fiscalInfo.listMunicipalConfigurations();
+ FiscalInfoMunicipalOptionsGetResponseDto response = asaasSdk.fiscalInfo.listMunicipalConfigurations();
System.out.println(response);
}
@@ -52,7 +52,7 @@ public class Main {
**Return Type**
-`ApiCustomerFiscalInfoGetResponseDto`
+`FiscalInfoGetResponseDto`
**Example Usage Code Snippet**
@@ -60,7 +60,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiCustomerFiscalInfoGetResponseDto;
+import com.asaas.apisdk.models.FiscalInfoGetResponseDto;
public class Main {
@@ -71,7 +71,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiCustomerFiscalInfoGetResponseDto response = asaasSdk.fiscalInfo.retrieveTaxInformation();
+ FiscalInfoGetResponseDto response = asaasSdk.fiscalInfo.retrieveTaxInformation();
System.out.println(response);
}
@@ -86,14 +86,14 @@ public class Main {
**Parameters**
-| Name | Type | Required | Description |
-| :---------------------------------- | :-------------------------------------------------------------------------------------- | :------- | :----------------------------- |
-| apiCustomerFiscalInfoSaveRequestDto | [ApiCustomerFiscalInfoSaveRequestDto](../models/ApiCustomerFiscalInfoSaveRequestDto.md) | ❌ | Request Body |
-| \_filename | [String](../models/String.md) | ✅ | Filename for the uploaded file |
+| Name | Type | Required | Description |
+| :----------------------- | :---------------------------------------------------------------- | :------- | :----------------------------- |
+| fiscalInfoSaveRequestDto | [FiscalInfoSaveRequestDto](../models/FiscalInfoSaveRequestDto.md) | ❌ | Request Body |
+| \_filename | [String](../models/String.md) | ✅ | Filename for the uploaded file |
**Return Type**
-`ApiCustomerFiscalInfoGetResponseDto`
+`FiscalInfoGetResponseDto`
**Example Usage Code Snippet**
@@ -101,8 +101,8 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiCustomerFiscalInfoGetResponseDto;
-import com.asaas.apisdk.models.ApiCustomerFiscalInfoSaveRequestDto;
+import com.asaas.apisdk.models.FiscalInfoGetResponseDto;
+import com.asaas.apisdk.models.FiscalInfoSaveRequestDto;
public class Main {
public static void main(String[] args) {
@@ -116,11 +116,11 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiCustomerFiscalInfoSaveRequestDto apiCustomerFiscalInfoSaveRequestDto = ApiCustomerFiscalInfoSaveRequestDto.builder()
+ FiscalInfoSaveRequestDto fiscalInfoSaveRequestDto = FiscalInfoSaveRequestDto.builder()
.email("john.doe@asaas.com.br")
.municipalInscription("21779501")
.simplesNacional(false)
- .culturalProjectsPromoter(false)
+ .culturalProjectsPromoter(true)
.cnae("6209100")
.specialTaxRegime("1")
.serviceListItem("serviceListItem")
@@ -131,15 +131,15 @@ public class Main {
.username("johndoe")
.password("password")
.accessToken("accessToken")
- .certificateFile(nostrud sit in)
+ .certificateFile(enim ut cupid)
.certificatePassword("certificatePassword")
.nationalPortalTaxCalculationRegime("nationalPortalTaxCalculationRegime")
.build();
- ApiCustomerFiscalInfoSaveRequestDto apiCustomerFiscalInfoSaveRequestDto = ApiCustomerFiscalInfoSaveRequestDto.builder()
+ FiscalInfoSaveRequestDto fiscalInfoSaveRequestDto = FiscalInfoSaveRequestDto.builder()
.email("john.doe@asaas.com.br")
.municipalInscription("21779501")
.simplesNacional(false)
- .culturalProjectsPromoter(false)
+ .culturalProjectsPromoter(true)
.cnae("6209100")
.specialTaxRegime("1")
.serviceListItem("serviceListItem")
@@ -150,12 +150,12 @@ public class Main {
.username("johndoe")
.password("password")
.accessToken("accessToken")
- .certificateFile(nostrud sit in)
+ .certificateFile(enim ut cupid)
.certificatePassword("certificatePassword")
.nationalPortalTaxCalculationRegime("nationalPortalTaxCalculationRegime")
.build();
- ApiCustomerFiscalInfoGetResponseDto response = asaasSdk.fiscalInfo.createAndUpdateTaxInformation(apiCustomerFiscalInfoSaveRequestDto, apiCustomerFiscalInfoSaveRequestDto);
+ FiscalInfoGetResponseDto response = asaasSdk.fiscalInfo.createAndUpdateTaxInformation(fiscalInfoSaveRequestDto, fiscalInfoSaveRequestDto);
System.out.println(response);
}
@@ -175,7 +175,7 @@ public class Main {
**Return Type**
-`ApiCustomerFiscalInfoListMunicipalServicesResponseDto`
+`FiscalInfoListMunicipalServicesResponseDto`
**Example Usage Code Snippet**
@@ -183,7 +183,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiCustomerFiscalInfoListMunicipalServicesResponseDto;
+import com.asaas.apisdk.models.FiscalInfoListMunicipalServicesResponseDto;
import com.asaas.apisdk.models.ListMunicipalServicesParameters;
public class Main {
@@ -201,9 +201,7 @@ public class Main {
.description("1.01")
.build();
- ApiCustomerFiscalInfoListMunicipalServicesResponseDto response = asaasSdk.fiscalInfo.listMunicipalServices(
- requestParameters
- );
+ FiscalInfoListMunicipalServicesResponseDto response = asaasSdk.fiscalInfo.listMunicipalServices(requestParameters);
System.out.println(response);
}
@@ -226,7 +224,7 @@ List of possible NBS Codes (Brazilian Nomenclature of Services)
**Return Type**
-`ApiCustomerFiscalInfoListInvoiceNbsCodesResponseDto`
+`FiscalInfoListInvoiceNbsCodesResponseDto`
**Example Usage Code Snippet**
@@ -234,7 +232,7 @@ List of possible NBS Codes (Brazilian Nomenclature of Services)
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiCustomerFiscalInfoListInvoiceNbsCodesResponseDto;
+import com.asaas.apisdk.models.FiscalInfoListInvoiceNbsCodesResponseDto;
import com.asaas.apisdk.models.ListNbsCodesParameters;
public class Main {
@@ -247,12 +245,12 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
ListNbsCodesParameters requestParameters = ListNbsCodesParameters.builder()
- .offset(6L)
+ .offset(5L)
.limit(10L)
.codeDescription("1.0101")
.build();
- ApiCustomerFiscalInfoListInvoiceNbsCodesResponseDto response = asaasSdk.fiscalInfo.listNbsCodes(requestParameters);
+ FiscalInfoListInvoiceNbsCodesResponseDto response = asaasSdk.fiscalInfo.listNbsCodes(requestParameters);
System.out.println(response);
}
@@ -269,13 +267,13 @@ Here you can enable or disable the use of the national portal as an invoice issu
**Parameters**
-| Name | Type | Required | Description |
-| :----------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------- | :------- | :----------- |
-| apiCustomerFiscalInfoUpdateUseNationalPortalRequestDto | [ApiCustomerFiscalInfoUpdateUseNationalPortalRequestDto](../models/ApiCustomerFiscalInfoUpdateUseNationalPortalRequestDto.md) | ❌ | Request Body |
+| Name | Type | Required | Description |
+| :------------------------------------------ | :------------------------------------------------------------------------------------------------------ | :------- | :----------- |
+| fiscalInfoUpdateUseNationalPortalRequestDto | [FiscalInfoUpdateUseNationalPortalRequestDto](../models/FiscalInfoUpdateUseNationalPortalRequestDto.md) | ❌ | Request Body |
**Return Type**
-`ApiCustomerFiscalInfoUpdateUseNationalPortalResponseDto`
+`FiscalInfoUpdateUseNationalPortalResponseDto`
**Example Usage Code Snippet**
@@ -283,8 +281,8 @@ Here you can enable or disable the use of the national portal as an invoice issu
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiCustomerFiscalInfoUpdateUseNationalPortalRequestDto;
-import com.asaas.apisdk.models.ApiCustomerFiscalInfoUpdateUseNationalPortalResponseDto;
+import com.asaas.apisdk.models.FiscalInfoUpdateUseNationalPortalRequestDto;
+import com.asaas.apisdk.models.FiscalInfoUpdateUseNationalPortalResponseDto;
public class Main {
@@ -295,11 +293,12 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiCustomerFiscalInfoUpdateUseNationalPortalRequestDto apiCustomerFiscalInfoUpdateUseNationalPortalRequestDto =
- ApiCustomerFiscalInfoUpdateUseNationalPortalRequestDto.builder().enabled(true).build();
+ FiscalInfoUpdateUseNationalPortalRequestDto fiscalInfoUpdateUseNationalPortalRequestDto =
+ FiscalInfoUpdateUseNationalPortalRequestDto.builder().enabled(true).build();
- ApiCustomerFiscalInfoUpdateUseNationalPortalResponseDto response =
- asaasSdk.fiscalInfo.configureInvoiceIssuingPortal(apiCustomerFiscalInfoUpdateUseNationalPortalRequestDto);
+ FiscalInfoUpdateUseNationalPortalResponseDto response = asaasSdk.fiscalInfo.configureInvoiceIssuingPortal(
+ fiscalInfoUpdateUseNationalPortalRequestDto
+ );
System.out.println(response);
}
diff --git a/documentation/services/InstallmentService.md b/documentation/services/InstallmentService.md
index e0283c3..cb38fe2 100644
--- a/documentation/services/InstallmentService.md
+++ b/documentation/services/InstallmentService.md
@@ -27,7 +27,7 @@ A list of all methods in the `InstallmentService` service. Click on the method n
**Return Type**
-`ApiInstallmentListResponseDto`
+`InstallmentListResponseDto`
**Example Usage Code Snippet**
@@ -35,7 +35,7 @@ A list of all methods in the `InstallmentService` service. Click on the method n
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiInstallmentListResponseDto;
+import com.asaas.apisdk.models.InstallmentListResponseDto;
import com.asaas.apisdk.models.ListInstallmentsParameters;
public class Main {
@@ -49,7 +49,7 @@ public class Main {
ListInstallmentsParameters requestParameters = ListInstallmentsParameters.builder().offset(10L).limit(10L).build();
- ApiInstallmentListResponseDto response = asaasSdk.installment.listInstallments(requestParameters);
+ InstallmentListResponseDto response = asaasSdk.installment.listInstallments(requestParameters);
System.out.println(response);
}
@@ -64,13 +64,13 @@ public class Main {
**Parameters**
-| Name | Type | Required | Description |
-| :--------------------------- | :------------------------------------------------------------------------ | :------- | :----------- |
-| apiInstallmentSaveRequestDto | [ApiInstallmentSaveRequestDto](../models/ApiInstallmentSaveRequestDto.md) | ❌ | Request Body |
+| Name | Type | Required | Description |
+| :------------------------ | :------------------------------------------------------------------ | :------- | :----------- |
+| installmentSaveRequestDto | [InstallmentSaveRequestDto](../models/InstallmentSaveRequestDto.md) | ❌ | Request Body |
**Return Type**
-`ApiInstallmentGetResponseDto`
+`InstallmentGetResponseDto`
**Example Usage Code Snippet**
@@ -78,15 +78,15 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiInstallmentGetResponseDto;
-import com.asaas.apisdk.models.ApiInstallmentSaveRequestBillingType;
-import com.asaas.apisdk.models.ApiInstallmentSaveRequestDto;
-import com.asaas.apisdk.models.ApiInstallmentSplitRequestDto;
-import com.asaas.apisdk.models.ApiPaymentDiscountDiscountType;
-import com.asaas.apisdk.models.ApiPaymentDiscountDto;
-import com.asaas.apisdk.models.ApiPaymentFineRequestDto;
-import com.asaas.apisdk.models.ApiPaymentFineRequestFineType;
-import com.asaas.apisdk.models.ApiPaymentInterestRequestDto;
+import com.asaas.apisdk.models.InstallmentGetResponseDto;
+import com.asaas.apisdk.models.InstallmentSaveRequestBillingType;
+import com.asaas.apisdk.models.InstallmentSaveRequestDto;
+import com.asaas.apisdk.models.InstallmentSplitRequestDto;
+import com.asaas.apisdk.models.PaymentDiscountDiscountType;
+import com.asaas.apisdk.models.PaymentDiscountDto;
+import com.asaas.apisdk.models.PaymentFineRequestDto;
+import com.asaas.apisdk.models.PaymentFineRequestFineType;
+import com.asaas.apisdk.models.PaymentInterestRequestDto;
import java.util.Arrays;
import java.util.List;
@@ -99,22 +99,20 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentDiscountDto apiPaymentDiscountDto = ApiPaymentDiscountDto.builder()
+ PaymentDiscountDto paymentDiscountDto = PaymentDiscountDto.builder()
.value(10D)
.dueDateLimitDays(1L)
- .type(ApiPaymentDiscountDiscountType.FIXED)
+ .type(PaymentDiscountDiscountType.FIXED)
.build();
- ApiPaymentInterestRequestDto apiPaymentInterestRequestDto = ApiPaymentInterestRequestDto.builder()
- .value(4.68D)
- .build();
+ PaymentInterestRequestDto paymentInterestRequestDto = PaymentInterestRequestDto.builder().value(4.68D).build();
- ApiPaymentFineRequestDto apiPaymentFineRequestDto = ApiPaymentFineRequestDto.builder()
+ PaymentFineRequestDto paymentFineRequestDto = PaymentFineRequestDto.builder()
.value(8.99D)
- .type(ApiPaymentFineRequestFineType.FIXED)
+ .type(PaymentFineRequestFineType.FIXED)
.build();
- ApiInstallmentSplitRequestDto apiInstallmentSplitRequestDto = ApiInstallmentSplitRequestDto.builder()
+ InstallmentSplitRequestDto installmentSplitRequestDto = InstallmentSplitRequestDto.builder()
.walletId("walletId")
.fixedValue(2.11D)
.percentualValue(0.03D)
@@ -124,26 +122,26 @@ public class Main {
.installmentNumber(1L)
.build();
- List splitsList = Arrays.asList(apiInstallmentSplitRequestDto);
+ List splitsList = Arrays.asList(installmentSplitRequestDto);
- ApiInstallmentSaveRequestDto apiInstallmentSaveRequestDto = ApiInstallmentSaveRequestDto.builder()
+ InstallmentSaveRequestDto installmentSaveRequestDto = InstallmentSaveRequestDto.builder()
.installmentCount(3L)
.customer("cus_G7Dvo4iphUNk")
.value(100D)
.totalValue(150D)
- .billingType(ApiInstallmentSaveRequestBillingType.UNDEFINED)
+ .billingType(InstallmentSaveRequestBillingType.UNDEFINED)
.dueDate("2025-07-08")
.description("Installment 08652")
.postalService(true)
.daysAfterDueDateToRegistrationCancellation(1L)
.paymentExternalReference("056984")
- .discount(apiPaymentDiscountDto)
- .interest(apiPaymentInterestRequestDto)
- .fine(apiPaymentFineRequestDto)
+ .discount(paymentDiscountDto)
+ .interest(paymentInterestRequestDto)
+ .fine(paymentFineRequestDto)
.splits(splitsList)
.build();
- ApiInstallmentGetResponseDto response = asaasSdk.installment.createInstallment(apiInstallmentSaveRequestDto);
+ InstallmentGetResponseDto response = asaasSdk.installment.createInstallment(installmentSaveRequestDto);
System.out.println(response);
}
@@ -158,13 +156,13 @@ public class Main {
**Parameters**
-| Name | Type | Required | Description |
-| :----------------------------------------- | :---------------------------------------------------------------------------------------------------- | :------- | :----------- |
-| apiInstallmentSaveWithCreditCardRequestDto | [ApiInstallmentSaveWithCreditCardRequestDto](../models/ApiInstallmentSaveWithCreditCardRequestDto.md) | ❌ | Request Body |
+| Name | Type | Required | Description |
+| :-------------------------------------- | :---------------------------------------------------------------------------------------------- | :------- | :----------- |
+| installmentSaveWithCreditCardRequestDto | [InstallmentSaveWithCreditCardRequestDto](../models/InstallmentSaveWithCreditCardRequestDto.md) | ❌ | Request Body |
**Return Type**
-`ApiInstallmentGetResponseDto`
+`InstallmentGetResponseDto`
**Example Usage Code Snippet**
@@ -172,17 +170,17 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiCreditCardHolderInfoRequestDto;
-import com.asaas.apisdk.models.ApiCreditCardRequestDto;
-import com.asaas.apisdk.models.ApiInstallmentGetResponseDto;
-import com.asaas.apisdk.models.ApiInstallmentSaveWithCreditCardRequestBillingType;
-import com.asaas.apisdk.models.ApiInstallmentSaveWithCreditCardRequestDto;
-import com.asaas.apisdk.models.ApiInstallmentSplitRequestDto;
-import com.asaas.apisdk.models.ApiPaymentDiscountDiscountType;
-import com.asaas.apisdk.models.ApiPaymentDiscountDto;
-import com.asaas.apisdk.models.ApiPaymentFineRequestDto;
-import com.asaas.apisdk.models.ApiPaymentFineRequestFineType;
-import com.asaas.apisdk.models.ApiPaymentInterestRequestDto;
+import com.asaas.apisdk.models.CreditCardHolderInfoRequestDto;
+import com.asaas.apisdk.models.CreditCardRequestDto;
+import com.asaas.apisdk.models.InstallmentGetResponseDto;
+import com.asaas.apisdk.models.InstallmentSaveWithCreditCardRequestBillingType;
+import com.asaas.apisdk.models.InstallmentSaveWithCreditCardRequestDto;
+import com.asaas.apisdk.models.InstallmentSplitRequestDto;
+import com.asaas.apisdk.models.PaymentDiscountDiscountType;
+import com.asaas.apisdk.models.PaymentDiscountDto;
+import com.asaas.apisdk.models.PaymentFineRequestDto;
+import com.asaas.apisdk.models.PaymentFineRequestFineType;
+import com.asaas.apisdk.models.PaymentInterestRequestDto;
import java.util.Arrays;
import java.util.List;
@@ -195,22 +193,20 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentDiscountDto apiPaymentDiscountDto = ApiPaymentDiscountDto.builder()
+ PaymentDiscountDto paymentDiscountDto = PaymentDiscountDto.builder()
.value(10D)
.dueDateLimitDays(1L)
- .type(ApiPaymentDiscountDiscountType.FIXED)
+ .type(PaymentDiscountDiscountType.FIXED)
.build();
- ApiPaymentInterestRequestDto apiPaymentInterestRequestDto = ApiPaymentInterestRequestDto.builder()
- .value(4.68D)
- .build();
+ PaymentInterestRequestDto paymentInterestRequestDto = PaymentInterestRequestDto.builder().value(4.68D).build();
- ApiPaymentFineRequestDto apiPaymentFineRequestDto = ApiPaymentFineRequestDto.builder()
+ PaymentFineRequestDto paymentFineRequestDto = PaymentFineRequestDto.builder()
.value(8.99D)
- .type(ApiPaymentFineRequestFineType.FIXED)
+ .type(PaymentFineRequestFineType.FIXED)
.build();
- ApiInstallmentSplitRequestDto apiInstallmentSplitRequestDto = ApiInstallmentSplitRequestDto.builder()
+ InstallmentSplitRequestDto installmentSplitRequestDto = InstallmentSplitRequestDto.builder()
.walletId("walletId")
.fixedValue(2.11D)
.percentualValue(0.03D)
@@ -220,17 +216,17 @@ public class Main {
.installmentNumber(1L)
.build();
- List splitsList = Arrays.asList(apiInstallmentSplitRequestDto);
+ List splitsList = Arrays.asList(installmentSplitRequestDto);
- ApiCreditCardRequestDto apiCreditCardRequestDto = ApiCreditCardRequestDto.builder()
+ CreditCardRequestDto creditCardRequestDto = CreditCardRequestDto.builder()
.holderName("John Doe")
.number("1234567890123456")
- .expiryMonth("6")
+ .expiryMonth("7")
.expiryYear("2025")
.ccv("123")
.build();
- ApiCreditCardHolderInfoRequestDto apiCreditCardHolderInfoRequestDto = ApiCreditCardHolderInfoRequestDto.builder()
+ CreditCardHolderInfoRequestDto creditCardHolderInfoRequestDto = CreditCardHolderInfoRequestDto.builder()
.name("John Doe")
.email("john.doe@asaas.com")
.cpfCnpj("12345678901")
@@ -241,31 +237,31 @@ public class Main {
.mobilePhone("mobilePhone")
.build();
- ApiInstallmentSaveWithCreditCardRequestDto apiInstallmentSaveWithCreditCardRequestDto =
- ApiInstallmentSaveWithCreditCardRequestDto.builder()
+ InstallmentSaveWithCreditCardRequestDto installmentSaveWithCreditCardRequestDto =
+ InstallmentSaveWithCreditCardRequestDto.builder()
.installmentCount(3L)
.customer("cus_G7Dvo4iphUNk")
.value(100D)
.totalValue(150D)
- .billingType(ApiInstallmentSaveWithCreditCardRequestBillingType.UNDEFINED)
+ .billingType(InstallmentSaveWithCreditCardRequestBillingType.UNDEFINED)
.dueDate("2025-07-08")
.description("Installment 08652")
.postalService(false)
.daysAfterDueDateToRegistrationCancellation(1L)
.paymentExternalReference("056984")
- .discount(apiPaymentDiscountDto)
- .interest(apiPaymentInterestRequestDto)
- .fine(apiPaymentFineRequestDto)
+ .discount(paymentDiscountDto)
+ .interest(paymentInterestRequestDto)
+ .fine(paymentFineRequestDto)
.splits(splitsList)
- .creditCard(apiCreditCardRequestDto)
- .creditCardHolderInfo(apiCreditCardHolderInfoRequestDto)
+ .creditCard(creditCardRequestDto)
+ .creditCardHolderInfo(creditCardHolderInfoRequestDto)
.creditCardToken("a75a1d98-c52d-4a6b-a413-71e00b193c99")
.authorizeOnly(false)
.remoteIp("remoteIp")
.build();
- ApiInstallmentGetResponseDto response = asaasSdk.installment.createInstallmentWithCreditCard(
- apiInstallmentSaveWithCreditCardRequestDto
+ InstallmentGetResponseDto response = asaasSdk.installment.createInstallmentWithCreditCard(
+ installmentSaveWithCreditCardRequestDto
);
System.out.println(response);
@@ -287,7 +283,7 @@ public class Main {
**Return Type**
-`ApiInstallmentGetResponseDto`
+`InstallmentGetResponseDto`
**Example Usage Code Snippet**
@@ -295,7 +291,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiInstallmentGetResponseDto;
+import com.asaas.apisdk.models.InstallmentGetResponseDto;
public class Main {
@@ -306,7 +302,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiInstallmentGetResponseDto response = asaasSdk.installment.retrieveASingleInstallment(
+ InstallmentGetResponseDto response = asaasSdk.installment.retrieveASingleInstallment(
"2765d086-c7c5-5cca-898a-4262d212587c"
);
@@ -329,7 +325,7 @@ public class Main {
**Return Type**
-`ApiInstallmentDeleteResponseDto`
+`InstallmentDeleteResponseDto`
**Example Usage Code Snippet**
@@ -337,7 +333,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiInstallmentDeleteResponseDto;
+import com.asaas.apisdk.models.InstallmentDeleteResponseDto;
public class Main {
@@ -348,7 +344,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiInstallmentDeleteResponseDto response = asaasSdk.installment.removeInstallment(
+ InstallmentDeleteResponseDto response = asaasSdk.installment.removeInstallment(
"5a2c890b-dd63-4b5a-9169-96c8d7828f4c"
);
@@ -372,7 +368,7 @@ public class Main {
**Return Type**
-`ApiPaymentListResponseDto`
+`PaymentListResponseDto`
**Example Usage Code Snippet**
@@ -380,9 +376,9 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiInstallmentListPaymentsRequestPaymentStatus;
-import com.asaas.apisdk.models.ApiPaymentListResponseDto;
+import com.asaas.apisdk.models.InstallmentListPaymentsRequestPaymentStatus;
import com.asaas.apisdk.models.ListPaymentsOfAInstallmentParameters;
+import com.asaas.apisdk.models.PaymentListResponseDto;
public class Main {
@@ -394,10 +390,10 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
ListPaymentsOfAInstallmentParameters requestParameters = ListPaymentsOfAInstallmentParameters.builder()
- .status(ApiInstallmentListPaymentsRequestPaymentStatus.PENDING)
+ .status(InstallmentListPaymentsRequestPaymentStatus.PENDING)
.build();
- ApiPaymentListResponseDto response = asaasSdk.installment.listPaymentsOfAInstallment(
+ PaymentListResponseDto response = asaasSdk.installment.listPaymentsOfAInstallment(
"2765d086-c7c5-5cca-898a-4262d212587c",
requestParameters
);
@@ -422,7 +418,7 @@ public class Main {
**Return Type**
-`Object`
+`InstallmentPaymentBookResponseDto`
**Example Usage Code Snippet**
@@ -431,6 +427,7 @@ import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
import com.asaas.apisdk.models.GenerateInstallmentBookletParameters;
+import com.asaas.apisdk.models.InstallmentPaymentBookResponseDto;
public class Main {
@@ -446,7 +443,7 @@ public class Main {
.order("asc")
.build();
- Object response = asaasSdk.installment.generateInstallmentBooklet(
+ InstallmentPaymentBookResponseDto response = asaasSdk.installment.generateInstallmentBooklet(
"2765d086-c7c5-5cca-898a-4262d212587c",
requestParameters
);
@@ -473,7 +470,7 @@ It is possible to refund an installment received or confirmed via credit card. J
**Return Type**
-`ApiInstallmentGetResponseDto`
+`InstallmentGetResponseDto`
**Example Usage Code Snippet**
@@ -481,7 +478,7 @@ It is possible to refund an installment received or confirmed via credit card. J
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiInstallmentGetResponseDto;
+import com.asaas.apisdk.models.InstallmentGetResponseDto;
public class Main {
@@ -492,7 +489,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiInstallmentGetResponseDto response = asaasSdk.installment.refundInstallment(
+ InstallmentGetResponseDto response = asaasSdk.installment.refundInstallment(
"2765d086-c7c5-5cca-898a-4262d212587c",
new Object()
);
@@ -510,14 +507,14 @@ public class Main {
**Parameters**
-| Name | Type | Required | Description |
-| :---------------------------------- | :-------------------------------------------------------------------------------------- | :------- | :------------- |
-| id | String | ✅ | Installment ID |
-| apiInstallmentUpdateSplitRequestDto | [ApiInstallmentUpdateSplitRequestDto](../models/ApiInstallmentUpdateSplitRequestDto.md) | ❌ | Request Body |
+| Name | Type | Required | Description |
+| :------------------------------- | :-------------------------------------------------------------------------------- | :------- | :------------- |
+| id | String | ✅ | Installment ID |
+| installmentUpdateSplitRequestDto | [InstallmentUpdateSplitRequestDto](../models/InstallmentUpdateSplitRequestDto.md) | ❌ | Request Body |
**Return Type**
-`ApiInstallmentUpdateSplitResponseDto`
+`InstallmentUpdateSplitResponseDto`
**Example Usage Code Snippet**
@@ -525,9 +522,9 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiInstallmentSplitRequestDto;
-import com.asaas.apisdk.models.ApiInstallmentUpdateSplitRequestDto;
-import com.asaas.apisdk.models.ApiInstallmentUpdateSplitResponseDto;
+import com.asaas.apisdk.models.InstallmentSplitRequestDto;
+import com.asaas.apisdk.models.InstallmentUpdateSplitRequestDto;
+import com.asaas.apisdk.models.InstallmentUpdateSplitResponseDto;
import java.util.Arrays;
import java.util.List;
@@ -540,7 +537,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiInstallmentSplitRequestDto apiInstallmentSplitRequestDto = ApiInstallmentSplitRequestDto.builder()
+ InstallmentSplitRequestDto installmentSplitRequestDto = InstallmentSplitRequestDto.builder()
.walletId("walletId")
.fixedValue(2.11D)
.percentualValue(0.03D)
@@ -550,14 +547,15 @@ public class Main {
.installmentNumber(1L)
.build();
- List splitsList = Arrays.asList(apiInstallmentSplitRequestDto);
+ List splitsList = Arrays.asList(installmentSplitRequestDto);
- ApiInstallmentUpdateSplitRequestDto apiInstallmentUpdateSplitRequestDto =
- ApiInstallmentUpdateSplitRequestDto.builder().splits(splitsList).build();
+ InstallmentUpdateSplitRequestDto installmentUpdateSplitRequestDto = InstallmentUpdateSplitRequestDto.builder()
+ .splits(splitsList)
+ .build();
- ApiInstallmentUpdateSplitResponseDto response = asaasSdk.installment.updateInstallmentSplits(
+ InstallmentUpdateSplitResponseDto response = asaasSdk.installment.updateInstallmentSplits(
"2765d086-c7c5-5cca-898a-4262d212587c",
- apiInstallmentUpdateSplitRequestDto
+ installmentUpdateSplitRequestDto
);
System.out.println(response);
diff --git a/documentation/services/InvoiceService.md b/documentation/services/InvoiceService.md
index ac89242..73231a7 100644
--- a/documentation/services/InvoiceService.md
+++ b/documentation/services/InvoiceService.md
@@ -24,7 +24,7 @@ A list of all methods in the `InvoiceService` service. Click on the method name
**Return Type**
-`ApiCustomerInvoiceListResponseDto`
+`InvoiceListResponseDto`
**Example Usage Code Snippet**
@@ -32,8 +32,8 @@ A list of all methods in the `InvoiceService` service. Click on the method name
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiCustomerInvoiceListRequestInvoiceStatus;
-import com.asaas.apisdk.models.ApiCustomerInvoiceListResponseDto;
+import com.asaas.apisdk.models.InvoiceListRequestInvoiceStatus;
+import com.asaas.apisdk.models.InvoiceListResponseDto;
import com.asaas.apisdk.models.ListInvoicesParameters;
public class Main {
@@ -46,18 +46,18 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
ListInvoicesParameters requestParameters = ListInvoicesParameters.builder()
- .offset(10L)
+ .offset(7L)
.limit(10L)
.effectiveDateGe("2024-08-03")
.effectiveDateLe("2024-09-03")
.payment("payment")
.installment("installment")
.externalReference("externalReference")
- .status(ApiCustomerInvoiceListRequestInvoiceStatus.SCHEDULED)
+ .status(InvoiceListRequestInvoiceStatus.SCHEDULED)
.customer("customer")
.build();
- ApiCustomerInvoiceListResponseDto response = asaasSdk.invoice.listInvoices(requestParameters);
+ InvoiceListResponseDto response = asaasSdk.invoice.listInvoices(requestParameters);
System.out.println(response);
}
@@ -72,13 +72,13 @@ public class Main {
**Parameters**
-| Name | Type | Required | Description |
-| :------------------------------- | :-------------------------------------------------------------------------------- | :------- | :----------- |
-| apiCustomerInvoiceSaveRequestDto | [ApiCustomerInvoiceSaveRequestDto](../models/ApiCustomerInvoiceSaveRequestDto.md) | ❌ | Request Body |
+| Name | Type | Required | Description |
+| :-------------------- | :---------------------------------------------------------- | :------- | :----------- |
+| invoiceSaveRequestDto | [InvoiceSaveRequestDto](../models/InvoiceSaveRequestDto.md) | ❌ | Request Body |
**Return Type**
-`ApiCustomerInvoiceGetResponseDto`
+`InvoiceGetResponseDto`
**Example Usage Code Snippet**
@@ -86,9 +86,9 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiCustomerInvoiceGetResponseDto;
-import com.asaas.apisdk.models.ApiCustomerInvoiceSaveRequestDto;
-import com.asaas.apisdk.models.ApiCustomerInvoiceTaxesDto;
+import com.asaas.apisdk.models.InvoiceGetResponseDto;
+import com.asaas.apisdk.models.InvoiceSaveRequestDto;
+import com.asaas.apisdk.models.InvoiceTaxesDto;
public class Main {
@@ -99,7 +99,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiCustomerInvoiceTaxesDto apiCustomerInvoiceTaxesDto = ApiCustomerInvoiceTaxesDto.builder()
+ InvoiceTaxesDto invoiceTaxesDto = InvoiceTaxesDto.builder()
.retainIss(true)
.cofins(1D)
.csll(1D)
@@ -109,7 +109,7 @@ public class Main {
.iss(1D)
.build();
- ApiCustomerInvoiceSaveRequestDto apiCustomerInvoiceSaveRequestDto = ApiCustomerInvoiceSaveRequestDto.builder()
+ InvoiceSaveRequestDto invoiceSaveRequestDto = InvoiceSaveRequestDto.builder()
.payment("pay_637959110194")
.installment("installment")
.customer("cus_000000002750")
@@ -122,11 +122,11 @@ public class Main {
.municipalServiceId("municipalServiceId")
.municipalServiceCode("1.01")
.municipalServiceName("Systems analysis and development")
- .updatePayment(false)
- .taxes(apiCustomerInvoiceTaxesDto)
+ .updatePayment(true)
+ .taxes(invoiceTaxesDto)
.build();
- ApiCustomerInvoiceGetResponseDto response = asaasSdk.invoice.scheduleInvoice(apiCustomerInvoiceSaveRequestDto);
+ InvoiceGetResponseDto response = asaasSdk.invoice.scheduleInvoice(invoiceSaveRequestDto);
System.out.println(response);
}
@@ -147,7 +147,7 @@ public class Main {
**Return Type**
-`ApiCustomerInvoiceGetResponseDto`
+`InvoiceGetResponseDto`
**Example Usage Code Snippet**
@@ -155,7 +155,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiCustomerInvoiceGetResponseDto;
+import com.asaas.apisdk.models.InvoiceGetResponseDto;
public class Main {
@@ -166,7 +166,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiCustomerInvoiceGetResponseDto response = asaasSdk.invoice.retrieveASingleInvoice("inv_000000000232");
+ InvoiceGetResponseDto response = asaasSdk.invoice.retrieveASingleInvoice("inv_000000000232");
System.out.println(response);
}
@@ -181,14 +181,14 @@ public class Main {
**Parameters**
-| Name | Type | Required | Description |
-| :--------------------------------- | :------------------------------------------------------------------------------------ | :------- | :--------------------------------- |
-| id | String | ✅ | Unique invoice identifier in Asaas |
-| apiCustomerInvoiceUpdateRequestDto | [ApiCustomerInvoiceUpdateRequestDto](../models/ApiCustomerInvoiceUpdateRequestDto.md) | ❌ | Request Body |
+| Name | Type | Required | Description |
+| :---------------------- | :-------------------------------------------------------------- | :------- | :--------------------------------- |
+| id | String | ✅ | Unique invoice identifier in Asaas |
+| invoiceUpdateRequestDto | [InvoiceUpdateRequestDto](../models/InvoiceUpdateRequestDto.md) | ❌ | Request Body |
**Return Type**
-`ApiCustomerInvoiceGetResponseDto`
+`InvoiceGetResponseDto`
**Example Usage Code Snippet**
@@ -196,9 +196,9 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiCustomerInvoiceGetResponseDto;
-import com.asaas.apisdk.models.ApiCustomerInvoiceTaxesDto;
-import com.asaas.apisdk.models.ApiCustomerInvoiceUpdateRequestDto;
+import com.asaas.apisdk.models.InvoiceGetResponseDto;
+import com.asaas.apisdk.models.InvoiceTaxesDto;
+import com.asaas.apisdk.models.InvoiceUpdateRequestDto;
public class Main {
@@ -209,7 +209,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiCustomerInvoiceTaxesDto apiCustomerInvoiceTaxesDto = ApiCustomerInvoiceTaxesDto.builder()
+ InvoiceTaxesDto invoiceTaxesDto = InvoiceTaxesDto.builder()
.retainIss(true)
.cofins(1D)
.csll(1D)
@@ -219,21 +219,18 @@ public class Main {
.iss(1D)
.build();
- ApiCustomerInvoiceUpdateRequestDto apiCustomerInvoiceUpdateRequestDto = ApiCustomerInvoiceUpdateRequestDto.builder()
+ InvoiceUpdateRequestDto invoiceUpdateRequestDto = InvoiceUpdateRequestDto.builder()
.serviceDescription("serviceDescription")
.observations("Monthly for June work.")
.externalReference("externalReference")
.value(300D)
.deductions(10D)
.effectiveDate("2024-08-20")
- .updatePayment(true)
- .taxes(apiCustomerInvoiceTaxesDto)
+ .updatePayment(false)
+ .taxes(invoiceTaxesDto)
.build();
- ApiCustomerInvoiceGetResponseDto response = asaasSdk.invoice.updateInvoice(
- "inv_000000000232",
- apiCustomerInvoiceUpdateRequestDto
- );
+ InvoiceGetResponseDto response = asaasSdk.invoice.updateInvoice("inv_000000000232", invoiceUpdateRequestDto);
System.out.println(response);
}
@@ -255,7 +252,7 @@ public class Main {
**Return Type**
-`ApiCustomerInvoiceGetResponseDto`
+`InvoiceGetResponseDto`
**Example Usage Code Snippet**
@@ -263,7 +260,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiCustomerInvoiceGetResponseDto;
+import com.asaas.apisdk.models.InvoiceGetResponseDto;
public class Main {
@@ -274,7 +271,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiCustomerInvoiceGetResponseDto response = asaasSdk.invoice.issueAnInvoice("inv_000000000232", new Object());
+ InvoiceGetResponseDto response = asaasSdk.invoice.issueAnInvoice("inv_000000000232", new Object());
System.out.println(response);
}
@@ -289,14 +286,14 @@ public class Main {
**Parameters**
-| Name | Type | Required | Description |
-| :--------------------------------- | :------------------------------------------------------------------------------------ | :------- | :--------------------------------- |
-| id | String | ✅ | Unique invoice identifier in Asaas |
-| apiCustomerInvoiceCancelRequestDto | [ApiCustomerInvoiceCancelRequestDto](../models/ApiCustomerInvoiceCancelRequestDto.md) | ❌ | Request Body |
+| Name | Type | Required | Description |
+| :---------------------- | :-------------------------------------------------------------- | :------- | :--------------------------------- |
+| id | String | ✅ | Unique invoice identifier in Asaas |
+| invoiceCancelRequestDto | [InvoiceCancelRequestDto](../models/InvoiceCancelRequestDto.md) | ❌ | Request Body |
**Return Type**
-`ApiCustomerInvoiceGetResponseDto`
+`InvoiceGetResponseDto`
**Example Usage Code Snippet**
@@ -304,8 +301,8 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiCustomerInvoiceCancelRequestDto;
-import com.asaas.apisdk.models.ApiCustomerInvoiceGetResponseDto;
+import com.asaas.apisdk.models.InvoiceCancelRequestDto;
+import com.asaas.apisdk.models.InvoiceGetResponseDto;
public class Main {
@@ -316,14 +313,11 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiCustomerInvoiceCancelRequestDto apiCustomerInvoiceCancelRequestDto = ApiCustomerInvoiceCancelRequestDto.builder()
+ InvoiceCancelRequestDto invoiceCancelRequestDto = InvoiceCancelRequestDto.builder()
.cancelOnlyOnAsaas(false)
.build();
- ApiCustomerInvoiceGetResponseDto response = asaasSdk.invoice.cancelAnInvoice(
- "inv_000000000232",
- apiCustomerInvoiceCancelRequestDto
- );
+ InvoiceGetResponseDto response = asaasSdk.invoice.cancelAnInvoice("inv_000000000232", invoiceCancelRequestDto);
System.out.println(response);
}
diff --git a/documentation/services/MobilePhoneRechargeService.md b/documentation/services/MobilePhoneRechargeService.md
index 76b9977..3e8469a 100644
--- a/documentation/services/MobilePhoneRechargeService.md
+++ b/documentation/services/MobilePhoneRechargeService.md
@@ -23,7 +23,7 @@ A list of all methods in the `MobilePhoneRechargeService` service. Click on the
**Return Type**
-`ApiMobilePhoneRechargeListResponseDto`
+`MobilePhoneRechargeListResponseDto`
**Example Usage Code Snippet**
@@ -31,8 +31,8 @@ A list of all methods in the `MobilePhoneRechargeService` service. Click on the
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiMobilePhoneRechargeListResponseDto;
import com.asaas.apisdk.models.ListMobileRechargesParameters;
+import com.asaas.apisdk.models.MobilePhoneRechargeListResponseDto;
public class Main {
@@ -44,13 +44,11 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
ListMobileRechargesParameters requestParameters = ListMobileRechargesParameters.builder()
- .offset(2L)
+ .offset(8L)
.limit(10L)
.build();
- ApiMobilePhoneRechargeListResponseDto response = asaasSdk.mobilePhoneRecharge.listMobileRecharges(
- requestParameters
- );
+ MobilePhoneRechargeListResponseDto response = asaasSdk.mobilePhoneRecharge.listMobileRecharges(requestParameters);
System.out.println(response);
}
@@ -65,13 +63,13 @@ public class Main {
**Parameters**
-| Name | Type | Required | Description |
-| :----------------------------------- | :---------------------------------------------------------------------------------------- | :------- | :----------- |
-| apiMobilePhoneRechargeSaveRequestDto | [ApiMobilePhoneRechargeSaveRequestDto](../models/ApiMobilePhoneRechargeSaveRequestDto.md) | ❌ | Request Body |
+| Name | Type | Required | Description |
+| :-------------------------------- | :---------------------------------------------------------------------------------- | :------- | :----------- |
+| mobilePhoneRechargeSaveRequestDto | [MobilePhoneRechargeSaveRequestDto](../models/MobilePhoneRechargeSaveRequestDto.md) | ❌ | Request Body |
**Return Type**
-`ApiMobilePhoneRechargeGetResponseDto`
+`MobilePhoneRechargeGetResponseDto`
**Example Usage Code Snippet**
@@ -79,8 +77,8 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiMobilePhoneRechargeGetResponseDto;
-import com.asaas.apisdk.models.ApiMobilePhoneRechargeSaveRequestDto;
+import com.asaas.apisdk.models.MobilePhoneRechargeGetResponseDto;
+import com.asaas.apisdk.models.MobilePhoneRechargeSaveRequestDto;
public class Main {
@@ -91,11 +89,13 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiMobilePhoneRechargeSaveRequestDto apiMobilePhoneRechargeSaveRequestDto =
- ApiMobilePhoneRechargeSaveRequestDto.builder().value(15D).phoneNumber("63997365512").build();
+ MobilePhoneRechargeSaveRequestDto mobilePhoneRechargeSaveRequestDto = MobilePhoneRechargeSaveRequestDto.builder()
+ .value(15D)
+ .phoneNumber("63997365512")
+ .build();
- ApiMobilePhoneRechargeGetResponseDto response = asaasSdk.mobilePhoneRecharge.requestRecharge(
- apiMobilePhoneRechargeSaveRequestDto
+ MobilePhoneRechargeGetResponseDto response = asaasSdk.mobilePhoneRecharge.requestRecharge(
+ mobilePhoneRechargeSaveRequestDto
);
System.out.println(response);
@@ -117,7 +117,7 @@ public class Main {
**Return Type**
-`ApiMobilePhoneRechargeGetResponseDto`
+`MobilePhoneRechargeGetResponseDto`
**Example Usage Code Snippet**
@@ -125,7 +125,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiMobilePhoneRechargeGetResponseDto;
+import com.asaas.apisdk.models.MobilePhoneRechargeGetResponseDto;
public class Main {
@@ -136,7 +136,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiMobilePhoneRechargeGetResponseDto response = asaasSdk.mobilePhoneRecharge.recoverASingleCellphoneRecharge(
+ MobilePhoneRechargeGetResponseDto response = asaasSdk.mobilePhoneRecharge.recoverASingleCellphoneRecharge(
"37c22147-4194-11ec-8061-0242ac120002"
);
@@ -162,7 +162,7 @@ Allows canceling the cell phone top-up. Use the canBeCancelled property to verif
**Return Type**
-`ApiMobilePhoneRechargeGetResponseDto`
+`MobilePhoneRechargeGetResponseDto`
**Example Usage Code Snippet**
@@ -170,7 +170,7 @@ Allows canceling the cell phone top-up. Use the canBeCancelled property to verif
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiMobilePhoneRechargeGetResponseDto;
+import com.asaas.apisdk.models.MobilePhoneRechargeGetResponseDto;
public class Main {
@@ -181,7 +181,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiMobilePhoneRechargeGetResponseDto response = asaasSdk.mobilePhoneRecharge.cancelACellphoneRecharge(
+ MobilePhoneRechargeGetResponseDto response = asaasSdk.mobilePhoneRecharge.cancelACellphoneRecharge(
"37c22147-4194-11ec-8061-0242ac120002",
new Object()
);
@@ -205,7 +205,7 @@ public class Main {
**Return Type**
-`ApiMobilePhoneRechargeFindProviderResponseDto`
+`MobilePhoneRechargeFindProviderResponseDto`
**Example Usage Code Snippet**
@@ -213,7 +213,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiMobilePhoneRechargeFindProviderResponseDto;
+import com.asaas.apisdk.models.MobilePhoneRechargeFindProviderResponseDto;
public class Main {
@@ -224,7 +224,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiMobilePhoneRechargeFindProviderResponseDto response = asaasSdk.mobilePhoneRecharge.searchForCellPhoneProvider(
+ MobilePhoneRechargeFindProviderResponseDto response = asaasSdk.mobilePhoneRecharge.searchForCellPhoneProvider(
"63997365512"
);
diff --git a/documentation/services/NotificationService.md b/documentation/services/NotificationService.md
index f47d04b..9ffecf1 100644
--- a/documentation/services/NotificationService.md
+++ b/documentation/services/NotificationService.md
@@ -14,14 +14,14 @@ A list of all methods in the `NotificationService` service. Click on the method
**Parameters**
-| Name | Type | Required | Description |
-| :------------------------------ | :------------------------------------------------------------------------------ | :------- | :-------------------------------------------------- |
-| id | String | ✅ | Unique identifier of the notification to be updated |
-| apiNotificationUpdateRequestDto | [ApiNotificationUpdateRequestDto](../models/ApiNotificationUpdateRequestDto.md) | ❌ | Request Body |
+| Name | Type | Required | Description |
+| :--------------------------- | :------------------------------------------------------------------------ | :------- | :-------------------------------------------------- |
+| id | String | ✅ | Unique identifier of the notification to be updated |
+| notificationUpdateRequestDto | [NotificationUpdateRequestDto](../models/NotificationUpdateRequestDto.md) | ❌ | Request Body |
**Return Type**
-`ApiNotificationGetResponseDto`
+`NotificationGetResponseDto`
**Example Usage Code Snippet**
@@ -29,9 +29,9 @@ A list of all methods in the `NotificationService` service. Click on the method
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiNotificationGetResponseDto;
-import com.asaas.apisdk.models.ApiNotificationUpdateRequestDto;
-import com.asaas.apisdk.models.ApiNotificationUpdateRequestDtoScheduleOffset;
+import com.asaas.apisdk.models.NotificationGetResponseDto;
+import com.asaas.apisdk.models.NotificationUpdateRequestDto;
+import com.asaas.apisdk.models.NotificationUpdateRequestDtoScheduleOffset;
public class Main {
@@ -42,7 +42,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiNotificationUpdateRequestDto apiNotificationUpdateRequestDto = ApiNotificationUpdateRequestDto.builder()
+ NotificationUpdateRequestDto notificationUpdateRequestDto = NotificationUpdateRequestDto.builder()
.enabled(true)
.emailEnabledForProvider(true)
.smsEnabledForProvider(true)
@@ -50,12 +50,12 @@ public class Main {
.smsEnabledForCustomer(true)
.phoneCallEnabledForCustomer(true)
.whatsappEnabledForCustomer(false)
- .scheduleOffset(ApiNotificationUpdateRequestDtoScheduleOffset._0)
+ .scheduleOffset(NotificationUpdateRequestDtoScheduleOffset._0)
.build();
- ApiNotificationGetResponseDto response = asaasSdk.notification.updateExistingNotification(
+ NotificationGetResponseDto response = asaasSdk.notification.updateExistingNotification(
"not_wuGp97JeCr7G",
- apiNotificationUpdateRequestDto
+ notificationUpdateRequestDto
);
System.out.println(response);
@@ -73,13 +73,13 @@ It is possible to customize various notifications, regardless of the communicati
**Parameters**
-| Name | Type | Required | Description |
-| :----------------------------------- | :---------------------------------------------------------------------------------------- | :------- | :----------- |
-| apiNotificationBatchUpdateRequestDto | [ApiNotificationBatchUpdateRequestDto](../models/ApiNotificationBatchUpdateRequestDto.md) | ❌ | Request Body |
+| Name | Type | Required | Description |
+| :-------------------------------- | :---------------------------------------------------------------------------------- | :------- | :----------- |
+| notificationBatchUpdateRequestDto | [NotificationBatchUpdateRequestDto](../models/NotificationBatchUpdateRequestDto.md) | ❌ | Request Body |
**Return Type**
-`ApiNotificationBatchUpdateResponseDto`
+`NotificationBatchUpdateResponseDto`
**Example Usage Code Snippet**
@@ -87,10 +87,10 @@ It is possible to customize various notifications, regardless of the communicati
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiNotificationBatchUpdateRequestDto;
-import com.asaas.apisdk.models.ApiNotificationBatchUpdateResponseDto;
-import com.asaas.apisdk.models.ApiNotificationUpdateRequestDto;
-import com.asaas.apisdk.models.ApiNotificationUpdateRequestDtoScheduleOffset;
+import com.asaas.apisdk.models.NotificationBatchUpdateRequestDto;
+import com.asaas.apisdk.models.NotificationBatchUpdateResponseDto;
+import com.asaas.apisdk.models.NotificationUpdateRequestDto;
+import com.asaas.apisdk.models.NotificationUpdateRequestDtoScheduleOffset;
import java.util.Arrays;
import java.util.List;
@@ -103,7 +103,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiNotificationUpdateRequestDto apiNotificationUpdateRequestDto = ApiNotificationUpdateRequestDto.builder()
+ NotificationUpdateRequestDto notificationUpdateRequestDto = NotificationUpdateRequestDto.builder()
.enabled(true)
.emailEnabledForProvider(true)
.smsEnabledForProvider(true)
@@ -111,19 +111,18 @@ public class Main {
.smsEnabledForCustomer(true)
.phoneCallEnabledForCustomer(true)
.whatsappEnabledForCustomer(false)
- .scheduleOffset(ApiNotificationUpdateRequestDtoScheduleOffset._0)
+ .scheduleOffset(NotificationUpdateRequestDtoScheduleOffset._0)
.build();
- List notificationsList = Arrays.asList(apiNotificationUpdateRequestDto);
+ List notificationsList = Arrays.asList(notificationUpdateRequestDto);
- ApiNotificationBatchUpdateRequestDto apiNotificationBatchUpdateRequestDto =
- ApiNotificationBatchUpdateRequestDto.builder()
- .customer("cus_000005401844")
- .notifications(notificationsList)
- .build();
+ NotificationBatchUpdateRequestDto notificationBatchUpdateRequestDto = NotificationBatchUpdateRequestDto.builder()
+ .customer("cus_000005401844")
+ .notifications(notificationsList)
+ .build();
- ApiNotificationBatchUpdateResponseDto response = asaasSdk.notification.updateExistingNotificationsInBatch(
- apiNotificationBatchUpdateRequestDto
+ NotificationBatchUpdateResponseDto response = asaasSdk.notification.updateExistingNotificationsInBatch(
+ notificationBatchUpdateRequestDto
);
System.out.println(response);
diff --git a/documentation/services/PaymentDocumentService.md b/documentation/services/PaymentDocumentService.md
index c2bac46..873c4c3 100644
--- a/documentation/services/PaymentDocumentService.md
+++ b/documentation/services/PaymentDocumentService.md
@@ -23,7 +23,7 @@ A list of all methods in the `PaymentDocumentService` service. Click on the meth
**Return Type**
-`ApiPaymentDocumentListResponseDto`
+`PaymentDocumentListResponseDto`
**Example Usage Code Snippet**
@@ -31,7 +31,7 @@ A list of all methods in the `PaymentDocumentService` service. Click on the meth
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentDocumentListResponseDto;
+import com.asaas.apisdk.models.PaymentDocumentListResponseDto;
public class Main {
@@ -42,7 +42,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentDocumentListResponseDto response = asaasSdk.paymentDocument.listDocumentsOfAPayment("id");
+ PaymentDocumentListResponseDto response = asaasSdk.paymentDocument.listDocumentsOfAPayment("id");
System.out.println(response);
}
@@ -57,15 +57,15 @@ public class Main {
**Parameters**
-| Name | Type | Required | Description |
-| :------------------------------- | :-------------------------------------------------------------------------------- | :------- | :--------------------------------- |
-| id | String | ✅ | Unique payment identifier in Asaas |
-| apiPaymentDocumentSaveRequestDto | [ApiPaymentDocumentSaveRequestDto](../models/ApiPaymentDocumentSaveRequestDto.md) | ❌ | Request Body |
-| \_filename | [String](../models/String.md) | ✅ | Filename for the uploaded file |
+| Name | Type | Required | Description |
+| :---------------------------- | :-------------------------------------------------------------------------- | :------- | :--------------------------------- |
+| id | String | ✅ | Unique payment identifier in Asaas |
+| paymentDocumentSaveRequestDto | [PaymentDocumentSaveRequestDto](../models/PaymentDocumentSaveRequestDto.md) | ❌ | Request Body |
+| \_filename | [String](../models/String.md) | ✅ | Filename for the uploaded file |
**Return Type**
-`ApiPaymentDocumentGetResponseDto`
+`PaymentDocumentGetResponseDto`
**Example Usage Code Snippet**
@@ -73,9 +73,9 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentDocumentGetResponseDto;
-import com.asaas.apisdk.models.ApiPaymentDocumentSaveRequestDto;
-import com.asaas.apisdk.models.ApiPaymentDocumentSaveRequestPaymentDocumentType;
+import com.asaas.apisdk.models.PaymentDocumentGetResponseDto;
+import com.asaas.apisdk.models.PaymentDocumentSaveRequestDto;
+import com.asaas.apisdk.models.PaymentDocumentSaveRequestPaymentDocumentType;
public class Main {
public static void main(String[] args) {
@@ -89,18 +89,18 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentDocumentSaveRequestDto apiPaymentDocumentSaveRequestDto = ApiPaymentDocumentSaveRequestDto.builder()
+ PaymentDocumentSaveRequestDto paymentDocumentSaveRequestDto = PaymentDocumentSaveRequestDto.builder()
.availableAfterPayment(true)
- .type(ApiPaymentDocumentSaveRequestPaymentDocumentType.INVOICE)
+ .type(PaymentDocumentSaveRequestPaymentDocumentType.INVOICE)
.file(tempor Ut)
.build();
- ApiPaymentDocumentSaveRequestDto apiPaymentDocumentSaveRequestDto = ApiPaymentDocumentSaveRequestDto.builder()
+ PaymentDocumentSaveRequestDto paymentDocumentSaveRequestDto = PaymentDocumentSaveRequestDto.builder()
.availableAfterPayment(true)
- .type(ApiPaymentDocumentSaveRequestPaymentDocumentType.INVOICE)
+ .type(PaymentDocumentSaveRequestPaymentDocumentType.INVOICE)
.file(tempor Ut)
.build();
- ApiPaymentDocumentGetResponseDto response = asaasSdk.paymentDocument.uploadPaymentDocuments("id", apiPaymentDocumentSaveRequestDto, apiPaymentDocumentSaveRequestDto);
+ PaymentDocumentGetResponseDto response = asaasSdk.paymentDocument.uploadPaymentDocuments("id", paymentDocumentSaveRequestDto, paymentDocumentSaveRequestDto);
System.out.println(response);
}
@@ -121,7 +121,7 @@ public class Main {
**Return Type**
-`ApiPaymentDocumentGetResponseDto`
+`PaymentDocumentGetResponseDto`
**Example Usage Code Snippet**
@@ -129,7 +129,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentDocumentGetResponseDto;
+import com.asaas.apisdk.models.PaymentDocumentGetResponseDto;
public class Main {
@@ -140,7 +140,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentDocumentGetResponseDto response = asaasSdk.paymentDocument.retrieveASingleDocumentOfAPayment(
+ PaymentDocumentGetResponseDto response = asaasSdk.paymentDocument.retrieveASingleDocumentOfAPayment(
"id",
"documentId"
);
@@ -158,15 +158,15 @@ public class Main {
**Parameters**
-| Name | Type | Required | Description |
-| :--------------------------------- | :------------------------------------------------------------------------------------ | :------- | :--------------------------------- |
-| id | String | ✅ | Unique payment identifier in Asaas |
-| documentId | String | ✅ | Unique document identifier |
-| apiPaymentDocumentUpdateRequestDto | [ApiPaymentDocumentUpdateRequestDto](../models/ApiPaymentDocumentUpdateRequestDto.md) | ❌ | Request Body |
+| Name | Type | Required | Description |
+| :------------------------------ | :------------------------------------------------------------------------------ | :------- | :--------------------------------- |
+| id | String | ✅ | Unique payment identifier in Asaas |
+| documentId | String | ✅ | Unique document identifier |
+| paymentDocumentUpdateRequestDto | [PaymentDocumentUpdateRequestDto](../models/PaymentDocumentUpdateRequestDto.md) | ❌ | Request Body |
**Return Type**
-`ApiPaymentDocumentGetResponseDto`
+`PaymentDocumentGetResponseDto`
**Example Usage Code Snippet**
@@ -174,9 +174,9 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentDocumentGetResponseDto;
-import com.asaas.apisdk.models.ApiPaymentDocumentUpdateRequestDto;
-import com.asaas.apisdk.models.ApiPaymentDocumentUpdateRequestPaymentDocumentType;
+import com.asaas.apisdk.models.PaymentDocumentGetResponseDto;
+import com.asaas.apisdk.models.PaymentDocumentUpdateRequestDto;
+import com.asaas.apisdk.models.PaymentDocumentUpdateRequestPaymentDocumentType;
public class Main {
@@ -187,15 +187,15 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentDocumentUpdateRequestDto apiPaymentDocumentUpdateRequestDto = ApiPaymentDocumentUpdateRequestDto.builder()
+ PaymentDocumentUpdateRequestDto paymentDocumentUpdateRequestDto = PaymentDocumentUpdateRequestDto.builder()
.availableAfterPayment(true)
- .type(ApiPaymentDocumentUpdateRequestPaymentDocumentType.INVOICE)
+ .type(PaymentDocumentUpdateRequestPaymentDocumentType.INVOICE)
.build();
- ApiPaymentDocumentGetResponseDto response = asaasSdk.paymentDocument.updateSettingsOfADocumentOfAPayment(
+ PaymentDocumentGetResponseDto response = asaasSdk.paymentDocument.updateSettingsOfADocumentOfAPayment(
"id",
"documentId",
- apiPaymentDocumentUpdateRequestDto
+ paymentDocumentUpdateRequestDto
);
System.out.println(response);
@@ -218,7 +218,7 @@ public class Main {
**Return Type**
-`ApiPaymentDocumentDeleteResponseDto`
+`PaymentDocumentDeleteResponseDto`
**Example Usage Code Snippet**
@@ -226,7 +226,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentDocumentDeleteResponseDto;
+import com.asaas.apisdk.models.PaymentDocumentDeleteResponseDto;
public class Main {
@@ -237,10 +237,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentDocumentDeleteResponseDto response = asaasSdk.paymentDocument.deleteDocumentFromAPayment(
- "id",
- "documentId"
- );
+ PaymentDocumentDeleteResponseDto response = asaasSdk.paymentDocument.deleteDocumentFromAPayment("id", "documentId");
System.out.println(response);
}
diff --git a/documentation/services/PaymentDunningService.md b/documentation/services/PaymentDunningService.md
index 44ce989..711557e 100644
--- a/documentation/services/PaymentDunningService.md
+++ b/documentation/services/PaymentDunningService.md
@@ -27,7 +27,7 @@ A list of all methods in the `PaymentDunningService` service. Click on the metho
**Return Type**
-`ApiPaymentDunningListResponseDto`
+`PaymentDunningListResponseDto`
**Example Usage Code Snippet**
@@ -35,10 +35,10 @@ A list of all methods in the `PaymentDunningService` service. Click on the metho
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentDunningListRequestPaymentDunningStatus;
-import com.asaas.apisdk.models.ApiPaymentDunningListRequestPaymentDunningType;
-import com.asaas.apisdk.models.ApiPaymentDunningListResponseDto;
import com.asaas.apisdk.models.ListPaymentDunningsParameters;
+import com.asaas.apisdk.models.PaymentDunningListRequestPaymentDunningStatus;
+import com.asaas.apisdk.models.PaymentDunningListRequestPaymentDunningType;
+import com.asaas.apisdk.models.PaymentDunningListResponseDto;
public class Main {
@@ -50,16 +50,16 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
ListPaymentDunningsParameters requestParameters = ListPaymentDunningsParameters.builder()
- .offset(6L)
+ .offset(4L)
.limit(10L)
- .status(ApiPaymentDunningListRequestPaymentDunningStatus.PENDING)
- .type(ApiPaymentDunningListRequestPaymentDunningType.CREDIT_BUREAU)
+ .status(PaymentDunningListRequestPaymentDunningStatus.PENDING)
+ .type(PaymentDunningListRequestPaymentDunningType.CREDIT_BUREAU)
.payment("payment")
.requestStartDate("requestStartDate")
.requestEndDate("requestEndDate")
.build();
- ApiPaymentDunningListResponseDto response = asaasSdk.paymentDunning.listPaymentDunnings(requestParameters);
+ PaymentDunningListResponseDto response = asaasSdk.paymentDunning.listPaymentDunnings(requestParameters);
System.out.println(response);
}
@@ -74,14 +74,14 @@ public class Main {
**Parameters**
-| Name | Type | Required | Description |
-| :------------------------------ | :------------------------------------------------------------------------------ | :------- | :----------------------------- |
-| apiPaymentDunningSaveRequestDto | [ApiPaymentDunningSaveRequestDto](../models/ApiPaymentDunningSaveRequestDto.md) | ❌ | Request Body |
-| \_filename | [String](../models/String.md) | ✅ | Filename for the uploaded file |
+| Name | Type | Required | Description |
+| :--------------------------- | :------------------------------------------------------------------------ | :------- | :----------------------------- |
+| paymentDunningSaveRequestDto | [PaymentDunningSaveRequestDto](../models/PaymentDunningSaveRequestDto.md) | ❌ | Request Body |
+| \_filename | [String](../models/String.md) | ✅ | Filename for the uploaded file |
**Return Type**
-`ApiPaymentDunningShowResponseDto`
+`PaymentDunningShowResponseDto`
**Example Usage Code Snippet**
@@ -89,9 +89,9 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentDunningSaveRequestDto;
-import com.asaas.apisdk.models.ApiPaymentDunningSaveRequestPaymentDunningType;
-import com.asaas.apisdk.models.ApiPaymentDunningShowResponseDto;
+import com.asaas.apisdk.models.PaymentDunningSaveRequestDto;
+import com.asaas.apisdk.models.PaymentDunningSaveRequestPaymentDunningType;
+import com.asaas.apisdk.models.PaymentDunningShowResponseDto;
public class Main {
@@ -102,9 +102,9 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentDunningSaveRequestDto apiPaymentDunningSaveRequestDto = ApiPaymentDunningSaveRequestDto.builder()
+ PaymentDunningSaveRequestDto paymentDunningSaveRequestDto = PaymentDunningSaveRequestDto.builder()
.payment("pay_080225913252")
- .type(ApiPaymentDunningSaveRequestPaymentDunningType.CREDIT_BUREAU)
+ .type(PaymentDunningSaveRequestPaymentDunningType.CREDIT_BUREAU)
.description("Duas mesas com 8 cadeiras solicitadas via encomenda no dia 01/05/2018")
.customerName("John Doe")
.customerCpfCnpj("378.285.120-07")
@@ -117,9 +117,9 @@ public class Main {
.customerProvince("Petrópolis")
.documents(documents)
.build();
- ApiPaymentDunningSaveRequestDto apiPaymentDunningSaveRequestDto = ApiPaymentDunningSaveRequestDto.builder()
+ PaymentDunningSaveRequestDto paymentDunningSaveRequestDto = PaymentDunningSaveRequestDto.builder()
.payment("pay_080225913252")
- .type(ApiPaymentDunningSaveRequestPaymentDunningType.CREDIT_BUREAU)
+ .type(PaymentDunningSaveRequestPaymentDunningType.CREDIT_BUREAU)
.description("Duas mesas com 8 cadeiras solicitadas via encomenda no dia 01/05/2018")
.customerName("John Doe")
.customerCpfCnpj("378.285.120-07")
@@ -133,9 +133,9 @@ public class Main {
.documents(documents)
.build();
- ApiPaymentDunningShowResponseDto response = asaasSdk.paymentDunning.createAPaymentDunning(
- apiPaymentDunningSaveRequestDto,
- apiPaymentDunningSaveRequestDto
+ PaymentDunningShowResponseDto response = asaasSdk.paymentDunning.createAPaymentDunning(
+ paymentDunningSaveRequestDto,
+ paymentDunningSaveRequestDto
);
System.out.println(response);
@@ -157,7 +157,7 @@ public class Main {
**Return Type**
-`ApiPaymentDunningSimulateResponseDto`
+`PaymentDunningSimulateResponseDto`
**Example Usage Code Snippet**
@@ -165,7 +165,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentDunningSimulateResponseDto;
+import com.asaas.apisdk.models.PaymentDunningSimulateResponseDto;
import com.asaas.apisdk.models.SimulateAPaymentDunningParameters;
public class Main {
@@ -182,7 +182,7 @@ public class Main {
.requestBody(new Object())
.build();
- ApiPaymentDunningSimulateResponseDto response = asaasSdk.paymentDunning.simulateAPaymentDunning(requestParameters);
+ PaymentDunningSimulateResponseDto response = asaasSdk.paymentDunning.simulateAPaymentDunning(requestParameters);
System.out.println(response);
}
@@ -203,7 +203,7 @@ public class Main {
**Return Type**
-`ApiPaymentDunningShowResponseDto`
+`PaymentDunningShowResponseDto`
**Example Usage Code Snippet**
@@ -211,7 +211,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentDunningShowResponseDto;
+import com.asaas.apisdk.models.PaymentDunningShowResponseDto;
public class Main {
@@ -222,7 +222,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentDunningShowResponseDto response = asaasSdk.paymentDunning.recoverASinglePaymentDunning(
+ PaymentDunningShowResponseDto response = asaasSdk.paymentDunning.recoverASinglePaymentDunning(
"ce35702d-0d9f-475a-ba46-e251ad265c91"
);
@@ -248,7 +248,7 @@ Returns a paginated list of events that have occurred since the charge was denie
**Return Type**
-`ApiPaymentDunningListHistoryResponseDto`
+`PaymentDunningListHistoryResponseDto`
**Example Usage Code Snippet**
@@ -256,8 +256,8 @@ Returns a paginated list of events that have occurred since the charge was denie
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentDunningListHistoryResponseDto;
import com.asaas.apisdk.models.EventHistoryListsParameters;
+import com.asaas.apisdk.models.PaymentDunningListHistoryResponseDto;
public class Main {
@@ -268,9 +268,9 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- EventHistoryListsParameters requestParameters = EventHistoryListsParameters.builder().offset(8L).limit(10L).build();
+ EventHistoryListsParameters requestParameters = EventHistoryListsParameters.builder().offset(2L).limit(10L).build();
- ApiPaymentDunningListHistoryResponseDto response = asaasSdk.paymentDunning.eventHistoryLists(
+ PaymentDunningListHistoryResponseDto response = asaasSdk.paymentDunning.eventHistoryLists(
"ce35702d-0d9f-475a-ba46-e251ad265c91",
requestParameters
);
@@ -297,7 +297,7 @@ Returns a paginated list of payments received through debt renegotiation.
**Return Type**
-`ApiPaymentDunningListPartialPaymentsResponseDto`
+`PaymentDunningListPartialPaymentsResponseDto`
**Example Usage Code Snippet**
@@ -305,8 +305,8 @@ Returns a paginated list of payments received through debt renegotiation.
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentDunningListPartialPaymentsResponseDto;
import com.asaas.apisdk.models.ListPaymentsReceivedParameters;
+import com.asaas.apisdk.models.PaymentDunningListPartialPaymentsResponseDto;
public class Main {
@@ -318,11 +318,11 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
ListPaymentsReceivedParameters requestParameters = ListPaymentsReceivedParameters.builder()
- .offset(5L)
+ .offset(1L)
.limit(10L)
.build();
- ApiPaymentDunningListPartialPaymentsResponseDto response = asaasSdk.paymentDunning.listPaymentsReceived(
+ PaymentDunningListPartialPaymentsResponseDto response = asaasSdk.paymentDunning.listPaymentsReceived(
"ce35702d-0d9f-475a-ba46-e251ad265c91",
requestParameters
);
@@ -348,7 +348,7 @@ Returns a paginated list of possible negative charges together with a simulation
**Return Type**
-`ApiPaymentDunningPaymentsAvailableForDunningResponseDto`
+`PaymentDunningPaymentsAvailableForDunningResponseDto`
**Example Usage Code Snippet**
@@ -356,8 +356,8 @@ Returns a paginated list of possible negative charges together with a simulation
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentDunningPaymentsAvailableForDunningResponseDto;
import com.asaas.apisdk.models.ListPaymentsAvailableForPaymentDunningParameters;
+import com.asaas.apisdk.models.PaymentDunningPaymentsAvailableForDunningResponseDto;
public class Main {
@@ -369,9 +369,9 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
ListPaymentsAvailableForPaymentDunningParameters requestParameters =
- ListPaymentsAvailableForPaymentDunningParameters.builder().offset(0L).limit(10L).build();
+ ListPaymentsAvailableForPaymentDunningParameters.builder().offset(4L).limit(10L).build();
- ApiPaymentDunningPaymentsAvailableForDunningResponseDto response =
+ PaymentDunningPaymentsAvailableForDunningResponseDto response =
asaasSdk.paymentDunning.listPaymentsAvailableForPaymentDunning(requestParameters);
System.out.println(response);
@@ -389,15 +389,15 @@ Use the `isNecessaryResendDocumentation` property returned in the delinquency ob
**Parameters**
-| Name | Type | Required | Description |
-| :--------------------------------------- | :------------------------------------------------------------------------------------------------ | :------- | :------------------------------------------------ |
-| id | String | ✅ | Unique identifier of the payment dunning in Asaas |
-| apiPaymentDunningSaveDocumentsRequestDto | [ApiPaymentDunningSaveDocumentsRequestDto](../models/ApiPaymentDunningSaveDocumentsRequestDto.md) | ❌ | Request Body |
-| \_filename | [String](../models/String.md) | ✅ | Filename for the uploaded file |
+| Name | Type | Required | Description |
+| :------------------------------------ | :------------------------------------------------------------------------------------------ | :------- | :------------------------------------------------ |
+| id | String | ✅ | Unique identifier of the payment dunning in Asaas |
+| paymentDunningSaveDocumentsRequestDto | [PaymentDunningSaveDocumentsRequestDto](../models/PaymentDunningSaveDocumentsRequestDto.md) | ❌ | Request Body |
+| \_filename | [String](../models/String.md) | ✅ | Filename for the uploaded file |
**Return Type**
-`ApiPaymentDunningSaveDocumentsResponseDto`
+`PaymentDunningSaveDocumentsResponseDto`
**Example Usage Code Snippet**
@@ -405,8 +405,8 @@ Use the `isNecessaryResendDocumentation` property returned in the delinquency ob
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentDunningSaveDocumentsRequestDto;
-import com.asaas.apisdk.models.ApiPaymentDunningSaveDocumentsResponseDto;
+import com.asaas.apisdk.models.PaymentDunningSaveDocumentsRequestDto;
+import com.asaas.apisdk.models.PaymentDunningSaveDocumentsResponseDto;
public class Main {
@@ -417,15 +417,15 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentDunningSaveDocumentsRequestDto apiPaymentDunningSaveDocumentsRequestDto =
- ApiPaymentDunningSaveDocumentsRequestDto.builder().documents(documents).build();
- ApiPaymentDunningSaveDocumentsRequestDto apiPaymentDunningSaveDocumentsRequestDto =
- ApiPaymentDunningSaveDocumentsRequestDto.builder().documents(documents).build();
+ PaymentDunningSaveDocumentsRequestDto paymentDunningSaveDocumentsRequestDto =
+ PaymentDunningSaveDocumentsRequestDto.builder().documents(documents).build();
+ PaymentDunningSaveDocumentsRequestDto paymentDunningSaveDocumentsRequestDto =
+ PaymentDunningSaveDocumentsRequestDto.builder().documents(documents).build();
- ApiPaymentDunningSaveDocumentsResponseDto response = asaasSdk.paymentDunning.resendDocuments(
+ PaymentDunningSaveDocumentsResponseDto response = asaasSdk.paymentDunning.resendDocuments(
"ce35702d-0d9f-475a-ba46-e251ad265c91",
- apiPaymentDunningSaveDocumentsRequestDto,
- apiPaymentDunningSaveDocumentsRequestDto
+ paymentDunningSaveDocumentsRequestDto,
+ paymentDunningSaveDocumentsRequestDto
);
System.out.println(response);
@@ -450,7 +450,7 @@ Allows the cancellation of a delinquency. Use the `canBeCancelled` property retu
**Return Type**
-`ApiPaymentDunningCancelResponseDto`
+`PaymentDunningCancelResponseDto`
**Example Usage Code Snippet**
@@ -458,7 +458,7 @@ Allows the cancellation of a delinquency. Use the `canBeCancelled` property retu
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentDunningCancelResponseDto;
+import com.asaas.apisdk.models.PaymentDunningCancelResponseDto;
public class Main {
@@ -469,7 +469,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentDunningCancelResponseDto response = asaasSdk.paymentDunning.cancelPaymentDunning(
+ PaymentDunningCancelResponseDto response = asaasSdk.paymentDunning.cancelPaymentDunning(
"ce35702d-0d9f-475a-ba46-e251ad265c91",
new Object()
);
diff --git a/documentation/services/PaymentLinkService.md b/documentation/services/PaymentLinkService.md
index 55339c8..f6b6e58 100644
--- a/documentation/services/PaymentLinkService.md
+++ b/documentation/services/PaymentLinkService.md
@@ -29,7 +29,7 @@ A list of all methods in the `PaymentLinkService` service. Click on the method n
**Return Type**
-`ApiPaymentCampaignListResponseDto`
+`PaymentLinkListResponseDto`
**Example Usage Code Snippet**
@@ -37,8 +37,8 @@ A list of all methods in the `PaymentLinkService` service. Click on the method n
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentCampaignListResponseDto;
import com.asaas.apisdk.models.ListPaymentsLinksParameters;
+import com.asaas.apisdk.models.PaymentLinkListResponseDto;
public class Main {
@@ -50,15 +50,15 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
ListPaymentsLinksParameters requestParameters = ListPaymentsLinksParameters.builder()
- .offset(2L)
+ .offset(9L)
.limit(10L)
.active(true)
- .includeDeleted(false)
+ .includeDeleted(true)
.name("name")
.externalReference("externalReference")
.build();
- ApiPaymentCampaignListResponseDto response = asaasSdk.paymentLink.listPaymentsLinks(requestParameters);
+ PaymentLinkListResponseDto response = asaasSdk.paymentLink.listPaymentsLinks(requestParameters);
System.out.println(response);
}
@@ -73,13 +73,13 @@ public class Main {
**Parameters**
-| Name | Type | Required | Description |
-| :------------------------------- | :-------------------------------------------------------------------------------- | :------- | :----------- |
-| apiPaymentCampaignSaveRequestDto | [ApiPaymentCampaignSaveRequestDto](../models/ApiPaymentCampaignSaveRequestDto.md) | ❌ | Request Body |
+| Name | Type | Required | Description |
+| :------------------------ | :------------------------------------------------------------------ | :------- | :----------- |
+| paymentLinkSaveRequestDto | [PaymentLinkSaveRequestDto](../models/PaymentLinkSaveRequestDto.md) | ❌ | Request Body |
**Return Type**
-`ApiPaymentCampaignGetResponseDto`
+`PaymentLinkGetResponseDto`
**Example Usage Code Snippet**
@@ -87,12 +87,12 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentCallbackRequestDto;
-import com.asaas.apisdk.models.ApiPaymentCampaignGetResponseDto;
-import com.asaas.apisdk.models.ApiPaymentCampaignSaveRequestBillingType;
-import com.asaas.apisdk.models.ApiPaymentCampaignSaveRequestChargeType;
-import com.asaas.apisdk.models.ApiPaymentCampaignSaveRequestCycle;
-import com.asaas.apisdk.models.ApiPaymentCampaignSaveRequestDto;
+import com.asaas.apisdk.models.PaymentCallbackRequestDto;
+import com.asaas.apisdk.models.PaymentLinkGetResponseDto;
+import com.asaas.apisdk.models.PaymentLinkSaveRequestBillingType;
+import com.asaas.apisdk.models.PaymentLinkSaveRequestChargeType;
+import com.asaas.apisdk.models.PaymentLinkSaveRequestCycle;
+import com.asaas.apisdk.models.PaymentLinkSaveRequestDto;
public class Main {
@@ -103,30 +103,28 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentCallbackRequestDto apiPaymentCallbackRequestDto = ApiPaymentCallbackRequestDto.builder()
+ PaymentCallbackRequestDto paymentCallbackRequestDto = PaymentCallbackRequestDto.builder()
.successUrl("successUrl")
.autoRedirect(true)
.build();
- ApiPaymentCampaignSaveRequestDto apiPaymentCampaignSaveRequestDto = ApiPaymentCampaignSaveRequestDto.builder()
+ PaymentLinkSaveRequestDto paymentLinkSaveRequestDto = PaymentLinkSaveRequestDto.builder()
.name("Book sales")
.description("Any book for just R$: 50.00")
.endDate("2024-09-05")
.value(50D)
- .billingType(ApiPaymentCampaignSaveRequestBillingType.UNDEFINED)
- .chargeType(ApiPaymentCampaignSaveRequestChargeType.DETACHED)
+ .billingType(PaymentLinkSaveRequestBillingType.UNDEFINED)
+ .chargeType(PaymentLinkSaveRequestChargeType.DETACHED)
.dueDateLimitDays(10L)
- .subscriptionCycle(ApiPaymentCampaignSaveRequestCycle.WEEKLY)
+ .subscriptionCycle(PaymentLinkSaveRequestCycle.WEEKLY)
.maxInstallmentCount(1L)
.externalReference("1287")
- .notificationEnabled(false)
- .callback(apiPaymentCallbackRequestDto)
+ .notificationEnabled(true)
+ .callback(paymentCallbackRequestDto)
.isAddressRequired(true)
.build();
- ApiPaymentCampaignGetResponseDto response = asaasSdk.paymentLink.createAPaymentsLink(
- apiPaymentCampaignSaveRequestDto
- );
+ PaymentLinkGetResponseDto response = asaasSdk.paymentLink.createAPaymentsLink(paymentLinkSaveRequestDto);
System.out.println(response);
}
@@ -147,7 +145,7 @@ public class Main {
**Return Type**
-`ApiPaymentCampaignGetResponseDto`
+`PaymentLinkGetResponseDto`
**Example Usage Code Snippet**
@@ -155,7 +153,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentCampaignGetResponseDto;
+import com.asaas.apisdk.models.PaymentLinkGetResponseDto;
public class Main {
@@ -166,7 +164,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentCampaignGetResponseDto response = asaasSdk.paymentLink.retrieveASinglePaymentsLink("725104409743");
+ PaymentLinkGetResponseDto response = asaasSdk.paymentLink.retrieveASinglePaymentsLink("725104409743");
System.out.println(response);
}
@@ -181,14 +179,14 @@ public class Main {
**Parameters**
-| Name | Type | Required | Description |
-| :--------------------------------- | :------------------------------------------------------------------------------------ | :------- | :------------------------------------------------ |
-| id | String | ✅ | Unique identifier for your payments link in Asaas |
-| apiPaymentCampaignUpdateRequestDto | [ApiPaymentCampaignUpdateRequestDto](../models/ApiPaymentCampaignUpdateRequestDto.md) | ❌ | Request Body |
+| Name | Type | Required | Description |
+| :-------------------------- | :---------------------------------------------------------------------- | :------- | :------------------------------------------------ |
+| id | String | ✅ | Unique identifier for your payments link in Asaas |
+| paymentLinkUpdateRequestDto | [PaymentLinkUpdateRequestDto](../models/PaymentLinkUpdateRequestDto.md) | ❌ | Request Body |
**Return Type**
-`ApiPaymentCampaignGetResponseDto`
+`PaymentLinkGetResponseDto`
**Example Usage Code Snippet**
@@ -196,12 +194,12 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentCallbackRequestDto;
-import com.asaas.apisdk.models.ApiPaymentCampaignGetResponseDto;
-import com.asaas.apisdk.models.ApiPaymentCampaignUpdateRequestBillingType;
-import com.asaas.apisdk.models.ApiPaymentCampaignUpdateRequestChargeType;
-import com.asaas.apisdk.models.ApiPaymentCampaignUpdateRequestCycle;
-import com.asaas.apisdk.models.ApiPaymentCampaignUpdateRequestDto;
+import com.asaas.apisdk.models.PaymentCallbackRequestDto;
+import com.asaas.apisdk.models.PaymentLinkGetResponseDto;
+import com.asaas.apisdk.models.PaymentLinkUpdateRequestBillingType;
+import com.asaas.apisdk.models.PaymentLinkUpdateRequestChargeType;
+import com.asaas.apisdk.models.PaymentLinkUpdateRequestCycle;
+import com.asaas.apisdk.models.PaymentLinkUpdateRequestDto;
public class Main {
@@ -212,30 +210,30 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentCallbackRequestDto apiPaymentCallbackRequestDto = ApiPaymentCallbackRequestDto.builder()
+ PaymentCallbackRequestDto paymentCallbackRequestDto = PaymentCallbackRequestDto.builder()
.successUrl("successUrl")
.autoRedirect(true)
.build();
- ApiPaymentCampaignUpdateRequestDto apiPaymentCampaignUpdateRequestDto = ApiPaymentCampaignUpdateRequestDto.builder()
+ PaymentLinkUpdateRequestDto paymentLinkUpdateRequestDto = PaymentLinkUpdateRequestDto.builder()
.name("Book sales")
.description("Any book for just R$: 50.00")
.endDate("2024-09-05")
.value(50D)
.active(true)
- .billingType(ApiPaymentCampaignUpdateRequestBillingType.UNDEFINED)
- .chargeType(ApiPaymentCampaignUpdateRequestChargeType.DETACHED)
+ .billingType(PaymentLinkUpdateRequestBillingType.UNDEFINED)
+ .chargeType(PaymentLinkUpdateRequestChargeType.DETACHED)
.dueDateLimitDays(10L)
- .subscriptionCycle(ApiPaymentCampaignUpdateRequestCycle.WEEKLY)
+ .subscriptionCycle(PaymentLinkUpdateRequestCycle.WEEKLY)
.maxInstallmentCount(1L)
.externalReference("2323")
- .notificationEnabled(false)
- .callback(apiPaymentCallbackRequestDto)
+ .notificationEnabled(true)
+ .callback(paymentCallbackRequestDto)
.build();
- ApiPaymentCampaignGetResponseDto response = asaasSdk.paymentLink.updateAPaymentsLink(
+ PaymentLinkGetResponseDto response = asaasSdk.paymentLink.updateAPaymentsLink(
"725104409743",
- apiPaymentCampaignUpdateRequestDto
+ paymentLinkUpdateRequestDto
);
System.out.println(response);
@@ -257,7 +255,7 @@ public class Main {
**Return Type**
-`ApiPaymentCampaignDeleteResponseDto`
+`PaymentLinkDeleteResponseDto`
**Example Usage Code Snippet**
@@ -265,7 +263,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentCampaignDeleteResponseDto;
+import com.asaas.apisdk.models.PaymentLinkDeleteResponseDto;
public class Main {
@@ -276,7 +274,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentCampaignDeleteResponseDto response = asaasSdk.paymentLink.removeAPaymentsLink("725104409743");
+ PaymentLinkDeleteResponseDto response = asaasSdk.paymentLink.removeAPaymentsLink("725104409743");
System.out.println(response);
}
@@ -298,7 +296,7 @@ public class Main {
**Return Type**
-`ApiPaymentCampaignGetResponseDto`
+`PaymentLinkGetResponseDto`
**Example Usage Code Snippet**
@@ -306,7 +304,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentCampaignGetResponseDto;
+import com.asaas.apisdk.models.PaymentLinkGetResponseDto;
public class Main {
@@ -317,7 +315,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentCampaignGetResponseDto response = asaasSdk.paymentLink.restoreAPaymentsLink("725104409743", new Object());
+ PaymentLinkGetResponseDto response = asaasSdk.paymentLink.restoreAPaymentsLink("725104409743", new Object());
System.out.println(response);
}
@@ -338,7 +336,7 @@ public class Main {
**Return Type**
-`ApiPaymentCampaignFileListResponseDto`
+`PaymentLinkFileListResponseDto`
**Example Usage Code Snippet**
@@ -346,7 +344,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentCampaignFileListResponseDto;
+import com.asaas.apisdk.models.PaymentLinkFileListResponseDto;
public class Main {
@@ -357,7 +355,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentCampaignFileListResponseDto response = asaasSdk.paymentLink.listImagesFromAPaymentsLink("725104409743");
+ PaymentLinkFileListResponseDto response = asaasSdk.paymentLink.listImagesFromAPaymentsLink("725104409743");
System.out.println(response);
}
@@ -372,15 +370,15 @@ public class Main {
**Parameters**
-| Name | Type | Required | Description |
-| :----------------------------------- | :---------------------------------------------------------------------------------------- | :------- | :------------------------------------------------ |
-| id | String | ✅ | Unique identifier for your payments link in Asaas |
-| apiPaymentCampaignFileSaveRequestDto | [ApiPaymentCampaignFileSaveRequestDto](../models/ApiPaymentCampaignFileSaveRequestDto.md) | ❌ | Request Body |
-| \_filename | [String](../models/String.md) | ✅ | Filename for the uploaded file |
+| Name | Type | Required | Description |
+| :---------------------------- | :-------------------------------------------------------------------------- | :------- | :------------------------------------------------ |
+| id | String | ✅ | Unique identifier for your payments link in Asaas |
+| paymentLinkFileSaveRequestDto | [PaymentLinkFileSaveRequestDto](../models/PaymentLinkFileSaveRequestDto.md) | ❌ | Request Body |
+| \_filename | [String](../models/String.md) | ✅ | Filename for the uploaded file |
**Return Type**
-`ApiPaymentCampaignFileGetResponseDto`
+`PaymentLinkFileGetResponseDto`
**Example Usage Code Snippet**
@@ -388,8 +386,8 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentCampaignFileGetResponseDto;
-import com.asaas.apisdk.models.ApiPaymentCampaignFileSaveRequestDto;
+import com.asaas.apisdk.models.PaymentLinkFileGetResponseDto;
+import com.asaas.apisdk.models.PaymentLinkFileSaveRequestDto;
public class Main {
public static void main(String[] args) {
@@ -403,16 +401,16 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentCampaignFileSaveRequestDto apiPaymentCampaignFileSaveRequestDto = ApiPaymentCampaignFileSaveRequestDto.builder()
+ PaymentLinkFileSaveRequestDto paymentLinkFileSaveRequestDto = PaymentLinkFileSaveRequestDto.builder()
.main(true)
- .image(ipsum nulla m)
+ .image(dolor laborum)
.build();
- ApiPaymentCampaignFileSaveRequestDto apiPaymentCampaignFileSaveRequestDto = ApiPaymentCampaignFileSaveRequestDto.builder()
+ PaymentLinkFileSaveRequestDto paymentLinkFileSaveRequestDto = PaymentLinkFileSaveRequestDto.builder()
.main(true)
- .image(ipsum nulla m)
+ .image(dolor laborum)
.build();
- ApiPaymentCampaignFileGetResponseDto response = asaasSdk.paymentLink.addAnImageToAPaymentsLink("725104409743", apiPaymentCampaignFileSaveRequestDto, apiPaymentCampaignFileSaveRequestDto);
+ PaymentLinkFileGetResponseDto response = asaasSdk.paymentLink.addAnImageToAPaymentsLink("725104409743", paymentLinkFileSaveRequestDto, paymentLinkFileSaveRequestDto);
System.out.println(response);
}
@@ -433,7 +431,7 @@ public class Main {
**Return Type**
-`ApiPaymentCampaignFileGetResponseDto`
+`PaymentLinkFileGetResponseDto`
**Example Usage Code Snippet**
@@ -441,7 +439,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentCampaignFileGetResponseDto;
+import com.asaas.apisdk.models.PaymentLinkFileGetResponseDto;
public class Main {
@@ -452,7 +450,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentCampaignFileGetResponseDto response = asaasSdk.paymentLink.retrieveASinglePaymentsLinkImage(
+ PaymentLinkFileGetResponseDto response = asaasSdk.paymentLink.retrieveASinglePaymentsLinkImage(
"725104409743",
"417d1fe7-f530-4368-935f-699045f2bf5d"
);
@@ -477,7 +475,7 @@ public class Main {
**Return Type**
-`ApiPaymentCampaignFileDeleteResponseDto`
+`PaymentLinkFileDeleteResponseDto`
**Example Usage Code Snippet**
@@ -485,7 +483,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentCampaignFileDeleteResponseDto;
+import com.asaas.apisdk.models.PaymentLinkFileDeleteResponseDto;
public class Main {
@@ -496,7 +494,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentCampaignFileDeleteResponseDto response = asaasSdk.paymentLink.removeAnImageFromPaymentsLink(
+ PaymentLinkFileDeleteResponseDto response = asaasSdk.paymentLink.removeAnImageFromPaymentsLink(
"725104409743",
"417d1fe7-f530-4368-935f-699045f2bf5d"
);
@@ -522,7 +520,7 @@ public class Main {
**Return Type**
-`ApiPaymentCampaignFileGetResponseDto`
+`PaymentLinkFileGetResponseDto`
**Example Usage Code Snippet**
@@ -530,7 +528,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentCampaignFileGetResponseDto;
+import com.asaas.apisdk.models.PaymentLinkFileGetResponseDto;
public class Main {
@@ -541,7 +539,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentCampaignFileGetResponseDto response = asaasSdk.paymentLink.setPaymentsLinkMainImage(
+ PaymentLinkFileGetResponseDto response = asaasSdk.paymentLink.setPaymentsLinkMainImage(
"725104409743",
"417d1fe7-f530-4368-935f-699045f2bf5d",
new Object()
diff --git a/documentation/services/PaymentRefundService.md b/documentation/services/PaymentRefundService.md
index 659712c..34ba8e7 100644
--- a/documentation/services/PaymentRefundService.md
+++ b/documentation/services/PaymentRefundService.md
@@ -20,7 +20,7 @@ A list of all methods in the `PaymentRefundService` service. Click on the method
**Return Type**
-`ApiPaymentRefundListResponseDto`
+`PaymentRefundListResponseDto`
**Example Usage Code Snippet**
@@ -28,7 +28,7 @@ A list of all methods in the `PaymentRefundService` service. Click on the method
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentRefundListResponseDto;
+import com.asaas.apisdk.models.PaymentRefundListResponseDto;
public class Main {
@@ -39,7 +39,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentRefundListResponseDto response = asaasSdk.paymentRefund.retrieveRefundsOfASinglePayment("id");
+ PaymentRefundListResponseDto response = asaasSdk.paymentRefund.retrieveRefundsOfASinglePayment("id");
System.out.println(response);
}
@@ -61,7 +61,7 @@ public class Main {
**Return Type**
-`ApiPaymentBankSlipRefundResponseDto`
+`PaymentBankSlipRefundResponseDto`
**Example Usage Code Snippet**
@@ -69,7 +69,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentBankSlipRefundResponseDto;
+import com.asaas.apisdk.models.PaymentBankSlipRefundResponseDto;
public class Main {
@@ -80,7 +80,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentBankSlipRefundResponseDto response = asaasSdk.paymentRefund.refundBankSlip("id", new Object());
+ PaymentBankSlipRefundResponseDto response = asaasSdk.paymentRefund.refundBankSlip("id", new Object());
System.out.println(response);
}
diff --git a/documentation/services/PaymentService.md b/documentation/services/PaymentService.md
index 22893b5..5c44f6c 100644
--- a/documentation/services/PaymentService.md
+++ b/documentation/services/PaymentService.md
@@ -38,7 +38,7 @@ A list of all methods in the `PaymentService` service. Click on the method name
**Return Type**
-`ApiPaymentListResponseDto`
+`PaymentListResponseDto`
**Example Usage Code Snippet**
@@ -46,11 +46,11 @@ A list of all methods in the `PaymentService` service. Click on the method name
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentListRequestBillingType;
-import com.asaas.apisdk.models.ApiPaymentListRequestInvoiceStatus;
-import com.asaas.apisdk.models.ApiPaymentListRequestPaymentStatus;
-import com.asaas.apisdk.models.ApiPaymentListResponseDto;
import com.asaas.apisdk.models.ListPaymentsParameters;
+import com.asaas.apisdk.models.PaymentListRequestBillingType;
+import com.asaas.apisdk.models.PaymentListRequestInvoiceStatus;
+import com.asaas.apisdk.models.PaymentListRequestPaymentStatus;
+import com.asaas.apisdk.models.PaymentListResponseDto;
public class Main {
@@ -67,12 +67,12 @@ public class Main {
.limit(10L)
.customer("customer")
.customerGroupName("customerGroupName")
- .billingType(ApiPaymentListRequestBillingType.UNDEFINED)
- .status(ApiPaymentListRequestPaymentStatus.PENDING)
+ .billingType(PaymentListRequestBillingType.UNDEFINED)
+ .status(PaymentListRequestPaymentStatus.PENDING)
.subscription("subscription")
.externalReference("externalReference")
.paymentDate("paymentDate")
- .invoiceStatus(ApiPaymentListRequestInvoiceStatus.SCHEDULED)
+ .invoiceStatus(PaymentListRequestInvoiceStatus.SCHEDULED)
.estimatedCreditDate("estimatedCreditDate")
.pixQrCodeId("pixQrCodeId")
.anticipated(false)
@@ -88,7 +88,7 @@ public class Main {
.user("user")
.build();
- ApiPaymentListResponseDto response = asaasSdk.payment.listPayments(requestParameters);
+ PaymentListResponseDto response = asaasSdk.payment.listPayments(requestParameters);
System.out.println(response);
}
@@ -103,13 +103,13 @@ public class Main {
**Parameters**
-| Name | Type | Required | Description |
-| :----------------------- | :---------------------------------------------------------------- | :------- | :----------- |
-| apiPaymentSaveRequestDto | [ApiPaymentSaveRequestDto](../models/ApiPaymentSaveRequestDto.md) | ❌ | Request Body |
+| Name | Type | Required | Description |
+| :-------------------- | :---------------------------------------------------------- | :------- | :----------- |
+| paymentSaveRequestDto | [PaymentSaveRequestDto](../models/PaymentSaveRequestDto.md) | ❌ | Request Body |
**Return Type**
-`ApiPaymentGetResponseDto`
+`PaymentGetResponseDto`
**Example Usage Code Snippet**
@@ -117,16 +117,16 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentCallbackRequestDto;
-import com.asaas.apisdk.models.ApiPaymentDiscountDiscountType;
-import com.asaas.apisdk.models.ApiPaymentDiscountDto;
-import com.asaas.apisdk.models.ApiPaymentFineRequestDto;
-import com.asaas.apisdk.models.ApiPaymentFineRequestFineType;
-import com.asaas.apisdk.models.ApiPaymentGetResponseDto;
-import com.asaas.apisdk.models.ApiPaymentInterestRequestDto;
-import com.asaas.apisdk.models.ApiPaymentSaveRequestBillingType;
-import com.asaas.apisdk.models.ApiPaymentSaveRequestDto;
-import com.asaas.apisdk.models.ApiPaymentSplitRequestDto;
+import com.asaas.apisdk.models.PaymentCallbackRequestDto;
+import com.asaas.apisdk.models.PaymentDiscountDiscountType;
+import com.asaas.apisdk.models.PaymentDiscountDto;
+import com.asaas.apisdk.models.PaymentFineRequestDto;
+import com.asaas.apisdk.models.PaymentFineRequestFineType;
+import com.asaas.apisdk.models.PaymentGetResponseDto;
+import com.asaas.apisdk.models.PaymentInterestRequestDto;
+import com.asaas.apisdk.models.PaymentSaveRequestBillingType;
+import com.asaas.apisdk.models.PaymentSaveRequestDto;
+import com.asaas.apisdk.models.PaymentSplitRequestDto;
import java.util.Arrays;
import java.util.List;
@@ -139,22 +139,20 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentDiscountDto apiPaymentDiscountDto = ApiPaymentDiscountDto.builder()
+ PaymentDiscountDto paymentDiscountDto = PaymentDiscountDto.builder()
.value(10D)
.dueDateLimitDays(1L)
- .type(ApiPaymentDiscountDiscountType.FIXED)
+ .type(PaymentDiscountDiscountType.FIXED)
.build();
- ApiPaymentInterestRequestDto apiPaymentInterestRequestDto = ApiPaymentInterestRequestDto.builder()
- .value(4.68D)
- .build();
+ PaymentInterestRequestDto paymentInterestRequestDto = PaymentInterestRequestDto.builder().value(4.68D).build();
- ApiPaymentFineRequestDto apiPaymentFineRequestDto = ApiPaymentFineRequestDto.builder()
+ PaymentFineRequestDto paymentFineRequestDto = PaymentFineRequestDto.builder()
.value(8.99D)
- .type(ApiPaymentFineRequestFineType.FIXED)
+ .type(PaymentFineRequestFineType.FIXED)
.build();
- ApiPaymentSplitRequestDto apiPaymentSplitRequestDto = ApiPaymentSplitRequestDto.builder()
+ PaymentSplitRequestDto paymentSplitRequestDto = PaymentSplitRequestDto.builder()
.walletId("walletId")
.fixedValue(6.62D)
.percentualValue(6.01D)
@@ -163,16 +161,16 @@ public class Main {
.description("description")
.build();
- List splitList = Arrays.asList(apiPaymentSplitRequestDto);
+ List splitList = Arrays.asList(paymentSplitRequestDto);
- ApiPaymentCallbackRequestDto apiPaymentCallbackRequestDto = ApiPaymentCallbackRequestDto.builder()
+ PaymentCallbackRequestDto paymentCallbackRequestDto = PaymentCallbackRequestDto.builder()
.successUrl("successUrl")
.autoRedirect(true)
.build();
- ApiPaymentSaveRequestDto apiPaymentSaveRequestDto = ApiPaymentSaveRequestDto.builder()
+ PaymentSaveRequestDto paymentSaveRequestDto = PaymentSaveRequestDto.builder()
.customer("cus_G7Dvo4iphUNk")
- .billingType(ApiPaymentSaveRequestBillingType.UNDEFINED)
+ .billingType(PaymentSaveRequestBillingType.UNDEFINED)
.value(129.9D)
.dueDate("2017-06-10")
.description("Pedido 056984")
@@ -181,15 +179,15 @@ public class Main {
.installmentCount(7L)
.totalValue(7.91D)
.installmentValue(8.76D)
- .discount(apiPaymentDiscountDto)
- .interest(apiPaymentInterestRequestDto)
- .fine(apiPaymentFineRequestDto)
+ .discount(paymentDiscountDto)
+ .interest(paymentInterestRequestDto)
+ .fine(paymentFineRequestDto)
.postalService(true)
.split(splitList)
- .callback(apiPaymentCallbackRequestDto)
+ .callback(paymentCallbackRequestDto)
.build();
- ApiPaymentGetResponseDto response = asaasSdk.payment.createNewPayment(apiPaymentSaveRequestDto);
+ PaymentGetResponseDto response = asaasSdk.payment.createNewPayment(paymentSaveRequestDto);
System.out.println(response);
}
@@ -204,13 +202,13 @@ public class Main {
**Parameters**
-| Name | Type | Required | Description |
-| :------------------------------------- | :-------------------------------------------------------------------------------------------- | :------- | :----------- |
-| apiPaymentSaveWithCreditCardRequestDto | [ApiPaymentSaveWithCreditCardRequestDto](../models/ApiPaymentSaveWithCreditCardRequestDto.md) | ❌ | Request Body |
+| Name | Type | Required | Description |
+| :---------------------------------- | :-------------------------------------------------------------------------------------- | :------- | :----------- |
+| paymentSaveWithCreditCardRequestDto | [PaymentSaveWithCreditCardRequestDto](../models/PaymentSaveWithCreditCardRequestDto.md) | ❌ | Request Body |
**Return Type**
-`ApiPaymentGetResponseDto`
+`PaymentGetResponseDto`
**Example Usage Code Snippet**
@@ -218,18 +216,18 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiCreditCardHolderInfoRequestDto;
-import com.asaas.apisdk.models.ApiCreditCardRequestDto;
-import com.asaas.apisdk.models.ApiPaymentCallbackRequestDto;
-import com.asaas.apisdk.models.ApiPaymentDiscountDiscountType;
-import com.asaas.apisdk.models.ApiPaymentDiscountDto;
-import com.asaas.apisdk.models.ApiPaymentFineRequestDto;
-import com.asaas.apisdk.models.ApiPaymentFineRequestFineType;
-import com.asaas.apisdk.models.ApiPaymentGetResponseDto;
-import com.asaas.apisdk.models.ApiPaymentInterestRequestDto;
-import com.asaas.apisdk.models.ApiPaymentSaveWithCreditCardRequestBillingType;
-import com.asaas.apisdk.models.ApiPaymentSaveWithCreditCardRequestDto;
-import com.asaas.apisdk.models.ApiPaymentSplitRequestDto;
+import com.asaas.apisdk.models.CreditCardHolderInfoRequestDto;
+import com.asaas.apisdk.models.CreditCardRequestDto;
+import com.asaas.apisdk.models.PaymentCallbackRequestDto;
+import com.asaas.apisdk.models.PaymentDiscountDiscountType;
+import com.asaas.apisdk.models.PaymentDiscountDto;
+import com.asaas.apisdk.models.PaymentFineRequestDto;
+import com.asaas.apisdk.models.PaymentFineRequestFineType;
+import com.asaas.apisdk.models.PaymentGetResponseDto;
+import com.asaas.apisdk.models.PaymentInterestRequestDto;
+import com.asaas.apisdk.models.PaymentSaveWithCreditCardRequestBillingType;
+import com.asaas.apisdk.models.PaymentSaveWithCreditCardRequestDto;
+import com.asaas.apisdk.models.PaymentSplitRequestDto;
import java.util.Arrays;
import java.util.List;
@@ -242,22 +240,20 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentDiscountDto apiPaymentDiscountDto = ApiPaymentDiscountDto.builder()
+ PaymentDiscountDto paymentDiscountDto = PaymentDiscountDto.builder()
.value(10D)
.dueDateLimitDays(1L)
- .type(ApiPaymentDiscountDiscountType.FIXED)
+ .type(PaymentDiscountDiscountType.FIXED)
.build();
- ApiPaymentInterestRequestDto apiPaymentInterestRequestDto = ApiPaymentInterestRequestDto.builder()
- .value(4.68D)
- .build();
+ PaymentInterestRequestDto paymentInterestRequestDto = PaymentInterestRequestDto.builder().value(4.68D).build();
- ApiPaymentFineRequestDto apiPaymentFineRequestDto = ApiPaymentFineRequestDto.builder()
+ PaymentFineRequestDto paymentFineRequestDto = PaymentFineRequestDto.builder()
.value(8.99D)
- .type(ApiPaymentFineRequestFineType.FIXED)
+ .type(PaymentFineRequestFineType.FIXED)
.build();
- ApiPaymentSplitRequestDto apiPaymentSplitRequestDto = ApiPaymentSplitRequestDto.builder()
+ PaymentSplitRequestDto paymentSplitRequestDto = PaymentSplitRequestDto.builder()
.walletId("walletId")
.fixedValue(6.62D)
.percentualValue(6.01D)
@@ -266,22 +262,22 @@ public class Main {
.description("description")
.build();
- List splitList = Arrays.asList(apiPaymentSplitRequestDto);
+ List splitList = Arrays.asList(paymentSplitRequestDto);
- ApiPaymentCallbackRequestDto apiPaymentCallbackRequestDto = ApiPaymentCallbackRequestDto.builder()
+ PaymentCallbackRequestDto paymentCallbackRequestDto = PaymentCallbackRequestDto.builder()
.successUrl("successUrl")
.autoRedirect(true)
.build();
- ApiCreditCardRequestDto apiCreditCardRequestDto = ApiCreditCardRequestDto.builder()
+ CreditCardRequestDto creditCardRequestDto = CreditCardRequestDto.builder()
.holderName("John Doe")
.number("1234567890123456")
- .expiryMonth("6")
+ .expiryMonth("7")
.expiryYear("2025")
.ccv("123")
.build();
- ApiCreditCardHolderInfoRequestDto apiCreditCardHolderInfoRequestDto = ApiCreditCardHolderInfoRequestDto.builder()
+ CreditCardHolderInfoRequestDto creditCardHolderInfoRequestDto = CreditCardHolderInfoRequestDto.builder()
.name("John Doe")
.email("john.doe@asaas.com")
.cpfCnpj("12345678901")
@@ -292,10 +288,10 @@ public class Main {
.mobilePhone("mobilePhone")
.build();
- ApiPaymentSaveWithCreditCardRequestDto apiPaymentSaveWithCreditCardRequestDto =
- ApiPaymentSaveWithCreditCardRequestDto.builder()
+ PaymentSaveWithCreditCardRequestDto paymentSaveWithCreditCardRequestDto =
+ PaymentSaveWithCreditCardRequestDto.builder()
.customer("cus_G7Dvo4iphUNk")
- .billingType(ApiPaymentSaveWithCreditCardRequestBillingType.UNDEFINED)
+ .billingType(PaymentSaveWithCreditCardRequestBillingType.UNDEFINED)
.value(129.9D)
.dueDate("2017-06-10")
.description("Pedido 056984")
@@ -304,21 +300,21 @@ public class Main {
.installmentCount(6L)
.totalValue(3.41D)
.installmentValue(8.68D)
- .discount(apiPaymentDiscountDto)
- .interest(apiPaymentInterestRequestDto)
- .fine(apiPaymentFineRequestDto)
+ .discount(paymentDiscountDto)
+ .interest(paymentInterestRequestDto)
+ .fine(paymentFineRequestDto)
.postalService(true)
.split(splitList)
- .callback(apiPaymentCallbackRequestDto)
- .creditCard(apiCreditCardRequestDto)
- .creditCardHolderInfo(apiCreditCardHolderInfoRequestDto)
+ .callback(paymentCallbackRequestDto)
+ .creditCard(creditCardRequestDto)
+ .creditCardHolderInfo(creditCardHolderInfoRequestDto)
.creditCardToken("creditCardToken")
.authorizeOnly(false)
.remoteIp("remoteIp")
.build();
- ApiPaymentGetResponseDto response = asaasSdk.payment.createNewPaymentWithCreditCard(
- apiPaymentSaveWithCreditCardRequestDto
+ PaymentGetResponseDto response = asaasSdk.payment.createNewPaymentWithCreditCard(
+ paymentSaveWithCreditCardRequestDto
);
System.out.println(response);
@@ -341,7 +337,7 @@ public class Main {
**Return Type**
-`ApiPaymentGetResponseDto`
+`PaymentGetResponseDto`
**Example Usage Code Snippet**
@@ -349,7 +345,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentGetResponseDto;
+import com.asaas.apisdk.models.PaymentGetResponseDto;
public class Main {
@@ -360,7 +356,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentGetResponseDto response = asaasSdk.payment.capturePaymentWithPreAuthorization("id", new Object());
+ PaymentGetResponseDto response = asaasSdk.payment.capturePaymentWithPreAuthorization("id", new Object());
System.out.println(response);
}
@@ -375,14 +371,14 @@ public class Main {
**Parameters**
-| Name | Type | Required | Description |
-| :------------------------------------ | :------------------------------------------------------------------------------------------ | :------- | :--------------------------------- |
-| id | String | ✅ | Unique payment identifier in Asaas |
-| apiPaymentPayWithCreditCardRequestDto | [ApiPaymentPayWithCreditCardRequestDto](../models/ApiPaymentPayWithCreditCardRequestDto.md) | ❌ | Request Body |
+| Name | Type | Required | Description |
+| :--------------------------------- | :------------------------------------------------------------------------------------ | :------- | :--------------------------------- |
+| id | String | ✅ | Unique payment identifier in Asaas |
+| paymentPayWithCreditCardRequestDto | [PaymentPayWithCreditCardRequestDto](../models/PaymentPayWithCreditCardRequestDto.md) | ❌ | Request Body |
**Return Type**
-`ApiPaymentGetResponseDto`
+`PaymentGetResponseDto`
**Example Usage Code Snippet**
@@ -390,10 +386,10 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiCreditCardHolderInfoRequestDto;
-import com.asaas.apisdk.models.ApiCreditCardRequestDto;
-import com.asaas.apisdk.models.ApiPaymentGetResponseDto;
-import com.asaas.apisdk.models.ApiPaymentPayWithCreditCardRequestDto;
+import com.asaas.apisdk.models.CreditCardHolderInfoRequestDto;
+import com.asaas.apisdk.models.CreditCardRequestDto;
+import com.asaas.apisdk.models.PaymentGetResponseDto;
+import com.asaas.apisdk.models.PaymentPayWithCreditCardRequestDto;
public class Main {
@@ -404,15 +400,15 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiCreditCardRequestDto apiCreditCardRequestDto = ApiCreditCardRequestDto.builder()
+ CreditCardRequestDto creditCardRequestDto = CreditCardRequestDto.builder()
.holderName("John Doe")
.number("1234567890123456")
- .expiryMonth("6")
+ .expiryMonth("7")
.expiryYear("2025")
.ccv("123")
.build();
- ApiCreditCardHolderInfoRequestDto apiCreditCardHolderInfoRequestDto = ApiCreditCardHolderInfoRequestDto.builder()
+ CreditCardHolderInfoRequestDto creditCardHolderInfoRequestDto = CreditCardHolderInfoRequestDto.builder()
.name("John Doe")
.email("john.doe@asaas.com")
.cpfCnpj("12345678901")
@@ -423,16 +419,15 @@ public class Main {
.mobilePhone("mobilePhone")
.build();
- ApiPaymentPayWithCreditCardRequestDto apiPaymentPayWithCreditCardRequestDto =
- ApiPaymentPayWithCreditCardRequestDto.builder()
- .creditCard(apiCreditCardRequestDto)
- .creditCardHolderInfo(apiCreditCardHolderInfoRequestDto)
- .creditCardToken("creditCardToken")
- .build();
+ PaymentPayWithCreditCardRequestDto paymentPayWithCreditCardRequestDto = PaymentPayWithCreditCardRequestDto.builder()
+ .creditCard(creditCardRequestDto)
+ .creditCardHolderInfo(creditCardHolderInfoRequestDto)
+ .creditCardToken("creditCardToken")
+ .build();
- ApiPaymentGetResponseDto response = asaasSdk.payment.payAChargeWithCreditCard(
+ PaymentGetResponseDto response = asaasSdk.payment.payAChargeWithCreditCard(
"id",
- apiPaymentPayWithCreditCardRequestDto
+ paymentPayWithCreditCardRequestDto
);
System.out.println(response);
@@ -454,7 +449,7 @@ public class Main {
**Return Type**
-`ApiPaymentBillingInfoResponseDto`
+`PaymentBillingInfoResponseDto`
**Example Usage Code Snippet**
@@ -462,7 +457,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentBillingInfoResponseDto;
+import com.asaas.apisdk.models.PaymentBillingInfoResponseDto;
public class Main {
@@ -473,7 +468,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentBillingInfoResponseDto response = asaasSdk.payment.retrievePaymentBillingInformation("id");
+ PaymentBillingInfoResponseDto response = asaasSdk.payment.retrievePaymentBillingInformation("id");
System.out.println(response);
}
@@ -494,7 +489,7 @@ public class Main {
**Return Type**
-`ApiPaymentViewingInfoResponseDto`
+`PaymentViewingInfoResponseDto`
**Example Usage Code Snippet**
@@ -502,7 +497,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentViewingInfoResponseDto;
+import com.asaas.apisdk.models.PaymentViewingInfoResponseDto;
public class Main {
@@ -513,7 +508,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentViewingInfoResponseDto response = asaasSdk.payment.paymentViewingInformation("id");
+ PaymentViewingInfoResponseDto response = asaasSdk.payment.paymentViewingInformation("id");
System.out.println(response);
}
@@ -534,7 +529,7 @@ public class Main {
**Return Type**
-`ApiPaymentGetResponseDto`
+`PaymentGetResponseDto`
**Example Usage Code Snippet**
@@ -542,7 +537,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentGetResponseDto;
+import com.asaas.apisdk.models.PaymentGetResponseDto;
public class Main {
@@ -553,7 +548,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentGetResponseDto response = asaasSdk.payment.retrieveASinglePayment("id");
+ PaymentGetResponseDto response = asaasSdk.payment.retrieveASinglePayment("id");
System.out.println(response);
}
@@ -568,14 +563,14 @@ public class Main {
**Parameters**
-| Name | Type | Required | Description |
-| :------------------------- | :-------------------------------------------------------------------- | :------- | :--------------------------------- |
-| id | String | ✅ | Unique payment identifier in Asaas |
-| apiPaymentUpdateRequestDto | [ApiPaymentUpdateRequestDto](../models/ApiPaymentUpdateRequestDto.md) | ❌ | Request Body |
+| Name | Type | Required | Description |
+| :---------------------- | :-------------------------------------------------------------- | :------- | :--------------------------------- |
+| id | String | ✅ | Unique payment identifier in Asaas |
+| paymentUpdateRequestDto | [PaymentUpdateRequestDto](../models/PaymentUpdateRequestDto.md) | ❌ | Request Body |
**Return Type**
-`ApiPaymentGetResponseDto`
+`PaymentGetResponseDto`
**Example Usage Code Snippet**
@@ -583,16 +578,16 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentCallbackRequestDto;
-import com.asaas.apisdk.models.ApiPaymentDiscountDiscountType;
-import com.asaas.apisdk.models.ApiPaymentDiscountDto;
-import com.asaas.apisdk.models.ApiPaymentFineRequestDto;
-import com.asaas.apisdk.models.ApiPaymentFineRequestFineType;
-import com.asaas.apisdk.models.ApiPaymentGetResponseDto;
-import com.asaas.apisdk.models.ApiPaymentInterestRequestDto;
-import com.asaas.apisdk.models.ApiPaymentSplitRequestDto;
-import com.asaas.apisdk.models.ApiPaymentUpdateRequestBillingType;
-import com.asaas.apisdk.models.ApiPaymentUpdateRequestDto;
+import com.asaas.apisdk.models.PaymentCallbackRequestDto;
+import com.asaas.apisdk.models.PaymentDiscountDiscountType;
+import com.asaas.apisdk.models.PaymentDiscountDto;
+import com.asaas.apisdk.models.PaymentFineRequestDto;
+import com.asaas.apisdk.models.PaymentFineRequestFineType;
+import com.asaas.apisdk.models.PaymentGetResponseDto;
+import com.asaas.apisdk.models.PaymentInterestRequestDto;
+import com.asaas.apisdk.models.PaymentSplitRequestDto;
+import com.asaas.apisdk.models.PaymentUpdateRequestBillingType;
+import com.asaas.apisdk.models.PaymentUpdateRequestDto;
import java.util.Arrays;
import java.util.List;
@@ -605,22 +600,20 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentDiscountDto apiPaymentDiscountDto = ApiPaymentDiscountDto.builder()
+ PaymentDiscountDto paymentDiscountDto = PaymentDiscountDto.builder()
.value(10D)
.dueDateLimitDays(1L)
- .type(ApiPaymentDiscountDiscountType.FIXED)
+ .type(PaymentDiscountDiscountType.FIXED)
.build();
- ApiPaymentInterestRequestDto apiPaymentInterestRequestDto = ApiPaymentInterestRequestDto.builder()
- .value(4.68D)
- .build();
+ PaymentInterestRequestDto paymentInterestRequestDto = PaymentInterestRequestDto.builder().value(4.68D).build();
- ApiPaymentFineRequestDto apiPaymentFineRequestDto = ApiPaymentFineRequestDto.builder()
+ PaymentFineRequestDto paymentFineRequestDto = PaymentFineRequestDto.builder()
.value(8.99D)
- .type(ApiPaymentFineRequestFineType.FIXED)
+ .type(PaymentFineRequestFineType.FIXED)
.build();
- ApiPaymentSplitRequestDto apiPaymentSplitRequestDto = ApiPaymentSplitRequestDto.builder()
+ PaymentSplitRequestDto paymentSplitRequestDto = PaymentSplitRequestDto.builder()
.walletId("walletId")
.fixedValue(6.62D)
.percentualValue(6.01D)
@@ -629,31 +622,31 @@ public class Main {
.description("description")
.build();
- List splitList = Arrays.asList(apiPaymentSplitRequestDto);
+ List splitList = Arrays.asList(paymentSplitRequestDto);
- ApiPaymentCallbackRequestDto apiPaymentCallbackRequestDto = ApiPaymentCallbackRequestDto.builder()
+ PaymentCallbackRequestDto paymentCallbackRequestDto = PaymentCallbackRequestDto.builder()
.successUrl("successUrl")
.autoRedirect(true)
.build();
- ApiPaymentUpdateRequestDto apiPaymentUpdateRequestDto = ApiPaymentUpdateRequestDto.builder()
- .billingType(ApiPaymentUpdateRequestBillingType.UNDEFINED)
+ PaymentUpdateRequestDto paymentUpdateRequestDto = PaymentUpdateRequestDto.builder()
+ .billingType(PaymentUpdateRequestBillingType.UNDEFINED)
.value(129.9D)
.dueDate("2017-06-10")
.description("Pedido 056984")
.daysAfterDueDateToRegistrationCancellation(1L)
.externalReference("056984")
- .discount(apiPaymentDiscountDto)
- .interest(apiPaymentInterestRequestDto)
- .fine(apiPaymentFineRequestDto)
+ .discount(paymentDiscountDto)
+ .interest(paymentInterestRequestDto)
+ .fine(paymentFineRequestDto)
.postalService(false)
.split(splitList)
- .callback(apiPaymentCallbackRequestDto)
+ .callback(paymentCallbackRequestDto)
.build();
- ApiPaymentGetResponseDto response = asaasSdk.payment.updateExistingPayment(
+ PaymentGetResponseDto response = asaasSdk.payment.updateExistingPayment(
"pay_080225913252",
- apiPaymentUpdateRequestDto
+ paymentUpdateRequestDto
);
System.out.println(response);
@@ -675,7 +668,7 @@ public class Main {
**Return Type**
-`ApiPaymentDeleteResponseDto`
+`PaymentDeleteResponseDto`
**Example Usage Code Snippet**
@@ -683,7 +676,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentDeleteResponseDto;
+import com.asaas.apisdk.models.PaymentDeleteResponseDto;
public class Main {
@@ -694,7 +687,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentDeleteResponseDto response = asaasSdk.payment.deletePayment("id");
+ PaymentDeleteResponseDto response = asaasSdk.payment.deletePayment("id");
System.out.println(response);
}
@@ -716,7 +709,7 @@ public class Main {
**Return Type**
-`ApiPaymentGetResponseDto`
+`PaymentGetResponseDto`
**Example Usage Code Snippet**
@@ -724,7 +717,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentGetResponseDto;
+import com.asaas.apisdk.models.PaymentGetResponseDto;
public class Main {
@@ -735,7 +728,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentGetResponseDto response = asaasSdk.payment.restoreRemovedPayment("id", new Object());
+ PaymentGetResponseDto response = asaasSdk.payment.restoreRemovedPayment("id", new Object());
System.out.println(response);
}
@@ -756,7 +749,7 @@ public class Main {
**Return Type**
-`ApiPaymentStatusResponseDto`
+`PaymentStatusResponseDto`
**Example Usage Code Snippet**
@@ -764,7 +757,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentStatusResponseDto;
+import com.asaas.apisdk.models.PaymentStatusResponseDto;
public class Main {
@@ -775,7 +768,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentStatusResponseDto response = asaasSdk.payment.retrieveStatusOfAPayment("id");
+ PaymentStatusResponseDto response = asaasSdk.payment.retrieveStatusOfAPayment("id");
System.out.println(response);
}
@@ -790,14 +783,14 @@ public class Main {
**Parameters**
-| Name | Type | Required | Description |
-| :------------------------- | :-------------------------------------------------------------------- | :------- | :--------------------------------- |
-| id | String | ✅ | Unique payment identifier in Asaas |
-| apiPaymentRefundRequestDto | [ApiPaymentRefundRequestDto](../models/ApiPaymentRefundRequestDto.md) | ❌ | Request Body |
+| Name | Type | Required | Description |
+| :---------------------- | :-------------------------------------------------------------- | :------- | :--------------------------------- |
+| id | String | ✅ | Unique payment identifier in Asaas |
+| paymentRefundRequestDto | [PaymentRefundRequestDto](../models/PaymentRefundRequestDto.md) | ❌ | Request Body |
**Return Type**
-`ApiPaymentGetResponseDto`
+`PaymentGetResponseDto`
**Example Usage Code Snippet**
@@ -805,8 +798,8 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentGetResponseDto;
-import com.asaas.apisdk.models.ApiPaymentRefundRequestDto;
+import com.asaas.apisdk.models.PaymentGetResponseDto;
+import com.asaas.apisdk.models.PaymentRefundRequestDto;
public class Main {
@@ -817,12 +810,12 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentRefundRequestDto apiPaymentRefundRequestDto = ApiPaymentRefundRequestDto.builder()
+ PaymentRefundRequestDto paymentRefundRequestDto = PaymentRefundRequestDto.builder()
.value(5D)
.description("Valor a mais")
.build();
- ApiPaymentGetResponseDto response = asaasSdk.payment.refundPayment("id", apiPaymentRefundRequestDto);
+ PaymentGetResponseDto response = asaasSdk.payment.refundPayment("id", paymentRefundRequestDto);
System.out.println(response);
}
@@ -843,7 +836,7 @@ public class Main {
**Return Type**
-`ApiPaymentIdentificationFieldResponseDto`
+`PaymentIdentificationFieldResponseDto`
**Example Usage Code Snippet**
@@ -851,7 +844,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentIdentificationFieldResponseDto;
+import com.asaas.apisdk.models.PaymentIdentificationFieldResponseDto;
public class Main {
@@ -862,7 +855,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentIdentificationFieldResponseDto response = asaasSdk.payment.getDigitableBillLine("id");
+ PaymentIdentificationFieldResponseDto response = asaasSdk.payment.getDigitableBillLine("id");
System.out.println(response);
}
@@ -883,7 +876,7 @@ public class Main {
**Return Type**
-`ApiPaymentPixQrCodeResponseDto`
+`PaymentPixQrCodeResponseDto`
**Example Usage Code Snippet**
@@ -891,7 +884,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentPixQrCodeResponseDto;
+import com.asaas.apisdk.models.PaymentPixQrCodeResponseDto;
public class Main {
@@ -902,7 +895,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentPixQrCodeResponseDto response = asaasSdk.payment.getQrCodeForPixPayments("id");
+ PaymentPixQrCodeResponseDto response = asaasSdk.payment.getQrCodeForPixPayments("id");
System.out.println(response);
}
@@ -917,14 +910,14 @@ public class Main {
**Parameters**
-| Name | Type | Required | Description |
-| :-------------------------------- | :---------------------------------------------------------------------------------- | :------- | :--------------------------------- |
-| id | String | ✅ | Unique payment identifier in Asaas |
-| apiPaymentReceiveInCashRequestDto | [ApiPaymentReceiveInCashRequestDto](../models/ApiPaymentReceiveInCashRequestDto.md) | ❌ | Request Body |
+| Name | Type | Required | Description |
+| :----------------------------- | :---------------------------------------------------------------------------- | :------- | :--------------------------------- |
+| id | String | ✅ | Unique payment identifier in Asaas |
+| paymentReceiveInCashRequestDto | [PaymentReceiveInCashRequestDto](../models/PaymentReceiveInCashRequestDto.md) | ❌ | Request Body |
**Return Type**
-`ApiPaymentGetResponseDto`
+`PaymentGetResponseDto`
**Example Usage Code Snippet**
@@ -932,8 +925,8 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentGetResponseDto;
-import com.asaas.apisdk.models.ApiPaymentReceiveInCashRequestDto;
+import com.asaas.apisdk.models.PaymentGetResponseDto;
+import com.asaas.apisdk.models.PaymentReceiveInCashRequestDto;
public class Main {
@@ -944,13 +937,13 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentReceiveInCashRequestDto apiPaymentReceiveInCashRequestDto = ApiPaymentReceiveInCashRequestDto.builder()
+ PaymentReceiveInCashRequestDto paymentReceiveInCashRequestDto = PaymentReceiveInCashRequestDto.builder()
.paymentDate("2025-05-30")
.value(129.9D)
.notifyCustomer(true)
.build();
- ApiPaymentGetResponseDto response = asaasSdk.payment.confirmCashReceipt("id", apiPaymentReceiveInCashRequestDto);
+ PaymentGetResponseDto response = asaasSdk.payment.confirmCashReceipt("id", paymentReceiveInCashRequestDto);
System.out.println(response);
}
@@ -972,7 +965,7 @@ public class Main {
**Return Type**
-`ApiPaymentGetResponseDto`
+`PaymentGetResponseDto`
**Example Usage Code Snippet**
@@ -980,7 +973,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentGetResponseDto;
+import com.asaas.apisdk.models.PaymentGetResponseDto;
public class Main {
@@ -991,7 +984,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentGetResponseDto response = asaasSdk.payment.undoCashReceiptConfirmation("id", new Object());
+ PaymentGetResponseDto response = asaasSdk.payment.undoCashReceiptConfirmation("id", new Object());
System.out.println(response);
}
@@ -1006,13 +999,13 @@ public class Main {
**Parameters**
-| Name | Type | Required | Description |
-| :--------------------------- | :------------------------------------------------------------------------ | :------- | :----------- |
-| apiPaymentSimulateRequestDto | [ApiPaymentSimulateRequestDto](../models/ApiPaymentSimulateRequestDto.md) | ❌ | Request Body |
+| Name | Type | Required | Description |
+| :------------------------ | :------------------------------------------------------------------ | :------- | :----------- |
+| paymentSimulateRequestDto | [PaymentSimulateRequestDto](../models/PaymentSimulateRequestDto.md) | ❌ | Request Body |
**Return Type**
-`ApiPaymentSimulateResponseDto`
+`PaymentSimulateResponseDto`
**Example Usage Code Snippet**
@@ -1020,8 +1013,9 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentSimulateRequestDto;
-import com.asaas.apisdk.models.ApiPaymentSimulateResponseDto;
+import com.asaas.apisdk.models.PaymentSimulateRequestBillingType;
+import com.asaas.apisdk.models.PaymentSimulateRequestDto;
+import com.asaas.apisdk.models.PaymentSimulateResponseDto;
import java.util.Arrays;
import java.util.List;
@@ -1034,15 +1028,17 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- List billingTypesList = Arrays.asList("billingTypes");
+ List billingTypesList = Arrays.asList(
+ PaymentSimulateRequestBillingType.UNDEFINED
+ );
- ApiPaymentSimulateRequestDto apiPaymentSimulateRequestDto = ApiPaymentSimulateRequestDto.builder()
+ PaymentSimulateRequestDto paymentSimulateRequestDto = PaymentSimulateRequestDto.builder()
.value(100D)
.installmentCount(2L)
.billingTypes(billingTypesList)
.build();
- ApiPaymentSimulateResponseDto response = asaasSdk.payment.salesSimulator(apiPaymentSimulateRequestDto);
+ PaymentSimulateResponseDto response = asaasSdk.payment.salesSimulator(paymentSimulateRequestDto);
System.out.println(response);
}
@@ -1063,7 +1059,7 @@ public class Main {
**Return Type**
-`ApiPaymentCustodyGetResponseDto`
+`PaymentEscrowGetResponseDto`
**Example Usage Code Snippet**
@@ -1071,7 +1067,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentCustodyGetResponseDto;
+import com.asaas.apisdk.models.PaymentEscrowGetResponseDto;
public class Main {
@@ -1082,7 +1078,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentCustodyGetResponseDto response = asaasSdk.payment.retrievePaymentEscrowInTheEscrowAccount("id");
+ PaymentEscrowGetResponseDto response = asaasSdk.payment.retrievePaymentEscrowInTheEscrowAccount("id");
System.out.println(response);
}
@@ -1097,7 +1093,7 @@ public class Main {
**Return Type**
-`ApiPaymentLimitsResponseDto`
+`PaymentLimitsResponseDto`
**Example Usage Code Snippet**
@@ -1105,7 +1101,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentLimitsResponseDto;
+import com.asaas.apisdk.models.PaymentLimitsResponseDto;
public class Main {
@@ -1116,7 +1112,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentLimitsResponseDto response = asaasSdk.payment.recoveringPaymentLimits();
+ PaymentLimitsResponseDto response = asaasSdk.payment.recoveringPaymentLimits();
System.out.println(response);
}
diff --git a/documentation/services/PaymentSplitService.md b/documentation/services/PaymentSplitService.md
index 6256afd..5309716 100644
--- a/documentation/services/PaymentSplitService.md
+++ b/documentation/services/PaymentSplitService.md
@@ -22,7 +22,7 @@ A list of all methods in the `PaymentSplitService` service. Click on the method
**Return Type**
-`ApiPaymentSplitGetResponseDto`
+`PaymentSplitGetResponseDto`
**Example Usage Code Snippet**
@@ -30,7 +30,7 @@ A list of all methods in the `PaymentSplitService` service. Click on the method
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentSplitGetResponseDto;
+import com.asaas.apisdk.models.PaymentSplitGetResponseDto;
public class Main {
@@ -41,7 +41,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentSplitGetResponseDto response = asaasSdk.paymentSplit.retrieveASinglePaidSplit("id");
+ PaymentSplitGetResponseDto response = asaasSdk.paymentSplit.retrieveASinglePaidSplit("id");
System.out.println(response);
}
@@ -62,7 +62,7 @@ public class Main {
**Return Type**
-`ApiPaymentSplitListResponseDto`
+`PaymentSplitListResponseDto`
**Example Usage Code Snippet**
@@ -70,9 +70,9 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentSplitListPaidRequestPaymentSplitStatus;
-import com.asaas.apisdk.models.ApiPaymentSplitListResponseDto;
import com.asaas.apisdk.models.ListPaidSplitsParameters;
+import com.asaas.apisdk.models.PaymentSplitListPaidRequestPaymentSplitStatus;
+import com.asaas.apisdk.models.PaymentSplitListResponseDto;
public class Main {
@@ -87,14 +87,14 @@ public class Main {
.offset(5L)
.limit(10L)
.paymentId("paymentId")
- .status(ApiPaymentSplitListPaidRequestPaymentSplitStatus.PENDING)
+ .status(PaymentSplitListPaidRequestPaymentSplitStatus.PENDING)
.paymentConfirmedDateGe("paymentConfirmedDate[ge]")
.paymentConfirmedDateLe("paymentConfirmedDate[le]")
.creditDateGe("creditDate[ge]")
.creditDateLe("creditDate[le]")
.build();
- ApiPaymentSplitListResponseDto response = asaasSdk.paymentSplit.listPaidSplits(requestParameters);
+ PaymentSplitListResponseDto response = asaasSdk.paymentSplit.listPaidSplits(requestParameters);
System.out.println(response);
}
@@ -115,7 +115,7 @@ public class Main {
**Return Type**
-`ApiPaymentSplitGetResponseDto`
+`PaymentSplitGetResponseDto`
**Example Usage Code Snippet**
@@ -123,7 +123,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentSplitGetResponseDto;
+import com.asaas.apisdk.models.PaymentSplitGetResponseDto;
public class Main {
@@ -134,7 +134,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentSplitGetResponseDto response = asaasSdk.paymentSplit.retrieveASingleReceivedSplit("id");
+ PaymentSplitGetResponseDto response = asaasSdk.paymentSplit.retrieveASingleReceivedSplit("id");
System.out.println(response);
}
@@ -155,7 +155,7 @@ public class Main {
**Return Type**
-`ApiPaymentSplitListResponseDto`
+`PaymentSplitListResponseDto`
**Example Usage Code Snippet**
@@ -163,9 +163,9 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentSplitListReceivedRequestPaymentSplitStatus;
-import com.asaas.apisdk.models.ApiPaymentSplitListResponseDto;
import com.asaas.apisdk.models.ListReceivedSplitsParameters;
+import com.asaas.apisdk.models.PaymentSplitListReceivedRequestPaymentSplitStatus;
+import com.asaas.apisdk.models.PaymentSplitListResponseDto;
public class Main {
@@ -180,14 +180,14 @@ public class Main {
.offset(6L)
.limit(10L)
.paymentId("paymentId")
- .status(ApiPaymentSplitListReceivedRequestPaymentSplitStatus.PENDING)
+ .status(PaymentSplitListReceivedRequestPaymentSplitStatus.PENDING)
.paymentConfirmedDateGe("paymentConfirmedDate[ge]")
.paymentConfirmedDateLe("paymentConfirmedDate[le]")
.creditDateGe("creditDate[ge]")
.creditDateLe("creditDate[le]")
.build();
- ApiPaymentSplitListResponseDto response = asaasSdk.paymentSplit.listReceivedSplits(requestParameters);
+ PaymentSplitListResponseDto response = asaasSdk.paymentSplit.listReceivedSplits(requestParameters);
System.out.println(response);
}
diff --git a/documentation/services/PaymentWithSummaryDataService.md b/documentation/services/PaymentWithSummaryDataService.md
index 48fcc9b..b93effd 100644
--- a/documentation/services/PaymentWithSummaryDataService.md
+++ b/documentation/services/PaymentWithSummaryDataService.md
@@ -29,7 +29,7 @@ A list of all methods in the `PaymentWithSummaryDataService` service. Click on t
**Return Type**
-`ApiPaymentLeanListResponseDto`
+`PaymentLeanListResponseDto`
**Example Usage Code Snippet**
@@ -37,11 +37,11 @@ A list of all methods in the `PaymentWithSummaryDataService` service. Click on t
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentLeanListResponseDto;
-import com.asaas.apisdk.models.ApiPaymentListRequestBillingType;
-import com.asaas.apisdk.models.ApiPaymentListRequestInvoiceStatus;
-import com.asaas.apisdk.models.ApiPaymentListRequestPaymentStatus;
import com.asaas.apisdk.models.ListPaymentsWithSummaryDataParameters;
+import com.asaas.apisdk.models.PaymentLeanListResponseDto;
+import com.asaas.apisdk.models.PaymentListRequestBillingType;
+import com.asaas.apisdk.models.PaymentListRequestInvoiceStatus;
+import com.asaas.apisdk.models.PaymentListRequestPaymentStatus;
public class Main {
@@ -57,13 +57,13 @@ public class Main {
.limit(10L)
.customer("customer")
.customerGroupName("customerGroupName")
- .billingType(ApiPaymentListRequestBillingType.UNDEFINED)
- .status(ApiPaymentListRequestPaymentStatus.PENDING)
+ .billingType(PaymentListRequestBillingType.UNDEFINED)
+ .status(PaymentListRequestPaymentStatus.PENDING)
.subscription("subscription")
.installment("installment")
.externalReference("externalReference")
.paymentDate("paymentDate")
- .invoiceStatus(ApiPaymentListRequestInvoiceStatus.SCHEDULED)
+ .invoiceStatus(PaymentListRequestInvoiceStatus.SCHEDULED)
.estimatedCreditDate("estimatedCreditDate")
.pixQrCodeId("pixQrCodeId")
.anticipated(true)
@@ -79,7 +79,7 @@ public class Main {
.user("user")
.build();
- ApiPaymentLeanListResponseDto response = asaasSdk.paymentWithSummaryData.listPaymentsWithSummaryData(
+ PaymentLeanListResponseDto response = asaasSdk.paymentWithSummaryData.listPaymentsWithSummaryData(
requestParameters
);
@@ -96,13 +96,13 @@ public class Main {
**Parameters**
-| Name | Type | Required | Description |
-| :----------------------- | :---------------------------------------------------------------- | :------- | :----------- |
-| apiPaymentSaveRequestDto | [ApiPaymentSaveRequestDto](../models/ApiPaymentSaveRequestDto.md) | ❌ | Request Body |
+| Name | Type | Required | Description |
+| :-------------------- | :---------------------------------------------------------- | :------- | :----------- |
+| paymentSaveRequestDto | [PaymentSaveRequestDto](../models/PaymentSaveRequestDto.md) | ❌ | Request Body |
**Return Type**
-`ApiPaymentLeanGetResponseDto`
+`PaymentLeanGetResponseDto`
**Example Usage Code Snippet**
@@ -110,16 +110,16 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentCallbackRequestDto;
-import com.asaas.apisdk.models.ApiPaymentDiscountDiscountType;
-import com.asaas.apisdk.models.ApiPaymentDiscountDto;
-import com.asaas.apisdk.models.ApiPaymentFineRequestDto;
-import com.asaas.apisdk.models.ApiPaymentFineRequestFineType;
-import com.asaas.apisdk.models.ApiPaymentInterestRequestDto;
-import com.asaas.apisdk.models.ApiPaymentLeanGetResponseDto;
-import com.asaas.apisdk.models.ApiPaymentSaveRequestBillingType;
-import com.asaas.apisdk.models.ApiPaymentSaveRequestDto;
-import com.asaas.apisdk.models.ApiPaymentSplitRequestDto;
+import com.asaas.apisdk.models.PaymentCallbackRequestDto;
+import com.asaas.apisdk.models.PaymentDiscountDiscountType;
+import com.asaas.apisdk.models.PaymentDiscountDto;
+import com.asaas.apisdk.models.PaymentFineRequestDto;
+import com.asaas.apisdk.models.PaymentFineRequestFineType;
+import com.asaas.apisdk.models.PaymentInterestRequestDto;
+import com.asaas.apisdk.models.PaymentLeanGetResponseDto;
+import com.asaas.apisdk.models.PaymentSaveRequestBillingType;
+import com.asaas.apisdk.models.PaymentSaveRequestDto;
+import com.asaas.apisdk.models.PaymentSplitRequestDto;
import java.util.Arrays;
import java.util.List;
@@ -132,22 +132,20 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentDiscountDto apiPaymentDiscountDto = ApiPaymentDiscountDto.builder()
+ PaymentDiscountDto paymentDiscountDto = PaymentDiscountDto.builder()
.value(10D)
.dueDateLimitDays(1L)
- .type(ApiPaymentDiscountDiscountType.FIXED)
+ .type(PaymentDiscountDiscountType.FIXED)
.build();
- ApiPaymentInterestRequestDto apiPaymentInterestRequestDto = ApiPaymentInterestRequestDto.builder()
- .value(4.68D)
- .build();
+ PaymentInterestRequestDto paymentInterestRequestDto = PaymentInterestRequestDto.builder().value(4.68D).build();
- ApiPaymentFineRequestDto apiPaymentFineRequestDto = ApiPaymentFineRequestDto.builder()
+ PaymentFineRequestDto paymentFineRequestDto = PaymentFineRequestDto.builder()
.value(8.99D)
- .type(ApiPaymentFineRequestFineType.FIXED)
+ .type(PaymentFineRequestFineType.FIXED)
.build();
- ApiPaymentSplitRequestDto apiPaymentSplitRequestDto = ApiPaymentSplitRequestDto.builder()
+ PaymentSplitRequestDto paymentSplitRequestDto = PaymentSplitRequestDto.builder()
.walletId("walletId")
.fixedValue(6.62D)
.percentualValue(6.01D)
@@ -156,16 +154,16 @@ public class Main {
.description("description")
.build();
- List splitList = Arrays.asList(apiPaymentSplitRequestDto);
+ List splitList = Arrays.asList(paymentSplitRequestDto);
- ApiPaymentCallbackRequestDto apiPaymentCallbackRequestDto = ApiPaymentCallbackRequestDto.builder()
+ PaymentCallbackRequestDto paymentCallbackRequestDto = PaymentCallbackRequestDto.builder()
.successUrl("successUrl")
.autoRedirect(true)
.build();
- ApiPaymentSaveRequestDto apiPaymentSaveRequestDto = ApiPaymentSaveRequestDto.builder()
+ PaymentSaveRequestDto paymentSaveRequestDto = PaymentSaveRequestDto.builder()
.customer("cus_G7Dvo4iphUNk")
- .billingType(ApiPaymentSaveRequestBillingType.UNDEFINED)
+ .billingType(PaymentSaveRequestBillingType.UNDEFINED)
.value(129.9D)
.dueDate("2017-06-10")
.description("Pedido 056984")
@@ -174,16 +172,16 @@ public class Main {
.installmentCount(7L)
.totalValue(7.91D)
.installmentValue(8.76D)
- .discount(apiPaymentDiscountDto)
- .interest(apiPaymentInterestRequestDto)
- .fine(apiPaymentFineRequestDto)
+ .discount(paymentDiscountDto)
+ .interest(paymentInterestRequestDto)
+ .fine(paymentFineRequestDto)
.postalService(true)
.split(splitList)
- .callback(apiPaymentCallbackRequestDto)
+ .callback(paymentCallbackRequestDto)
.build();
- ApiPaymentLeanGetResponseDto response = asaasSdk.paymentWithSummaryData.createNewPaymentWithSummaryDataInResponse(
- apiPaymentSaveRequestDto
+ PaymentLeanGetResponseDto response = asaasSdk.paymentWithSummaryData.createNewPaymentWithSummaryDataInResponse(
+ paymentSaveRequestDto
);
System.out.println(response);
@@ -199,13 +197,13 @@ public class Main {
**Parameters**
-| Name | Type | Required | Description |
-| :------------------------------------- | :-------------------------------------------------------------------------------------------- | :------- | :----------- |
-| apiPaymentSaveWithCreditCardRequestDto | [ApiPaymentSaveWithCreditCardRequestDto](../models/ApiPaymentSaveWithCreditCardRequestDto.md) | ❌ | Request Body |
+| Name | Type | Required | Description |
+| :---------------------------------- | :-------------------------------------------------------------------------------------- | :------- | :----------- |
+| paymentSaveWithCreditCardRequestDto | [PaymentSaveWithCreditCardRequestDto](../models/PaymentSaveWithCreditCardRequestDto.md) | ❌ | Request Body |
**Return Type**
-`ApiPaymentLeanSaveWithCreditCardResponseDto`
+`PaymentLeanSaveWithCreditCardResponseDto`
**Example Usage Code Snippet**
@@ -213,18 +211,18 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiCreditCardHolderInfoRequestDto;
-import com.asaas.apisdk.models.ApiCreditCardRequestDto;
-import com.asaas.apisdk.models.ApiPaymentCallbackRequestDto;
-import com.asaas.apisdk.models.ApiPaymentDiscountDiscountType;
-import com.asaas.apisdk.models.ApiPaymentDiscountDto;
-import com.asaas.apisdk.models.ApiPaymentFineRequestDto;
-import com.asaas.apisdk.models.ApiPaymentFineRequestFineType;
-import com.asaas.apisdk.models.ApiPaymentInterestRequestDto;
-import com.asaas.apisdk.models.ApiPaymentLeanSaveWithCreditCardResponseDto;
-import com.asaas.apisdk.models.ApiPaymentSaveWithCreditCardRequestBillingType;
-import com.asaas.apisdk.models.ApiPaymentSaveWithCreditCardRequestDto;
-import com.asaas.apisdk.models.ApiPaymentSplitRequestDto;
+import com.asaas.apisdk.models.CreditCardHolderInfoRequestDto;
+import com.asaas.apisdk.models.CreditCardRequestDto;
+import com.asaas.apisdk.models.PaymentCallbackRequestDto;
+import com.asaas.apisdk.models.PaymentDiscountDiscountType;
+import com.asaas.apisdk.models.PaymentDiscountDto;
+import com.asaas.apisdk.models.PaymentFineRequestDto;
+import com.asaas.apisdk.models.PaymentFineRequestFineType;
+import com.asaas.apisdk.models.PaymentInterestRequestDto;
+import com.asaas.apisdk.models.PaymentLeanSaveWithCreditCardResponseDto;
+import com.asaas.apisdk.models.PaymentSaveWithCreditCardRequestBillingType;
+import com.asaas.apisdk.models.PaymentSaveWithCreditCardRequestDto;
+import com.asaas.apisdk.models.PaymentSplitRequestDto;
import java.util.Arrays;
import java.util.List;
@@ -237,22 +235,20 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentDiscountDto apiPaymentDiscountDto = ApiPaymentDiscountDto.builder()
+ PaymentDiscountDto paymentDiscountDto = PaymentDiscountDto.builder()
.value(10D)
.dueDateLimitDays(1L)
- .type(ApiPaymentDiscountDiscountType.FIXED)
+ .type(PaymentDiscountDiscountType.FIXED)
.build();
- ApiPaymentInterestRequestDto apiPaymentInterestRequestDto = ApiPaymentInterestRequestDto.builder()
- .value(4.68D)
- .build();
+ PaymentInterestRequestDto paymentInterestRequestDto = PaymentInterestRequestDto.builder().value(4.68D).build();
- ApiPaymentFineRequestDto apiPaymentFineRequestDto = ApiPaymentFineRequestDto.builder()
+ PaymentFineRequestDto paymentFineRequestDto = PaymentFineRequestDto.builder()
.value(8.99D)
- .type(ApiPaymentFineRequestFineType.FIXED)
+ .type(PaymentFineRequestFineType.FIXED)
.build();
- ApiPaymentSplitRequestDto apiPaymentSplitRequestDto = ApiPaymentSplitRequestDto.builder()
+ PaymentSplitRequestDto paymentSplitRequestDto = PaymentSplitRequestDto.builder()
.walletId("walletId")
.fixedValue(6.62D)
.percentualValue(6.01D)
@@ -261,22 +257,22 @@ public class Main {
.description("description")
.build();
- List splitList = Arrays.asList(apiPaymentSplitRequestDto);
+ List splitList = Arrays.asList(paymentSplitRequestDto);
- ApiPaymentCallbackRequestDto apiPaymentCallbackRequestDto = ApiPaymentCallbackRequestDto.builder()
+ PaymentCallbackRequestDto paymentCallbackRequestDto = PaymentCallbackRequestDto.builder()
.successUrl("successUrl")
.autoRedirect(true)
.build();
- ApiCreditCardRequestDto apiCreditCardRequestDto = ApiCreditCardRequestDto.builder()
+ CreditCardRequestDto creditCardRequestDto = CreditCardRequestDto.builder()
.holderName("John Doe")
.number("1234567890123456")
- .expiryMonth("6")
+ .expiryMonth("7")
.expiryYear("2025")
.ccv("123")
.build();
- ApiCreditCardHolderInfoRequestDto apiCreditCardHolderInfoRequestDto = ApiCreditCardHolderInfoRequestDto.builder()
+ CreditCardHolderInfoRequestDto creditCardHolderInfoRequestDto = CreditCardHolderInfoRequestDto.builder()
.name("John Doe")
.email("john.doe@asaas.com")
.cpfCnpj("12345678901")
@@ -287,10 +283,10 @@ public class Main {
.mobilePhone("mobilePhone")
.build();
- ApiPaymentSaveWithCreditCardRequestDto apiPaymentSaveWithCreditCardRequestDto =
- ApiPaymentSaveWithCreditCardRequestDto.builder()
+ PaymentSaveWithCreditCardRequestDto paymentSaveWithCreditCardRequestDto =
+ PaymentSaveWithCreditCardRequestDto.builder()
.customer("cus_G7Dvo4iphUNk")
- .billingType(ApiPaymentSaveWithCreditCardRequestBillingType.UNDEFINED)
+ .billingType(PaymentSaveWithCreditCardRequestBillingType.UNDEFINED)
.value(129.9D)
.dueDate("2017-06-10")
.description("Pedido 056984")
@@ -299,22 +295,22 @@ public class Main {
.installmentCount(6L)
.totalValue(3.41D)
.installmentValue(8.68D)
- .discount(apiPaymentDiscountDto)
- .interest(apiPaymentInterestRequestDto)
- .fine(apiPaymentFineRequestDto)
+ .discount(paymentDiscountDto)
+ .interest(paymentInterestRequestDto)
+ .fine(paymentFineRequestDto)
.postalService(true)
.split(splitList)
- .callback(apiPaymentCallbackRequestDto)
- .creditCard(apiCreditCardRequestDto)
- .creditCardHolderInfo(apiCreditCardHolderInfoRequestDto)
+ .callback(paymentCallbackRequestDto)
+ .creditCard(creditCardRequestDto)
+ .creditCardHolderInfo(creditCardHolderInfoRequestDto)
.creditCardToken("creditCardToken")
.authorizeOnly(false)
.remoteIp("remoteIp")
.build();
- ApiPaymentLeanSaveWithCreditCardResponseDto response =
+ PaymentLeanSaveWithCreditCardResponseDto response =
asaasSdk.paymentWithSummaryData.createNewPaymentWithCreditCardWithSummaryDataInResponse(
- apiPaymentSaveWithCreditCardRequestDto
+ paymentSaveWithCreditCardRequestDto
);
System.out.println(response);
@@ -337,7 +333,7 @@ public class Main {
**Return Type**
-`ApiPaymentLeanGetResponseDto`
+`PaymentLeanGetResponseDto`
**Example Usage Code Snippet**
@@ -345,7 +341,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentLeanGetResponseDto;
+import com.asaas.apisdk.models.PaymentLeanGetResponseDto;
public class Main {
@@ -356,7 +352,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentLeanGetResponseDto response =
+ PaymentLeanGetResponseDto response =
asaasSdk.paymentWithSummaryData.capturePaymentWithPreAuthorizationWithSummaryDataInResponse("id", new Object());
System.out.println(response);
@@ -378,7 +374,7 @@ public class Main {
**Return Type**
-`ApiPaymentLeanGetResponseDto`
+`PaymentLeanGetResponseDto`
**Example Usage Code Snippet**
@@ -386,7 +382,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentLeanGetResponseDto;
+import com.asaas.apisdk.models.PaymentLeanGetResponseDto;
public class Main {
@@ -397,7 +393,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentLeanGetResponseDto response = asaasSdk.paymentWithSummaryData.retrieveASinglePaymentWithSummaryData("id");
+ PaymentLeanGetResponseDto response = asaasSdk.paymentWithSummaryData.retrieveASinglePaymentWithSummaryData("id");
System.out.println(response);
}
@@ -419,7 +415,7 @@ public class Main {
**Return Type**
-`ApiPaymentLeanGetResponseDto`
+`PaymentLeanGetResponseDto`
**Example Usage Code Snippet**
@@ -427,7 +423,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentLeanGetResponseDto;
+import com.asaas.apisdk.models.PaymentLeanGetResponseDto;
public class Main {
@@ -438,8 +434,10 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentLeanGetResponseDto response =
- asaasSdk.paymentWithSummaryData.updateExistingPaymentWithSummaryDataInResponse("id", new Object());
+ PaymentLeanGetResponseDto response = asaasSdk.paymentWithSummaryData.updateExistingPaymentWithSummaryDataInResponse(
+ "id",
+ new Object()
+ );
System.out.println(response);
}
@@ -460,7 +458,7 @@ public class Main {
**Return Type**
-`ApiPaymentDeleteResponseDto`
+`PaymentDeleteResponseDto`
**Example Usage Code Snippet**
@@ -468,7 +466,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentDeleteResponseDto;
+import com.asaas.apisdk.models.PaymentDeleteResponseDto;
public class Main {
@@ -479,7 +477,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentDeleteResponseDto response = asaasSdk.paymentWithSummaryData.deletePaymentWithSummaryData("id");
+ PaymentDeleteResponseDto response = asaasSdk.paymentWithSummaryData.deletePaymentWithSummaryData("id");
System.out.println(response);
}
@@ -501,7 +499,7 @@ public class Main {
**Return Type**
-`ApiPaymentLeanGetResponseDto`
+`PaymentLeanGetResponseDto`
**Example Usage Code Snippet**
@@ -509,7 +507,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentLeanGetResponseDto;
+import com.asaas.apisdk.models.PaymentLeanGetResponseDto;
public class Main {
@@ -520,8 +518,10 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentLeanGetResponseDto response =
- asaasSdk.paymentWithSummaryData.restoreRemovedPaymentWithSummaryDataInResponse("id", new Object());
+ PaymentLeanGetResponseDto response = asaasSdk.paymentWithSummaryData.restoreRemovedPaymentWithSummaryDataInResponse(
+ "id",
+ new Object()
+ );
System.out.println(response);
}
@@ -536,14 +536,14 @@ public class Main {
**Parameters**
-| Name | Type | Required | Description |
-| :------------------------- | :-------------------------------------------------------------------- | :------- | :--------------------------------- |
-| id | String | ✅ | Unique payment identifier in Asaas |
-| apiPaymentRefundRequestDto | [ApiPaymentRefundRequestDto](../models/ApiPaymentRefundRequestDto.md) | ❌ | Request Body |
+| Name | Type | Required | Description |
+| :---------------------- | :-------------------------------------------------------------- | :------- | :--------------------------------- |
+| id | String | ✅ | Unique payment identifier in Asaas |
+| paymentRefundRequestDto | [PaymentRefundRequestDto](../models/PaymentRefundRequestDto.md) | ❌ | Request Body |
**Return Type**
-`ApiPaymentLeanGetResponseDto`
+`PaymentLeanGetResponseDto`
**Example Usage Code Snippet**
@@ -551,8 +551,8 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentLeanGetResponseDto;
-import com.asaas.apisdk.models.ApiPaymentRefundRequestDto;
+import com.asaas.apisdk.models.PaymentLeanGetResponseDto;
+import com.asaas.apisdk.models.PaymentRefundRequestDto;
public class Main {
@@ -563,14 +563,14 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentRefundRequestDto apiPaymentRefundRequestDto = ApiPaymentRefundRequestDto.builder()
+ PaymentRefundRequestDto paymentRefundRequestDto = PaymentRefundRequestDto.builder()
.value(5D)
.description("Valor a mais")
.build();
- ApiPaymentLeanGetResponseDto response = asaasSdk.paymentWithSummaryData.refundPaymentWithSummaryDataInResponse(
+ PaymentLeanGetResponseDto response = asaasSdk.paymentWithSummaryData.refundPaymentWithSummaryDataInResponse(
"id",
- apiPaymentRefundRequestDto
+ paymentRefundRequestDto
);
System.out.println(response);
@@ -586,14 +586,14 @@ public class Main {
**Parameters**
-| Name | Type | Required | Description |
-| :-------------------------------- | :---------------------------------------------------------------------------------- | :------- | :--------------------------------- |
-| id | String | ✅ | Unique payment identifier in Asaas |
-| apiPaymentReceiveInCashRequestDto | [ApiPaymentReceiveInCashRequestDto](../models/ApiPaymentReceiveInCashRequestDto.md) | ❌ | Request Body |
+| Name | Type | Required | Description |
+| :----------------------------- | :---------------------------------------------------------------------------- | :------- | :--------------------------------- |
+| id | String | ✅ | Unique payment identifier in Asaas |
+| paymentReceiveInCashRequestDto | [PaymentReceiveInCashRequestDto](../models/PaymentReceiveInCashRequestDto.md) | ❌ | Request Body |
**Return Type**
-`ApiPaymentLeanGetResponseDto`
+`PaymentLeanGetResponseDto`
**Example Usage Code Snippet**
@@ -601,8 +601,8 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentLeanGetResponseDto;
-import com.asaas.apisdk.models.ApiPaymentReceiveInCashRequestDto;
+import com.asaas.apisdk.models.PaymentLeanGetResponseDto;
+import com.asaas.apisdk.models.PaymentReceiveInCashRequestDto;
public class Main {
@@ -613,15 +613,15 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentReceiveInCashRequestDto apiPaymentReceiveInCashRequestDto = ApiPaymentReceiveInCashRequestDto.builder()
+ PaymentReceiveInCashRequestDto paymentReceiveInCashRequestDto = PaymentReceiveInCashRequestDto.builder()
.paymentDate("2025-05-30")
.value(129.9D)
.notifyCustomer(true)
.build();
- ApiPaymentLeanGetResponseDto response = asaasSdk.paymentWithSummaryData.confirmCashReceiptWithSummaryDataInResponse(
+ PaymentLeanGetResponseDto response = asaasSdk.paymentWithSummaryData.confirmCashReceiptWithSummaryDataInResponse(
"id",
- apiPaymentReceiveInCashRequestDto
+ paymentReceiveInCashRequestDto
);
System.out.println(response);
@@ -644,7 +644,7 @@ public class Main {
**Return Type**
-`ApiPaymentLeanGetResponseDto`
+`PaymentLeanGetResponseDto`
**Example Usage Code Snippet**
@@ -652,7 +652,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentLeanGetResponseDto;
+import com.asaas.apisdk.models.PaymentLeanGetResponseDto;
public class Main {
@@ -663,7 +663,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentLeanGetResponseDto response =
+ PaymentLeanGetResponseDto response =
asaasSdk.paymentWithSummaryData.undoCashReceiptConfirmationWithSummaryDataInResponse("id", new Object());
System.out.println(response);
diff --git a/documentation/services/PixService.md b/documentation/services/PixService.md
index b755a62..d19df03 100644
--- a/documentation/services/PixService.md
+++ b/documentation/services/PixService.md
@@ -25,7 +25,7 @@ A list of all methods in the `PixService` service. Click on the method name to v
**Return Type**
-`ApiPixAddressKeyListResponseDto`
+`PixAddressKeyListResponseDto`
**Example Usage Code Snippet**
@@ -33,9 +33,9 @@ A list of all methods in the `PixService` service. Click on the method name to v
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPixAddressKeyListRequestPixAddressKeyStatus;
-import com.asaas.apisdk.models.ApiPixAddressKeyListResponseDto;
import com.asaas.apisdk.models.ListKeysParameters;
+import com.asaas.apisdk.models.PixAddressKeyListRequestPixAddressKeyStatus;
+import com.asaas.apisdk.models.PixAddressKeyListResponseDto;
public class Main {
@@ -47,13 +47,13 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
ListKeysParameters requestParameters = ListKeysParameters.builder()
- .offset(7L)
+ .offset(8L)
.limit(10L)
- .status(ApiPixAddressKeyListRequestPixAddressKeyStatus.AWAITING_ACTIVATION)
+ .status(PixAddressKeyListRequestPixAddressKeyStatus.AWAITING_ACTIVATION)
.statusList("statusList")
.build();
- ApiPixAddressKeyListResponseDto response = asaasSdk.pix.listKeys(requestParameters);
+ PixAddressKeyListResponseDto response = asaasSdk.pix.listKeys(requestParameters);
System.out.println(response);
}
@@ -68,13 +68,13 @@ public class Main {
**Parameters**
-| Name | Type | Required | Description |
-| :----------------------------- | :---------------------------------------------------------------------------- | :------- | :----------- |
-| apiPixAddressKeySaveRequestDto | [ApiPixAddressKeySaveRequestDto](../models/ApiPixAddressKeySaveRequestDto.md) | ❌ | Request Body |
+| Name | Type | Required | Description |
+| :-------------------------- | :---------------------------------------------------------------------- | :------- | :----------- |
+| pixAddressKeySaveRequestDto | [PixAddressKeySaveRequestDto](../models/PixAddressKeySaveRequestDto.md) | ❌ | Request Body |
**Return Type**
-`ApiPixAddressKeyGetResponseDto`
+`PixAddressKeyGetResponseDto`
**Example Usage Code Snippet**
@@ -82,9 +82,9 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPixAddressKeyGetResponseDto;
-import com.asaas.apisdk.models.ApiPixAddressKeySaveRequestDto;
-import com.asaas.apisdk.models.ApiPixAddressKeySaveRequestPixAddressKeyType;
+import com.asaas.apisdk.models.PixAddressKeyGetResponseDto;
+import com.asaas.apisdk.models.PixAddressKeySaveRequestDto;
+import com.asaas.apisdk.models.PixAddressKeySaveRequestPixAddressKeyType;
public class Main {
@@ -95,11 +95,11 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPixAddressKeySaveRequestDto apiPixAddressKeySaveRequestDto = ApiPixAddressKeySaveRequestDto.builder()
- .type(ApiPixAddressKeySaveRequestPixAddressKeyType.EVP)
+ PixAddressKeySaveRequestDto pixAddressKeySaveRequestDto = PixAddressKeySaveRequestDto.builder()
+ .type(PixAddressKeySaveRequestPixAddressKeyType.EVP)
.build();
- ApiPixAddressKeyGetResponseDto response = asaasSdk.pix.createAKey(apiPixAddressKeySaveRequestDto);
+ PixAddressKeyGetResponseDto response = asaasSdk.pix.createAKey(pixAddressKeySaveRequestDto);
System.out.println(response);
}
@@ -120,7 +120,7 @@ public class Main {
**Return Type**
-`ApiPixAddressKeyGetResponseDto`
+`PixAddressKeyGetResponseDto`
**Example Usage Code Snippet**
@@ -128,7 +128,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPixAddressKeyGetResponseDto;
+import com.asaas.apisdk.models.PixAddressKeyGetResponseDto;
public class Main {
@@ -139,7 +139,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPixAddressKeyGetResponseDto response = asaasSdk.pix.retrieveASingleKey("a33047b1-fb19-4b68-9373-a7ba8a8162aa");
+ PixAddressKeyGetResponseDto response = asaasSdk.pix.retrieveASingleKey("a33047b1-fb19-4b68-9373-a7ba8a8162aa");
System.out.println(response);
}
@@ -160,7 +160,7 @@ public class Main {
**Return Type**
-`ApiPixAddressKeyGetResponseDto`
+`PixAddressKeyGetResponseDto`
**Example Usage Code Snippet**
@@ -168,7 +168,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPixAddressKeyGetResponseDto;
+import com.asaas.apisdk.models.PixAddressKeyGetResponseDto;
public class Main {
@@ -179,7 +179,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPixAddressKeyGetResponseDto response = asaasSdk.pix.removeKey("a33047b1-fb19-4b68-9373-a7ba8a8162aa");
+ PixAddressKeyGetResponseDto response = asaasSdk.pix.removeKey("a33047b1-fb19-4b68-9373-a7ba8a8162aa");
System.out.println(response);
}
@@ -194,13 +194,13 @@ public class Main {
**Parameters**
-| Name | Type | Required | Description |
-| :------------------------- | :-------------------------------------------------------------------- | :------- | :----------- |
-| apiPixQrCodeSaveRequestDto | [ApiPixQrCodeSaveRequestDto](../models/ApiPixQrCodeSaveRequestDto.md) | ❌ | Request Body |
+| Name | Type | Required | Description |
+| :---------------------- | :-------------------------------------------------------------- | :------- | :----------- |
+| pixQrCodeSaveRequestDto | [PixQrCodeSaveRequestDto](../models/PixQrCodeSaveRequestDto.md) | ❌ | Request Body |
**Return Type**
-`ApiPixQrCodeSaveResponseDto`
+`PixQrCodeSaveResponseDto`
**Example Usage Code Snippet**
@@ -208,9 +208,9 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPixQrCodeSaveRequestDto;
-import com.asaas.apisdk.models.ApiPixQrCodeSaveResponseDto;
import com.asaas.apisdk.models.Format;
+import com.asaas.apisdk.models.PixQrCodeSaveRequestDto;
+import com.asaas.apisdk.models.PixQrCodeSaveResponseDto;
public class Main {
@@ -221,18 +221,18 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPixQrCodeSaveRequestDto apiPixQrCodeSaveRequestDto = ApiPixQrCodeSaveRequestDto.builder()
+ PixQrCodeSaveRequestDto pixQrCodeSaveRequestDto = PixQrCodeSaveRequestDto.builder()
.addressKey("b6295ee1-f054-47d1-9e90-ee57b74f60d9")
.description("Barbecue")
.value(50D)
.format(Format.ALL)
.expirationDate("2023-05-05 14:20:50")
- .expirationSeconds(6L)
+ .expirationSeconds(2L)
.allowsMultiplePayments(true)
.externalReference("externalReference")
.build();
- ApiPixQrCodeSaveResponseDto response = asaasSdk.pix.createStaticQrcode(apiPixQrCodeSaveRequestDto);
+ PixQrCodeSaveResponseDto response = asaasSdk.pix.createStaticQrcode(pixQrCodeSaveRequestDto);
System.out.println(response);
}
@@ -253,7 +253,7 @@ public class Main {
**Return Type**
-`ApiPixQrCodeDeleteResponseDto`
+`PixQrCodeDeleteResponseDto`
**Example Usage Code Snippet**
@@ -261,7 +261,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPixQrCodeDeleteResponseDto;
+import com.asaas.apisdk.models.PixQrCodeDeleteResponseDto;
public class Main {
@@ -272,7 +272,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPixQrCodeDeleteResponseDto response = asaasSdk.pix.deleteStaticQrcode("ASAAS00000000000000383ASA");
+ PixQrCodeDeleteResponseDto response = asaasSdk.pix.deleteStaticQrcode("ASAAS00000000000000383ASA");
System.out.println(response);
}
@@ -287,7 +287,7 @@ public class Main {
**Return Type**
-`ApiPixTokenBucketGetAddressKeyResponseDto`
+`PixTokenBucketGetAddressKeyResponseDto`
**Example Usage Code Snippet**
@@ -295,7 +295,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPixTokenBucketGetAddressKeyResponseDto;
+import com.asaas.apisdk.models.PixTokenBucketGetAddressKeyResponseDto;
public class Main {
@@ -306,7 +306,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPixTokenBucketGetAddressKeyResponseDto response = asaasSdk.pix.availableTokenBucketCheck();
+ PixTokenBucketGetAddressKeyResponseDto response = asaasSdk.pix.availableTokenBucketCheck();
System.out.println(response);
}
diff --git a/documentation/services/PixTransactionService.md b/documentation/services/PixTransactionService.md
index df82b1d..bd09cd6 100644
--- a/documentation/services/PixTransactionService.md
+++ b/documentation/services/PixTransactionService.md
@@ -17,13 +17,13 @@ A list of all methods in the `PixTransactionService` service. Click on the metho
**Parameters**
-| Name | Type | Required | Description |
-| :------------------------------ | :------------------------------------------------------------------------------ | :------- | :----------- |
-| apiPixTransactionSaveRequestDto | [ApiPixTransactionSaveRequestDto](../models/ApiPixTransactionSaveRequestDto.md) | ❌ | Request Body |
+| Name | Type | Required | Description |
+| :--------------------------- | :------------------------------------------------------------------------ | :------- | :----------- |
+| pixTransactionSaveRequestDto | [PixTransactionSaveRequestDto](../models/PixTransactionSaveRequestDto.md) | ❌ | Request Body |
**Return Type**
-`ApiPixTransactionGetResponseDto`
+`PixTransactionGetResponseDto`
**Example Usage Code Snippet**
@@ -31,9 +31,9 @@ A list of all methods in the `PixTransactionService` service. Click on the metho
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPixTransactionGetResponseDto;
-import com.asaas.apisdk.models.ApiPixTransactionQrCodeSaveRequestDto;
-import com.asaas.apisdk.models.ApiPixTransactionSaveRequestDto;
+import com.asaas.apisdk.models.PixTransactionGetResponseDto;
+import com.asaas.apisdk.models.PixTransactionQrCodeSaveRequestDto;
+import com.asaas.apisdk.models.PixTransactionSaveRequestDto;
public class Main {
@@ -44,17 +44,19 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPixTransactionQrCodeSaveRequestDto apiPixTransactionQrCodeSaveRequestDto =
- ApiPixTransactionQrCodeSaveRequestDto.builder().payload("payload").changeValue(8.23D).build();
+ PixTransactionQrCodeSaveRequestDto pixTransactionQrCodeSaveRequestDto = PixTransactionQrCodeSaveRequestDto.builder()
+ .payload("payload")
+ .changeValue(4.89D)
+ .build();
- ApiPixTransactionSaveRequestDto apiPixTransactionSaveRequestDto = ApiPixTransactionSaveRequestDto.builder()
- .qrCode(apiPixTransactionQrCodeSaveRequestDto)
+ PixTransactionSaveRequestDto pixTransactionSaveRequestDto = PixTransactionSaveRequestDto.builder()
+ .qrCode(pixTransactionQrCodeSaveRequestDto)
.value(100D)
.description("Barbecue")
.scheduleDate("2022-03-15")
.build();
- ApiPixTransactionGetResponseDto response = asaasSdk.pixTransaction.payAQrcode(apiPixTransactionSaveRequestDto);
+ PixTransactionGetResponseDto response = asaasSdk.pixTransaction.payAQrcode(pixTransactionSaveRequestDto);
System.out.println(response);
}
@@ -69,13 +71,13 @@ public class Main {
**Parameters**
-| Name | Type | Required | Description |
-| :--------------------------- | :------------------------------------------------------------------------ | :------- | :----------- |
-| apiPixQrCodeDecodeRequestDto | [ApiPixQrCodeDecodeRequestDto](../models/ApiPixQrCodeDecodeRequestDto.md) | ❌ | Request Body |
+| Name | Type | Required | Description |
+| :------------------------ | :------------------------------------------------------------------ | :------- | :----------- |
+| pixQrCodeDecodeRequestDto | [PixQrCodeDecodeRequestDto](../models/PixQrCodeDecodeRequestDto.md) | ❌ | Request Body |
**Return Type**
-`ApiPixQrCodeDecodeResponseDto`
+`PixQrCodeDecodeResponseDto`
**Example Usage Code Snippet**
@@ -83,8 +85,8 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPixQrCodeDecodeRequestDto;
-import com.asaas.apisdk.models.ApiPixQrCodeDecodeResponseDto;
+import com.asaas.apisdk.models.PixQrCodeDecodeRequestDto;
+import com.asaas.apisdk.models.PixQrCodeDecodeResponseDto;
public class Main {
@@ -95,16 +97,14 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPixQrCodeDecodeRequestDto apiPixQrCodeDecodeRequestDto = ApiPixQrCodeDecodeRequestDto.builder()
+ PixQrCodeDecodeRequestDto pixQrCodeDecodeRequestDto = PixQrCodeDecodeRequestDto.builder()
.payload(
"00020101021226730014br.gov.bcb.pix2551pix-h.asaas.com/pixqrcode/cobv/pay_76575613967995145204000053039865802BR5905ASAAS6009Joinville61088922827162070503***63045E7A"
)
- .changeValue(7.59D)
+ .changeValue(7.29D)
.build();
- ApiPixQrCodeDecodeResponseDto response = asaasSdk.pixTransaction.decodeAQrcodeForPayment(
- apiPixQrCodeDecodeRequestDto
- );
+ PixQrCodeDecodeResponseDto response = asaasSdk.pixTransaction.decodeAQrcodeForPayment(pixQrCodeDecodeRequestDto);
System.out.println(response);
}
@@ -125,7 +125,7 @@ public class Main {
**Return Type**
-`ApiPixTransactionGetResponseDto`
+`PixTransactionGetResponseDto`
**Example Usage Code Snippet**
@@ -133,7 +133,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPixTransactionGetResponseDto;
+import com.asaas.apisdk.models.PixTransactionGetResponseDto;
public class Main {
@@ -144,7 +144,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPixTransactionGetResponseDto response = asaasSdk.pixTransaction.retrieveASingleTransaction(
+ PixTransactionGetResponseDto response = asaasSdk.pixTransaction.retrieveASingleTransaction(
"35363f6e-93e2-11ec-b9d9-96f4053b1bd4"
);
@@ -167,7 +167,7 @@ public class Main {
**Return Type**
-`ApiPixTransactionListResponseDto`
+`PixTransactionListResponseDto`
**Example Usage Code Snippet**
@@ -175,10 +175,10 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPixTransactionListRequestPixTransactionStatus;
-import com.asaas.apisdk.models.ApiPixTransactionListRequestPixTransactionType;
-import com.asaas.apisdk.models.ApiPixTransactionListResponseDto;
import com.asaas.apisdk.models.ListTransactionsParameters;
+import com.asaas.apisdk.models.PixTransactionListRequestPixTransactionStatus;
+import com.asaas.apisdk.models.PixTransactionListRequestPixTransactionType;
+import com.asaas.apisdk.models.PixTransactionListResponseDto;
public class Main {
@@ -190,14 +190,14 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
ListTransactionsParameters requestParameters = ListTransactionsParameters.builder()
- .offset(1L)
+ .offset(4L)
.limit(10L)
- .status(ApiPixTransactionListRequestPixTransactionStatus.AWAITING_BALANCE_VALIDATION)
- .type(ApiPixTransactionListRequestPixTransactionType.DEBIT)
+ .status(PixTransactionListRequestPixTransactionStatus.AWAITING_BALANCE_VALIDATION)
+ .type(PixTransactionListRequestPixTransactionType.DEBIT)
.endToEndIdentifier("endToEndIdentifier")
.build();
- ApiPixTransactionListResponseDto response = asaasSdk.pixTransaction.listTransactions(requestParameters);
+ PixTransactionListResponseDto response = asaasSdk.pixTransaction.listTransactions(requestParameters);
System.out.println(response);
}
@@ -219,7 +219,7 @@ public class Main {
**Return Type**
-`ApiPixTransactionGetResponseDto`
+`PixTransactionGetResponseDto`
**Example Usage Code Snippet**
@@ -227,7 +227,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPixTransactionGetResponseDto;
+import com.asaas.apisdk.models.PixTransactionGetResponseDto;
public class Main {
@@ -238,7 +238,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPixTransactionGetResponseDto response = asaasSdk.pixTransaction.cancelAScheduledTransaction("id", new Object());
+ PixTransactionGetResponseDto response = asaasSdk.pixTransaction.cancelAScheduledTransaction("id", new Object());
System.out.println(response);
}
diff --git a/documentation/services/RecurringPixService.md b/documentation/services/RecurringPixService.md
index f654d98..8b2a59d 100644
--- a/documentation/services/RecurringPixService.md
+++ b/documentation/services/RecurringPixService.md
@@ -23,7 +23,7 @@ A list of all methods in the `RecurringPixService` service. Click on the method
**Return Type**
-`ApiPixTransactionRecurringCheckoutScheduleListResponseDto`
+`PixRecurringTransactionListResponseDto`
**Example Usage Code Snippet**
@@ -31,9 +31,9 @@ A list of all methods in the `RecurringPixService` service. Click on the method
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPixTransactionRecurringCheckoutScheduleListRequestRecurringCheckoutScheduleStatus;
-import com.asaas.apisdk.models.ApiPixTransactionRecurringCheckoutScheduleListResponseDto;
import com.asaas.apisdk.models.ListRecurrencesParameters;
+import com.asaas.apisdk.models.PixRecurringTransactionListResponseDto;
+import com.asaas.apisdk.models.RecurringPixTransactionListRequestPixRecurringTransactionStatus;
public class Main {
@@ -45,18 +45,14 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
ListRecurrencesParameters requestParameters = ListRecurrencesParameters.builder()
- .offset(7L)
+ .offset(6L)
.limit(10L)
- .status(
- ApiPixTransactionRecurringCheckoutScheduleListRequestRecurringCheckoutScheduleStatus.AWAITING_CRITICAL_ACTION_AUTHORIZATION
- )
+ .status(RecurringPixTransactionListRequestPixRecurringTransactionStatus.AWAITING_CRITICAL_ACTION_AUTHORIZATION)
.value(100D)
.searchText("searchText")
.build();
- ApiPixTransactionRecurringCheckoutScheduleListResponseDto response = asaasSdk.recurringPix.listRecurrences(
- requestParameters
- );
+ PixRecurringTransactionListResponseDto response = asaasSdk.recurringPix.listRecurrences(requestParameters);
System.out.println(response);
}
@@ -77,7 +73,7 @@ public class Main {
**Return Type**
-`ApiPixTransactionRecurringCheckoutScheduleGetResponseDto`
+`PixRecurringTransactionGetResponseDto`
**Example Usage Code Snippet**
@@ -85,7 +81,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPixTransactionRecurringCheckoutScheduleGetResponseDto;
+import com.asaas.apisdk.models.PixRecurringTransactionGetResponseDto;
public class Main {
@@ -96,7 +92,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPixTransactionRecurringCheckoutScheduleGetResponseDto response = asaasSdk.recurringPix.retrieveASingleRecurrence(
+ PixRecurringTransactionGetResponseDto response = asaasSdk.recurringPix.retrieveASingleRecurrence(
"35363f6e-93e2-11ec-b9d9-96f4053b1bd4"
);
@@ -120,7 +116,7 @@ public class Main {
**Return Type**
-`ApiPixTransactionRecurringCheckoutScheduleGetResponseDto`
+`PixRecurringTransactionGetResponseDto`
**Example Usage Code Snippet**
@@ -128,7 +124,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPixTransactionRecurringCheckoutScheduleGetResponseDto;
+import com.asaas.apisdk.models.PixRecurringTransactionGetResponseDto;
public class Main {
@@ -139,7 +135,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPixTransactionRecurringCheckoutScheduleGetResponseDto response = asaasSdk.recurringPix.cancelARecurrence(
+ PixRecurringTransactionGetResponseDto response = asaasSdk.recurringPix.cancelARecurrence(
"35363f6e-93e2-11ec-b9d9-96f4053b1bd4",
new Object()
);
@@ -164,7 +160,7 @@ public class Main {
**Return Type**
-`ApiPixTransactionRecurringCheckoutScheduleListItemsResponseDto`
+`RecurringPixTransactionListItemsResponseDto`
**Example Usage Code Snippet**
@@ -172,8 +168,8 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPixTransactionRecurringCheckoutScheduleListItemsResponseDto;
import com.asaas.apisdk.models.ListRecurrenceItemsParameters;
+import com.asaas.apisdk.models.RecurringPixTransactionListItemsResponseDto;
public class Main {
@@ -185,11 +181,11 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
ListRecurrenceItemsParameters requestParameters = ListRecurrenceItemsParameters.builder()
- .offset(6L)
+ .offset(3L)
.limit(10L)
.build();
- ApiPixTransactionRecurringCheckoutScheduleListItemsResponseDto response = asaasSdk.recurringPix.listRecurrenceItems(
+ RecurringPixTransactionListItemsResponseDto response = asaasSdk.recurringPix.listRecurrenceItems(
"35363f6e-93e2-11ec-b9d9-96f4053b1bd4",
requestParameters
);
@@ -214,7 +210,7 @@ public class Main {
**Return Type**
-`ApiPixTransactionRecurringCheckoutScheduleGetItemResponseDto`
+`PixRecurringTransactionGetItemResponseDto`
**Example Usage Code Snippet**
@@ -222,7 +218,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPixTransactionRecurringCheckoutScheduleGetItemResponseDto;
+import com.asaas.apisdk.models.PixRecurringTransactionGetItemResponseDto;
public class Main {
@@ -233,7 +229,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPixTransactionRecurringCheckoutScheduleGetItemResponseDto response = asaasSdk.recurringPix.cancelARecurrenceItem(
+ PixRecurringTransactionGetItemResponseDto response = asaasSdk.recurringPix.cancelARecurrenceItem(
"71ae9d73-468f-4d04-8b87-a541128f9c46",
new Object()
);
diff --git a/documentation/services/SandboxActionsService.md b/documentation/services/SandboxActionsService.md
index 3939915..09ad0d3 100644
--- a/documentation/services/SandboxActionsService.md
+++ b/documentation/services/SandboxActionsService.md
@@ -23,7 +23,7 @@ This endpoint confirms the payment of a charge in the sandbox environment.
**Return Type**
-`ApiPaymentGetResponseDto`
+`PaymentGetResponseDto`
**Example Usage Code Snippet**
@@ -31,7 +31,7 @@ This endpoint confirms the payment of a charge in the sandbox environment.
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentGetResponseDto;
+import com.asaas.apisdk.models.PaymentGetResponseDto;
public class Main {
@@ -42,7 +42,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentGetResponseDto response = asaasSdk.sandboxActions.confirmPayment("id", new Object());
+ PaymentGetResponseDto response = asaasSdk.sandboxActions.confirmPayment("id", new Object());
System.out.println(response);
}
@@ -66,7 +66,7 @@ This endpoint forces a charge to become overdue in the sandbox environment.
**Return Type**
-`ApiPaymentGetResponseDto`
+`PaymentGetResponseDto`
**Example Usage Code Snippet**
@@ -74,7 +74,7 @@ This endpoint forces a charge to become overdue in the sandbox environment.
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentGetResponseDto;
+import com.asaas.apisdk.models.PaymentGetResponseDto;
public class Main {
@@ -85,7 +85,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentGetResponseDto response = asaasSdk.sandboxActions.forceExpire("id", new Object());
+ PaymentGetResponseDto response = asaasSdk.sandboxActions.forceExpire("id", new Object());
System.out.println(response);
}
diff --git a/documentation/services/SubaccountService.md b/documentation/services/SubaccountService.md
index 0e9e6c9..7b232e7 100644
--- a/documentation/services/SubaccountService.md
+++ b/documentation/services/SubaccountService.md
@@ -23,7 +23,7 @@ A list of all methods in the `SubaccountService` service. Click on the method na
**Return Type**
-`ApiCustomerListResponseDto`
+`AccountListResponseDto`
**Example Usage Code Snippet**
@@ -31,7 +31,7 @@ A list of all methods in the `SubaccountService` service. Click on the method na
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiCustomerListResponseDto;
+import com.asaas.apisdk.models.AccountListResponseDto;
import com.asaas.apisdk.models.ListSubaccountsParameters;
public class Main {
@@ -44,7 +44,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
ListSubaccountsParameters requestParameters = ListSubaccountsParameters.builder()
- .offset(0L)
+ .offset(6L)
.limit(10L)
.cpfCnpj("cpfCnpj")
.email("email")
@@ -52,7 +52,7 @@ public class Main {
.walletId("walletId")
.build();
- ApiCustomerListResponseDto response = asaasSdk.subaccount.listSubaccounts(requestParameters);
+ AccountListResponseDto response = asaasSdk.subaccount.listSubaccounts(requestParameters);
System.out.println(response);
}
@@ -67,13 +67,13 @@ public class Main {
**Parameters**
-| Name | Type | Required | Description |
-| :------------------------ | :------------------------------------------------------------------ | :------- | :----------- |
-| apiCustomerSaveRequestDto | [ApiCustomerSaveRequestDto](../models/ApiCustomerSaveRequestDto.md) | ❌ | Request Body |
+| Name | Type | Required | Description |
+| :-------------------- | :---------------------------------------------------------- | :------- | :----------- |
+| accountSaveRequestDto | [AccountSaveRequestDto](../models/AccountSaveRequestDto.md) | ❌ | Request Body |
**Return Type**
-`ApiCustomerSaveResponseDto`
+`AccountSaveResponseDto`
**Example Usage Code Snippet**
@@ -81,11 +81,12 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiCustomerSaveRequestCompanyType;
-import com.asaas.apisdk.models.ApiCustomerSaveRequestDto;
-import com.asaas.apisdk.models.ApiCustomerSaveResponseDto;
-import com.asaas.apisdk.models.ApiPushNotificationConfigSaveRequestDto;
-import com.asaas.apisdk.models.ApiPushNotificationConfigSaveRequestPushNotificationSendType;
+import com.asaas.apisdk.models.AccountSaveRequestCompanyType;
+import com.asaas.apisdk.models.AccountSaveRequestDto;
+import com.asaas.apisdk.models.AccountSaveResponseDto;
+import com.asaas.apisdk.models.WebhookConfigSaveRequestDto;
+import com.asaas.apisdk.models.WebhookConfigSaveRequestWebhookEvent;
+import com.asaas.apisdk.models.WebhookConfigSaveRequestWebhookSendType;
import java.util.Arrays;
import java.util.List;
@@ -98,30 +99,31 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- List eventsList = Arrays.asList("events");
+ List eventsList = Arrays.asList(
+ WebhookConfigSaveRequestWebhookEvent.PAYMENT_AUTHORIZED
+ );
- ApiPushNotificationConfigSaveRequestDto apiPushNotificationConfigSaveRequestDto =
- ApiPushNotificationConfigSaveRequestDto.builder()
- .name("Name Example")
- .url("https://www.example.com/webhook/asaas")
- .email("john.doe@asaas.com.br")
- .enabled(true)
- .interrupted(true)
- .apiVersion(3L)
- .authToken("5tLxsL6uoN")
- .sendType(ApiPushNotificationConfigSaveRequestPushNotificationSendType.NON_SEQUENTIALLY)
- .events(eventsList)
- .build();
+ WebhookConfigSaveRequestDto webhookConfigSaveRequestDto = WebhookConfigSaveRequestDto.builder()
+ .name("Name Example")
+ .url("https://www.example.com/webhook/asaas")
+ .email("john.doe@asaas.com.br")
+ .enabled(true)
+ .interrupted(true)
+ .apiVersion(3L)
+ .authToken("5tLxsL6uoN")
+ .sendType(WebhookConfigSaveRequestWebhookSendType.NON_SEQUENTIALLY)
+ .events(eventsList)
+ .build();
- List webhooksList = Arrays.asList(apiPushNotificationConfigSaveRequestDto);
+ List webhooksList = Arrays.asList(webhookConfigSaveRequestDto);
- ApiCustomerSaveRequestDto apiCustomerSaveRequestDto = ApiCustomerSaveRequestDto.builder()
+ AccountSaveRequestDto accountSaveRequestDto = AccountSaveRequestDto.builder()
.name("John Doe")
.email("john.doe@asaas.com.br")
.loginEmail("johndoe@asaas.com.br")
.cpfCnpj("35381637000150")
.birthDate("1995-04-12")
- .companyType(ApiCustomerSaveRequestCompanyType.MEI)
+ .companyType(AccountSaveRequestCompanyType.MEI)
.phone("phone")
.mobilePhone("mobilePhone")
.site("https://www.example.com")
@@ -134,7 +136,7 @@ public class Main {
.webhooks(webhooksList)
.build();
- ApiCustomerSaveResponseDto response = asaasSdk.subaccount.createSubaccount(apiCustomerSaveRequestDto);
+ AccountSaveResponseDto response = asaasSdk.subaccount.createSubaccount(accountSaveRequestDto);
System.out.println(response);
}
@@ -155,7 +157,7 @@ public class Main {
**Return Type**
-`ApiCustomerGetResponseDto`
+`AccountGetResponseDto`
**Example Usage Code Snippet**
@@ -163,7 +165,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiCustomerGetResponseDto;
+import com.asaas.apisdk.models.AccountGetResponseDto;
public class Main {
@@ -174,7 +176,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiCustomerGetResponseDto response = asaasSdk.subaccount.retrieveASingleSubaccount(
+ AccountGetResponseDto response = asaasSdk.subaccount.retrieveASingleSubaccount(
"4f468235-cec3-482f-b3d0-348af4c7194"
);
@@ -197,7 +199,7 @@ public class Main {
**Return Type**
-`ApiCustomerPaymentCustodyConfigDto`
+`AccountPaymentEscrowConfigDto`
**Example Usage Code Snippet**
@@ -205,7 +207,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiCustomerPaymentCustodyConfigDto;
+import com.asaas.apisdk.models.AccountPaymentEscrowConfigDto;
public class Main {
@@ -216,7 +218,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiCustomerPaymentCustodyConfigDto response = asaasSdk.subaccount.reteriveEscrowAccountConfigurationForSubaccount(
+ AccountPaymentEscrowConfigDto response = asaasSdk.subaccount.reteriveEscrowAccountConfigurationForSubaccount(
"4f468235-cec3-482f-b3d0-348af4c7194"
);
@@ -233,14 +235,14 @@ public class Main {
**Parameters**
-| Name | Type | Required | Description |
-| :---------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------- | :------- | :------------------------------------ |
-| id | String | ✅ | Unique subaccount identifier in Asaas |
-| apiCustomerSaveOrUpdatePaymentCustodyConfigRequestDto | [ApiCustomerSaveOrUpdatePaymentCustodyConfigRequestDto](../models/ApiCustomerSaveOrUpdatePaymentCustodyConfigRequestDto.md) | ❌ | Request Body |
+| Name | Type | Required | Description |
+| :----------------------------------------------- | :---------------------------------------------------------------------------------------------------------------- | :------- | :------------------------------------ |
+| id | String | ✅ | Unique subaccount identifier in Asaas |
+| accountSaveOrUpdatePaymentEscrowConfigRequestDto | [AccountSaveOrUpdatePaymentEscrowConfigRequestDto](../models/AccountSaveOrUpdatePaymentEscrowConfigRequestDto.md) | ❌ | Request Body |
**Return Type**
-`ApiCustomerPaymentCustodyConfigDto`
+`AccountPaymentEscrowConfigDto`
**Example Usage Code Snippet**
@@ -248,8 +250,8 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiCustomerPaymentCustodyConfigDto;
-import com.asaas.apisdk.models.ApiCustomerSaveOrUpdatePaymentCustodyConfigRequestDto;
+import com.asaas.apisdk.models.AccountPaymentEscrowConfigDto;
+import com.asaas.apisdk.models.AccountSaveOrUpdatePaymentEscrowConfigRequestDto;
public class Main {
@@ -260,18 +262,17 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiCustomerSaveOrUpdatePaymentCustodyConfigRequestDto apiCustomerSaveOrUpdatePaymentCustodyConfigRequestDto =
- ApiCustomerSaveOrUpdatePaymentCustodyConfigRequestDto.builder()
+ AccountSaveOrUpdatePaymentEscrowConfigRequestDto accountSaveOrUpdatePaymentEscrowConfigRequestDto =
+ AccountSaveOrUpdatePaymentEscrowConfigRequestDto.builder()
.daysToExpire(30L)
.enabled(true)
.isFeePayer(false)
.build();
- ApiCustomerPaymentCustodyConfigDto response =
- asaasSdk.subaccount.saveOrUpdateEscrowAccountConfigurationForSubaccount(
- "4f468235-cec3-482f-b3d0-348af4c7194",
- apiCustomerSaveOrUpdatePaymentCustodyConfigRequestDto
- );
+ AccountPaymentEscrowConfigDto response = asaasSdk.subaccount.saveOrUpdateEscrowAccountConfigurationForSubaccount(
+ "4f468235-cec3-482f-b3d0-348af4c7194",
+ accountSaveOrUpdatePaymentEscrowConfigRequestDto
+ );
System.out.println(response);
}
diff --git a/documentation/services/SubscriptionService.md b/documentation/services/SubscriptionService.md
index 4cd245a..a5bb6f8 100644
--- a/documentation/services/SubscriptionService.md
+++ b/documentation/services/SubscriptionService.md
@@ -32,7 +32,7 @@ A list of all methods in the `SubscriptionService` service. Click on the method
**Return Type**
-`ApiSubscriptionListResponseDto`
+`SubscriptionListResponseDto`
**Example Usage Code Snippet**
@@ -40,10 +40,10 @@ A list of all methods in the `SubscriptionService` service. Click on the method
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiSubscriptionListRequestBillingType;
-import com.asaas.apisdk.models.ApiSubscriptionListRequestSubscriptionStatus;
-import com.asaas.apisdk.models.ApiSubscriptionListResponseDto;
import com.asaas.apisdk.models.ListSubscriptionsParameters;
+import com.asaas.apisdk.models.SubscriptionListRequestBillingType;
+import com.asaas.apisdk.models.SubscriptionListRequestSubscriptionStatus;
+import com.asaas.apisdk.models.SubscriptionListResponseDto;
public class Main {
@@ -55,12 +55,12 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
ListSubscriptionsParameters requestParameters = ListSubscriptionsParameters.builder()
- .offset(1L)
+ .offset(10L)
.limit(10L)
.customer("customer")
.customerGroupName("customerGroupName")
- .billingType(ApiSubscriptionListRequestBillingType.UNDEFINED)
- .status(ApiSubscriptionListRequestSubscriptionStatus.ACTIVE)
+ .billingType(SubscriptionListRequestBillingType.UNDEFINED)
+ .status(SubscriptionListRequestSubscriptionStatus.ACTIVE)
.deletedOnly("deletedOnly")
.includeDeleted("includeDeleted")
.externalReference("externalReference")
@@ -68,7 +68,7 @@ public class Main {
.sort("sort")
.build();
- ApiSubscriptionListResponseDto response = asaasSdk.subscription.listSubscriptions(requestParameters);
+ SubscriptionListResponseDto response = asaasSdk.subscription.listSubscriptions(requestParameters);
System.out.println(response);
}
@@ -83,13 +83,13 @@ public class Main {
**Parameters**
-| Name | Type | Required | Description |
-| :---------------------------- | :-------------------------------------------------------------------------- | :------- | :----------- |
-| apiSubscriptionSaveRequestDto | [ApiSubscriptionSaveRequestDto](../models/ApiSubscriptionSaveRequestDto.md) | ❌ | Request Body |
+| Name | Type | Required | Description |
+| :------------------------- | :-------------------------------------------------------------------- | :------- | :----------- |
+| subscriptionSaveRequestDto | [SubscriptionSaveRequestDto](../models/SubscriptionSaveRequestDto.md) | ❌ | Request Body |
**Return Type**
-`ApiSubscriptionGetResponseDto`
+`SubscriptionGetResponseDto`
**Example Usage Code Snippet**
@@ -97,17 +97,17 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentCallbackRequestDto;
-import com.asaas.apisdk.models.ApiPaymentDiscountDiscountType;
-import com.asaas.apisdk.models.ApiPaymentDiscountDto;
-import com.asaas.apisdk.models.ApiPaymentFineRequestDto;
-import com.asaas.apisdk.models.ApiPaymentFineRequestFineType;
-import com.asaas.apisdk.models.ApiPaymentInterestRequestDto;
-import com.asaas.apisdk.models.ApiSubscriptionGetResponseDto;
-import com.asaas.apisdk.models.ApiSubscriptionSaveRequestBillingType;
-import com.asaas.apisdk.models.ApiSubscriptionSaveRequestCycle;
-import com.asaas.apisdk.models.ApiSubscriptionSaveRequestDto;
-import com.asaas.apisdk.models.ApiSubscriptionSplitRequestDto;
+import com.asaas.apisdk.models.PaymentCallbackRequestDto;
+import com.asaas.apisdk.models.PaymentDiscountDiscountType;
+import com.asaas.apisdk.models.PaymentDiscountDto;
+import com.asaas.apisdk.models.PaymentFineRequestDto;
+import com.asaas.apisdk.models.PaymentFineRequestFineType;
+import com.asaas.apisdk.models.PaymentInterestRequestDto;
+import com.asaas.apisdk.models.SubscriptionGetResponseDto;
+import com.asaas.apisdk.models.SubscriptionSaveRequestBillingType;
+import com.asaas.apisdk.models.SubscriptionSaveRequestCycle;
+import com.asaas.apisdk.models.SubscriptionSaveRequestDto;
+import com.asaas.apisdk.models.SubscriptionSplitRequestDto;
import java.util.Arrays;
import java.util.List;
@@ -120,54 +120,52 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentDiscountDto apiPaymentDiscountDto = ApiPaymentDiscountDto.builder()
+ PaymentDiscountDto paymentDiscountDto = PaymentDiscountDto.builder()
.value(10D)
.dueDateLimitDays(1L)
- .type(ApiPaymentDiscountDiscountType.FIXED)
+ .type(PaymentDiscountDiscountType.FIXED)
.build();
- ApiPaymentInterestRequestDto apiPaymentInterestRequestDto = ApiPaymentInterestRequestDto.builder()
- .value(4.68D)
- .build();
+ PaymentInterestRequestDto paymentInterestRequestDto = PaymentInterestRequestDto.builder().value(4.68D).build();
- ApiPaymentFineRequestDto apiPaymentFineRequestDto = ApiPaymentFineRequestDto.builder()
+ PaymentFineRequestDto paymentFineRequestDto = PaymentFineRequestDto.builder()
.value(8.99D)
- .type(ApiPaymentFineRequestFineType.FIXED)
+ .type(PaymentFineRequestFineType.FIXED)
.build();
- ApiSubscriptionSplitRequestDto apiSubscriptionSplitRequestDto = ApiSubscriptionSplitRequestDto.builder()
+ SubscriptionSplitRequestDto subscriptionSplitRequestDto = SubscriptionSplitRequestDto.builder()
.walletId("walletId")
- .fixedValue(3.49D)
- .percentualValue(7.56D)
+ .fixedValue(8.29D)
+ .percentualValue(7.44D)
.externalReference("externalReference")
.description("description")
.build();
- List splitList = Arrays.asList(apiSubscriptionSplitRequestDto);
+ List splitList = Arrays.asList(subscriptionSplitRequestDto);
- ApiPaymentCallbackRequestDto apiPaymentCallbackRequestDto = ApiPaymentCallbackRequestDto.builder()
+ PaymentCallbackRequestDto paymentCallbackRequestDto = PaymentCallbackRequestDto.builder()
.successUrl("successUrl")
.autoRedirect(true)
.build();
- ApiSubscriptionSaveRequestDto apiSubscriptionSaveRequestDto = ApiSubscriptionSaveRequestDto.builder()
+ SubscriptionSaveRequestDto subscriptionSaveRequestDto = SubscriptionSaveRequestDto.builder()
.customer("cus_0T1mdomVMi39")
- .billingType(ApiSubscriptionSaveRequestBillingType.UNDEFINED)
+ .billingType(SubscriptionSaveRequestBillingType.UNDEFINED)
.value(19.9D)
.nextDueDate("2017-05-15")
- .discount(apiPaymentDiscountDto)
- .interest(apiPaymentInterestRequestDto)
- .fine(apiPaymentFineRequestDto)
- .cycle(ApiSubscriptionSaveRequestCycle.WEEKLY)
+ .discount(paymentDiscountDto)
+ .interest(paymentInterestRequestDto)
+ .fine(paymentFineRequestDto)
+ .cycle(SubscriptionSaveRequestCycle.WEEKLY)
.description("Pro Plan Subscription")
.endDate("endDate")
- .maxPayments(6L)
+ .maxPayments(10L)
.externalReference("externalReference")
.split(splitList)
- .callback(apiPaymentCallbackRequestDto)
+ .callback(paymentCallbackRequestDto)
.build();
- ApiSubscriptionGetResponseDto response = asaasSdk.subscription.createNewSubscription(apiSubscriptionSaveRequestDto);
+ SubscriptionGetResponseDto response = asaasSdk.subscription.createNewSubscription(subscriptionSaveRequestDto);
System.out.println(response);
}
@@ -182,13 +180,13 @@ public class Main {
**Parameters**
-| Name | Type | Required | Description |
-| :------------------------------------------ | :------------------------------------------------------------------------------------------------------ | :------- | :----------- |
-| apiSubscriptionSaveWithCreditCardRequestDto | [ApiSubscriptionSaveWithCreditCardRequestDto](../models/ApiSubscriptionSaveWithCreditCardRequestDto.md) | ❌ | Request Body |
+| Name | Type | Required | Description |
+| :--------------------------------------- | :------------------------------------------------------------------------------------------------ | :------- | :----------- |
+| subscriptionSaveWithCreditCardRequestDto | [SubscriptionSaveWithCreditCardRequestDto](../models/SubscriptionSaveWithCreditCardRequestDto.md) | ❌ | Request Body |
**Return Type**
-`ApiSubscriptionSaveWithCreditCardResponseDto`
+`SubscriptionSaveWithCreditCardResponseDto`
**Example Usage Code Snippet**
@@ -196,19 +194,19 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiCreditCardHolderInfoRequestDto;
-import com.asaas.apisdk.models.ApiCreditCardRequestDto;
-import com.asaas.apisdk.models.ApiPaymentCallbackRequestDto;
-import com.asaas.apisdk.models.ApiPaymentDiscountDiscountType;
-import com.asaas.apisdk.models.ApiPaymentDiscountDto;
-import com.asaas.apisdk.models.ApiPaymentFineRequestDto;
-import com.asaas.apisdk.models.ApiPaymentFineRequestFineType;
-import com.asaas.apisdk.models.ApiPaymentInterestRequestDto;
-import com.asaas.apisdk.models.ApiSubscriptionSaveWithCreditCardRequestBillingType;
-import com.asaas.apisdk.models.ApiSubscriptionSaveWithCreditCardRequestCycle;
-import com.asaas.apisdk.models.ApiSubscriptionSaveWithCreditCardRequestDto;
-import com.asaas.apisdk.models.ApiSubscriptionSaveWithCreditCardResponseDto;
-import com.asaas.apisdk.models.ApiSubscriptionSplitRequestDto;
+import com.asaas.apisdk.models.CreditCardHolderInfoRequestDto;
+import com.asaas.apisdk.models.CreditCardRequestDto;
+import com.asaas.apisdk.models.PaymentCallbackRequestDto;
+import com.asaas.apisdk.models.PaymentDiscountDiscountType;
+import com.asaas.apisdk.models.PaymentDiscountDto;
+import com.asaas.apisdk.models.PaymentFineRequestDto;
+import com.asaas.apisdk.models.PaymentFineRequestFineType;
+import com.asaas.apisdk.models.PaymentInterestRequestDto;
+import com.asaas.apisdk.models.SubscriptionSaveWithCreditCardRequestBillingType;
+import com.asaas.apisdk.models.SubscriptionSaveWithCreditCardRequestCycle;
+import com.asaas.apisdk.models.SubscriptionSaveWithCreditCardRequestDto;
+import com.asaas.apisdk.models.SubscriptionSaveWithCreditCardResponseDto;
+import com.asaas.apisdk.models.SubscriptionSplitRequestDto;
import java.util.Arrays;
import java.util.List;
@@ -221,45 +219,43 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentDiscountDto apiPaymentDiscountDto = ApiPaymentDiscountDto.builder()
+ PaymentDiscountDto paymentDiscountDto = PaymentDiscountDto.builder()
.value(10D)
.dueDateLimitDays(1L)
- .type(ApiPaymentDiscountDiscountType.FIXED)
+ .type(PaymentDiscountDiscountType.FIXED)
.build();
- ApiPaymentInterestRequestDto apiPaymentInterestRequestDto = ApiPaymentInterestRequestDto.builder()
- .value(4.68D)
- .build();
+ PaymentInterestRequestDto paymentInterestRequestDto = PaymentInterestRequestDto.builder().value(4.68D).build();
- ApiPaymentFineRequestDto apiPaymentFineRequestDto = ApiPaymentFineRequestDto.builder()
+ PaymentFineRequestDto paymentFineRequestDto = PaymentFineRequestDto.builder()
.value(8.99D)
- .type(ApiPaymentFineRequestFineType.FIXED)
+ .type(PaymentFineRequestFineType.FIXED)
.build();
- ApiSubscriptionSplitRequestDto apiSubscriptionSplitRequestDto = ApiSubscriptionSplitRequestDto.builder()
+ SubscriptionSplitRequestDto subscriptionSplitRequestDto = SubscriptionSplitRequestDto.builder()
.walletId("walletId")
- .fixedValue(3.49D)
- .percentualValue(7.56D)
+ .fixedValue(8.29D)
+ .percentualValue(7.44D)
.externalReference("externalReference")
.description("description")
.build();
- List splitList = Arrays.asList(apiSubscriptionSplitRequestDto);
+ List splitList = Arrays.asList(subscriptionSplitRequestDto);
- ApiPaymentCallbackRequestDto apiPaymentCallbackRequestDto = ApiPaymentCallbackRequestDto.builder()
+ PaymentCallbackRequestDto paymentCallbackRequestDto = PaymentCallbackRequestDto.builder()
.successUrl("successUrl")
.autoRedirect(true)
.build();
- ApiCreditCardRequestDto apiCreditCardRequestDto = ApiCreditCardRequestDto.builder()
+ CreditCardRequestDto creditCardRequestDto = CreditCardRequestDto.builder()
.holderName("John Doe")
.number("1234567890123456")
- .expiryMonth("6")
+ .expiryMonth("7")
.expiryYear("2025")
.ccv("123")
.build();
- ApiCreditCardHolderInfoRequestDto apiCreditCardHolderInfoRequestDto = ApiCreditCardHolderInfoRequestDto.builder()
+ CreditCardHolderInfoRequestDto creditCardHolderInfoRequestDto = CreditCardHolderInfoRequestDto.builder()
.name("John Doe")
.email("john.doe@asaas.com")
.cpfCnpj("12345678901")
@@ -270,30 +266,30 @@ public class Main {
.mobilePhone("mobilePhone")
.build();
- ApiSubscriptionSaveWithCreditCardRequestDto apiSubscriptionSaveWithCreditCardRequestDto =
- ApiSubscriptionSaveWithCreditCardRequestDto.builder()
+ SubscriptionSaveWithCreditCardRequestDto subscriptionSaveWithCreditCardRequestDto =
+ SubscriptionSaveWithCreditCardRequestDto.builder()
.customer("cus_0T1mdomVMi39")
- .billingType(ApiSubscriptionSaveWithCreditCardRequestBillingType.UNDEFINED)
+ .billingType(SubscriptionSaveWithCreditCardRequestBillingType.UNDEFINED)
.value(19.9D)
.nextDueDate("2017-05-15")
- .discount(apiPaymentDiscountDto)
- .interest(apiPaymentInterestRequestDto)
- .fine(apiPaymentFineRequestDto)
- .cycle(ApiSubscriptionSaveWithCreditCardRequestCycle.WEEKLY)
+ .discount(paymentDiscountDto)
+ .interest(paymentInterestRequestDto)
+ .fine(paymentFineRequestDto)
+ .cycle(SubscriptionSaveWithCreditCardRequestCycle.WEEKLY)
.description("Pro Plan Subscription")
.endDate("endDate")
- .maxPayments(7L)
+ .maxPayments(0L)
.externalReference("externalReference")
.split(splitList)
- .callback(apiPaymentCallbackRequestDto)
- .creditCard(apiCreditCardRequestDto)
- .creditCardHolderInfo(apiCreditCardHolderInfoRequestDto)
+ .callback(paymentCallbackRequestDto)
+ .creditCard(creditCardRequestDto)
+ .creditCardHolderInfo(creditCardHolderInfoRequestDto)
.creditCardToken("a75a1d98-c52d-4a6b-a413-71e00b193c99")
.remoteIp("remoteIp")
.build();
- ApiSubscriptionSaveWithCreditCardResponseDto response = asaasSdk.subscription.createSubscriptionWithCreditCard(
- apiSubscriptionSaveWithCreditCardRequestDto
+ SubscriptionSaveWithCreditCardResponseDto response = asaasSdk.subscription.createSubscriptionWithCreditCard(
+ subscriptionSaveWithCreditCardRequestDto
);
System.out.println(response);
@@ -315,7 +311,7 @@ public class Main {
**Return Type**
-`ApiSubscriptionGetResponseDto`
+`SubscriptionGetResponseDto`
**Example Usage Code Snippet**
@@ -323,7 +319,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiSubscriptionGetResponseDto;
+import com.asaas.apisdk.models.SubscriptionGetResponseDto;
public class Main {
@@ -334,7 +330,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiSubscriptionGetResponseDto response = asaasSdk.subscription.retrieveASingleSubscription("sub_VXJBYgP2u0eO");
+ SubscriptionGetResponseDto response = asaasSdk.subscription.retrieveASingleSubscription("sub_VXJBYgP2u0eO");
System.out.println(response);
}
@@ -349,14 +345,14 @@ public class Main {
**Parameters**
-| Name | Type | Required | Description |
-| :------------------------------ | :------------------------------------------------------------------------------ | :------- | :-------------------------------------- |
-| id | String | ✅ | Unique subscription identifier in Asaas |
-| apiSubscriptionUpdateRequestDto | [ApiSubscriptionUpdateRequestDto](../models/ApiSubscriptionUpdateRequestDto.md) | ❌ | Request Body |
+| Name | Type | Required | Description |
+| :--------------------------- | :------------------------------------------------------------------------ | :------- | :-------------------------------------- |
+| id | String | ✅ | Unique subscription identifier in Asaas |
+| subscriptionUpdateRequestDto | [SubscriptionUpdateRequestDto](../models/SubscriptionUpdateRequestDto.md) | ❌ | Request Body |
**Return Type**
-`ApiSubscriptionGetResponseDto`
+`SubscriptionGetResponseDto`
**Example Usage Code Snippet**
@@ -364,18 +360,18 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentCallbackRequestDto;
-import com.asaas.apisdk.models.ApiPaymentDiscountDiscountType;
-import com.asaas.apisdk.models.ApiPaymentDiscountDto;
-import com.asaas.apisdk.models.ApiPaymentFineRequestDto;
-import com.asaas.apisdk.models.ApiPaymentFineRequestFineType;
-import com.asaas.apisdk.models.ApiPaymentInterestRequestDto;
-import com.asaas.apisdk.models.ApiSubscriptionGetResponseDto;
-import com.asaas.apisdk.models.ApiSubscriptionSplitRequestDto;
-import com.asaas.apisdk.models.ApiSubscriptionUpdateRequestBillingType;
-import com.asaas.apisdk.models.ApiSubscriptionUpdateRequestCycle;
-import com.asaas.apisdk.models.ApiSubscriptionUpdateRequestDto;
-import com.asaas.apisdk.models.ApiSubscriptionUpdateRequestSubscriptionStatus;
+import com.asaas.apisdk.models.PaymentCallbackRequestDto;
+import com.asaas.apisdk.models.PaymentDiscountDiscountType;
+import com.asaas.apisdk.models.PaymentDiscountDto;
+import com.asaas.apisdk.models.PaymentFineRequestDto;
+import com.asaas.apisdk.models.PaymentFineRequestFineType;
+import com.asaas.apisdk.models.PaymentInterestRequestDto;
+import com.asaas.apisdk.models.SubscriptionGetResponseDto;
+import com.asaas.apisdk.models.SubscriptionSplitRequestDto;
+import com.asaas.apisdk.models.SubscriptionUpdateRequestBillingType;
+import com.asaas.apisdk.models.SubscriptionUpdateRequestCycle;
+import com.asaas.apisdk.models.SubscriptionUpdateRequestDto;
+import com.asaas.apisdk.models.SubscriptionUpdateRequestSubscriptionStatus;
import java.util.Arrays;
import java.util.List;
@@ -388,55 +384,53 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPaymentDiscountDto apiPaymentDiscountDto = ApiPaymentDiscountDto.builder()
+ PaymentDiscountDto paymentDiscountDto = PaymentDiscountDto.builder()
.value(10D)
.dueDateLimitDays(1L)
- .type(ApiPaymentDiscountDiscountType.FIXED)
+ .type(PaymentDiscountDiscountType.FIXED)
.build();
- ApiPaymentInterestRequestDto apiPaymentInterestRequestDto = ApiPaymentInterestRequestDto.builder()
- .value(4.68D)
- .build();
+ PaymentInterestRequestDto paymentInterestRequestDto = PaymentInterestRequestDto.builder().value(4.68D).build();
- ApiPaymentFineRequestDto apiPaymentFineRequestDto = ApiPaymentFineRequestDto.builder()
+ PaymentFineRequestDto paymentFineRequestDto = PaymentFineRequestDto.builder()
.value(8.99D)
- .type(ApiPaymentFineRequestFineType.FIXED)
+ .type(PaymentFineRequestFineType.FIXED)
.build();
- ApiSubscriptionSplitRequestDto apiSubscriptionSplitRequestDto = ApiSubscriptionSplitRequestDto.builder()
+ SubscriptionSplitRequestDto subscriptionSplitRequestDto = SubscriptionSplitRequestDto.builder()
.walletId("walletId")
- .fixedValue(3.49D)
- .percentualValue(7.56D)
+ .fixedValue(8.29D)
+ .percentualValue(7.44D)
.externalReference("externalReference")
.description("description")
.build();
- List splitList = Arrays.asList(apiSubscriptionSplitRequestDto);
+ List splitList = Arrays.asList(subscriptionSplitRequestDto);
- ApiPaymentCallbackRequestDto apiPaymentCallbackRequestDto = ApiPaymentCallbackRequestDto.builder()
+ PaymentCallbackRequestDto paymentCallbackRequestDto = PaymentCallbackRequestDto.builder()
.successUrl("successUrl")
.autoRedirect(true)
.build();
- ApiSubscriptionUpdateRequestDto apiSubscriptionUpdateRequestDto = ApiSubscriptionUpdateRequestDto.builder()
- .billingType(ApiSubscriptionUpdateRequestBillingType.UNDEFINED)
- .status(ApiSubscriptionUpdateRequestSubscriptionStatus.ACTIVE)
+ SubscriptionUpdateRequestDto subscriptionUpdateRequestDto = SubscriptionUpdateRequestDto.builder()
+ .billingType(SubscriptionUpdateRequestBillingType.UNDEFINED)
+ .status(SubscriptionUpdateRequestSubscriptionStatus.ACTIVE)
.nextDueDate("2017-05-15")
- .discount(apiPaymentDiscountDto)
- .interest(apiPaymentInterestRequestDto)
- .fine(apiPaymentFineRequestDto)
- .cycle(ApiSubscriptionUpdateRequestCycle.WEEKLY)
+ .discount(paymentDiscountDto)
+ .interest(paymentInterestRequestDto)
+ .fine(paymentFineRequestDto)
+ .cycle(SubscriptionUpdateRequestCycle.WEEKLY)
.description("Pro Plan Subscription")
.endDate("endDate")
.updatePendingPayments(true)
.externalReference("externalReference")
.split(splitList)
- .callback(apiPaymentCallbackRequestDto)
+ .callback(paymentCallbackRequestDto)
.build();
- ApiSubscriptionGetResponseDto response = asaasSdk.subscription.updateExistingSubscription(
+ SubscriptionGetResponseDto response = asaasSdk.subscription.updateExistingSubscription(
"sub_VXJBYgP2u0eO",
- apiSubscriptionUpdateRequestDto
+ subscriptionUpdateRequestDto
);
System.out.println(response);
@@ -458,7 +452,7 @@ public class Main {
**Return Type**
-`ApiSubscriptionDeleteResponseDto`
+`SubscriptionDeleteResponseDto`
**Example Usage Code Snippet**
@@ -466,7 +460,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiSubscriptionDeleteResponseDto;
+import com.asaas.apisdk.models.SubscriptionDeleteResponseDto;
public class Main {
@@ -477,7 +471,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiSubscriptionDeleteResponseDto response = asaasSdk.subscription.removeSubscription("sub_VXJBYgP2u0eO");
+ SubscriptionDeleteResponseDto response = asaasSdk.subscription.removeSubscription("sub_VXJBYgP2u0eO");
System.out.println(response);
}
@@ -494,14 +488,14 @@ This endpoint updates the subscription's credit card without triggering an immed
**Parameters**
-| Name | Type | Required | Description |
-| :---------------------------------------- | :-------------------------------------------------------------------------------------------------- | :------- | :-------------------------------------- |
-| id | String | ✅ | Unique subscription identifier in Asaas |
-| apiSubscriptionUpdateCreditCardRequestDto | [ApiSubscriptionUpdateCreditCardRequestDto](../models/ApiSubscriptionUpdateCreditCardRequestDto.md) | ❌ | Request Body |
+| Name | Type | Required | Description |
+| :------------------------------------- | :-------------------------------------------------------------------------------------------- | :------- | :-------------------------------------- |
+| id | String | ✅ | Unique subscription identifier in Asaas |
+| subscriptionUpdateCreditCardRequestDto | [SubscriptionUpdateCreditCardRequestDto](../models/SubscriptionUpdateCreditCardRequestDto.md) | ❌ | Request Body |
**Return Type**
-`ApiSubscriptionGetResponseDto`
+`SubscriptionGetResponseDto`
**Example Usage Code Snippet**
@@ -509,10 +503,10 @@ This endpoint updates the subscription's credit card without triggering an immed
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiCreditCardHolderInfoRequestDto;
-import com.asaas.apisdk.models.ApiCreditCardRequestDto;
-import com.asaas.apisdk.models.ApiSubscriptionGetResponseDto;
-import com.asaas.apisdk.models.ApiSubscriptionUpdateCreditCardRequestDto;
+import com.asaas.apisdk.models.CreditCardHolderInfoRequestDto;
+import com.asaas.apisdk.models.CreditCardRequestDto;
+import com.asaas.apisdk.models.SubscriptionGetResponseDto;
+import com.asaas.apisdk.models.SubscriptionUpdateCreditCardRequestDto;
public class Main {
@@ -523,15 +517,15 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiCreditCardRequestDto apiCreditCardRequestDto = ApiCreditCardRequestDto.builder()
+ CreditCardRequestDto creditCardRequestDto = CreditCardRequestDto.builder()
.holderName("John Doe")
.number("1234567890123456")
- .expiryMonth("6")
+ .expiryMonth("7")
.expiryYear("2025")
.ccv("123")
.build();
- ApiCreditCardHolderInfoRequestDto apiCreditCardHolderInfoRequestDto = ApiCreditCardHolderInfoRequestDto.builder()
+ CreditCardHolderInfoRequestDto creditCardHolderInfoRequestDto = CreditCardHolderInfoRequestDto.builder()
.name("John Doe")
.email("john.doe@asaas.com")
.cpfCnpj("12345678901")
@@ -542,17 +536,17 @@ public class Main {
.mobilePhone("mobilePhone")
.build();
- ApiSubscriptionUpdateCreditCardRequestDto apiSubscriptionUpdateCreditCardRequestDto =
- ApiSubscriptionUpdateCreditCardRequestDto.builder()
- .creditCard(apiCreditCardRequestDto)
- .creditCardHolderInfo(apiCreditCardHolderInfoRequestDto)
+ SubscriptionUpdateCreditCardRequestDto subscriptionUpdateCreditCardRequestDto =
+ SubscriptionUpdateCreditCardRequestDto.builder()
+ .creditCard(creditCardRequestDto)
+ .creditCardHolderInfo(creditCardHolderInfoRequestDto)
.creditCardToken("a75a1d98-c52d-4a6b-a413-71e00b193c99")
.remoteIp("116.213.42.532")
.build();
- ApiSubscriptionGetResponseDto response = asaasSdk.subscription.updateSubscriptionCreditCard(
+ SubscriptionGetResponseDto response = asaasSdk.subscription.updateSubscriptionCreditCard(
"sub_VXJBYgP2u0eO",
- apiSubscriptionUpdateCreditCardRequestDto
+ subscriptionUpdateCreditCardRequestDto
);
System.out.println(response);
@@ -575,7 +569,7 @@ public class Main {
**Return Type**
-`ApiPaymentListResponseDto`
+`PaymentListResponseDto`
**Example Usage Code Snippet**
@@ -583,9 +577,9 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPaymentListResponseDto;
-import com.asaas.apisdk.models.ApiSubscriptionListPaymentsRequestPaymentStatus;
import com.asaas.apisdk.models.ListPaymentsOfASubscriptionParameters;
+import com.asaas.apisdk.models.PaymentListResponseDto;
+import com.asaas.apisdk.models.SubscriptionListPaymentsRequestPaymentStatus;
public class Main {
@@ -597,10 +591,10 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
ListPaymentsOfASubscriptionParameters requestParameters = ListPaymentsOfASubscriptionParameters.builder()
- .status(ApiSubscriptionListPaymentsRequestPaymentStatus.PENDING)
+ .status(SubscriptionListPaymentsRequestPaymentStatus.PENDING)
.build();
- ApiPaymentListResponseDto response = asaasSdk.subscription.listPaymentsOfASubscription(
+ PaymentListResponseDto response = asaasSdk.subscription.listPaymentsOfASubscription(
"sub_VXJBYgP2u0eO",
requestParameters
);
@@ -645,8 +639,8 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
GenerateSignatureBookletParameters requestParameters = GenerateSignatureBookletParameters.builder()
- .month(10L)
- .year(10L)
+ .month(2L)
+ .year(5L)
.sort("sort")
.order("asc")
.build();
@@ -672,7 +666,7 @@ public class Main {
**Return Type**
-`ApiSubscriptionInvoiceConfigGetResponseDto`
+`SubscriptionInvoiceConfigGetResponseDto`
**Example Usage Code Snippet**
@@ -680,7 +674,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiSubscriptionInvoiceConfigGetResponseDto;
+import com.asaas.apisdk.models.SubscriptionInvoiceConfigGetResponseDto;
public class Main {
@@ -691,8 +685,9 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiSubscriptionInvoiceConfigGetResponseDto response =
- asaasSdk.subscription.retrieveConfigurationForIssuanceOfInvoices("sub_VXJBYgP2u0eO");
+ SubscriptionInvoiceConfigGetResponseDto response = asaasSdk.subscription.retrieveConfigurationForIssuanceOfInvoices(
+ "sub_VXJBYgP2u0eO"
+ );
System.out.println(response);
}
@@ -707,14 +702,14 @@ public class Main {
**Parameters**
-| Name | Type | Required | Description |
-| :---------------------------------------- | :-------------------------------------------------------------------------------------------------- | :------- | :-------------------------------------- |
-| id | String | ✅ | Unique subscription identifier in Asaas |
-| apiSubscriptionConfigureInvoiceRequestDto | [ApiSubscriptionConfigureInvoiceRequestDto](../models/ApiSubscriptionConfigureInvoiceRequestDto.md) | ❌ | Request Body |
+| Name | Type | Required | Description |
+| :------------------------------------- | :-------------------------------------------------------------------------------------------- | :------- | :-------------------------------------- |
+| id | String | ✅ | Unique subscription identifier in Asaas |
+| subscriptionConfigureInvoiceRequestDto | [SubscriptionConfigureInvoiceRequestDto](../models/SubscriptionConfigureInvoiceRequestDto.md) | ❌ | Request Body |
**Return Type**
-`ApiSubscriptionInvoiceConfigGetResponseDto`
+`SubscriptionInvoiceConfigGetResponseDto`
**Example Usage Code Snippet**
@@ -722,10 +717,10 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiCustomerInvoiceTaxesDto;
-import com.asaas.apisdk.models.ApiSubscriptionConfigureInvoiceRequestDto;
-import com.asaas.apisdk.models.ApiSubscriptionConfigureInvoiceRequestDtoEffectiveDatePeriod;
-import com.asaas.apisdk.models.ApiSubscriptionInvoiceConfigGetResponseDto;
+import com.asaas.apisdk.models.InvoiceTaxesDto;
+import com.asaas.apisdk.models.SubscriptionConfigureInvoiceRequestDto;
+import com.asaas.apisdk.models.SubscriptionConfigureInvoiceRequestDtoEffectiveDatePeriod;
+import com.asaas.apisdk.models.SubscriptionInvoiceConfigGetResponseDto;
public class Main {
@@ -736,7 +731,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiCustomerInvoiceTaxesDto apiCustomerInvoiceTaxesDto = ApiCustomerInvoiceTaxesDto.builder()
+ InvoiceTaxesDto invoiceTaxesDto = InvoiceTaxesDto.builder()
.retainIss(true)
.cofins(1D)
.csll(1D)
@@ -746,25 +741,24 @@ public class Main {
.iss(1D)
.build();
- ApiSubscriptionConfigureInvoiceRequestDto apiSubscriptionConfigureInvoiceRequestDto =
- ApiSubscriptionConfigureInvoiceRequestDto.builder()
+ SubscriptionConfigureInvoiceRequestDto subscriptionConfigureInvoiceRequestDto =
+ SubscriptionConfigureInvoiceRequestDto.builder()
.municipalServiceId("municipalServiceId")
.municipalServiceCode("1.01")
.municipalServiceName("municipalServiceName")
.updatePayment(true)
.deductions(55D)
- .effectiveDatePeriod(ApiSubscriptionConfigureInvoiceRequestDtoEffectiveDatePeriod.ON_PAYMENT_CONFIRMATION)
- .receivedOnly(false)
- .daysBeforeDueDate(2L)
+ .effectiveDatePeriod(SubscriptionConfigureInvoiceRequestDtoEffectiveDatePeriod.ON_PAYMENT_CONFIRMATION)
+ .receivedOnly(true)
+ .daysBeforeDueDate(9L)
.observations("Regarding March work")
- .taxes(apiCustomerInvoiceTaxesDto)
+ .taxes(invoiceTaxesDto)
.build();
- ApiSubscriptionInvoiceConfigGetResponseDto response =
- asaasSdk.subscription.createConfigurationForIssuanceOfInvoices(
- "sub_VXJBYgP2u0eO",
- apiSubscriptionConfigureInvoiceRequestDto
- );
+ SubscriptionInvoiceConfigGetResponseDto response = asaasSdk.subscription.createConfigurationForIssuanceOfInvoices(
+ "sub_VXJBYgP2u0eO",
+ subscriptionConfigureInvoiceRequestDto
+ );
System.out.println(response);
}
@@ -779,14 +773,14 @@ public class Main {
**Parameters**
-| Name | Type | Required | Description |
-| :------------------------------------------- | :-------------------------------------------------------------------------------------------------------- | :------- | :-------------------------------------- |
-| id | String | ✅ | Unique subscription identifier in Asaas |
-| apiSubscriptionInvoiceConfigUpdateRequestDto | [ApiSubscriptionInvoiceConfigUpdateRequestDto](../models/ApiSubscriptionInvoiceConfigUpdateRequestDto.md) | ❌ | Request Body |
+| Name | Type | Required | Description |
+| :---------------------------------------- | :-------------------------------------------------------------------------------------------------- | :------- | :-------------------------------------- |
+| id | String | ✅ | Unique subscription identifier in Asaas |
+| subscriptionInvoiceConfigUpdateRequestDto | [SubscriptionInvoiceConfigUpdateRequestDto](../models/SubscriptionInvoiceConfigUpdateRequestDto.md) | ❌ | Request Body |
**Return Type**
-`ApiSubscriptionInvoiceConfigGetResponseDto`
+`SubscriptionInvoiceConfigGetResponseDto`
**Example Usage Code Snippet**
@@ -794,10 +788,10 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiCustomerInvoiceTaxesDto;
-import com.asaas.apisdk.models.ApiSubscriptionInvoiceConfigGetResponseDto;
-import com.asaas.apisdk.models.ApiSubscriptionInvoiceConfigUpdateRequestDto;
-import com.asaas.apisdk.models.ApiSubscriptionInvoiceConfigUpdateRequestDtoEffectiveDatePeriod;
+import com.asaas.apisdk.models.InvoiceTaxesDto;
+import com.asaas.apisdk.models.SubscriptionInvoiceConfigGetResponseDto;
+import com.asaas.apisdk.models.SubscriptionInvoiceConfigUpdateRequestDto;
+import com.asaas.apisdk.models.SubscriptionInvoiceConfigUpdateRequestDtoEffectiveDatePeriod;
public class Main {
@@ -808,7 +802,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiCustomerInvoiceTaxesDto apiCustomerInvoiceTaxesDto = ApiCustomerInvoiceTaxesDto.builder()
+ InvoiceTaxesDto invoiceTaxesDto = InvoiceTaxesDto.builder()
.retainIss(true)
.cofins(1D)
.csll(1D)
@@ -818,21 +812,20 @@ public class Main {
.iss(1D)
.build();
- ApiSubscriptionInvoiceConfigUpdateRequestDto apiSubscriptionInvoiceConfigUpdateRequestDto =
- ApiSubscriptionInvoiceConfigUpdateRequestDto.builder()
+ SubscriptionInvoiceConfigUpdateRequestDto subscriptionInvoiceConfigUpdateRequestDto =
+ SubscriptionInvoiceConfigUpdateRequestDto.builder()
.deductions(55D)
- .effectiveDatePeriod(ApiSubscriptionInvoiceConfigUpdateRequestDtoEffectiveDatePeriod.ON_PAYMENT_CONFIRMATION)
+ .effectiveDatePeriod(SubscriptionInvoiceConfigUpdateRequestDtoEffectiveDatePeriod.ON_PAYMENT_CONFIRMATION)
.receivedOnly(true)
- .daysBeforeDueDate(2L)
+ .daysBeforeDueDate(10L)
.observations("Regarding March work")
- .taxes(apiCustomerInvoiceTaxesDto)
+ .taxes(invoiceTaxesDto)
.build();
- ApiSubscriptionInvoiceConfigGetResponseDto response =
- asaasSdk.subscription.updateConfigurationForIssuanceOfInvoices(
- "sub_VXJBYgP2u0eO",
- apiSubscriptionInvoiceConfigUpdateRequestDto
- );
+ SubscriptionInvoiceConfigGetResponseDto response = asaasSdk.subscription.updateConfigurationForIssuanceOfInvoices(
+ "sub_VXJBYgP2u0eO",
+ subscriptionInvoiceConfigUpdateRequestDto
+ );
System.out.println(response);
}
@@ -853,7 +846,7 @@ public class Main {
**Return Type**
-`ApiSubscriptionDeleteInvoiceConfigResponseDto`
+`SubscriptionDeleteInvoiceConfigResponseDto`
**Example Usage Code Snippet**
@@ -861,7 +854,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiSubscriptionDeleteInvoiceConfigResponseDto;
+import com.asaas.apisdk.models.SubscriptionDeleteInvoiceConfigResponseDto;
public class Main {
@@ -872,7 +865,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiSubscriptionDeleteInvoiceConfigResponseDto response =
+ SubscriptionDeleteInvoiceConfigResponseDto response =
asaasSdk.subscription.removeConfigurationForIssuanceOfInvoices("sub_VXJBYgP2u0eO");
System.out.println(response);
@@ -895,7 +888,7 @@ public class Main {
**Return Type**
-`ApiCustomerInvoiceListResponseDto`
+`InvoiceListResponseDto`
**Example Usage Code Snippet**
@@ -903,9 +896,9 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiCustomerInvoiceListResponseDto;
-import com.asaas.apisdk.models.ApiSubscriptionGetInvoicesRequestInvoiceStatus;
+import com.asaas.apisdk.models.InvoiceListResponseDto;
import com.asaas.apisdk.models.ListInvoicesForSubscriptionChargesParameters;
+import com.asaas.apisdk.models.SubscriptionGetInvoicesRequestInvoiceStatus;
public class Main {
@@ -918,16 +911,16 @@ public class Main {
ListInvoicesForSubscriptionChargesParameters requestParameters =
ListInvoicesForSubscriptionChargesParameters.builder()
- .offset(5L)
+ .offset(0L)
.limit(10L)
.effectiveDateGe("2024-08-20")
.effectiveDateLe("2024-08-20")
.externalReference("externalReference")
- .status(ApiSubscriptionGetInvoicesRequestInvoiceStatus.SCHEDULED)
+ .status(SubscriptionGetInvoicesRequestInvoiceStatus.SCHEDULED)
.customer("cus_000000002750")
.build();
- ApiCustomerInvoiceListResponseDto response = asaasSdk.subscription.listInvoicesForSubscriptionCharges(
+ InvoiceListResponseDto response = asaasSdk.subscription.listInvoicesForSubscriptionCharges(
"inv_000000000232",
requestParameters
);
diff --git a/documentation/services/TransferService.md b/documentation/services/TransferService.md
index 41bfa82..e5d65e6 100644
--- a/documentation/services/TransferService.md
+++ b/documentation/services/TransferService.md
@@ -25,7 +25,7 @@ This method returns a paginated list of all transfers for the specified filter.
**Return Type**
-`ApiTransferListResponseDto`
+`TransferListResponseDto`
**Example Usage Code Snippet**
@@ -33,8 +33,8 @@ This method returns a paginated list of all transfers for the specified filter.
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiTransferListResponseDto;
import com.asaas.apisdk.models.ListTransfersParameters;
+import com.asaas.apisdk.models.TransferListResponseDto;
public class Main {
@@ -53,7 +53,7 @@ public class Main {
.type("ASAAS_ACCOUNT")
.build();
- ApiTransferListResponseDto response = asaasSdk.transfer.listTransfers(requestParameters);
+ TransferListResponseDto response = asaasSdk.transfer.listTransfers(requestParameters);
System.out.println(response);
}
@@ -68,13 +68,13 @@ public class Main {
**Parameters**
-| Name | Type | Required | Description |
-| :------------------------ | :------------------------------------------------------------------ | :------- | :----------- |
-| apiTransferSaveRequestDto | [ApiTransferSaveRequestDto](../models/ApiTransferSaveRequestDto.md) | ❌ | Request Body |
+| Name | Type | Required | Description |
+| :--------------------- | :------------------------------------------------------------ | :------- | :----------- |
+| transferSaveRequestDto | [TransferSaveRequestDto](../models/TransferSaveRequestDto.md) | ❌ | Request Body |
**Return Type**
-`ApiTransferGetResponseDto`
+`TransferGetResponseDto`
**Example Usage Code Snippet**
@@ -82,15 +82,15 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiTransferBankAccountSaveRequestBankAccountType;
-import com.asaas.apisdk.models.ApiTransferBankAccountSaveRequestDto;
-import com.asaas.apisdk.models.ApiTransferBankSaveRequestDto;
-import com.asaas.apisdk.models.ApiTransferGetResponseDto;
-import com.asaas.apisdk.models.ApiTransferRecurringSaveRequestDto;
-import com.asaas.apisdk.models.ApiTransferRecurringSaveRequestRecurringCheckoutScheduleFrequency;
-import com.asaas.apisdk.models.ApiTransferSaveRequestDto;
-import com.asaas.apisdk.models.ApiTransferSaveRequestPixAddressKeyType;
-import com.asaas.apisdk.models.ApiTransferSaveRequestTransferType;
+import com.asaas.apisdk.models.TransferBankAccountSaveRequestBankAccountType;
+import com.asaas.apisdk.models.TransferBankAccountSaveRequestDto;
+import com.asaas.apisdk.models.TransferBankSaveRequestDto;
+import com.asaas.apisdk.models.TransferGetResponseDto;
+import com.asaas.apisdk.models.TransferRecurringSaveRequestDto;
+import com.asaas.apisdk.models.TransferRecurringSaveRequestRecurringCheckoutScheduleFrequency;
+import com.asaas.apisdk.models.TransferSaveRequestDto;
+import com.asaas.apisdk.models.TransferSaveRequestPixAddressKeyType;
+import com.asaas.apisdk.models.TransferSaveRequestTransferType;
public class Main {
@@ -101,43 +101,40 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiTransferBankSaveRequestDto apiTransferBankSaveRequestDto = ApiTransferBankSaveRequestDto.builder()
- .code("237")
+ TransferBankSaveRequestDto transferBankSaveRequestDto = TransferBankSaveRequestDto.builder().code("237").build();
+
+ TransferBankAccountSaveRequestDto transferBankAccountSaveRequestDto = TransferBankAccountSaveRequestDto.builder()
+ .bank(transferBankSaveRequestDto)
+ .accountName("Bradesco account")
+ .ownerName("John Doe")
+ .ownerBirthDate("1995-04-12")
+ .cpfCnpj("52233424611")
+ .agency("1263")
+ .account("9999991")
+ .accountDigit("1")
+ .bankAccountType(TransferBankAccountSaveRequestBankAccountType.CONTA_CORRENTE)
+ .ispb("60746948")
.build();
- ApiTransferBankAccountSaveRequestDto apiTransferBankAccountSaveRequestDto =
- ApiTransferBankAccountSaveRequestDto.builder()
- .bank(apiTransferBankSaveRequestDto)
- .accountName("Bradesco account")
- .ownerName("John Doe")
- .ownerBirthDate("1995-04-12")
- .cpfCnpj("52233424611")
- .agency("1263")
- .account("9999991")
- .accountDigit("1")
- .bankAccountType(ApiTransferBankAccountSaveRequestBankAccountType.CONTA_CORRENTE)
- .ispb("60746948")
- .build();
-
- ApiTransferRecurringSaveRequestDto apiTransferRecurringSaveRequestDto = ApiTransferRecurringSaveRequestDto.builder()
- .frequency(ApiTransferRecurringSaveRequestRecurringCheckoutScheduleFrequency.WEEKLY)
+ TransferRecurringSaveRequestDto transferRecurringSaveRequestDto = TransferRecurringSaveRequestDto.builder()
+ .frequency(TransferRecurringSaveRequestRecurringCheckoutScheduleFrequency.WEEKLY)
.quantity(3L)
.build();
- ApiTransferSaveRequestDto apiTransferSaveRequestDto = ApiTransferSaveRequestDto.builder()
+ TransferSaveRequestDto transferSaveRequestDto = TransferSaveRequestDto.builder()
.value(1000D)
- .bankAccount(apiTransferBankAccountSaveRequestDto)
- .operationType(ApiTransferSaveRequestTransferType.PIX)
+ .bankAccount(transferBankAccountSaveRequestDto)
+ .operationType(TransferSaveRequestTransferType.PIX)
.pixAddressKey("pixAddressKey")
- .pixAddressKeyType(ApiTransferSaveRequestPixAddressKeyType.CPF)
+ .pixAddressKeyType(TransferSaveRequestPixAddressKeyType.CPF)
.description("Barbecue paid via Pix scheduled")
.scheduleDate("2018-01-26")
.externalReference("externalReference")
- .recurring(apiTransferRecurringSaveRequestDto)
+ .recurring(transferRecurringSaveRequestDto)
.build();
- ApiTransferGetResponseDto response = asaasSdk.transfer.transferToAnotherInstitutionAccountOrPixKey(
- apiTransferSaveRequestDto
+ TransferGetResponseDto response = asaasSdk.transfer.transferToAnotherInstitutionAccountOrPixKey(
+ transferSaveRequestDto
);
System.out.println(response);
@@ -153,13 +150,13 @@ public class Main {
**Parameters**
-| Name | Type | Required | Description |
-| :---------------------------------------- | :-------------------------------------------------------------------------------------------------- | :------- | :----------- |
-| apiTransferSaveInternalTransferRequestDto | [ApiTransferSaveInternalTransferRequestDto](../models/ApiTransferSaveInternalTransferRequestDto.md) | ❌ | Request Body |
+| Name | Type | Required | Description |
+| :------------------------------------- | :-------------------------------------------------------------------------------------------- | :------- | :----------- |
+| transferSaveInternalTransferRequestDto | [TransferSaveInternalTransferRequestDto](../models/TransferSaveInternalTransferRequestDto.md) | ❌ | Request Body |
**Return Type**
-`ApiTransferSaveInternalTransferResponseDto`
+`TransferSaveInternalTransferResponseDto`
**Example Usage Code Snippet**
@@ -167,8 +164,8 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiTransferSaveInternalTransferRequestDto;
-import com.asaas.apisdk.models.ApiTransferSaveInternalTransferResponseDto;
+import com.asaas.apisdk.models.TransferSaveInternalTransferRequestDto;
+import com.asaas.apisdk.models.TransferSaveInternalTransferResponseDto;
public class Main {
@@ -179,15 +176,15 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiTransferSaveInternalTransferRequestDto apiTransferSaveInternalTransferRequestDto =
- ApiTransferSaveInternalTransferRequestDto.builder()
+ TransferSaveInternalTransferRequestDto transferSaveInternalTransferRequestDto =
+ TransferSaveInternalTransferRequestDto.builder()
.value(1000D)
.walletId("021c712-d963-4d86-a59d-031e7ac51a2e")
.externalReference("externalReference")
.build();
- ApiTransferSaveInternalTransferResponseDto response = asaasSdk.transfer.transferToAsaasAccount(
- apiTransferSaveInternalTransferRequestDto
+ TransferSaveInternalTransferResponseDto response = asaasSdk.transfer.transferToAsaasAccount(
+ transferSaveInternalTransferRequestDto
);
System.out.println(response);
@@ -209,7 +206,7 @@ public class Main {
**Return Type**
-`ApiTransferGetResponseDto`
+`TransferGetResponseDto`
**Example Usage Code Snippet**
@@ -217,7 +214,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiTransferGetResponseDto;
+import com.asaas.apisdk.models.TransferGetResponseDto;
public class Main {
@@ -228,9 +225,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiTransferGetResponseDto response = asaasSdk.transfer.retrieveASingleTransfer(
- "777eb7c8-b1a2-4356-8fd8-a1b0644b528"
- );
+ TransferGetResponseDto response = asaasSdk.transfer.retrieveASingleTransfer("777eb7c8-b1a2-4356-8fd8-a1b0644b528");
System.out.println(response);
}
@@ -251,7 +246,7 @@ public class Main {
**Return Type**
-`ApiTransferGetResponseDto`
+`TransferGetResponseDto`
**Example Usage Code Snippet**
@@ -259,7 +254,7 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiTransferGetResponseDto;
+import com.asaas.apisdk.models.TransferGetResponseDto;
public class Main {
@@ -270,7 +265,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiTransferGetResponseDto response = asaasSdk.transfer.cancelATransfer("777eb7c8-b1a2-4356-8fd8-a1b0644b5282");
+ TransferGetResponseDto response = asaasSdk.transfer.cancelATransfer("777eb7c8-b1a2-4356-8fd8-a1b0644b5282");
System.out.println(response);
}
diff --git a/documentation/services/WebhookService.md b/documentation/services/WebhookService.md
index 1e635c7..5ba5a95 100644
--- a/documentation/services/WebhookService.md
+++ b/documentation/services/WebhookService.md
@@ -25,7 +25,7 @@ Endpoint to list all Webhooks registered in your account.
**Return Type**
-`ApiPushNotificationConfigListResponseDto`
+`WebhookConfigListResponseDto`
**Example Usage Code Snippet**
@@ -33,8 +33,8 @@ Endpoint to list all Webhooks registered in your account.
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPushNotificationConfigListResponseDto;
import com.asaas.apisdk.models.ListWebhooksParameters;
+import com.asaas.apisdk.models.WebhookConfigListResponseDto;
public class Main {
@@ -45,9 +45,9 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ListWebhooksParameters requestParameters = ListWebhooksParameters.builder().offset(5L).limit(10L).build();
+ ListWebhooksParameters requestParameters = ListWebhooksParameters.builder().offset(10L).limit(10L).build();
- ApiPushNotificationConfigListResponseDto response = asaasSdk.webhook.listWebhooks(requestParameters);
+ WebhookConfigListResponseDto response = asaasSdk.webhook.listWebhooks(requestParameters);
System.out.println(response);
}
@@ -62,13 +62,13 @@ public class Main {
**Parameters**
-| Name | Type | Required | Description |
-| :-------------------------------------- | :---------------------------------------------------------------------------------------------- | :------- | :----------- |
-| apiPushNotificationConfigSaveRequestDto | [ApiPushNotificationConfigSaveRequestDto](../models/ApiPushNotificationConfigSaveRequestDto.md) | ❌ | Request Body |
+| Name | Type | Required | Description |
+| :-------------------------- | :---------------------------------------------------------------------- | :------- | :----------- |
+| webhookConfigSaveRequestDto | [WebhookConfigSaveRequestDto](../models/WebhookConfigSaveRequestDto.md) | ❌ | Request Body |
**Return Type**
-`ApiPushNotificationConfigGetResponseDto`
+`WebhookConfigGetResponseDto`
**Example Usage Code Snippet**
@@ -76,9 +76,10 @@ public class Main {
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPushNotificationConfigGetResponseDto;
-import com.asaas.apisdk.models.ApiPushNotificationConfigSaveRequestDto;
-import com.asaas.apisdk.models.ApiPushNotificationConfigSaveRequestPushNotificationSendType;
+import com.asaas.apisdk.models.WebhookConfigGetResponseDto;
+import com.asaas.apisdk.models.WebhookConfigSaveRequestDto;
+import com.asaas.apisdk.models.WebhookConfigSaveRequestWebhookEvent;
+import com.asaas.apisdk.models.WebhookConfigSaveRequestWebhookSendType;
import java.util.Arrays;
import java.util.List;
@@ -91,25 +92,24 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- List eventsList = Arrays.asList("events");
-
- ApiPushNotificationConfigSaveRequestDto apiPushNotificationConfigSaveRequestDto =
- ApiPushNotificationConfigSaveRequestDto.builder()
- .name("Name Example")
- .url("https://www.example.com/webhook/asaas")
- .email("john.doe@asaas.com.br")
- .enabled(true)
- .interrupted(true)
- .apiVersion(3L)
- .authToken("5tLxsL6uoN")
- .sendType(ApiPushNotificationConfigSaveRequestPushNotificationSendType.NON_SEQUENTIALLY)
- .events(eventsList)
- .build();
-
- ApiPushNotificationConfigGetResponseDto response = asaasSdk.webhook.createNewWebhook(
- apiPushNotificationConfigSaveRequestDto
+ List eventsList = Arrays.asList(
+ WebhookConfigSaveRequestWebhookEvent.PAYMENT_AUTHORIZED
);
+ WebhookConfigSaveRequestDto webhookConfigSaveRequestDto = WebhookConfigSaveRequestDto.builder()
+ .name("Name Example")
+ .url("https://www.example.com/webhook/asaas")
+ .email("john.doe@asaas.com.br")
+ .enabled(true)
+ .interrupted(true)
+ .apiVersion(3L)
+ .authToken("5tLxsL6uoN")
+ .sendType(WebhookConfigSaveRequestWebhookSendType.NON_SEQUENTIALLY)
+ .events(eventsList)
+ .build();
+
+ WebhookConfigGetResponseDto response = asaasSdk.webhook.createNewWebhook(webhookConfigSaveRequestDto);
+
System.out.println(response);
}
}
@@ -131,7 +131,7 @@ This endpoint retrieves a single webhook according to the provided ID.
**Return Type**
-`ApiPushNotificationConfigGetResponseDto`
+`WebhookConfigGetResponseDto`
**Example Usage Code Snippet**
@@ -139,7 +139,7 @@ This endpoint retrieves a single webhook according to the provided ID.
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPushNotificationConfigGetResponseDto;
+import com.asaas.apisdk.models.WebhookConfigGetResponseDto;
public class Main {
@@ -150,7 +150,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPushNotificationConfigGetResponseDto response = asaasSdk.webhook.retrieveASingleWebhook(
+ WebhookConfigGetResponseDto response = asaasSdk.webhook.retrieveASingleWebhook(
"bbf67496-1379-4b6d-a348-fd5fa229f1c"
);
@@ -169,14 +169,14 @@ Use this endpoint to update information about an already registered webhook.
**Parameters**
-| Name | Type | Required | Description |
-| :---------------------------------------- | :-------------------------------------------------------------------------------------------------- | :------- | :------------------------ |
-| id | String | ✅ | Unique Webhook Identifier |
-| apiPushNotificationConfigUpdateRequestDto | [ApiPushNotificationConfigUpdateRequestDto](../models/ApiPushNotificationConfigUpdateRequestDto.md) | ❌ | Request Body |
+| Name | Type | Required | Description |
+| :---------------------------- | :-------------------------------------------------------------------------- | :------- | :------------------------ |
+| id | String | ✅ | Unique Webhook Identifier |
+| webhookConfigUpdateRequestDto | [WebhookConfigUpdateRequestDto](../models/WebhookConfigUpdateRequestDto.md) | ❌ | Request Body |
**Return Type**
-`ApiPushNotificationConfigGetResponseDto`
+`WebhookConfigGetResponseDto`
**Example Usage Code Snippet**
@@ -184,9 +184,10 @@ Use this endpoint to update information about an already registered webhook.
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPushNotificationConfigGetResponseDto;
-import com.asaas.apisdk.models.ApiPushNotificationConfigUpdateRequestDto;
-import com.asaas.apisdk.models.ApiPushNotificationConfigUpdateRequestPushNotificationSendType;
+import com.asaas.apisdk.models.WebhookConfigGetResponseDto;
+import com.asaas.apisdk.models.WebhookConfigUpdateRequestDto;
+import com.asaas.apisdk.models.WebhookConfigUpdateRequestWebhookEvent;
+import com.asaas.apisdk.models.WebhookConfigUpdateRequestWebhookSendType;
import java.util.Arrays;
import java.util.List;
@@ -199,22 +200,23 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- List eventsList = Arrays.asList("events");
+ List eventsList = Arrays.asList(
+ WebhookConfigUpdateRequestWebhookEvent.PAYMENT_AUTHORIZED
+ );
- ApiPushNotificationConfigUpdateRequestDto apiPushNotificationConfigUpdateRequestDto =
- ApiPushNotificationConfigUpdateRequestDto.builder()
- .name("Name Example")
- .url("https://www.example.com/webhook/asaas")
- .sendType(ApiPushNotificationConfigUpdateRequestPushNotificationSendType.NON_SEQUENTIALLY)
- .enabled(true)
- .interrupted(true)
- .authToken("5tLxsL6uoN")
- .events(eventsList)
- .build();
+ WebhookConfigUpdateRequestDto webhookConfigUpdateRequestDto = WebhookConfigUpdateRequestDto.builder()
+ .name("Name Example")
+ .url("https://www.example.com/webhook/asaas")
+ .sendType(WebhookConfigUpdateRequestWebhookSendType.NON_SEQUENTIALLY)
+ .enabled(true)
+ .interrupted(true)
+ .authToken("5tLxsL6uoN")
+ .events(eventsList)
+ .build();
- ApiPushNotificationConfigGetResponseDto response = asaasSdk.webhook.updateExistingWebhook(
+ WebhookConfigGetResponseDto response = asaasSdk.webhook.updateExistingWebhook(
"bbf67496-1379-4b6d-a348-fd5fa229f1c",
- apiPushNotificationConfigUpdateRequestDto
+ webhookConfigUpdateRequestDto
);
System.out.println(response);
@@ -238,7 +240,7 @@ This endpoint removes a webhook.
**Return Type**
-`ApiPushNotificationConfigDeleteResponseDto`
+`WebhookConfigDeleteResponseDto`
**Example Usage Code Snippet**
@@ -246,7 +248,7 @@ This endpoint removes a webhook.
import com.asaas.apisdk.AsaasSdk;
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
-import com.asaas.apisdk.models.ApiPushNotificationConfigDeleteResponseDto;
+import com.asaas.apisdk.models.WebhookConfigDeleteResponseDto;
public class Main {
@@ -257,9 +259,7 @@ public class Main {
AsaasSdk asaasSdk = new AsaasSdk(config);
- ApiPushNotificationConfigDeleteResponseDto response = asaasSdk.webhook.removeWebhook(
- "bbf67496-1379-4b6d-a348-fd5fa229f1c"
- );
+ WebhookConfigDeleteResponseDto response = asaasSdk.webhook.removeWebhook("bbf67496-1379-4b6d-a348-fd5fa229f1c");
System.out.println(response);
}
diff --git a/examples/pom.xml b/examples/pom.xml
index 2446075..760d198 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -22,7 +22,7 @@
com.asaas
api-sdk
- 1.0.1
+ 1.0.2
diff --git a/examples/src/main/java/com/example/Main.java b/examples/src/main/java/com/example/Main.java
index 0475a15..f8258f1 100644
--- a/examples/src/main/java/com/example/Main.java
+++ b/examples/src/main/java/com/example/Main.java
@@ -6,11 +6,11 @@
import com.asaas.apisdk.config.ApiKeyAuthConfig;
import com.asaas.apisdk.config.AsaasSdkConfig;
import com.asaas.apisdk.exceptions.ApiError;
-import com.asaas.apisdk.models.ApiPaymentListRequestBillingType;
-import com.asaas.apisdk.models.ApiPaymentListRequestInvoiceStatus;
-import com.asaas.apisdk.models.ApiPaymentListRequestPaymentStatus;
-import com.asaas.apisdk.models.ApiPaymentListResponseDto;
import com.asaas.apisdk.models.ListPaymentsParameters;
+import com.asaas.apisdk.models.PaymentListRequestBillingType;
+import com.asaas.apisdk.models.PaymentListRequestInvoiceStatus;
+import com.asaas.apisdk.models.PaymentListRequestPaymentStatus;
+import com.asaas.apisdk.models.PaymentListResponseDto;
public class Main {
@@ -27,12 +27,12 @@ public static void main(String[] args) {
.limit(10L)
.customer("customer")
.customerGroupName("customerGroupName")
- .billingType(ApiPaymentListRequestBillingType.UNDEFINED)
- .status(ApiPaymentListRequestPaymentStatus.PENDING)
+ .billingType(PaymentListRequestBillingType.UNDEFINED)
+ .status(PaymentListRequestPaymentStatus.PENDING)
.subscription("subscription")
.externalReference("externalReference")
.paymentDate("paymentDate")
- .invoiceStatus(ApiPaymentListRequestInvoiceStatus.SCHEDULED)
+ .invoiceStatus(PaymentListRequestInvoiceStatus.SCHEDULED)
.estimatedCreditDate("estimatedCreditDate")
.pixQrCodeId("pixQrCodeId")
.anticipated(false)
@@ -49,7 +49,7 @@ public static void main(String[] args) {
.build();
try {
- ApiPaymentListResponseDto response = asaasSdk.payment.listPayments(requestParameters);
+ PaymentListResponseDto response = asaasSdk.payment.listPayments(requestParameters);
System.out.println(response);
} catch (ApiError e) {
diff --git a/pom.xml b/pom.xml
index 3af6f7d..4033e3c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
com.asaas
api-sdk
- 1.0.1
+ 1.0.2
${project.groupId}:${project.artifactId}
diff --git a/src/main/java/com/asaas/apisdk/exceptions/ApiErrorResponseDtoException.java b/src/main/java/com/asaas/apisdk/exceptions/ApiErrorResponseDtoException.java
deleted file mode 100644
index 84c9410..0000000
--- a/src/main/java/com/asaas/apisdk/exceptions/ApiErrorResponseDtoException.java
+++ /dev/null
@@ -1,21 +0,0 @@
-// This file was generated by liblab | https://liblab.com/
-
-package com.asaas.apisdk.exceptions;
-
-import com.asaas.apisdk.models.ApiErrorResponseDto;
-import lombok.Getter;
-import okhttp3.Response;
-
-/**
- * Exception class for ApiErrorResponseDto errors.
- */
-@Getter
-public class ApiErrorResponseDtoException extends ApiError {
-
- private final ApiErrorResponseDto error;
-
- public ApiErrorResponseDtoException(ApiErrorResponseDto error, String message, int code, Response response) {
- super(message, code, response);
- this.error = error;
- }
-}
diff --git a/src/main/java/com/asaas/apisdk/exceptions/ErrorResponseDtoException.java b/src/main/java/com/asaas/apisdk/exceptions/ErrorResponseDtoException.java
new file mode 100644
index 0000000..f9e7df0
--- /dev/null
+++ b/src/main/java/com/asaas/apisdk/exceptions/ErrorResponseDtoException.java
@@ -0,0 +1,21 @@
+// This file was generated by liblab | https://liblab.com/
+
+package com.asaas.apisdk.exceptions;
+
+import com.asaas.apisdk.models.ErrorResponseDto;
+import lombok.Getter;
+import okhttp3.Response;
+
+/**
+ * Exception class for ErrorResponseDto errors.
+ */
+@Getter
+public class ErrorResponseDtoException extends ApiError {
+
+ private final ErrorResponseDto error;
+
+ public ErrorResponseDtoException(ErrorResponseDto error, String message, int code, Response response) {
+ super(message, code, response);
+ this.error = error;
+ }
+}
diff --git a/src/main/java/com/asaas/apisdk/models/AccountDocumentDeleteResponseDto.java b/src/main/java/com/asaas/apisdk/models/AccountDocumentDeleteResponseDto.java
new file mode 100644
index 0000000..fe24b00
--- /dev/null
+++ b/src/main/java/com/asaas/apisdk/models/AccountDocumentDeleteResponseDto.java
@@ -0,0 +1,64 @@
+// This file was generated by liblab | https://liblab.com/
+
+package com.asaas.apisdk.models;
+
+import com.fasterxml.jackson.annotation.JsonIgnore;
+import com.fasterxml.jackson.annotation.JsonProperty;
+import lombok.Builder;
+import lombok.Data;
+import lombok.EqualsAndHashCode;
+import lombok.ToString;
+import lombok.With;
+import lombok.extern.jackson.Jacksonized;
+import org.openapitools.jackson.nullable.JsonNullable;
+
+@Data
+@Builder
+@With
+@ToString
+@EqualsAndHashCode
+@Jacksonized
+public class AccountDocumentDeleteResponseDto {
+
+ /**
+ * Indicates whether the document was removed
+ */
+ @JsonProperty("deleted")
+ private JsonNullable deleted;
+
+ /**
+ * Unique document identifier in Asaas
+ */
+ @JsonProperty("id")
+ private JsonNullable id;
+
+ @JsonIgnore
+ public Boolean getDeleted() {
+ return deleted.orElse(null);
+ }
+
+ @JsonIgnore
+ public String getId() {
+ return id.orElse(null);
+ }
+
+ // Overwrite lombok builder methods
+ public static class AccountDocumentDeleteResponseDtoBuilder {
+
+ private JsonNullable deleted = JsonNullable.undefined();
+
+ @JsonProperty("deleted")
+ public AccountDocumentDeleteResponseDtoBuilder deleted(Boolean value) {
+ this.deleted = JsonNullable.of(value);
+ return this;
+ }
+
+ private JsonNullable id = JsonNullable.undefined();
+
+ @JsonProperty("id")
+ public AccountDocumentDeleteResponseDtoBuilder id(String value) {
+ this.id = JsonNullable.of(value);
+ return this;
+ }
+ }
+}
diff --git a/src/main/java/com/asaas/apisdk/models/AccountDocumentGetResponseAccountDocumentStatus.java b/src/main/java/com/asaas/apisdk/models/AccountDocumentGetResponseAccountDocumentStatus.java
new file mode 100644
index 0000000..cba278d
--- /dev/null
+++ b/src/main/java/com/asaas/apisdk/models/AccountDocumentGetResponseAccountDocumentStatus.java
@@ -0,0 +1,32 @@
+// This file was generated by liblab | https://liblab.com/
+
+package com.asaas.apisdk.models;
+
+import com.fasterxml.jackson.annotation.JsonCreator;
+import com.fasterxml.jackson.annotation.JsonValue;
+import java.util.Arrays;
+import lombok.AllArgsConstructor;
+import lombok.Getter;
+
+/**
+ * Document approval status
+ */
+@Getter
+@AllArgsConstructor
+public enum AccountDocumentGetResponseAccountDocumentStatus {
+ NOT_SENT("NOT_SENT"),
+ PENDING("PENDING"),
+ APPROVED("APPROVED"),
+ REJECTED("REJECTED");
+
+ @JsonValue
+ private final String value;
+
+ @JsonCreator
+ public static AccountDocumentGetResponseAccountDocumentStatus fromValue(String value) {
+ return Arrays.stream(AccountDocumentGetResponseAccountDocumentStatus.values())
+ .filter(item -> item.value.equals(value))
+ .findFirst()
+ .orElse(null);
+ }
+}
diff --git a/src/main/java/com/asaas/apisdk/models/AccountDocumentGetResponseDto.java b/src/main/java/com/asaas/apisdk/models/AccountDocumentGetResponseDto.java
new file mode 100644
index 0000000..8d9b2b5
--- /dev/null
+++ b/src/main/java/com/asaas/apisdk/models/AccountDocumentGetResponseDto.java
@@ -0,0 +1,64 @@
+// This file was generated by liblab | https://liblab.com/
+
+package com.asaas.apisdk.models;
+
+import com.fasterxml.jackson.annotation.JsonIgnore;
+import com.fasterxml.jackson.annotation.JsonProperty;
+import lombok.Builder;
+import lombok.Data;
+import lombok.EqualsAndHashCode;
+import lombok.ToString;
+import lombok.With;
+import lombok.extern.jackson.Jacksonized;
+import org.openapitools.jackson.nullable.JsonNullable;
+
+@Data
+@Builder
+@With
+@ToString
+@EqualsAndHashCode
+@Jacksonized
+public class AccountDocumentGetResponseDto {
+
+ /**
+ * Unique document identifier in Asaas
+ */
+ @JsonProperty("id")
+ private JsonNullable id;
+
+ /**
+ * Document approval status
+ */
+ @JsonProperty("status")
+ private JsonNullable status;
+
+ @JsonIgnore
+ public String getId() {
+ return id.orElse(null);
+ }
+
+ @JsonIgnore
+ public AccountDocumentGetResponseAccountDocumentStatus getStatus() {
+ return status.orElse(null);
+ }
+
+ // Overwrite lombok builder methods
+ public static class AccountDocumentGetResponseDtoBuilder {
+
+ private JsonNullable id = JsonNullable.undefined();
+
+ @JsonProperty("id")
+ public AccountDocumentGetResponseDtoBuilder id(String value) {
+ this.id = JsonNullable.of(value);
+ return this;
+ }
+
+ private JsonNullable status = JsonNullable.undefined();
+
+ @JsonProperty("status")
+ public AccountDocumentGetResponseDtoBuilder status(AccountDocumentGetResponseAccountDocumentStatus value) {
+ this.status = JsonNullable.of(value);
+ return this;
+ }
+ }
+}
diff --git a/src/main/java/com/asaas/apisdk/models/AccountDocumentGroupResponseAccountDocumentStatus.java b/src/main/java/com/asaas/apisdk/models/AccountDocumentGroupResponseAccountDocumentStatus.java
new file mode 100644
index 0000000..146892a
--- /dev/null
+++ b/src/main/java/com/asaas/apisdk/models/AccountDocumentGroupResponseAccountDocumentStatus.java
@@ -0,0 +1,33 @@
+// This file was generated by liblab | https://liblab.com/
+
+package com.asaas.apisdk.models;
+
+import com.fasterxml.jackson.annotation.JsonCreator;
+import com.fasterxml.jackson.annotation.JsonValue;
+import java.util.Arrays;
+import lombok.AllArgsConstructor;
+import lombok.Getter;
+
+/**
+ * Document group status
+ */
+@Getter
+@AllArgsConstructor
+public enum AccountDocumentGroupResponseAccountDocumentStatus {
+ NOT_SENT("NOT_SENT"),
+ PENDING("PENDING"),
+ APPROVED("APPROVED"),
+ REJECTED("REJECTED"),
+ IGNORED("IGNORED");
+
+ @JsonValue
+ private final String value;
+
+ @JsonCreator
+ public static AccountDocumentGroupResponseAccountDocumentStatus fromValue(String value) {
+ return Arrays.stream(AccountDocumentGroupResponseAccountDocumentStatus.values())
+ .filter(item -> item.value.equals(value))
+ .findFirst()
+ .orElse(null);
+ }
+}
diff --git a/src/main/java/com/asaas/apisdk/models/AccountDocumentGroupResponseAccountDocumentType.java b/src/main/java/com/asaas/apisdk/models/AccountDocumentGroupResponseAccountDocumentType.java
new file mode 100644
index 0000000..0882b40
--- /dev/null
+++ b/src/main/java/com/asaas/apisdk/models/AccountDocumentGroupResponseAccountDocumentType.java
@@ -0,0 +1,33 @@
+// This file was generated by liblab | https://liblab.com/
+
+package com.asaas.apisdk.models;
+
+import com.fasterxml.jackson.annotation.JsonCreator;
+import com.fasterxml.jackson.annotation.JsonValue;
+import java.util.Arrays;
+import lombok.AllArgsConstructor;
+import lombok.Getter;
+
+/**
+ * Type of documents
+ */
+@Getter
+@AllArgsConstructor
+public enum AccountDocumentGroupResponseAccountDocumentType {
+ IDENTIFICATION("IDENTIFICATION"),
+ SOCIAL_CONTRACT("SOCIAL_CONTRACT"),
+ ENTREPRENEUR_REQUIREMENT("ENTREPRENEUR_REQUIREMENT"),
+ MINUTES_OF_ELECTION("MINUTES_OF_ELECTION"),
+ CUSTOM("CUSTOM");
+
+ @JsonValue
+ private final String value;
+
+ @JsonCreator
+ public static AccountDocumentGroupResponseAccountDocumentType fromValue(String value) {
+ return Arrays.stream(AccountDocumentGroupResponseAccountDocumentType.values())
+ .filter(item -> item.value.equals(value))
+ .findFirst()
+ .orElse(null);
+ }
+}
diff --git a/src/main/java/com/asaas/apisdk/models/AccountDocumentGroupResponseDto.java b/src/main/java/com/asaas/apisdk/models/AccountDocumentGroupResponseDto.java
new file mode 100644
index 0000000..e319ca4
--- /dev/null
+++ b/src/main/java/com/asaas/apisdk/models/AccountDocumentGroupResponseDto.java
@@ -0,0 +1,201 @@
+// This file was generated by liblab | https://liblab.com/
+
+package com.asaas.apisdk.models;
+
+import com.fasterxml.jackson.annotation.JsonIgnore;
+import com.fasterxml.jackson.annotation.JsonProperty;
+import java.util.List;
+import lombok.Builder;
+import lombok.Data;
+import lombok.EqualsAndHashCode;
+import lombok.ToString;
+import lombok.With;
+import lombok.extern.jackson.Jacksonized;
+import org.openapitools.jackson.nullable.JsonNullable;
+
+/**
+ * List of objects
+ */
+@Data
+@Builder
+@With
+@ToString
+@EqualsAndHashCode
+@Jacksonized
+public class AccountDocumentGroupResponseDto {
+
+ /**
+ * Unique document group identifier in Asaas
+ */
+ @JsonProperty("id")
+ private JsonNullable id;
+
+ /**
+ * Document group status
+ */
+ @JsonProperty("status")
+ private JsonNullable status;
+
+ /**
+ * Type of documents
+ */
+ @JsonProperty("type")
+ private JsonNullable type;
+
+ /**
+ * Document group title
+ */
+ @JsonProperty("title")
+ private JsonNullable title;
+
+ /**
+ * Description
+ */
+ @JsonProperty("description")
+ private JsonNullable description;
+
+ /**
+ * Who is responsible for sending these documents
+ */
+ @JsonProperty("responsible")
+ private JsonNullable responsible;
+
+ /**
+ * URL for sending documents
+ */
+ @JsonProperty("onboardingUrl")
+ private JsonNullable onboardingUrl;
+
+ /**
+ * Expiration date of the URL for sending documents
+ */
+ @JsonProperty("onboardingUrlExpirationDate")
+ private JsonNullable onboardingUrlExpirationDate;
+
+ /**
+ * Documents that have already been sent with their respective identifiers
+ */
+ @JsonProperty("documents")
+ private JsonNullable> documents;
+
+ @JsonIgnore
+ public String getId() {
+ return id.orElse(null);
+ }
+
+ @JsonIgnore
+ public AccountDocumentGroupResponseAccountDocumentStatus getStatus() {
+ return status.orElse(null);
+ }
+
+ @JsonIgnore
+ public AccountDocumentGroupResponseAccountDocumentType getType() {
+ return type.orElse(null);
+ }
+
+ @JsonIgnore
+ public String getTitle() {
+ return title.orElse(null);
+ }
+
+ @JsonIgnore
+ public String getDescription() {
+ return description.orElse(null);
+ }
+
+ @JsonIgnore
+ public AccountDocumentResponsibleResponseDto getResponsible() {
+ return responsible.orElse(null);
+ }
+
+ @JsonIgnore
+ public String getOnboardingUrl() {
+ return onboardingUrl.orElse(null);
+ }
+
+ @JsonIgnore
+ public String getOnboardingUrlExpirationDate() {
+ return onboardingUrlExpirationDate.orElse(null);
+ }
+
+ @JsonIgnore
+ public List getDocuments() {
+ return documents.orElse(null);
+ }
+
+ // Overwrite lombok builder methods
+ public static class AccountDocumentGroupResponseDtoBuilder {
+
+ private JsonNullable id = JsonNullable.undefined();
+
+ @JsonProperty("id")
+ public AccountDocumentGroupResponseDtoBuilder id(String value) {
+ this.id = JsonNullable.of(value);
+ return this;
+ }
+
+ private JsonNullable status = JsonNullable.undefined();
+
+ @JsonProperty("status")
+ public AccountDocumentGroupResponseDtoBuilder status(AccountDocumentGroupResponseAccountDocumentStatus value) {
+ this.status = JsonNullable.of(value);
+ return this;
+ }
+
+ private JsonNullable type = JsonNullable.undefined();
+
+ @JsonProperty("type")
+ public AccountDocumentGroupResponseDtoBuilder type(AccountDocumentGroupResponseAccountDocumentType value) {
+ this.type = JsonNullable.of(value);
+ return this;
+ }
+
+ private JsonNullable title = JsonNullable.undefined();
+
+ @JsonProperty("title")
+ public AccountDocumentGroupResponseDtoBuilder title(String value) {
+ this.title = JsonNullable.of(value);
+ return this;
+ }
+
+ private JsonNullable description = JsonNullable.undefined();
+
+ @JsonProperty("description")
+ public AccountDocumentGroupResponseDtoBuilder description(String value) {
+ this.description = JsonNullable.of(value);
+ return this;
+ }
+
+ private JsonNullable responsible = JsonNullable.undefined();
+
+ @JsonProperty("responsible")
+ public AccountDocumentGroupResponseDtoBuilder responsible(AccountDocumentResponsibleResponseDto value) {
+ this.responsible = JsonNullable.of(value);
+ return this;
+ }
+
+ private JsonNullable onboardingUrl = JsonNullable.undefined();
+
+ @JsonProperty("onboardingUrl")
+ public AccountDocumentGroupResponseDtoBuilder onboardingUrl(String value) {
+ this.onboardingUrl = JsonNullable.of(value);
+ return this;
+ }
+
+ private JsonNullable onboardingUrlExpirationDate = JsonNullable.undefined();
+
+ @JsonProperty("onboardingUrlExpirationDate")
+ public AccountDocumentGroupResponseDtoBuilder onboardingUrlExpirationDate(String value) {
+ this.onboardingUrlExpirationDate = JsonNullable.of(value);
+ return this;
+ }
+
+ private JsonNullable> documents = JsonNullable.undefined();
+
+ @JsonProperty("documents")
+ public AccountDocumentGroupResponseDtoBuilder documents(List value) {
+ this.documents = JsonNullable.of(value);
+ return this;
+ }
+ }
+}
diff --git a/src/main/java/com/asaas/apisdk/models/AccountDocumentResponsibleResponseAccountDocumentResponsibleType.java b/src/main/java/com/asaas/apisdk/models/AccountDocumentResponsibleResponseAccountDocumentResponsibleType.java
new file mode 100644
index 0000000..9c3a910
--- /dev/null
+++ b/src/main/java/com/asaas/apisdk/models/AccountDocumentResponsibleResponseAccountDocumentResponsibleType.java
@@ -0,0 +1,40 @@
+// This file was generated by liblab | https://liblab.com/
+
+package com.asaas.apisdk.models;
+
+import com.fasterxml.jackson.annotation.JsonCreator;
+import com.fasterxml.jackson.annotation.JsonValue;
+import java.util.Arrays;
+import lombok.AllArgsConstructor;
+import lombok.Getter;
+
+/**
+ * Responsible type
+ */
+@Getter
+@AllArgsConstructor
+public enum AccountDocumentResponsibleResponseAccountDocumentResponsibleType {
+ ALLOW_BANK_ACCOUNT_DEPOSIT_STATEMENT("ALLOW_BANK_ACCOUNT_DEPOSIT_STATEMENT"),
+ ASAAS_ACCOUNT_OWNER_EMANCIPATION_AGE("ASAAS_ACCOUNT_OWNER_EMANCIPATION_AGE"),
+ ASAAS_ACCOUNT_OWNER("ASAAS_ACCOUNT_OWNER"),
+ ASSOCIATION("ASSOCIATION"),
+ BANK_ACCOUNT_OWNER_EMANCIPATION_AGE("BANK_ACCOUNT_OWNER_EMANCIPATION_AGE"),
+ BANK_ACCOUNT_OWNER("BANK_ACCOUNT_OWNER"),
+ CUSTOM("CUSTOM"),
+ DIRECTOR("DIRECTOR"),
+ INDIVIDUAL_COMPANY("INDIVIDUAL_COMPANY"),
+ LIMITED_COMPANY("LIMITED_COMPANY"),
+ MEI("MEI"),
+ PARTNER("PARTNER");
+
+ @JsonValue
+ private final String value;
+
+ @JsonCreator
+ public static AccountDocumentResponsibleResponseAccountDocumentResponsibleType fromValue(String value) {
+ return Arrays.stream(AccountDocumentResponsibleResponseAccountDocumentResponsibleType.values())
+ .filter(item -> item.value.equals(value))
+ .findFirst()
+ .orElse(null);
+ }
+}
diff --git a/src/main/java/com/asaas/apisdk/models/AccountDocumentResponsibleResponseDto.java b/src/main/java/com/asaas/apisdk/models/AccountDocumentResponsibleResponseDto.java
new file mode 100644
index 0000000..0d2e672
--- /dev/null
+++ b/src/main/java/com/asaas/apisdk/models/AccountDocumentResponsibleResponseDto.java
@@ -0,0 +1,71 @@
+// This file was generated by liblab | https://liblab.com/
+
+package com.asaas.apisdk.models;
+
+import com.fasterxml.jackson.annotation.JsonIgnore;
+import com.fasterxml.jackson.annotation.JsonProperty;
+import java.util.List;
+import lombok.Builder;
+import lombok.Data;
+import lombok.EqualsAndHashCode;
+import lombok.ToString;
+import lombok.With;
+import lombok.extern.jackson.Jacksonized;
+import org.openapitools.jackson.nullable.JsonNullable;
+
+/**
+ * Who is responsible for sending these documents
+ */
+@Data
+@Builder
+@With
+@ToString
+@EqualsAndHashCode
+@Jacksonized
+public class AccountDocumentResponsibleResponseDto {
+
+ /**
+ * Responsible name
+ */
+ @JsonProperty("name")
+ private JsonNullable name;
+
+ /**
+ * Responsible type
+ */
+ @JsonProperty("type")
+ private JsonNullable> type;
+
+ @JsonIgnore
+ public String getName() {
+ return name.orElse(null);
+ }
+
+ @JsonIgnore
+ public List getType() {
+ return type.orElse(null);
+ }
+
+ // Overwrite lombok builder methods
+ public static class AccountDocumentResponsibleResponseDtoBuilder {
+
+ private JsonNullable name = JsonNullable.undefined();
+
+ @JsonProperty("name")
+ public AccountDocumentResponsibleResponseDtoBuilder name(String value) {
+ this.name = JsonNullable.of(value);
+ return this;
+ }
+
+ private JsonNullable> type =
+ JsonNullable.undefined();
+
+ @JsonProperty("type")
+ public AccountDocumentResponsibleResponseDtoBuilder type(
+ List value
+ ) {
+ this.type = JsonNullable.of(value);
+ return this;
+ }
+ }
+}
diff --git a/src/main/java/com/asaas/apisdk/models/AccountDocumentSaveRequestAccountDocumentType.java b/src/main/java/com/asaas/apisdk/models/AccountDocumentSaveRequestAccountDocumentType.java
new file mode 100644
index 0000000..74e1c56
--- /dev/null
+++ b/src/main/java/com/asaas/apisdk/models/AccountDocumentSaveRequestAccountDocumentType.java
@@ -0,0 +1,33 @@
+// This file was generated by liblab | https://liblab.com/
+
+package com.asaas.apisdk.models;
+
+import com.fasterxml.jackson.annotation.JsonCreator;
+import com.fasterxml.jackson.annotation.JsonValue;
+import java.util.Arrays;
+import lombok.AllArgsConstructor;
+import lombok.Getter;
+
+/**
+ * Document Type
+ */
+@Getter
+@AllArgsConstructor
+public enum AccountDocumentSaveRequestAccountDocumentType {
+ IDENTIFICATION("IDENTIFICATION"),
+ SOCIAL_CONTRACT("SOCIAL_CONTRACT"),
+ ENTREPRENEUR_REQUIREMENT("ENTREPRENEUR_REQUIREMENT"),
+ MINUTES_OF_ELECTION("MINUTES_OF_ELECTION"),
+ CUSTOM("CUSTOM");
+
+ @JsonValue
+ private final String value;
+
+ @JsonCreator
+ public static AccountDocumentSaveRequestAccountDocumentType fromValue(String value) {
+ return Arrays.stream(AccountDocumentSaveRequestAccountDocumentType.values())
+ .filter(item -> item.value.equals(value))
+ .findFirst()
+ .orElse(null);
+ }
+}
diff --git a/src/main/java/com/asaas/apisdk/models/AccountDocumentSaveRequestDto.java b/src/main/java/com/asaas/apisdk/models/AccountDocumentSaveRequestDto.java
new file mode 100644
index 0000000..13d384b
--- /dev/null
+++ b/src/main/java/com/asaas/apisdk/models/AccountDocumentSaveRequestDto.java
@@ -0,0 +1,67 @@
+// This file was generated by liblab | https://liblab.com/
+
+package com.asaas.apisdk.models;
+
+import com.fasterxml.jackson.annotation.JsonIgnore;
+import com.fasterxml.jackson.annotation.JsonProperty;
+import lombok.Builder;
+import lombok.Data;
+import lombok.EqualsAndHashCode;
+import lombok.ToString;
+import lombok.With;
+import lombok.extern.jackson.Jacksonized;
+import org.openapitools.jackson.nullable.JsonNullable;
+
+@Data
+@Builder
+@With
+@ToString
+@EqualsAndHashCode
+@Jacksonized
+public class AccountDocumentSaveRequestDto {
+
+ /**
+ * File
+ */
+ @JsonProperty("documentFile")
+ private JsonNullable documentFile;
+
+ /**
+ * Document Type
+ */
+ @JsonProperty("type")
+ private JsonNullable type;
+
+ @JsonIgnore
+ public byte[] getDocumentFile() {
+ return documentFile.orElse(null);
+ }
+
+ @JsonIgnore
+ public AccountDocumentSaveRequestAccountDocumentType getType() {
+ return type.orElse(null);
+ }
+
+ // Overwrite lombok builder methods
+ public static class AccountDocumentSaveRequestDtoBuilder {
+
+ private JsonNullable documentFile = JsonNullable.undefined();
+
+ @JsonProperty("documentFile")
+ public AccountDocumentSaveRequestDtoBuilder documentFile(byte[] value) {
+ if (value == null) {
+ throw new IllegalStateException("documentFile cannot be null");
+ }
+ this.documentFile = JsonNullable.of(value);
+ return this;
+ }
+
+ private JsonNullable type = JsonNullable.undefined();
+
+ @JsonProperty("type")
+ public AccountDocumentSaveRequestDtoBuilder type(AccountDocumentSaveRequestAccountDocumentType value) {
+ this.type = JsonNullable.of(value);
+ return this;
+ }
+ }
+}
diff --git a/src/main/java/com/asaas/apisdk/models/AccountDocumentShowResponseDto.java b/src/main/java/com/asaas/apisdk/models/AccountDocumentShowResponseDto.java
new file mode 100644
index 0000000..094bfee
--- /dev/null
+++ b/src/main/java/com/asaas/apisdk/models/AccountDocumentShowResponseDto.java
@@ -0,0 +1,65 @@
+// This file was generated by liblab | https://liblab.com/
+
+package com.asaas.apisdk.models;
+
+import com.fasterxml.jackson.annotation.JsonIgnore;
+import com.fasterxml.jackson.annotation.JsonProperty;
+import java.util.List;
+import lombok.Builder;
+import lombok.Data;
+import lombok.EqualsAndHashCode;
+import lombok.ToString;
+import lombok.With;
+import lombok.extern.jackson.Jacksonized;
+import org.openapitools.jackson.nullable.JsonNullable;
+
+@Data
+@Builder
+@With
+@ToString
+@EqualsAndHashCode
+@Jacksonized
+public class AccountDocumentShowResponseDto {
+
+ /**
+ * Reason why account approval was rejected
+ */
+ @JsonProperty("rejectReasons")
+ private JsonNullable rejectReasons;
+
+ /**
+ * List of objects
+ */
+ @JsonProperty("data")
+ private JsonNullable> data;
+
+ @JsonIgnore
+ public String getRejectReasons() {
+ return rejectReasons.orElse(null);
+ }
+
+ @JsonIgnore
+ public List getData() {
+ return data.orElse(null);
+ }
+
+ // Overwrite lombok builder methods
+ public static class AccountDocumentShowResponseDtoBuilder {
+
+ private JsonNullable rejectReasons = JsonNullable.undefined();
+
+ @JsonProperty("rejectReasons")
+ public AccountDocumentShowResponseDtoBuilder rejectReasons(String value) {
+ this.rejectReasons = JsonNullable.of(value);
+ return this;
+ }
+
+ private JsonNullable> data = JsonNullable.undefined();
+
+ @JsonProperty("data")
+ public AccountDocumentShowResponseDtoBuilder data(List value) {
+ this.data = JsonNullable.of(value);
+ return this;
+ }
+ }
+}
diff --git a/src/main/java/com/asaas/apisdk/models/AccountDocumentUpdateRequestDto.java b/src/main/java/com/asaas/apisdk/models/AccountDocumentUpdateRequestDto.java
new file mode 100644
index 0000000..4d0cd89
--- /dev/null
+++ b/src/main/java/com/asaas/apisdk/models/AccountDocumentUpdateRequestDto.java
@@ -0,0 +1,26 @@
+// This file was generated by liblab | https://liblab.com/
+
+package com.asaas.apisdk.models;
+
+import lombok.Builder;
+import lombok.Data;
+import lombok.EqualsAndHashCode;
+import lombok.NonNull;
+import lombok.ToString;
+import lombok.With;
+import lombok.extern.jackson.Jacksonized;
+
+@Data
+@Builder
+@With
+@ToString
+@EqualsAndHashCode
+@Jacksonized
+public class AccountDocumentUpdateRequestDto {
+
+ /**
+ * File
+ */
+ @NonNull
+ private byte[] documentFile;
+}
diff --git a/src/main/java/com/asaas/apisdk/models/AccountGetResponseCompanyType.java b/src/main/java/com/asaas/apisdk/models/AccountGetResponseCompanyType.java
new file mode 100644
index 0000000..43d33d6
--- /dev/null
+++ b/src/main/java/com/asaas/apisdk/models/AccountGetResponseCompanyType.java
@@ -0,0 +1,32 @@
+// This file was generated by liblab | https://liblab.com/
+
+package com.asaas.apisdk.models;
+
+import com.fasterxml.jackson.annotation.JsonCreator;
+import com.fasterxml.jackson.annotation.JsonValue;
+import java.util.Arrays;
+import lombok.AllArgsConstructor;
+import lombok.Getter;
+
+/**
+ * Type of company (only when Legal Entity)
+ */
+@Getter
+@AllArgsConstructor
+public enum AccountGetResponseCompanyType {
+ MEI("MEI"),
+ LIMITED("LIMITED"),
+ INDIVIDUAL("INDIVIDUAL"),
+ ASSOCIATION("ASSOCIATION");
+
+ @JsonValue
+ private final String value;
+
+ @JsonCreator
+ public static AccountGetResponseCompanyType fromValue(String value) {
+ return Arrays.stream(AccountGetResponseCompanyType.values())
+ .filter(item -> item.value.equals(value))
+ .findFirst()
+ .orElse(null);
+ }
+}
diff --git a/src/main/java/com/asaas/apisdk/models/AccountGetResponseDto.java b/src/main/java/com/asaas/apisdk/models/AccountGetResponseDto.java
new file mode 100644
index 0000000..3ff9fff
--- /dev/null
+++ b/src/main/java/com/asaas/apisdk/models/AccountGetResponseDto.java
@@ -0,0 +1,483 @@
+// This file was generated by liblab | https://liblab.com/
+
+package com.asaas.apisdk.models;
+
+import com.fasterxml.jackson.annotation.JsonIgnore;
+import com.fasterxml.jackson.annotation.JsonProperty;
+import lombok.Builder;
+import lombok.Data;
+import lombok.EqualsAndHashCode;
+import lombok.ToString;
+import lombok.With;
+import lombok.extern.jackson.Jacksonized;
+import org.openapitools.jackson.nullable.JsonNullable;
+
+@Data
+@Builder
+@With
+@ToString
+@EqualsAndHashCode
+@Jacksonized
+public class AccountGetResponseDto {
+
+ /**
+ * Object type
+ */
+ @JsonProperty("object")
+ private JsonNullable object;
+
+ /**
+ * Unique subaccount identifier in Asaas
+ */
+ @JsonProperty("id")
+ private JsonNullable id;
+
+ /**
+ * Subaccount name
+ */
+ @JsonProperty("name")
+ private JsonNullable name;
+
+ /**
+ * Subaccount email
+ */
+ @JsonProperty("email")
+ private JsonNullable email;
+
+ /**
+ * Email for subaccount login, if not provided, the subaccount email will be used
+ */
+ @JsonProperty("loginEmail")
+ private JsonNullable loginEmail;
+
+ /**
+ * Telephone
+ */
+ @JsonProperty("phone")
+ private JsonNullable phone;
+
+ /**
+ * Cellphone
+ */
+ @JsonProperty("mobilePhone")
+ private JsonNullable mobilePhone;
+
+ /**
+ * Public place
+ */
+ @JsonProperty("address")
+ private JsonNullable address;
+
+ /**
+ * Address number
+ */
+ @JsonProperty("addressNumber")
+ private JsonNullable addressNumber;
+
+ /**
+ * Address complement
+ */
+ @JsonProperty("complement")
+ private JsonNullable complement;
+
+ /**
+ * Neighborhood
+ */
+ @JsonProperty("province")
+ private JsonNullable province;
+
+ /**
+ * Address zip code
+ */
+ @JsonProperty("postalCode")
+ private JsonNullable postalCode;
+
+ /**
+ * CPF or CNPJ of the subaccount owner
+ */
+ @JsonProperty("cpfCnpj")
+ private JsonNullable cpfCnpj;
+
+ /**
+ * Date of birth (only for Individuals)
+ */
+ @JsonProperty("birthDate")
+ private JsonNullable birthDate;
+
+ /**
+ * Kind of person
+ */
+ @JsonProperty("personType")
+ private JsonNullable personType;
+
+ /**
+ * Type of company (only when Legal Entity)
+ */
+ @JsonProperty("companyType")
+ private JsonNullable companyType;
+
+ /**
+ * Unique city identifier in Asaas
+ */
+ @JsonProperty("city")
+ private JsonNullable