Package-level declarations

Types

Link copied to clipboard
@Serializable
data class AccountingRuleData(val allowMultipleCreditEntries: Boolean? = null, val allowMultipleDebitEntries: Boolean? = null, val allowedAccounts: List<GLAccountData>? = null, val allowedCreditTagOptions: List<CodeValueData>? = null, val allowedDebitTagOptions: List<CodeValueData>? = null, val allowedOffices: List<OfficeData>? = null, val creditAccounts: List<GLAccountDataForLookup>? = null, val creditTags: List<AccountingTagRuleData>? = null, val debitAccounts: List<GLAccountDataForLookup>? = null, val debitTags: List<AccountingTagRuleData>? = null, val description: String? = null, val id: Long? = null, val name: String? = null, val officeId: Long? = null, val officeName: String? = null, val systemDefined: Boolean? = null)
Link copied to clipboard
@Serializable
data class AccountingTagRuleData(val id: Long? = null, val tag: CodeValueData? = null, val transactionType: EnumOptionData? = null)
Link copied to clipboard
@Serializable
data class AccountTransferData(val currency: CurrencyData? = null, val fromAccount: PortfolioAccountData? = null, val fromAccountOptions: List<PortfolioAccountData>? = null, val fromAccountType: EnumOptionData? = null, val fromAccountTypeOptions: List<EnumOptionData>? = null, val fromClient: ClientData? = null, val fromClientOptions: List<ClientData>? = null, val fromOffice: OfficeData? = null, val fromOfficeOptions: List<OfficeData>? = null, val id: Long? = null, val reversed: Boolean? = null, val toAccount: PortfolioAccountData? = null, val toAccountOptions: List<PortfolioAccountData>? = null, val toAccountType: EnumOptionData? = null, val toAccountTypeOptions: List<EnumOptionData>? = null, val toClient: ClientData? = null, val toClientOptions: List<ClientData>? = null, val toOffice: OfficeData? = null, val toOfficeOptions: List<OfficeData>? = null, val transferAmount: Double? = null, val transferDate: LocalDate? = null, val transferDescription: String? = null)
Link copied to clipboard
@Serializable
data class AdvancedPaymentData(val futureInstallmentAllocationRule: String? = null, val paymentAllocationOrder: List<PaymentAllocationOrder>? = null, val transactionType: String? = null)
Link copied to clipboard
@Serializable
data class AdvancedQueryData(val columnFilters: List<ColumnFilterData>? = null, val nonNullFilters: List<ColumnFilterData>? = null, val nonNullResultColumns: List<String>? = null, val resultColumns: List<String>? = null)
Link copied to clipboard
@Serializable
data class AdvancedQueryRequest(val baseQuery: AdvancedQueryData? = null, val datatableQueries: List<TableQueryData>? = null)
Link copied to clipboard
@Serializable
data class AllowAttributeOverrides(val amortizationType: Boolean? = null, val graceOnArrearsAgeing: Boolean? = null, val graceOnPrincipalAndInterestPayment: Boolean? = null, val inArrearsTolerance: Boolean? = null, val interestCalculationPeriodType: Boolean? = null, val interestType: Boolean? = null, val repaymentEvery: Boolean? = null, val transactionProcessingStrategyCode: Boolean? = null)
Link copied to clipboard
@Serializable
data class AppUser(val accountNonExpired: Boolean? = null, val accountNonLocked: Boolean? = null, val appUserClientMappings: Set<AppUserClientMapping>? = null, val authorities: List<GrantedAuthority>? = null, val bypassUser: Boolean? = null, val credentialsNonExpired: Boolean? = null, val deleted: Boolean? = null, val displayName: String? = null, val email: String? = null, val enabled: Boolean? = null, val firstname: String? = null, val id: Long? = null, val lastTimePasswordUpdated: LocalDate? = null, val lastname: String? = null, val new: Boolean? = null, val notEnabled: Boolean? = null, val office: Office? = null, val password: String? = null, val passwordNeverExpires: Boolean? = null, val roles: Set<Role>? = null, val selfServiceUser: Boolean? = null, val staff: Staff? = null, val staffDisplayName: String? = null, val staffId: Long? = null, val systemUser: Boolean? = null, val username: String? = null)
Link copied to clipboard
@Serializable
data class AppUserClientMapping(val appUser: AppUser? = null, val client: Client? = null, val id: Long? = null, val new: Boolean? = null)
Link copied to clipboard
@Serializable
data class AppUserData(val clients: Set<ClientData>? = null, val rowIndex: Int? = null, val selfServiceUser: Boolean? = null)
Link copied to clipboard
@Serializable
data class BatchRequest(val body: String? = null, val headers: Set<Header>? = null, val method: String? = null, val reference: Long? = null, val relativeUrl: String? = null, val requestId: Long? = null)
Link copied to clipboard
@Serializable
data class BatchResponse(val body: String? = null, val headers: Set<Header>? = null, val requestId: Long? = null, val statusCode: Int? = null)
Link copied to clipboard
@Serializable
data class BodyPart(val contentDisposition: ContentDisposition? = null, val entity: Any? = null, val headers: BodyPartHeaders? = null, val mediaType: MediaType? = null, val messageBodyWorkers: Any? = null, val parameterizedHeaders: BodyPartParameterizedHeaders? = null, val parent: MultiPart? = null, val providers: Any? = null)
Link copied to clipboard
@Serializable
data class BodyPartHeaders(val empty: Boolean? = null)
Link copied to clipboard
@Serializable
data class BodyPartParameterizedHeaders(val empty: Boolean? = null)
Link copied to clipboard
@Serializable
data class BusinessDateRequest(val date: String? = null, val dateFormat: String? = null, val locale: String? = null, val type: String? = null)

BusinessDateRequest

Link copied to clipboard
@Serializable
data class BusinessDateResponse(val date: LocalDate? = null, val description: String? = null, val type: String? = null)

BusinessDateResponse

Link copied to clipboard
@Serializable
data class BusinessStep(val order: Long? = null, val stepName: String? = null)

BusinessStep

Link copied to clipboard
@Serializable
data class CalendarData(val calendarInstanceId: Long? = null, val calendarTypeOptions: List<EnumOptionData>? = null, val centerId: String? = null, val createdByUserId: Long? = null, val createdByUsername: String? = null, val createdDate: LocalDate? = null, val dateFormat: String? = null, val description: String? = null, val duration: Int? = null, val endDate: LocalDate? = null, val entityId: Long? = null, val entityType: EnumOptionData? = null, val entityTypeOptions: List<EnumOptionData>? = null, val firstReminder: Int? = null, val frequency: EnumOptionData? = null, val frequencyNthDayTypeOptions: List<EnumOptionData>? = null, val frequencyOptions: List<EnumOptionData>? = null, val humanReadable: String? = null, val id: Long? = null, val interval: Int? = null, val lastUpdatedByUserId: Long? = null, val lastUpdatedByUsername: String? = null, val lastUpdatedDate: LocalDate? = null, val locale: String? = null, val location: String? = null, val meetingTime: LocalTime? = null, val nextTenRecurringDates: List<LocalDate>? = null, val recentEligibleMeetingDate: LocalDate? = null, val recurrence: String? = null, val recurringDates: List<LocalDate>? = null, val remindBy: EnumOptionData? = null, val remindByOptions: List<EnumOptionData>? = null, val repeating: Boolean? = null, val repeatsOnDay: EnumOptionData? = null, val repeatsOnDayOfMonth: Int? = null, val repeatsOnDayOptions: List<EnumOptionData>? = null, val repeatsOnNthDayOfMonth: EnumOptionData? = null, val rowIndex: Int? = null, val secondReminder: Int? = null, val startDate: LocalDate? = null, val title: String? = null, val type: EnumOptionData? = null, val typeId: String? = null)
Link copied to clipboard
@Serializable
data class CashierData(val description: String? = null, val endDate: LocalDate? = null, val endTime: String? = null, val id: Long? = null, val isFullDay: Boolean? = null, val officeId: Long? = null, val officeName: String? = null, val staffId: Long? = null, val staffName: String? = null, val staffOptions: List<StaffData>? = null, val startDate: LocalDate? = null, val startTime: String? = null, val tellerId: Long? = null, val tellerName: String? = null)
Link copied to clipboard
@Serializable
data class CashierTransactionData(val cashierData: CashierData? = null, val cashierId: Long? = null, val cashierName: String? = null, val createdDate: LocalDateTime? = null, val currencyOptions: List<CurrencyData>? = null, val endDate: LocalDate? = null, val entityId: Long? = null, val entityType: String? = null, val id: Long? = null, val officeId: Long? = null, val officeName: String? = null, val startDate: LocalDate? = null, val tellerId: Long? = null, val tellerName: String? = null, val txnAmount: Double? = null, val txnDate: LocalDate? = null, val txnNote: String? = null, val txnType: CashierTxnType? = null)
Link copied to clipboard
@Serializable
data class CashierTxnType(val id: Int? = null, val value: String? = null)
Link copied to clipboard
@Serializable
data class CenterData(val accountNo: String? = null, val collectionMeetingCalendar: CalendarData? = null, val datatables: List<DatatableData>? = null, val hierarchy: String? = null, val id: Long? = null, val name: String? = null, val officeName: String? = null, val rowIndex: Int? = null, val staffName: String? = null)
Link copied to clipboard
@Serializable
data class ChangeInstanceModeRequest(val batchManagerEnabled: Boolean, val batchWorkerEnabled: Boolean, val readEnabled: Boolean, val writeEnabled: Boolean)

ChangeInstanceModeRequest

Link copied to clipboard
@Serializable
data class Charge(val account: GLAccount? = null, val active: Boolean? = null, val allowedClientChargeCalculationType: Boolean? = null, val allowedClientChargeTime: Boolean? = null, val allowedLoanChargeTime: Boolean? = null, val allowedSavingsChargeCalculationType: Boolean? = null, val allowedSavingsChargeTime: Boolean? = null, val amount: Double? = null, val annualFee: Boolean? = null, val chargeCalculation: Int? = null, val chargePaymentMode: Int? = null, val chargeTimeType: Int? = null, val clientCharge: Boolean? = null, val currencyCode: String? = null, val deleted: Boolean? = null, val disbursementCharge: Boolean? = null, val enableFreeWithdrawal: Boolean? = null, val enablePaymentType: Boolean? = null, val feeInterval: Int? = null, val feeOnMonthDay: ChargeFeeOnMonthDay? = null, val frequencyFreeWithdrawalCharge: Int? = null, val id: Long? = null, val incomeAccountId: Long? = null, val loanCharge: Boolean? = null, val maxCap: Double? = null, val minCap: Double? = null, val monthlyFee: Boolean? = null, val name: String? = null, val new: Boolean? = null, val overdueInstallment: Boolean? = null, val paymentType: PaymentType? = null, val penalty: Boolean? = null, val percentageOfApprovedAmount: Boolean? = null, val percentageOfDisbursementAmount: Boolean? = null, val restartFrequency: Int? = null, val restartFrequencyEnum: Int? = null, val savingsCharge: Boolean? = null, val taxGroup: TaxGroup? = null)
Link copied to clipboard
@Serializable
data class ChargeData(val id: Long? = null)
Link copied to clipboard
@Serializable
data class ChargeFeeOnMonthDay(val dayOfMonth: Int? = null, val month: ChargeFeeOnMonthDay.Month? = null, val monthValue: Int? = null)
Link copied to clipboard
@Serializable
data class ChargeToGLAccountMapper(val charge: ChargeData? = null, val incomeAccount: GLAccountData? = null)
Link copied to clipboard
@Serializable
data class Client(val createdBy: Long, val createdDate: LocalDateTime, val createdDateTime: LocalDateTime, val lastModifiedBy: Long, val lastModifiedDate: LocalDateTime, val lastModifiedDateTime: LocalDateTime, val accountNumber: String? = null, val accountNumberRequiresAutoGeneration: Boolean? = null, val activatedBy: AppUser? = null, val activationDate: LocalDate? = null, val active: Boolean? = null, val clientClassification: CodeValue? = null, val clientType: CodeValue? = null, val closed: Boolean? = null, val closedBy: AppUser? = null, val closureDate: LocalDate? = null, val closureReason: CodeValue? = null, val dateOfBirth: LocalDate? = null, val displayName: String? = null, val emailAddress: String? = null, val externalId: ExternalId? = null, val firstname: String? = null, val fullname: String? = null, val gender: CodeValue? = null, val groups: Set<Group>? = null, val id: Long? = null, val image: Image? = null, val lastname: String? = null, val legalForm: Int? = null, val middlename: String? = null, val mobileNo: String? = null, val new: Boolean? = null, val notActive: Boolean? = null, val notPending: Boolean? = null, val notStaff: Boolean? = null, val office: Office? = null, val officeJoiningDate: LocalDate? = null, val pending: Boolean? = null, val proposedTransferDate: LocalDate? = null, val reactivateDate: LocalDate? = null, val reactivatedBy: AppUser? = null, val rejected: Boolean? = null, val rejectedBy: AppUser? = null, val rejectedDate: LocalDate? = null, val rejectionDate: LocalDate? = null, val rejectionReason: CodeValue? = null, val reopenedBy: AppUser? = null, val reopenedDate: LocalDate? = null, val savingsAccountId: Long? = null, val savingsProductId: Long? = null, val staff: Staff? = null, val status: Int? = null, val subStatus: CodeValue? = null, val submittedOnDate: LocalDate? = null, val transferInProgress: Boolean? = null, val transferInProgressOrOnHold: Boolean? = null, val transferOnHold: Boolean? = null, val transferToOffice: Office? = null, val withdrawalDate: LocalDate? = null, val withdrawalReason: CodeValue? = null, val withdrawn: Boolean? = null, val withdrawnBy: AppUser? = null)
Link copied to clipboard
@Serializable
data class ClientCollateralManagementData(val id: Long? = null, val name: String? = null, val pctToBase: Double? = null, val quantity: Double? = null, val total: Double? = null, val totalCollateral: Double? = null, val unitPrice: Double? = null)
Link copied to clipboard
@Serializable
data class ClientData(val accountNo: String? = null, val activationDate: LocalDate? = null, val active: Boolean? = null, val address: List<Any>? = null, val clientClassification: CodeValueData? = null, val clientClassificationId: Long? = null, val clientClassificationOptions: List<CodeValueData>? = null, val clientCollateralManagements: Set<ClientCollateralManagementData>? = null, val clientLegalFormOptions: List<EnumOptionData>? = null, val clientNonPersonConstitutionOptions: List<CodeValueData>? = null, val clientNonPersonDetails: Any? = null, val clientNonPersonMainBusinessLineOptions: List<CodeValueData>? = null, val clientType: CodeValueData? = null, val clientTypeId: Long? = null, val clientTypeOptions: List<CodeValueData>? = null, val datatables: List<DatatableData>? = null, val dateFormat: String? = null, val dateOfBirth: LocalDate? = null, val displayName: String? = null, val emailAddress: String? = null, val externalId: ExternalId? = null, val familyMemberOptions: ClientFamilyMembersData? = null, val firstname: String? = null, val fullname: String? = null, val gender: CodeValueData? = null, val genderId: Long? = null, val genderOptions: List<CodeValueData>? = null, val groups: List<GroupGeneralData>? = null, val id: Long? = null, val imageId: Long? = null, val imagePresent: Boolean? = null, val isAddressEnabled: Boolean? = null, val isStaff: Boolean? = null, val lastname: String? = null, val legalForm: EnumOptionData? = null, val legalFormId: Long? = null, val locale: String? = null, val middlename: String? = null, val mobileNo: String? = null, val narrations: List<CodeValueData>? = null, val officeId: Long? = null, val officeName: String? = null, val officeOptions: List<OfficeData>? = null, val rowIndex: Int? = null, val savingAccountOptions: List<SavingsAccountData>? = null, val savingProductOptions: List<SavingsProductData>? = null, val savingsAccountId: Long? = null, val savingsProductId: Long? = null, val savingsProductName: String? = null, val staffId: Long? = null, val staffName: String? = null, val staffOptions: List<StaffData>? = null, val status: EnumOptionData? = null, val subStatus: CodeValueData? = null, val submittedOnDate: LocalDate? = null, val timeline: ClientTimelineData? = null, val transferToOfficeId: Long? = null, val transferToOfficeName: String? = null)
Link copied to clipboard
@Serializable
data class ClientFamilyMembersData(val age: Long? = null, val clientId: Long? = null, val dateOfBirth: LocalDate? = null, val firstName: String? = null, val gender: String? = null, val genderId: Long? = null, val id: Long? = null, val isDependent: Boolean? = null, val lastName: String? = null, val maritalStatus: String? = null, val maritalStatusId: Long? = null, val middleName: String? = null, val mobileNumber: String? = null, val profession: String? = null, val professionId: Long? = null, val qualification: String? = null, val relationship: String? = null, val relationshipId: Long? = null)
Link copied to clipboard
@Serializable
data class ClientSearchData(val accountNumber: String? = null, val activationDate: LocalDate? = null, val createdDate: LocalDateTime? = null, val displayName: String? = null, val externalId: ExternalId? = null, val id: Long? = null, val mobileNo: String? = null, val officeId: Long? = null, val officeName: String? = null, val status: EnumOptionData? = null)
Link copied to clipboard
@Serializable
data class ClientTextSearch(val text: String? = null)
Link copied to clipboard
@Serializable
data class ClientTimelineData(val activatedByFirstname: String? = null, val activatedByLastname: String? = null, val activatedByUsername: String? = null, val activatedOnDate: LocalDate? = null, val closedByFirstname: String? = null, val closedByLastname: String? = null, val closedByUsername: String? = null, val closedOnDate: LocalDate? = null, val submittedByFirstname: String? = null, val submittedByLastname: String? = null, val submittedByUsername: String? = null, val submittedOnDate: LocalDate? = null)
Link copied to clipboard
@Serializable
data class Code(val id: Long? = null, val name: String? = null, val new: Boolean? = null, val systemDefined: Boolean? = null, val propertyValues: Set<CodeValue>? = null)
Link copied to clipboard
@Serializable
data class CodeValue(val active: Boolean? = null, val code: Code? = null, val description: String? = null, val id: Long? = null, val label: String? = null, val mandatory: Boolean? = null, val new: Boolean? = null, val position: Int? = null)
Link copied to clipboard
@Serializable
data class CodeValueData(val active: Boolean? = null, val description: String? = null, val id: Long? = null, val mandatory: Boolean? = null, val name: String? = null, val position: Int? = null)
Link copied to clipboard
@Serializable
data class ColumnFilterData(val column: String? = null, val filters: List<FilterData>? = null)
Link copied to clipboard
@Serializable
data class CommandProcessingResult(val changes: Map<String, Any>? = null, val clientId: Long? = null, val commandId: Long? = null, val creditBureauReportData: Map<String, Any>? = null, val glimId: Long? = null, val groupId: Long? = null, val gsimId: Long? = null, val loanId: Long? = null, val officeId: Long? = null, val productId: Long? = null, val resourceExternalId: ExternalId? = null, val resourceId: Long? = null, val resourceIdentifier: String? = null, val rollbackTransaction: Boolean? = null, val savingsId: Long? = null, val subResourceExternalId: ExternalId? = null, val subResourceId: Long? = null, val transactionId: String? = null)
Link copied to clipboard
@Serializable
data class CommandWrapper(val cacheResource: Boolean? = null, val clientId: Long? = null, val create: Boolean? = null, val createDatatable: Boolean? = null, val creditBureauId: Long? = null, val currencyResource: Boolean? = null, val datatableResource: Boolean? = null, val delete: Boolean? = null, val deleteDatatable: Boolean? = null, val deleteMultiple: Boolean? = null, val deleteOneToOne: Boolean? = null, val deleteOperation: Boolean? = null, val entityId: Long? = null, val entityName: String? = null, val fullFilSurvey: Boolean? = null, val groupId: Long? = null, val href: String? = null, val idempotencyKey: String? = null, val jobName: String? = null, val json: String? = null, val loanDisburseDetailResource: Boolean? = null, val loanId: Long? = null, val noteResource: Boolean? = null, val officeId: Long? = null, val organisationCreditBureauId: Long? = null, val passwordPreferencesResource: Boolean? = null, val permissionResource: Boolean? = null, val productId: Long? = null, val registerDatatable: Boolean? = null, val registerSurvey: Boolean? = null, val savingsId: Long? = null, val subentityId: Long? = null, val surveyResource: Boolean? = null, val taskPermissionName: String? = null, val transactionId: String? = null, val update: Boolean? = null, val updateDatatable: Boolean? = null, val updateDisbursementDate: Boolean? = null, val updateMultiple: Boolean? = null, val updateOneToOne: Boolean? = null, val updateOperation: Boolean? = null, val userResource: Boolean? = null, val workingDaysResource: Boolean? = null)
Link copied to clipboard
@Serializable
data class Component(val description: String? = null, val id: Long? = null, val key: String? = null, val new: Boolean? = null, val sequenceNo: Int? = null, val survey: Survey? = null, val text: String? = null)
Link copied to clipboard
@Serializable
data class ComponentData(val description: String? = null, val id: Long? = null, val key: String? = null, val sequenceNo: Int? = null, val text: String? = null)
Link copied to clipboard
@Serializable
data class ContentDisposition(val creationDate: LocalDateTime? = null, val fileName: String? = null, val modificationDate: LocalDateTime? = null, val parameters: Map<String, String>? = null, val readDate: LocalDateTime? = null, val propertySize: Long? = null, val type: String? = null)
Link copied to clipboard
@Serializable
data class CreateStaffResponse(val officeId: Long? = null, val resourceId: Long? = null)

PostStaffResponse

Link copied to clipboard
@Serializable
data class CreditDebit(val amount: Double? = null, val glAccountId: Long? = null)
Link copied to clipboard
@Serializable
data class CurrencyData(val code: String? = null, val decimalPlaces: Int? = null, val displayLabel: String? = null, val displaySymbol: String? = null, val inMultiplesOf: Int? = null, val name: String? = null, val nameCode: String? = null)
Link copied to clipboard
@Serializable
data class CurrencyItem(val code: String? = null, val decimalPlaces: Int? = null, val displayLabel: String? = null, val displaySymbol: String? = null, val inMultiplesOf: Int? = null, val name: String? = null, val nameCode: String? = null)
Link copied to clipboard
@Serializable
data class DatatableData(val registeredTableName: String? = null)
Link copied to clipboard
@Serializable
data class DeleteAccountingRulesResponse(val resourceId: Long? = null)

DeleteAccountingRulesResponse

Link copied to clipboard
@Serializable
data class DeleteAccountNumberFormatsResponse(val resourceId: Long? = null)

DeleteAccountNumberFormatsResponse

Link copied to clipboard
@Serializable
data class DeleteCentersCenterIdResponse(val changes: Any? = null, val resourceId: Long? = null)

DeleteCentersCenterIdResponse

Link copied to clipboard
@Serializable
data class DeleteChargesChargeIdResponse(val resourceId: Long? = null)

DeleteChargesChargeIdResponse

Link copied to clipboard
@Serializable
data class DeleteClientCollateralResponse(val resourceId: Long? = null)

DeleteClientCollateralResponse

@Serializable
data class DeleteClientsClientIdChargesChargeIdResponse(val clientId: Long? = null, val officeId: Long? = null, val resourceId: Long? = null)

DeleteClientsClientIdChargesChargeIdResponse

@Serializable
data class DeleteClientsClientIdIdentifiersIdentifierIdResponse(val clientId: Long? = null, val officeId: Long? = null, val resourceId: Long? = null)

DeleteClientsClientIdIdentifiersIdentifierIdResponse

Link copied to clipboard
@Serializable
data class DeleteClientsClientIdResponse(val clientId: Long? = null, val officeId: Long? = null, val resourceExternalId: String? = null, val resourceId: Long? = null)

DeleteClientsClientIdResponse

Link copied to clipboard
@Serializable
data class DeleteCodesResponse(val resourceId: Long? = null)

DeleteCodesResponse

Link copied to clipboard
@Serializable
data class DeleteCodeValueDataResponse(val resourceId: Long? = null)

DeleteCodeValueDataResponse

Link copied to clipboard
@Serializable
data class DeleteCollateralProductResponse(val resourceId: Long? = null)

DeleteCollateralProductResponse

@Serializable
data class DeleteDataTablesDatatableAppTableIdDatatableIdResponse(val resourceId: Long? = null)

DeleteDataTablesDatatableAppTableIdDatatableIdResponse

@Serializable
data class DeleteDataTablesDatatableAppTableIdResponse(val resourceId: Long? = null)

DeleteDataTablesDatatableAppTableIdResponse

Link copied to clipboard
@Serializable
data class DeleteDataTablesResponse(val resourceIdentifier: String? = null)

DeleteDataTablesResponse

Link copied to clipboard
@Serializable
data class DeleteDelinquencyBucketResponse(val resourceId: Int? = null)

DeleteDelinquencyBucketResponse

Link copied to clipboard
@Serializable
data class DeleteDelinquencyRangeResponse(val resourceId: Int? = null)

DeleteDelinquencyRangeResponse

@Serializable
data class DeleteEntityDatatableChecksTemplateResponse(val resourceId: Long? = null)

DeleteEntityDatatableChecksTemplateResponse

@Serializable
data class DeleteEntityTypeEntityIdDocumentsResponse(val changes: Any? = null, val resourceId: Long? = null, val resourceIdentifier: String? = null)

DeleteEntityTypeEntityIdDocumentsResponse

Link copied to clipboard
@Serializable
data class DeleteFinancialActivityAccountsResponse(val resourceId: Long? = null)

DeleteFinancialActivityAccountsResponse

@Serializable
data class DeleteFixedDepositAccountsAccountIdResponse(val clientId: Long? = null, val officeId: Long? = null, val resourceId: Long? = null)

DeleteFixedDepositAccountsAccountIdResponse

@Serializable
data class DeleteFixedDepositProductsProductIdResponse(val resourceId: Int? = null)

DeleteFixedDepositProductsProductIdResponse

Link copied to clipboard
@Serializable
data class DeleteGLAccountsRequest(val resourceId: Long? = null)

DeleteGLAccountsRequest

Link copied to clipboard
@Serializable
data class DeleteGlClosuresResponse(val officeId: Long? = null, val resourceId: Long? = null)

DeleteGlClosuresResponse

Link copied to clipboard
@Serializable
data class DeleteGroupsGroupIdResponse(val groupId: Long? = null, val officeId: Long? = null, val resourceId: Long? = null)

DeleteGroupsGroupIdResponse

Link copied to clipboard
@Serializable
data class DeleteHolidaysHolidayIdResponse(val resourceId: Long? = null)

DeleteHolidaysHolidayIdResponse

Link copied to clipboard
@Serializable
data class DeleteHookResponse(val resourceId: Long? = null)

DeleteHookResponse

@Serializable
data class DeleteInterestRateChartsChartIdChartSlabsResponse(val resourceId: Long? = null)

DeleteInterestRateChartsChartIdChartSlabsResponse

Link copied to clipboard
@Serializable
data class DeleteInterestRateChartsChartIdResponse(val resourceId: Long? = null)

DeleteInterestRateChartsChartIdResponse

Link copied to clipboard
@Serializable
data class DeleteLoansLoanIdChargesChargeIdResponse(val clientId: Long? = null, val loanId: Long? = null, val officeId: Long? = null, val resourceExternalId: String? = null, val resourceId: Long? = null)

DeleteLoansLoanIdChargesChargeIdResponse

@Serializable
data class DeleteLoansLoanIdCollateralsCollateralIdResponse(val loanId: Long? = null, val resourceId: Long? = null)

DeleteLoansLoanIdCollateralsCollateralIdResponse

Link copied to clipboard
@Serializable
data class DeleteLoansLoanIdResponse(val clientId: Long? = null, val loanId: Long? = null, val officeId: Long? = null, val resourceExternalId: String? = null, val resourceId: Long? = null)

DeleteLoansLoanIdResponse

Link copied to clipboard
@Serializable
data class DeletePaymentTypesPaymentTypeIdResponse(val resourceId: Long? = null)

DeletePaymentTypesPaymentTypeIdResponse

Link copied to clipboard
@Serializable
data class DeletePostDatedCheck(val loanId: Long? = null, val resourceId: Long? = null)

DeletePostDatedCheck

Link copied to clipboard
@Serializable
data class DeleteProvisioningCriteriaResponse(val resourceId: Long? = null)

DeleteProvisioningCriteriaResponse

Link copied to clipboard
@Serializable
data class DeleteRecurringDepositAccountsResponse(val clientId: Long? = null, val officeId: Long? = null, val resourceId: Long? = null)

DeleteRecurringDepositAccountsResponse

@Serializable
data class DeleteRecurringDepositProductsProductIdResponse(val resourceId: Int? = null)

DeleteRecurringDepositProductsProductIdResponse

Link copied to clipboard
@Serializable
data class DeleteReportMailingJobsResponse(val resourceId: Long? = null)

DeleteReportMailingJobsResponse

Link copied to clipboard
@Serializable
data class DeleteReportsResponse(val resourceId: Long? = null)

DeleteReportsResponse

@Serializable
data class DeleteResourceTypeResourceIdNotesNoteIdResponse(val resourceId: Int? = null)

DeleteResourceTypeResourceIdNotesNoteIdResponse

Link copied to clipboard
@Serializable
data class DeleteRolesRoleIdResponse(val resourceId: Long? = null)

DeleteRolesRoleIdResponse

Link copied to clipboard
@Serializable
data class DeleteSavingsAccountsAccountIdResponse(val clientId: Int? = null, val officeId: Int? = null, val resourceId: Int? = null)

DeleteSavingsAccountsAccountIdResponse

@Serializable
data class DeleteSavingsAccountsSavingsAccountIdChargesSavingsAccountChargeIdResponse(val clientId: Long? = null, val officeId: Long? = null, val resourceId: Long? = null, val savingsId: Long? = null)

DeleteSavingsAccountsSavingsAccountIdChargesSavingsAccountChargeIdResponse

Link copied to clipboard
@Serializable
data class DeleteSavingsProductsProductIdResponse(val resourceId: Int? = null)

DeleteSavingsProductsProductIdResponse

@Serializable
data class DeleteSelfBeneficiariesTPTBeneficiaryIdResponse(val resourceId: Int? = null)

DeleteSelfBeneficiariesTPTBeneficiaryIdResponse

@Serializable
data class DeleteTellersTellerIdCashiersCashierIdResponse(val resourceId: Long? = null)

DeleteTellersTellerIdCashiersCashierIdResponse

Link copied to clipboard
@Serializable
data class DeleteTemplatesTemplateIdResponse(val resourceId: Long? = null)

DeleteTemplatesTemplateIdResponse

Link copied to clipboard
@Serializable
data class DeleteUsersUserIdResponse(val changes: Any? = null, val officeId: Long? = null, val resourceId: Long? = null)

DeleteUsersUserIdResponse

Link copied to clipboard
@Serializable
data class DelinquencyBucket(val createdBy: Long, val createdDate: LocalDateTime, val createdDateTime: LocalDateTime, val lastModifiedBy: Long, val lastModifiedDate: LocalDateTime, val lastModifiedDateTime: LocalDateTime, val id: Long? = null, val name: String? = null, val new: Boolean? = null, val ranges: List<DelinquencyRange>? = null, val version: Long? = null)
Link copied to clipboard
@Serializable
data class DelinquencyBucketData(val id: Long? = null, val name: String? = null, val ranges: List<DelinquencyRangeData>? = null)
Link copied to clipboard
@Serializable
data class DelinquencyRange(val createdBy: Long, val createdDate: LocalDateTime, val createdDateTime: LocalDateTime, val lastModifiedBy: Long, val lastModifiedDate: LocalDateTime, val lastModifiedDateTime: LocalDateTime, val classification: String? = null, val id: Long? = null, val maximumAgeDays: Int? = null, val minimumAgeDays: Int? = null, val new: Boolean? = null, val version: Long? = null)
Link copied to clipboard
@Serializable
data class DelinquencyRangeData(val classification: String? = null, val id: Long? = null, val maximumAgeDays: Int? = null, val minimumAgeDays: Int? = null)
Link copied to clipboard
@Serializable
data class Entity(val actions: List<String>? = null, val name: String? = null)
Link copied to clipboard
@Serializable
data class EnumOptionData(val code: String? = null, val id: Long? = null, val value: String? = null)
Link copied to clipboard
@Serializable
data class EnumOptionType(val code: String? = null, val id: Long? = null, val value: String? = null)
Link copied to clipboard
@Serializable
data class Event(val actionName: String? = null, val entityName: String? = null)
Link copied to clipboard
@Serializable
data class ExecuteJobRequest(val jobParameters: List<JobParameterDTO>? = null)

ExecuteJobRequest

Link copied to clipboard
@Serializable
data class ExtensionData(val key: String, val value: String? = null)
Link copied to clipboard
@Serializable
data class ExternalAssetOwnerSearchRequest(val effectiveFromDate: LocalDate? = null, val effectiveToDate: LocalDate? = null, val submittedFromDate: LocalDate? = null, val submittedToDate: LocalDate? = null, val text: String? = null)
Link copied to clipboard
@Serializable
data class ExternalAssetOwnerTransferChangesData(val ownerExternalId: String? = null, val purchasePriceRatio: String? = null, val settlementDate: LocalDate? = null, val transferExternalId: String? = null)

ExternalAssetOwnerTransferChangesData

Link copied to clipboard
@Serializable
data class ExternalEventConfigurationItemData(val enabled: Boolean? = null, val type: String? = null)
Link copied to clipboard
@Serializable
data class ExternalId(val empty: Boolean? = null, val value: String? = null)
Link copied to clipboard
@Serializable
data class ExternalOwnerJournalEntryData(val journalEntryData: PageJournalEntryData? = null, val ownerData: ExternalTransferOwnerData? = null)
Link copied to clipboard
@Serializable
data class ExternalOwnerTransferJournalEntryData(val journalEntryData: PageJournalEntryData? = null, val transferData: ExternalTransferData? = null)
Link copied to clipboard
@Serializable
data class ExternalServicesPropertiesData(val name: String? = null, val value: String? = null)
Link copied to clipboard
@Serializable
data class ExternalTransferData(val details: ExternalTransferDataDetails? = null, val effectiveFrom: LocalDate? = null, val effectiveTo: LocalDate? = null, val loan: ExternalTransferLoanData? = null, val owner: ExternalTransferOwnerData? = null, val purchasePriceRatio: String? = null, val settlementDate: LocalDate? = null, val status: ExternalTransferData.Status? = null, val subStatus: ExternalTransferData.SubStatus? = null, val transferExternalId: String? = null, val transferId: Long? = null)
Link copied to clipboard
@Serializable
data class ExternalTransferDataDetails(val detailsId: Long? = null, val totalFeeChargesOutstanding: Double? = null, val totalInterestOutstanding: Double? = null, val totalOutstanding: Double? = null, val totalOverpaid: Double? = null, val totalPenaltyChargesOutstanding: Double? = null, val totalPrincipalOutstanding: Double? = null)
Link copied to clipboard
@Serializable
data class ExternalTransferLoanData(val externalId: String? = null, val loanId: Long? = null)
Link copied to clipboard
@Serializable
data class ExternalTransferOwnerData(val externalId: String? = null)
Link copied to clipboard
@Serializable
data class Field(val fieldName: String? = null, val fieldType: String? = null, val fieldValue: String? = null, val optional: Boolean? = null, val placeholder: String? = null)
Link copied to clipboard
@Serializable
data class FilterData(val operator: FilterData.Operator? = null, val propertyValues: List<String>? = null)
Link copied to clipboard
@Serializable
data class FinancialActivityData(val id: Int? = null, val mappedGLAccountType: FinancialActivityData.MappedGLAccountType? = null, val name: String? = null)
Link copied to clipboard
@Serializable
data class FloatingRate(val createdBy: Long, val createdDate: LocalDateTime, val createdDateTime: LocalDateTime, val lastModifiedBy: Long, val lastModifiedDate: LocalDateTime, val lastModifiedDateTime: LocalDateTime, val active: Boolean? = null, val baseLendingRate: Boolean? = null, val floatingRatePeriods: List<FloatingRatePeriod>? = null, val id: Long? = null, val name: String? = null, val new: Boolean? = null)
Link copied to clipboard
@Serializable
data class FloatingRateData(val active: Boolean? = null, val baseLendingRate: Boolean? = null, val createdBy: String? = null, val createdOn: LocalDateTime? = null, val id: Long? = null, val modifiedBy: String? = null, val modifiedOn: LocalDateTime? = null, val name: String? = null, val ratePeriods: List<FloatingRatePeriodData>? = null)
Link copied to clipboard
@Serializable
data class FloatingRatePeriod(val createdBy: Long, val createdDate: LocalDateTime, val createdDateTime: LocalDateTime, val lastModifiedBy: Long, val lastModifiedDate: LocalDateTime, val lastModifiedDateTime: LocalDateTime, val active: Boolean? = null, val differentialToBaseLendingRate: Boolean? = null, val floatingRate: FloatingRate? = null, val fromDate: LocalDate? = null, val id: Long? = null, val interestRate: Double? = null, val new: Boolean? = null)
Link copied to clipboard
@Serializable
data class FloatingRatePeriodData(val active: Boolean? = null, val createdBy: String? = null, val createdOn: LocalDateTime? = null, val differentialToBaseLendingRate: Boolean? = null, val fromDate: LocalDate? = null, val fromDateAsLocalDate: LocalDate? = null, val id: Long? = null, val interestRate: Double? = null, val modifiedBy: String? = null, val modifiedOn: LocalDateTime? = null)
Link copied to clipboard
@Serializable
data class FormDataBodyPart(val content: Any? = null, val contentDisposition: ContentDisposition? = null, val entity: Any? = null, val fileName: String? = null, val formDataContentDisposition: FormDataContentDisposition? = null, val headers: BodyPartHeaders? = null, val mediaType: MediaType? = null, val messageBodyWorkers: Any? = null, val name: String? = null, val parameterizedHeaders: BodyPartParameterizedHeaders? = null, val parent: MultiPart? = null, val providers: Any? = null, val simple: Boolean? = null, val value: String? = null)
Link copied to clipboard
@Serializable
data class FormDataContentDisposition(val creationDate: LocalDateTime? = null, val fileName: String? = null, val modificationDate: LocalDateTime? = null, val name: String? = null, val parameters: Map<String, String>? = null, val readDate: LocalDateTime? = null, val propertySize: Long? = null, val type: String? = null)
Link copied to clipboard
@Serializable
data class FundData(val id: Long? = null, val name: String? = null)
Link copied to clipboard
@Serializable
data class GeoCodeData(val latitude: String, val longitude: String)
Link copied to clipboard
@Serializable
data class GetAccountNumberFormatsIdResponse(val accountType: EnumOptionData? = null, val id: Long? = null, val prefixType: EnumOptionData? = null)

GetAccountNumberFormatsIdResponse

Link copied to clipboard
@Serializable
data class GetAccountNumberFormatsResponseTemplate(val accountTypeOptions: List<EnumOptionData>? = null, val prefixTypeOptions: Map<String, List<EnumOptionData>>? = null)

GetAccountNumberFormatsResponseTemplate

Link copied to clipboard
@Serializable
data class GetAccountOptions(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetAccountRulesResponse(val allowMultipleCreditEntries: Boolean? = null, val allowMultipleDebitEntries: Boolean? = null, val creditTags: List<AccountingTagRuleData>? = null, val debitTags: List<AccountingTagRuleData>? = null, val description: String? = null, val id: Long? = null, val name: String? = null, val officeId: Long? = null, val officeName: String? = null, val systemDefined: Boolean? = null)

GetAccountRulesResponse

Link copied to clipboard
@Serializable
data class GetAccountRulesTemplateResponse(val allowedAccounts: List<GLAccountData>? = null, val allowedOffices: List<OfficeData>? = null, val systemDefined: Boolean? = null)

GetAccountRulesTemplateResponse

Link copied to clipboard
@Serializable
data class GetAccountsChargeCalculationType(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetAccountsCharges(val accountId: Long? = null, val amount: Float? = null, val amountOrPercentage: Float? = null, val amountOutstanding: Float? = null, val amountPaid: Float? = null, val amountPercentageAppliedTo: Double? = null, val amountWaived: Float? = null, val amountWrittenOff: Float? = null, val chargeCalculationType: GetAccountsChargeCalculationType? = null, val chargeId: Long? = null, val chargeTimeType: GetAccountsChargeTimeType? = null, val currency: GetAccountsChargesCurrency? = null, val id: Long? = null, val isActive: Boolean? = null, val name: String? = null, val percentage: Double? = null)
Link copied to clipboard
@Serializable
data class GetAccountsChargesCurrency(val code: String? = null, val decimalPlaces: Int? = null, val displayLabel: String? = null, val displaySymbol: String? = null, val name: String? = null, val nameCode: String? = null)
Link copied to clipboard
@Serializable
data class GetAccountsChargeTimeType(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetAccountsCurrency(val code: String? = null, val decimalPlaces: Int? = null, val displayLabel: String? = null, val displaySymbol: String? = null, val inMultiplesOf: Int? = null, val name: String? = null, val nameCode: String? = null)
Link copied to clipboard
@Serializable
data class GetAccountsLinkedToPocketResponse(val loanAccounts: Set<GetPocketLoanAccounts>? = null, val savingAccounts: Set<GetPocketSavingAccounts>? = null, val shareAccounts: Set<Any>? = null)

GetAccountsLinkedToPocketResponse

Link copied to clipboard
@Serializable
data class GetAccountsLockPeriodTypeEnum(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetAccountsPageItems(val accountNo: Long? = null, val clientId: Long? = null, val clientName: String? = null, val currency: GetAccountsChargesCurrency? = null, val id: Long? = null, val productId: Long? = null, val productName: String? = null, val purchasedShares: Set<GetAccountsTypePurchasedShares>? = null, val status: GetAccountsTypeStatus? = null, val summary: GetAccountsTypeSummary? = null, val timeline: GetAccountsTypeTimeline? = null)
Link copied to clipboard
@Serializable
data class GetAccountsPurchasedShares(val accountId: Long? = null, val amount: Double? = null, val amountPaid: Double? = null, val chargeAmount: Double? = null, val id: Long? = null, val numberOfShares: Int? = null, val purchasedDate: LocalDate? = null, val purchasedPrice: Double? = null, val status: GetAccountsPurchasedSharesStatus? = null, val type: GetAccountsPurchasedSharesType? = null)
Link copied to clipboard
@Serializable
data class GetAccountsPurchasedSharesStatus(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetAccountsPurchasedSharesType(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetAccountsStatus(val active: Boolean? = null, val approved: Boolean? = null, val closed: Boolean? = null, val code: String? = null, val description: String? = null, val id: Long? = null, val rejected: Boolean? = null, val submittedAndPendingApproval: Boolean? = null)
Link copied to clipboard
@Serializable
data class GetAccountsSummary(val accountNo: Long? = null, val currency: GetAccountsCurrency? = null, val id: Long? = null, val productId: Long? = null, val productName: String? = null, val status: GetAccountsStatus? = null, val timeline: GetAccountsTimeline? = null, val totalApprovedShares: Int? = null, val totalPendingForApprovalShares: Int? = null)
Link copied to clipboard
@Serializable
data class GetAccountsTimeline(val activatedDate: LocalDate? = null, val approvedByFirstname: String? = null, val approvedByLastname: String? = null, val approvedByUsername: String? = null, val approvedDate: LocalDate? = null, val submittedByFirstname: String? = null, val submittedByLastname: String? = null, val submittedByUsername: String? = null, val submittedOnDate: LocalDate? = null)
Link copied to clipboard
@Serializable
data class GetAccountsTypeAccountIdResponse(val accountNo: Long? = null, val allowDividendCalculationForInactiveClients: Boolean? = null, val charges: Set<GetAccountsCharges>? = null, val clientId: Long? = null, val clientName: String? = null, val currency: GetAccountsCurrency? = null, val currentMarketPrice: Int? = null, val dividends: List<String>? = null, val id: Long? = null, val lockPeriodTypeEnum: GetAccountsLockPeriodTypeEnum? = null, val lockinPeriod: Int? = null, val minimumActivePeriod: Int? = null, val minimumActivePeriodTypeEnum: GetAccountsLockPeriodTypeEnum? = null, val productId: Long? = null, val productName: String? = null, val purchasedShares: Set<GetAccountsPurchasedShares>? = null, val savingsAccountId: Long? = null, val savingsAccountNumber: Long? = null, val status: GetAccountsStatus? = null, val summary: GetAccountsSummary? = null, val timeline: GetAccountsTimeline? = null)

GetAccountsTypeAccountIdResponse

Link copied to clipboard
@Serializable
data class GetAccountsTypeProductOptions(val id: Long? = null, val name: String? = null, val shortName: String? = null, val totalShares: Long? = null)
Link copied to clipboard
@Serializable
data class GetAccountsTypePurchasedShares(val id: Long? = null, val numberOfShares: Int? = null, val purchasedDate: String? = null, val purchasedPrice: Int? = null)
Link copied to clipboard
@Serializable
data class GetAccountsTypeResponse(val pageItems: Set<GetAccountsPageItems>? = null, val totalFilteredRecords: Int? = null)

GetAccountsTypeResponse

Link copied to clipboard
@Serializable
data class GetAccountsTypeStatus(val active: Boolean? = null, val approved: Boolean? = null, val closed: Boolean? = null, val code: String? = null, val description: String? = null, val id: Long? = null, val rejected: Boolean? = null, val submittedAndPendingApproval: Boolean? = null)
Link copied to clipboard
@Serializable
data class GetAccountsTypeSummary(val currency: GetAccountsChargesCurrency? = null)
Link copied to clipboard
@Serializable
data class GetAccountsTypeTemplateResponse(val clientId: Long? = null, val clientName: String? = null, val productOptions: Set<GetAccountsTypeProductOptions>? = null)

GetAccountsTypeTemplateResponse

Link copied to clipboard
@Serializable
data class GetAccountsTypeTimeline(val submittedOnDate: LocalDate? = null)
Link copied to clipboard
@Serializable
data class GetAccountTransfersFromAccountType(val code: String? = null, val description: String? = null, val id: Long? = null)
@Serializable
data class GetAccountTransfersFromAccountTypeOptions(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetAccountTransfersFromClientOptions(val displayName: String? = null, val id: Long? = null, val officeId: Long? = null, val officeName: String? = null)
Link copied to clipboard
@Serializable
data class GetAccountTransfersFromOffice(val externalId: String? = null, val hierarchy: String? = null, val id: Long? = null, val name: String? = null, val nameDecorated: String? = null, val openingDate: LocalDate? = null)
Link copied to clipboard
@Serializable
data class GetAccountTransfersFromOfficeOptions(val id: Long? = null, val name: String? = null, val nameDecorated: String? = null)
Link copied to clipboard
@Serializable
data class GetAccountTransfersPageItems(val currency: GetAccountTransfersPageItemsCurrency? = null, val fromAccount: GetAccountTransfersPageItemsFromAccount? = null, val fromAccountType: GetAccountTransfersFromAccountType? = null, val fromClient: GetAccountTransfersFromClientOptions? = null, val fromOffice: GetAccountTransfersPageItemsFromOffice? = null, val id: Long? = null, val reversed: Boolean? = null, val toAccount: GetAccountTransfersPageItemsFromAccount? = null, val toAccountType: GetAccountTransfersPageItemsToAccountType? = null, val toClient: GetAccountTransfersFromClientOptions? = null, val toOffice: GetAccountTransfersPageItemsFromOffice? = null, val transferAmount: Float? = null, val transferDate: LocalDate? = null, val transferDescription: String? = null)
Link copied to clipboard
@Serializable
data class GetAccountTransfersPageItemsCurrency(val code: String? = null, val decimalPlaces: Int? = null, val displayLabel: String? = null, val displaySymbol: String? = null, val name: String? = null, val nameCode: String? = null)
Link copied to clipboard
@Serializable
data class GetAccountTransfersPageItemsFromAccount(val accountNo: Long? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetAccountTransfersPageItemsFromOffice(val id: Long? = null, val name: String? = null)
@Serializable
data class GetAccountTransfersPageItemsToAccountType(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetAccountTransfersResponse(val pageItems: Set<GetAccountTransfersPageItems>? = null, val totalFilteredRecords: Int? = null)

GetAccountTransfersResponse

Link copied to clipboard
@Serializable
data class GetAccountTransfersStatus(val code: String? = null, val description: String? = null, val id: Long? = null)
@Serializable
data class GetAccountTransfersTemplateRefundByTransferCurrency(val code: String? = null, val decimalPlaces: Int? = null, val displayLabel: String? = null, val displaySymbol: String? = null, val inMultiplesOf: Int? = null, val name: String? = null, val nameCode: String? = null)
@Serializable
data class GetAccountTransfersTemplateRefundByTransferFromAccount(val accountNo: Long? = null, val amtForTransfer: Float? = null, val clientId: Long? = null, val clientName: String? = null, val currency: GetAccountTransfersTemplateRefundByTransferCurrency? = null, val fieldOfficerId: Long? = null, val id: Long? = null, val productId: Long? = null, val productName: String? = null)
@Serializable
data class GetAccountTransfersTemplateRefundByTransferFromAccountOptions(val accountNo: Long? = null, val clientId: Long? = null, val clientName: String? = null, val currency: GetAccountTransfersTemplateRefundByTransferCurrency? = null, val fieldOfficerId: Long? = null, val id: Long? = null, val productId: Long? = null, val productName: String? = null)
@Serializable
data class GetAccountTransfersTemplateRefundByTransferFromClient(val accountNo: Long? = null, val activationDate: LocalDate? = null, val active: Boolean? = null, val clientClassification: Any? = null, val clientType: Any? = null, val displayName: String? = null, val firstname: String? = null, val gender: Any? = null, val groups: Any? = null, val id: Long? = null, val lastname: String? = null, val officeId: Long? = null, val officeName: String? = null, val status: GetAccountTransfersStatus? = null, val timeline: GetAccountTransfersTimeline? = null)
@Serializable
data class GetAccountTransfersTemplateRefundByTransferFromClientOptions(val displayName: String? = null, val id: Long? = null, val officeId: Long? = null, val officeName: String? = null)
@Serializable
data class GetAccountTransfersTemplateRefundByTransferFromOffice(val externalId: String? = null, val hierarchy: String? = null, val id: Long? = null, val name: String? = null, val nameDecorated: String? = null, val openingDate: LocalDate? = null)
@Serializable
data class GetAccountTransfersTemplateRefundByTransferFromOfficeOptions(val id: Long? = null, val name: String? = null, val nameDecorated: String? = null)
@Serializable
data class GetAccountTransfersTemplateRefundByTransferResponse(val currency: GetAccountTransfersTemplateRefundByTransferCurrency? = null, val fromAccount: GetAccountTransfersTemplateRefundByTransferFromAccount? = null, val fromAccountOptions: Set<GetAccountTransfersTemplateRefundByTransferFromAccountOptions>? = null, val fromAccountType: GetAccountTransfersPageItemsToAccountType? = null, val fromAccountTypeOptions: Set<GetAccountTransfersFromAccountType>? = null, val fromClient: GetAccountTransfersTemplateRefundByTransferFromClient? = null, val fromClientOptions: Set<GetAccountTransfersTemplateRefundByTransferFromClientOptions>? = null, val fromOffice: GetAccountTransfersTemplateRefundByTransferFromOffice? = null, val fromOfficeOptions: Set<GetAccountTransfersTemplateRefundByTransferFromOfficeOptions>? = null, val toAccount: GetAccountTransfersTemplateRefundByTransferToAccount? = null, val toAccountOptions: Set<GetAccountTransfersTemplateRefundByTransferToAccount>? = null, val toAccountType: GetAccountTransfersFromAccountType? = null, val toAccountTypeOptions: Set<GetAccountTransfersFromAccountType>? = null, val toClient: GetAccountTransfersTemplateRefundByTransferToClient? = null, val toClientOptions: Set<GetAccountTransfersTemplateRefundByTransferFromClientOptions>? = null, val toOffice: GetAccountTransfersTemplateRefundByTransferFromOffice? = null, val toOfficeOptions: Set<GetAccountTransfersTemplateRefundByTransferFromOfficeOptions>? = null, val transferAmount: Float? = null, val transferDate: LocalDate? = null)

GetAccountTransfersTemplateRefundByTransferResponse

@Serializable
data class GetAccountTransfersTemplateRefundByTransferToAccount(val accountNo: Long? = null, val clientId: Long? = null, val clientName: String? = null, val currency: GetAccountTransfersTemplateRefundByTransferCurrency? = null, val fieldOfficerId: Long? = null, val id: Long? = null, val productId: Long? = null, val productName: String? = null)
@Serializable
data class GetAccountTransfersTemplateRefundByTransferToClient(val displayName: String? = null, val id: Long? = null, val officeId: Long? = null, val officeName: String? = null)
Link copied to clipboard
@Serializable
data class GetAccountTransfersTemplateResponse(val fromAccountType: GetAccountTransfersFromAccountType? = null, val fromAccountTypeOptions: Set<GetAccountTransfersFromAccountTypeOptions>? = null, val fromClientOptions: Set<GetAccountTransfersFromClientOptions>? = null, val fromOffice: GetAccountTransfersFromOffice? = null, val fromOfficeOptions: Set<GetAccountTransfersFromOfficeOptions>? = null, val toAccountTypeOptions: Set<GetAccountTransfersToAccountTypeOptions>? = null, val toOfficeOptions: Set<GetAccountTransfersToOfficeOptions>? = null, val transferAmount: Long? = null, val transferDate: LocalDate? = null)

GetAccountTransfersTemplateResponse

Link copied to clipboard
@Serializable
data class GetAccountTransfersTimeline(val activatedByFirstname: String? = null, val activatedByLastname: String? = null, val activatedByUsername: String? = null, val activatedOnDate: LocalDate? = null, val submittedByFirstname: String? = null, val submittedByLastname: String? = null, val submittedByUsername: String? = null, val submittedOnDate: LocalDate? = null)
Link copied to clipboard
@Serializable
data class GetAccountTransfersToAccountTypeOptions(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetAccountTransfersToOfficeOptions(val id: Long? = null, val name: String? = null, val nameDecorated: String? = null)
Link copied to clipboard
@Serializable
data class GetAccountTransferTemplateResponse(val accountTypeOptions: Set<GetAccountOptions>? = null, val fromAccountTypeOptions: Set<GetFromAccountOptions>? = null, val toAccountTypeOptions: Set<GetFromAccountOptions>? = null)

GetAccountTransferTemplateResponse

Link copied to clipboard
@Serializable
data class GetAssetType(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetBusinessJobConfigResponse(val businessJobs: List<String>? = null)

GetBusinessJobConfigResponse

Link copied to clipboard
@Serializable
data class GetBusinessStepConfigResponse(val businessSteps: List<BusinessStep>? = null, val jobName: String? = null)

GetBusinessStepConfigResponse

Link copied to clipboard
@Serializable
data class GetCachesResponse(val cacheType: EnumOptionData? = null, val enabled: Boolean? = null)

GetCachesResponse

Link copied to clipboard
@Serializable
data class GetCentersAccountType(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetCentersCenterIdAccountsResponse(val savingsAccounts: Set<GetCentersSavingsAccounts>? = null)

GetCentersCenterIdAccountsResponse

Link copied to clipboard
@Serializable
data class GetCentersCenterIdCurrency(val code: String? = null, val decimalPlaces: Int? = null, val displayLabel: String? = null, val displaySymbol: String? = null, val inMultiplesOf: Int? = null, val name: String? = null, val nameCode: String? = null)
Link copied to clipboard
@Serializable
data class GetCentersCenterIdResponse(val active: Boolean? = null, val hierarchy: String? = null, val id: Long? = null, val name: String? = null, val officeId: Long? = null, val officeName: String? = null, val status: GetCentersStatus? = null)

GetCentersCenterIdResponse

Link copied to clipboard
@Serializable
data class GetCentersCenterIdStatus(val active: Boolean? = null, val approved: Boolean? = null, val closed: Boolean? = null, val code: String? = null, val description: String? = null, val id: Long? = null, val prematureClosed: Boolean? = null, val rejected: Boolean? = null, val submittedAndPendingApproval: Boolean? = null, val transferInProgress: Boolean? = null, val transferOnHold: Boolean? = null, val withdrawnByApplicant: Boolean? = null)
Link copied to clipboard
@Serializable
data class GetCentersDepositType(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetCentersOfficeOptions(val id: Long? = null, val name: String? = null, val nameDecorated: String? = null)
Link copied to clipboard
@Serializable
data class GetCentersPageItems(val active: Boolean? = null, val hierarchy: String? = null, val id: Long? = null, val name: String? = null, val officeId: Long? = null, val officeName: String? = null, val status: GetCentersStatus? = null)
Link copied to clipboard
@Serializable
data class GetCentersResponse(val pageItems: Set<GetCentersPageItems>? = null, val totalFilteredRecords: Int? = null)

GetCentersResponse

Link copied to clipboard
@Serializable
data class GetCentersSavingsAccounts(val accountNo: Long? = null, val accountType: GetCentersAccountType? = null, val currency: GetCentersCenterIdCurrency? = null, val depositType: GetCentersDepositType? = null, val id: Long? = null, val productId: Long? = null, val productName: String? = null, val status: GetCentersCenterIdStatus? = null, val timeline: GetCentersTimeline? = null)
Link copied to clipboard
@Serializable
data class GetCentersStaffOptions(val displayName: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetCentersStatus(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetCentersTemplateResponse(val activationDate: LocalDate? = null, val active: Boolean? = null, val officeId: Long? = null, val officeOptions: Set<GetCentersOfficeOptions>? = null, val staffOptions: Set<GetCentersStaffOptions>? = null)

GetCentersTemplateResponse

Link copied to clipboard
@Serializable
data class GetCentersTimeline(val submittedByFirstname: String? = null, val submittedByLastname: String? = null, val submittedByUsername: String? = null, val submittedOnDate: LocalDate? = null)
Link copied to clipboard
@Serializable
data class GetChargeAppliesTo(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetChargeCalculationType(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetChargePaymentMode(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetChargesAppliesTo(val code: String? = null, val description: String? = null, val id: Int? = null)
Link copied to clipboard
@Serializable
data class GetChargesAppliesToResponse(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetChargesCalculationTypeResponse(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetChargesChargeCalculationType(val code: String? = null, val description: String? = null, val id: Int? = null)
Link copied to clipboard
@Serializable
data class GetChargesChargeTimeType(val code: String? = null, val description: String? = null, val id: Int? = null)
Link copied to clipboard
@Serializable
data class GetChargesCurrency(val code: String? = null, val decimalPlaces: Int? = null, val displayLabel: String? = null, val displaySymbol: String? = null, val name: String? = null, val nameCode: String? = null)
Link copied to clipboard
@Serializable
data class GetChargesCurrencyResponse(val code: String? = null, val decimalPlaces: Int? = null, val displayLabel: String? = null, val displaySymbol: String? = null, val name: String? = null, val nameCode: String? = null)
Link copied to clipboard
@Serializable
data class GetChargesPaymentModeResponse(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetChargesResponse(val active: Boolean? = null, val amount: Double? = null, val chargeAppliesTo: GetChargesAppliesToResponse? = null, val chargeCalculationType: GetChargesCalculationTypeResponse? = null, val chargePaymentMode: GetChargesPaymentModeResponse? = null, val chargeTimeType: GetChargesTimeTypeResponse? = null, val currency: GetChargesCurrencyResponse? = null, val id: Long? = null, val name: String? = null, val penalty: Boolean? = null)

GetChargesResponse

Link copied to clipboard
@Serializable
data class GetChargesTemplateFeeFrequencyOptions(val code: String? = null, val description: String? = null, val id: Long? = null)
@Serializable
data class GetChargesTemplateLoanChargeCalculationTypeOptions(val code: String? = null, val description: String? = null, val id: Long? = null)
@Serializable
data class GetChargesTemplateLoanChargeTimeTypeOptions(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetChargesTemplateResponse(val active: Boolean? = null, val chargeAppliesToOptions: Set<GetChargesAppliesToResponse>? = null, val chargeCalculationTypeOptions: Set<GetChargesCalculationTypeResponse>? = null, val chargePaymentModeOptions: Set<GetChargesPaymentModeResponse>? = null, val chargeTimeTypeOptions: Set<GetChargesTimeTypeResponse>? = null, val currencyOptions: Set<GetChargesCurrencyResponse>? = null, val feeFrequencyOptions: Set<GetChargesTemplateFeeFrequencyOptions>? = null, val loanChargeCalculationTypeOptions: Set<GetChargesTemplateLoanChargeCalculationTypeOptions>? = null, val loanChargeTimeTypeOptions: Set<GetChargesTemplateLoanChargeTimeTypeOptions>? = null, val penalty: Boolean? = null, val savingsChargeCalculationTypeOptions: Set<GetChargesTemplateLoanChargeCalculationTypeOptions>? = null, val savingsChargeTimeTypeOptions: Set<GetChargesTemplateLoanChargeTimeTypeOptions>? = null)

GetChargesTemplateResponse

Link copied to clipboard
@Serializable
data class GetChargesTimeTypeResponse(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetChargeTimeType(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetClientChargeCalculationType(val code: String? = null, val description: String? = null, val id: Int? = null)
Link copied to clipboard
@Serializable
data class GetClientChargeCurrency(val code: String? = null, val decimalPlaces: Int? = null, val displayLabel: String? = null, val displaySymbol: String? = null, val name: String? = null, val nameCode: String? = null)
Link copied to clipboard
@Serializable
data class GetClientChargeTimeType(val code: String? = null, val description: String? = null, val id: Int? = null)
Link copied to clipboard
@Serializable
data class GetClientClientIdAddressesResponse(val addressId: Long? = null, val addressLine1: String? = null, val addressLine2: String? = null, val addressLine3: String? = null, val addressType: String? = null, val addressTypeId: Long? = null, val city: String? = null, val clientId: Long? = null, val countryId: Long? = null, val countryName: String? = null, val countyDistrict: String? = null, val createdBy: String? = null, val isActive: Boolean? = null, val postalCode: Long? = null, val stateName: String? = null, val stateProvinceId: Long? = null, val street: String? = null, val townVillage: String? = null, val updatedBy: String? = null)

GetClientClientIdAddressesResponse

Link copied to clipboard
@Serializable
data class GetClientIdProductIdAccountingMappings(val shareEquityId: GetShareAccountsShareEquityId? = null, val incomeFromFeeAccountId: GetShareAccountsIncomeFromFeeAccountId? = null, val shareReferenceId: GetShareAccountsShareReferenceId? = null, val shareSuspenseId: GetShareAccountsShareSuspenseId? = null)
Link copied to clipboard
@Serializable
data class GetClientIdProductIdChargeOptions(val chargeOptions: GetShareAccountsChargeOptions? = null)
@Serializable
data class GetClientIdProductIdLockinPeriodFrequencyTypeOptions(val code: String? = null, val description: Int? = null, val id: Int? = null)
@Serializable
data class GetClientIdProductIdMinimumActivePeriodFrequencyTypeOptions(val code: String? = null, val description: Int? = null, val id: Int? = null)
Link copied to clipboard
@Serializable
data class GetClientIdProductIdProductOptions(val accountingMappingOptions: Any? = null, val accountingMappings: GetClientIdProductIdAccountingMappings? = null, val accountingRule: GetShareAccountsClientIdProductIdAccountingRule? = null, val allowDividendCalculationForInactiveClients: Boolean? = null, val chargeOptions: GetShareAccountsChargeOptions? = null, val charges: String? = null, val currency: GetShareAccountsCurrency? = null, val currencyOptions: GetShareAccountsCurrency? = null, val description: String? = null, val id: Int? = null, val lockinPeriod: Int? = null, val lockinPeriodEnum: GetShareAccountsClientIdProductIdLockPeriodTypeEnum? = null, val lockinPeriodFrequencyTypeOptions: GetClientIdProductIdLockinPeriodFrequencyTypeOptions? = null, val marketPrice: String? = null, val maximumShares: Int? = null, val minimumActivePeriod: Int? = null, val minimumActivePeriodForDividendsTypeEnum: GetShareAccountsClientIdProductIdMinimumActivePeriodForDividendsTypeEnum? = null, val minimumActivePeriodFrequencyTypeOptions: GetClientIdProductIdMinimumActivePeriodFrequencyTypeOptions? = null, val minimumShares: Int? = null, val name: String? = null, val norminalShares: Int? = null, val shareCapital: Int? = null, val shortName: String? = null, val totalShares: Int? = null, val totalSharesIssued: Int? = null, val unitPrice: Int? = null)
Link copied to clipboard
@Serializable
data class GetClientObligeeDetailsResponse(val obligees: Set<GetObligeeData>? = null)

GetClientObligeeDetailsResponse

Link copied to clipboard
@Serializable
data class GetClientsAllowedDocumentTypes(val id: Long? = null, val name: String? = null, val position: Int? = null)
Link copied to clipboard
@Serializable
data class GetClientsChargesPageItems(val amount: Double? = null, val amountOutstanding: Double? = null, val amountPaid: Double? = null, val amountWaived: Double? = null, val amountWrittenOff: Double? = null, val chargeCalculationType: GetClientChargeCalculationType? = null, val chargeId: Long? = null, val chargeTimeType: GetClientChargeTimeType? = null, val clientId: Long? = null, val currency: GetClientChargeCurrency? = null, val dueDate: LocalDate? = null, val id: Long? = null, val isActive: Boolean? = null, val isPaid: Boolean? = null, val isWaived: Boolean? = null, val name: String? = null, val penalty: Boolean? = null)
Link copied to clipboard
@Serializable
data class GetClientsClientIdAccountsResponse(val loanAccounts: Set<GetClientsLoanAccounts>? = null, val savingsAccounts: Set<GetClientsSavingsAccounts>? = null)

GetClientsClientIdAccountsResponse

Link copied to clipboard
@Serializable
data class GetClientsClientIdChargesResponse(val pageItems: Set<GetClientsChargesPageItems>? = null, val totalFilteredRecords: Int? = null)

GetClientsClientIdChargesResponse

Link copied to clipboard
@Serializable
data class GetClientsClientIdIdentifiersResponse(val clientId: Long? = null, val description: String? = null, val documentKey: String? = null, val documentType: GetClientsDocumentType? = null, val id: Long? = null)

GetClientsClientIdIdentifiersResponse

@Serializable
data class GetClientsClientIdIdentifiersTemplateResponse(val allowedDocumentTypes: Set<GetClientsAllowedDocumentTypes>? = null)

GetClientsClientIdIdentifiersTemplateResponse

Link copied to clipboard
@Serializable
data class GetClientsClientIdResponse(val accountNo: String? = null, val activationDate: List<Int>? = null, val active: Boolean? = null, val displayName: String? = null, val emailAddress: String? = null, val externalId: String? = null, val firstname: String? = null, val groups: List<GetClientsGroups>? = null, val id: Long? = null, val lastname: String? = null, val officeId: Long? = null, val officeName: String? = null, val savingsProductId: Long? = null, val savingsProductName: String? = null, val status: GetClientsClientIdStatus? = null, val timeline: GetClientsTimeline? = null)

GetClientsClientIdResponse

Link copied to clipboard
@Serializable
data class GetClientsClientIdStatus(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetClientsClientIdTransactionsResponse(val pageItems: Set<GetClientsPageItems>? = null, val totalFilteredRecords: Int? = null)

GetClientsClientIdTransactionsResponse

@Serializable
data class GetClientsClientIdTransactionsTransactionIdResponse(val amount: Double? = null, val currency: GetClientTransactionsCurrency? = null, val date: LocalDate? = null, val id: Long? = null, val officeId: Long? = null, val officeName: String? = null, val reversed: Boolean? = null, val submittedOnDate: LocalDate? = null, val type: GetClientsClientIdTransactionsType? = null)

GetClientsClientIdTransactionsTransactionIdResponse

Link copied to clipboard
@Serializable
data class GetClientsClientIdTransactionsType(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetClientsColumnHeaderData(val columnDisplayType: String? = null, val columnLength: Int? = null, val columnName: String? = null, val columnType: String? = null, val columnValues: List<String>? = null, val isColumnNullable: Boolean? = null, val isColumnPrimaryKey: Boolean? = null)
Link copied to clipboard
@Serializable
data class GetClientsDataTables(val applicationTableName: String? = null, val columnHeaderData: Set<GetClientsColumnHeaderData>? = null, val registeredTableName: String? = null)
Link copied to clipboard
@Serializable
data class GetClientsDocumentType(val id: Long? = null, val name: String? = null)
Link copied to clipboard
@Serializable
data class GetClientsGroups(val accountNo: String? = null, val externalId: Long? = null, val id: Long? = null, val name: String? = null)
Link copied to clipboard
@Serializable
data class GetClientsLoanAccounts(val accountNo: String? = null, val externalId: String? = null, val id: Long? = null, val loanCycle: Int? = null, val loanType: GetClientsLoanAccountsType? = null, val productId: Long? = null, val productName: String? = null, val status: GetClientsLoanAccountsStatus? = null)
Link copied to clipboard
@Serializable
data class GetClientsLoanAccountsStatus(val active: Boolean? = null, val closed: Boolean? = null, val closedObligationsMet: Boolean? = null, val closedRescheduled: Boolean? = null, val closedWrittenOff: Boolean? = null, val code: String? = null, val description: String? = null, val id: Long? = null, val overpaid: Boolean? = null, val pendingApproval: Boolean? = null, val waitingForDisbursal: Boolean? = null)
Link copied to clipboard
@Serializable
data class GetClientsLoanAccountsType(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetClientsOfficeOptions(val id: Long? = null, val name: String? = null, val nameDecorated: String? = null)
Link copied to clipboard
@Serializable
data class GetClientsPageItems(val amount: Double? = null, val currency: GetClientTransactionsCurrency? = null, val date: LocalDate? = null, val id: Long? = null, val officeId: Long? = null, val officeName: String? = null, val reversed: Boolean? = null, val submittedOnDate: LocalDate? = null, val type: GetClientsClientIdTransactionsType? = null)
Link copied to clipboard
@Serializable
data class GetClientsPageItemsResponse(val accountNo: String? = null, val active: Boolean? = null, val displayName: String? = null, val emailAddress: String? = null, val fullname: String? = null, val id: Long? = null, val officeId: Long? = null, val officeName: String? = null, val status: GetClientStatus? = null)
Link copied to clipboard
@Serializable
data class GetClientsResponse(val pageItems: Set<GetClientsPageItemsResponse>? = null, val totalFilteredRecords: Int? = null)

GetClientsResponse

Link copied to clipboard
@Serializable
data class GetClientsSavingProductOptions(val allowOverdraft: Boolean? = null, val id: Long? = null, val name: String? = null, val withdrawalFeeForTransfers: Boolean? = null)
Link copied to clipboard
@Serializable
data class GetClientsSavingsAccounts(val accountNo: String? = null, val currency: GetClientsSavingsAccountsCurrency? = null, val depositType: GetClientsSavingsAccountsDepositType? = null, val id: Long? = null, val productId: Long? = null, val productName: String? = null, val shortProductName: String? = null, val status: GetClientsSavingsAccountsStatus? = null)
Link copied to clipboard
@Serializable
data class GetClientsSavingsAccountsCurrency(val code: String? = null, val decimalPlaces: Int? = null, val displayLabel: String? = null, val displaySymbol: String? = null, val name: String? = null, val nameCode: String? = null)
Link copied to clipboard
@Serializable
data class GetClientsSavingsAccountsDepositType(val code: String? = null, val id: Long? = null, val value: String? = null)
Link copied to clipboard
@Serializable
data class GetClientsSavingsAccountsStatus(val active: Boolean? = null, val approved: Boolean? = null, val closed: Boolean? = null, val code: String? = null, val id: Long? = null, val matured: Boolean? = null, val prematureClosed: Boolean? = null, val rejected: Boolean? = null, val submittedAndPendingApproval: Boolean? = null, val transferInProgress: Boolean? = null, val transferOnHold: Boolean? = null, val value: String? = null, val withdrawnByApplicant: Boolean? = null)
Link copied to clipboard
@Serializable
data class GetClientsStaffOptions(val displayName: String? = null, val firstname: String? = null, val id: Long? = null, val isActive: Boolean? = null, val isLoanOfficer: Boolean? = null, val lastname: String? = null, val officeId: Long? = null, val officeName: String? = null)
Link copied to clipboard
@Serializable
data class GetClientStatus(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetClientsTemplateResponse(val activationDate: LocalDate? = null, val datatables: Set<GetClientsDataTables>? = null, val officeId: Long? = null, val officeOptions: Set<GetClientsOfficeOptions>? = null, val savingProductOptions: Set<GetClientsSavingProductOptions>? = null, val staffOptions: Set<GetClientsStaffOptions>? = null)

GetClientsTemplateResponse

Link copied to clipboard
@Serializable
data class GetClientsTimeline(val activatedByFirstname: String? = null, val activatedByLastname: String? = null, val activatedByUsername: String? = null, val activatedOnDate: List<Int>? = null, val submittedByFirstname: String? = null, val submittedByLastname: String? = null, val submittedByUsername: String? = null, val submittedOnDate: List<Int>? = null)
Link copied to clipboard
@Serializable
data class GetClientTransactionsCurrency(val code: String? = null, val decimalPlaces: Int? = null, val displayLabel: String? = null, val displaySymbol: String? = null, val name: String? = null, val nameCode: String? = null)
Link copied to clipboard
@Serializable
data class GetClientTransferProposalDateResponse(val proposedTransferDate: LocalDate? = null)

GetClientTransferProposalDateResponse

Link copied to clipboard
@Serializable
data class GetCodesResponse(val id: Long? = null, val name: String? = null, val systemDefined: Boolean? = null)

GetCodesResponse

Link copied to clipboard
@Serializable
data class GetCodeValuesDataResponse(val description: String? = null, val id: Long? = null, val name: String? = null, val position: Int? = null)

GetCodeValuesDataResponse

Link copied to clipboard
@Serializable
data class GetCollateralCurrencyResponse(val code: String? = null)
Link copied to clipboard
@Serializable
data class GetCollateralManagementsResponse(val basePrice: Double? = null, val currency: GetCollateralCurrencyResponse? = null, val id: Long? = null, val name: String? = null, val pctToBase: Double? = null, val unitType: String? = null)

GetCollateralManagementsResponse

Link copied to clipboard
@Serializable
data class GetCollateralProductTemplate(val currency: GetCurrencyData? = null)

GetCollateralProductTemplate

Link copied to clipboard
@Serializable
data class GetCollateralsTemplateAllowedTypes(val id: Long? = null, val name: String? = null, val position: Int? = null)
Link copied to clipboard
@Serializable
data class GetCollateralTypeResponse(val id: Long? = null, val name: String? = null)
Link copied to clipboard
@Serializable
data class GetCurrenciesResponse(val currencyOptions: List<CurrencyData>? = null, val selectedCurrencyOptions: List<CurrencyData>? = null)

GetCurrenciesResponse

Link copied to clipboard
@Serializable
data class GetCurrencyData(val code: String? = null, val decimalPlaces: Int? = null, val displayLabel: String? = null, val displaySymbol: String? = null, val inMultiplesOf: Int? = null, val name: String? = null, val nameCode: String? = null)
Link copied to clipboard
@Serializable
data class GetDataTablesResponse(val applicationTableName: String? = null, val columnHeaderData: List<ResultsetColumnHeaderData>? = null, val registeredTableName: String? = null)

GetDataTablesResponse

Link copied to clipboard
@Serializable
data class GetDelinquencyActionsResponse(val action: String? = null, val createdById: Long? = null, val createdOn: LocalDateTime? = null, val endDate: LocalDate? = null, val id: Long? = null, val lastModifiedOn: LocalDateTime? = null, val startDate: LocalDate? = null, val updatedById: Long? = null)

GetDelinquencyActionsResponse

Link copied to clipboard
@Serializable
data class GetDelinquencyBucketsResponse(val id: Long? = null, val name: String? = null, val ranges: List<GetDelinquencyRangesResponse>? = null)

GetDelinquencyBucketsResponse

Link copied to clipboard
@Serializable
data class GetDelinquencyRangesResponse(val classification: String? = null, val id: Long? = null, val maximumAgeDays: Int? = null, val minimumAgeDays: Int? = null)

GetDelinquencyRangesResponse

Link copied to clipboard
@Serializable
data class GetDelinquencyTagHistoryResponse(val addedOnDate: LocalDate? = null, val delinquencyRange: GetDelinquencyRangesResponse? = null, val id: Long? = null, val liftedOnDate: LocalDate? = null, val loanId: Long? = null)

GetDelinquencyTagHistoryResponse

Link copied to clipboard
@Serializable
data class GetEntityDatatableChecksResponse(val datatableName: String? = null, val entity: String? = null, val id: Long? = null, val order: Long? = null, val productId: Long? = null, val productName: String? = null, val status: EnumOptionData? = null, val systemDefined: Boolean? = null)

GetEntityDatatableChecksResponse

Link copied to clipboard
@Serializable
data class GetEntityDatatableChecksTemplateResponse(val datatables: List<Any>? = null, val entities: List<String>? = null, val loanProductDatas: List<LoanProductData>? = null, val savingsProductDatas: List<SavingsProductData>? = null, val statusClient: List<Any>? = null, val statusGroup: List<Any>? = null, val statusLoans: List<Any>? = null, val statusSavings: List<Any>? = null)

GetEntityDatatableChecksTemplateResponse

Link copied to clipboard
@Serializable
data class GetEntityTypeEntityIdDocumentsResponse(val description: String? = null, val fileName: String? = null, val id: Long? = null, val location: String? = null, val name: String? = null, val parentEntityId: Long? = null, val parentEntityType: String? = null, val propertySize: Long? = null, val storageType: Int? = null, val type: String? = null)

GetEntityTypeEntityIdDocumentsResponse

Link copied to clipboard
@Serializable
data class GetEquityType(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetExternalEventConfigurationsResponse(val externalEventConfiguration: List<ExternalEventConfigurationItemData>? = null)

GetExternalEventConfigurationsResponse

Link copied to clipboard
@Serializable
data class GetFieldConfigurationEntityResponse(val entity: String? = null, val field: String? = null, val fieldConfigurationId: Long? = null, val is_enabled: String? = null, val is_mandatory: String? = null, val subentity: String? = null, val validation_regex: String? = null)

GetFieldConfigurationEntityResponse

Link copied to clipboard
@Serializable
data class GetFinancialActivityAccountsResponse(val financialActivityData: FinancialActivityData? = null, val glAccountData: GLAccountData? = null, val id: Long? = null)

GetFinancialActivityAccountsResponse

Link copied to clipboard
@Serializable
data class GetFixedDepositAccountsAccountChart(val accountId: Long? = null, val accountNumber: Long? = null, val chartSlabs: Set<GetFixedDepositAccountsChartSlabs>? = null, val fromDate: LocalDate? = null, val id: Long? = null, val periodTypes: Set<GetFixedDepositAccountsPeriodTypes>? = null)
@Serializable
data class GetFixedDepositAccountsAccountChartCurrency(val code: String? = null, val decimalPlaces: Int? = null, val displayLabel: String? = null, val displaySymbol: String? = null, val name: String? = null, val nameCode: String? = null)
Link copied to clipboard
@Serializable
data class GetFixedDepositAccountsAccountIdCurrency(val code: String? = null, val decimalPlaces: Int? = null, val displayLabel: String? = null, val displaySymbol: String? = null, val inMultiplesOf: Int? = null, val name: String? = null, val nameCode: String? = null)
Link copied to clipboard
@Serializable
data class GetFixedDepositAccountsAccountIdResponse(val accountChart: GetFixedDepositAccountsAccountChart? = null, val accountNo: Long? = null, val clientId: Long? = null, val clientName: String? = null, val currency: GetFixedDepositAccountsAccountIdCurrency? = null, val depositAmount: Float? = null, val depositPeriod: Int? = null, val depositPeriodFrequency: GetFixedDepositAccountsDepositPeriodFrequency? = null, val externalId: String? = null, val fieldOfficerId: Long? = null, val id: Long? = null, val interestCalculationDaysInYearType: GetFixedDepositAccountsInterestCalculationDaysInYearType? = null, val interestCalculationType: GetFixedDepositAccountsInterestCalculationType? = null, val interestCompoundingPeriodType: GetFixedDepositAccountsInterestCompoundingPeriodType? = null, val interestFreePeriodApplicable: Boolean? = null, val interestPostingPeriodType: GetFixedDepositAccountsInterestPostingPeriodType? = null, val maturityAmount: Float? = null, val maturityDate: LocalDate? = null, val maxDepositTerm: Int? = null, val maxDepositTermType: GetFixedDepositAccountsMaxDepositTermType? = null, val minDepositTerm: Int? = null, val minDepositTermType: GetFixedDepositAccountsMinDepositTermType? = null, val preClosurePenalApplicable: Boolean? = null, val savingsProductId: Long? = null, val savingsProductName: String? = null, val status: GetFixedDepositAccountsStatus? = null, val summary: GetFixedDepositAccountsAccountIdSummary? = null, val timeline: GetFixedDepositAccountsTimeline? = null)

GetFixedDepositAccountsAccountIdResponse

Link copied to clipboard
@Serializable
data class GetFixedDepositAccountsAccountIdSummary(val accountBalance: Float? = null, val currency: GetFixedDepositAccountsAccountIdCurrency? = null)
Link copied to clipboard
@Serializable
data class GetFixedDepositAccountsChartSlabs(val annualInterestRate: Double? = null, val currency: GetFixedDepositAccountsAccountChartCurrency? = null, val fromPeriod: Int? = null, val id: Long? = null, val periodType: GetFixedDepositAccountsPeriodType? = null, val toPeriod: Int? = null)
Link copied to clipboard
@Serializable
data class GetFixedDepositAccountsCurrency(val code: String? = null, val decimalPlaces: Int? = null, val displayLabel: String? = null, val displaySymbol: String? = null, val inMultiplesOf: Int? = null, val name: String? = null, val nameCode: String? = null)
@Serializable
data class GetFixedDepositAccountsDepositPeriodFrequency(val code: String? = null, val description: String? = null, val id: Long? = null)
@Serializable
data class GetFixedDepositAccountsInterestCalculationDaysInYearType(val code: String? = null, val description: String? = null, val id: Long? = null)
@Serializable
data class GetFixedDepositAccountsInterestCalculationType(val code: String? = null, val description: String? = null, val id: Long? = null)
@Serializable
data class GetFixedDepositAccountsInterestCompoundingPeriodType(val code: String? = null, val description: String? = null, val id: Long? = null)
@Serializable
data class GetFixedDepositAccountsInterestPostingPeriodType(val code: String? = null, val description: String? = null, val id: Long? = null)
@Serializable
data class GetFixedDepositAccountsMaxDepositTermType(val code: String? = null, val description: String? = null, val id: Long? = null)
@Serializable
data class GetFixedDepositAccountsMinDepositTermType(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetFixedDepositAccountsPeriodType(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetFixedDepositAccountsPeriodTypes(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetFixedDepositAccountsProductOptions(val id: Long? = null, val name: String? = null)
Link copied to clipboard
@Serializable
data class GetFixedDepositAccountsResponse(val accountNo: Long? = null, val clientId: Long? = null, val clientName: String? = null, val currency: GetFixedDepositAccountsCurrency? = null, val depositAmount: Float? = null, val depositPeriod: Int? = null, val depositPeriodFrequency: GetFixedDepositAccountsDepositPeriodFrequency? = null, val fieldOfficerId: Long? = null, val id: Long? = null, val interestCalculationDaysInYearType: GetFixedDepositAccountsInterestCalculationDaysInYearType? = null, val interestCalculationType: GetFixedDepositAccountsInterestCalculationType? = null, val interestCompoundingPeriodType: GetFixedDepositAccountsInterestCompoundingPeriodType? = null, val interestFreePeriodApplicable: Boolean? = null, val interestPostingPeriodType: GetFixedDepositAccountsInterestPostingPeriodType? = null, val maturityAmount: Float? = null, val maturityDate: LocalDate? = null, val maxDepositTerm: Int? = null, val maxDepositTermType: GetFixedDepositAccountsMaxDepositTermType? = null, val minDepositTerm: Int? = null, val minDepositTermType: GetFixedDepositAccountsMinDepositTermType? = null, val preClosurePenalApplicable: Boolean? = null, val savingsProductId: Long? = null, val savingsProductName: String? = null, val status: GetFixedDepositAccountsStatus? = null, val summary: GetFixedDepositAccountsSummary? = null, val timeline: GetFixedDepositAccountsTimeline? = null)

GetFixedDepositAccountsResponse

Link copied to clipboard
@Serializable
data class GetFixedDepositAccountsStatus(val active: Boolean? = null, val approved: Boolean? = null, val closed: Boolean? = null, val code: String? = null, val description: String? = null, val id: Long? = null, val prematureClosed: Boolean? = null, val rejected: Boolean? = null, val submittedAndPendingApproval: Boolean? = null, val transferInProgress: Boolean? = null, val transferOnHold: Boolean? = null, val withdrawnByApplicant: Boolean? = null)
Link copied to clipboard
@Serializable
data class GetFixedDepositAccountsSummary(val accountBalance: Float? = null, val currency: GetFixedDepositAccountsCurrency? = null)
Link copied to clipboard
@Serializable
data class GetFixedDepositAccountsTemplateResponse(val clientId: Long? = null, val clientName: String? = null, val productOptions: Set<GetFixedDepositAccountsProductOptions>? = null)

GetFixedDepositAccountsTemplateResponse

Link copied to clipboard
@Serializable
data class GetFixedDepositAccountsTimeline(val submittedByFirstname: String? = null, val submittedByLastname: String? = null, val submittedByUsername: String? = null, val submittedOnDate: LocalDate? = null)
Link copied to clipboard
@Serializable
data class GetFixedDepositProductsAccountingRule(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetFixedDepositProductsCurrency(val code: String? = null, val decimalPlaces: Int? = null, val displayLabel: String? = null, val displaySymbol: String? = null, val inMultiplesOf: Int? = null, val name: String? = null, val nameCode: String? = null)
@Serializable
data class GetFixedDepositProductsInterestCalculationDaysInYearType(val code: String? = null, val description: String? = null, val id: Long? = null)
@Serializable
data class GetFixedDepositProductsInterestCalculationType(val code: String? = null, val description: String? = null, val id: Long? = null)
@Serializable
data class GetFixedDepositProductsInterestCompoundingPeriodType(val code: String? = null, val description: String? = null, val id: Long? = null)
@Serializable
data class GetFixedDepositProductsInterestPostingPeriodType(val code: String? = null, val description: String? = null, val id: Long? = null)
@Serializable
data class GetFixedDepositProductsMaxDepositTermType(val code: String? = null, val description: String? = null, val id: Long? = null)
@Serializable
data class GetFixedDepositProductsMinDepositTermType(val code: String? = null, val description: String? = null, val id: Long? = null)
@Serializable
data class GetFixedDepositProductsProductIdActiveChart(val chartSlabs: Set<GetFixedDepositProductsProductIdChartSlabs>? = null, val fromDate: LocalDate? = null, val id: Long? = null, val periodTypes: Set<GetFixedDepositProductsProductIdPeriodType>? = null, val savingsProductId: Long? = null, val savingsProductName: String? = null)
@Serializable
data class GetFixedDepositProductsProductIdChartSlabs(val annualInterestRate: Double? = null, val currency: GetFixedDepositProductsProductIdCurrency? = null, val description: String? = null, val fromPeriod: Int? = null, val id: Long? = null, val periodType: GetFixedDepositProductsProductIdPeriodType? = null, val toPeriod: Int? = null)
Link copied to clipboard
@Serializable
data class GetFixedDepositProductsProductIdCurrency(val code: String? = null, val decimalPlaces: Int? = null, val displayLabel: String? = null, val displaySymbol: String? = null, val name: String? = null, val nameCode: String? = null)
@Serializable
data class GetFixedDepositProductsProductIdFeeToIncomeAccountMappingsCharge(val active: Boolean? = null, val id: Long? = null, val name: String? = null, val penalty: Boolean? = null)
@Serializable
data class GetFixedDepositProductsProductIdFeeToIncomeAccountMappingsIncomeAccount(val glCode: String? = null, val id: Long? = null, val name: String? = null)
@Serializable
data class GetFixedDepositProductsProductIdIncomeFromFeeAccount(val glCode: String? = null, val id: Long? = null, val name: String? = null)
@Serializable
data class GetFixedDepositProductsProductIdIncomeFromPenaltyAccount(val glCode: String? = null, val id: Long? = null, val name: String? = null)
@Serializable
data class GetFixedDepositProductsProductIdInterestCompoundingPeriodType(val code: String? = null, val description: String? = null, val id: Long? = null)
@Serializable
data class GetFixedDepositProductsProductIdInterestOnSavingsAccount(val glCode: String? = null, val id: Long? = null, val name: String? = null)
@Serializable
data class GetFixedDepositProductsProductIdMaxDepositTermType(val code: String? = null, val description: String? = null, val id: Long? = null)
@Serializable
data class GetFixedDepositProductsProductIdMinDepositTermType(val code: String? = null, val description: String? = null, val id: Long? = null)
@Serializable
data class GetFixedDepositProductsProductIdPenaltyToIncomeAccountMappingsCharge(val active: Boolean? = null, val id: Long? = null, val name: String? = null, val penalty: Boolean? = null)
@Serializable
data class GetFixedDepositProductsProductIdPeriodType(val code: String? = null, val description: String? = null, val id: Long? = null)
@Serializable
data class GetFixedDepositProductsProductIdPreClosurePenalInterestOnType(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetFixedDepositProductsProductIdResponse(val accountingMappings: GetFixedDepositProductsProductIdAccountingMappings? = null, val activeChart: GetFixedDepositProductsProductIdActiveChart? = null, val currency: GetFixedDepositProductsProductIdCurrency? = null, val description: String? = null, val feeToIncomeAccountMappings: Set<GetFixedDepositProductsProductIdFeeToIncomeAccountMappings>? = null, val id: Long? = null, val interestCalculationDaysInYearType: GetFixedDepositProductsInterestCalculationDaysInYearType? = null, val interestCalculationType: GetFixedDepositProductsInterestCalculationType? = null, val interestCompoundingPeriodType: GetFixedDepositProductsProductIdInterestCompoundingPeriodType? = null, val interestPostingPeriodType: GetFixedDepositProductsInterestPostingPeriodType? = null, val maxDepositTerm: Int? = null, val maxDepositTermType: GetFixedDepositProductsProductIdMaxDepositTermType? = null, val minDepositTerm: Int? = null, val minDepositTermType: GetFixedDepositProductsProductIdMinDepositTermType? = null, val name: String? = null, val penaltyToIncomeAccountMappings: Set<GetFixedDepositProductsProductIdPenaltyToIncomeAccountMappings>? = null, val preClosurePenalApplicable: Boolean? = null, val preClosurePenalInterest: Double? = null, val preClosurePenalInterestOnType: GetFixedDepositProductsProductIdPreClosurePenalInterestOnType? = null, val shortName: String? = null)

GetFixedDepositProductsProductIdResponse

@Serializable
data class GetFixedDepositProductsProductIdSavingsControlAccount(val glCode: String? = null, val id: Long? = null, val name: String? = null)
@Serializable
data class GetFixedDepositProductsProductIdSavingsReferenceAccount(val glCode: String? = null, val id: Long? = null, val name: String? = null)
@Serializable
data class GetFixedDepositProductsProductIdTransfersInSuspenseAccount(val glCode: String? = null, val id: Long? = null, val name: String? = null)
Link copied to clipboard
@Serializable
data class GetFixedDepositProductsResponse(val accountingRule: GetFixedDepositProductsAccountingRule? = null, val currency: GetFixedDepositProductsCurrency? = null, val description: String? = null, val id: Long? = null, val interestCalculationDaysInYearType: GetFixedDepositProductsInterestCalculationDaysInYearType? = null, val interestCalculationType: GetFixedDepositProductsInterestCalculationType? = null, val interestCompoundingPeriodType: GetFixedDepositProductsInterestCompoundingPeriodType? = null, val interestPostingPeriodType: GetFixedDepositProductsInterestPostingPeriodType? = null, val maxDepositTerm: Int? = null, val maxDepositTermType: GetFixedDepositProductsMaxDepositTermType? = null, val minDepositTerm: Int? = null, val minDepositTermType: GetFixedDepositProductsMinDepositTermType? = null, val name: String? = null, val nominalAnnualInterestRate: Double? = null, val preClosurePenalApplicable: Boolean? = null, val shortName: String? = null)

GetFixedDepositProductsResponse

Link copied to clipboard
@Serializable
data class GetFloatingRatesFloatingRateIdResponse(val createdBy: String? = null, val createdOn: String? = null, val id: Long? = null, val isActive: Boolean? = null, val isBaseLendingRate: Boolean? = null, val modifiedBy: String? = null, val modifiedOn: String? = null, val name: String? = null, val ratePeriods: Set<GetFloatingRatesRatePeriods>? = null)

GetFloatingRatesFloatingRateIdResponse

Link copied to clipboard
@Serializable
data class GetFloatingRatesRatePeriods(val createdBy: String? = null, val createdOn: String? = null, val fromDate: String? = null, val id: Long? = null, val interestRate: Double? = null, val isActive: Boolean? = null, val isDifferentialToBaseLendingRate: Boolean? = null, val modifiedBy: String? = null, val modifiedOn: String? = null)
Link copied to clipboard
@Serializable
data class GetFloatingRatesResponse(val createdBy: String? = null, val createdOn: String? = null, val id: Long? = null, val isActive: Boolean? = null, val isBaseLendingRate: Boolean? = null, val modifiedBy: String? = null, val modifiedOn: String? = null, val name: String? = null)

GetFloatingRatesResponse

Link copied to clipboard
@Serializable
data class GetFromAccountOptions(val accountId: Long? = null, val accountNo: Int? = null, val accountType: GetAccountOptions? = null, val clientId: Long? = null, val clientName: String? = null, val officeId: Long? = null, val officeName: String? = null)
Link copied to clipboard
@Serializable
data class GetFromAccountStandingInstructionSwagger(val accountNo: Long? = null, val id: Long? = null, val productId: Long? = null, val productName: String? = null)
@Serializable
data class GetFromAccountTypeOptionsResponseStandingInstructionSwagger(val code: String? = null, val description: String? = null, val id: Long? = null)
@Serializable
data class GetFromAccountTypeResponseStandingInstructionSwagger(val code: String? = null, val description: String? = null, val id: Long? = null)
@Serializable
data class GetFromAccountTypeStandingInstructionSwagger(val code: String? = null, val description: String? = null, val id: Int? = null)
@Serializable
data class GetFromClientOptionsResponseStandingInstructionSwagger(val displayName: String? = null, val id: Long? = null, val officeId: Long? = null, val officeName: String? = null)
Link copied to clipboard
@Serializable
data class GetFromClientStandingInstructionSwagger(val displayName: String? = null, val id: Long? = null, val officeId: Long? = null, val officeName: String? = null)
@Serializable
data class GetFromOfficeOptionsResponseStandingInstructionSwagger(val id: Long? = null, val name: String? = null, val nameDecorated: String? = null)
@Serializable
data class GetFromOfficeResponseStandingInstructionSwagger(val decoratedName: String? = null, val externalId: String? = null, val hierarchy: String? = null, val id: Long? = null, val name: String? = null, val openingDate: LocalDate? = null)
Link copied to clipboard
@Serializable
data class GetFromOfficeStandingInstructionSwagger(val id: Long? = null, val name: String? = null)
Link copied to clipboard
@Serializable
data class GetFundsResponse(val id: Long? = null, val name: String? = null)

GetFundsResponse

Link copied to clipboard
@Serializable
data class GetGlAccountMapping(val glCode: String? = null, val id: Long? = null, val name: String? = null)
Link copied to clipboard
@Serializable
data class GetGLAccountsResponse(val description: String? = null, val disabled: Boolean? = null, val glCode: String? = null, val id: Long? = null, val manualEntriesAllowed: Boolean? = null, val name: String? = null, val nameDecorated: String? = null, val organizationRunningBalance: Long? = null, val parentId: Long? = null, val tagId: CodeValueData? = null, val type: EnumOptionData? = null, val usage: EnumOptionData? = null)

GetGLAccountsResponse

Link copied to clipboard
@Serializable
data class GetGLAccountsTemplateResponse(val accountTypeOptions: List<EnumOptionData>? = null, val allowedAssetsTagOptions: List<CodeValueData>? = null, val allowedEquityTagOptions: List<CodeValueData>? = null, val allowedExpensesTagOptions: List<CodeValueData>? = null, val allowedIncomeTagOptions: List<CodeValueData>? = null, val allowedLiabilitiesTagOptions: List<CodeValueData>? = null, val assetHeaderAccountOptions: List<GLAccountData>? = null, val disabled: Boolean? = null, val equityHeaderAccountOptions: List<GLAccountData>? = null, val expenseHeaderAccountOptions: List<GLAccountData>? = null, val liabilityHeaderAccountOptions: List<GLAccountData>? = null, val manualEntriesAllowed: Boolean? = null, val type: EnumOptionData? = null, val usage: EnumOptionData? = null, val usageOptions: List<EnumOptionData>? = null)

GetGLAccountsTemplateResponse

Link copied to clipboard
@Serializable
data class GetGlClosureResponse(val closingDate: LocalDate? = null, val comments: String? = null, val createdByUserId: Long? = null, val createdByUsername: String? = null, val createdDate: LocalDate? = null, val deleted: Boolean? = null, val id: Long? = null, val lastUpdatedByUserId: Long? = null, val lastUpdatedByUsername: String? = null, val lastUpdatedDate: LocalDate? = null, val officeId: Long? = null, val officeName: String? = null)

GetGLClosureResponse

Link copied to clipboard
@Serializable
data class GetGlobalConfigurationsResponse(val globalConfiguration: List<GlobalConfigurationPropertyData>? = null)

GetGlobalConfigurationsResponse

Link copied to clipboard
@Serializable
data class GetGroupsGroupIdAccountsLoanAccounts(val accountNo: Long? = null, val id: Long? = null, val loanType: GetGroupsGroupIdAccountsLoanType? = null, val productId: Long? = null, val productName: String? = null, val status: GetGroupsGroupIdAccountsStatus? = null)
Link copied to clipboard
@Serializable
data class GetGroupsGroupIdAccountsLoanType(val code: String? = null, val description: String? = null, val id: Long? = null)
@Serializable
data class GetGroupsGroupIdAccountsMemberLoanAccounts(val accountNo: Long? = null, val id: Long? = null, val loanType: GetGroupsGroupIdAccountsMemberLoanType? = null, val productId: Long? = null, val productName: String? = null, val status: GetGroupsGroupIdAccountsMemberLoanStatus? = null)
Link copied to clipboard
@Serializable
data class GetGroupsGroupIdAccountsMemberLoanStatus(val active: Boolean? = null, val closed: Boolean? = null, val closedObligationsMet: Boolean? = null, val closedRescheduled: Boolean? = null, val closedWrittenOff: Boolean? = null, val code: String? = null, val description: String? = null, val id: Long? = null, val overpaid: Boolean? = null, val pendingApproval: Boolean? = null, val waitingForDisbursal: Boolean? = null)
Link copied to clipboard
@Serializable
data class GetGroupsGroupIdAccountsMemberLoanType(val code: String? = null, val description: String? = null, val id: Long? = null)
@Serializable
data class GetGroupsGroupIdAccountsMemberSavingsAccounts(val accountNo: Long? = null, val accountType: GetGroupsGroupIdAccountsMemberLoanType? = null, val currency: GetGroupsGroupIdAccountsSavingCurrency? = null, val id: Long? = null, val productId: Long? = null, val productName: String? = null, val status: GetGroupsGroupIdAccountsSavingStatus? = null)
Link copied to clipboard
@Serializable
data class GetGroupsGroupIdAccountsResponse(val loanAccounts: Set<GetGroupsGroupIdAccountsLoanAccounts>? = null, val memberLoanAccounts: Set<GetGroupsGroupIdAccountsMemberLoanAccounts>? = null, val memberSavingsAccounts: Set<GetGroupsGroupIdAccountsMemberSavingsAccounts>? = null, val savingsAccounts: Set<GetGroupsGroupIdAccountsSavingAccounts>? = null)

GetGroupsGroupIdAccountsResponse

Link copied to clipboard
@Serializable
data class GetGroupsGroupIdAccountsSavingAccounts(val accountNo: Long? = null, val accountType: GetGroupsGroupIdAccountsSavingAccountType? = null, val currency: GetGroupsGroupIdAccountsSavingCurrency? = null, val id: Long? = null, val productId: Long? = null, val productName: String? = null, val status: GetGroupsGroupIdAccountsSavingStatus? = null)
@Serializable
data class GetGroupsGroupIdAccountsSavingAccountType(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetGroupsGroupIdAccountsSavingCurrency(val code: String? = null, val decimalPlaces: Int? = null, val displayLabel: String? = null, val displaySymbol: String? = null, val name: String? = null, val nameCode: String? = null)
Link copied to clipboard
@Serializable
data class GetGroupsGroupIdAccountsSavingStatus(val active: Boolean? = null, val approved: Boolean? = null, val closed: Boolean? = null, val code: String? = null, val description: String? = null, val id: Long? = null, val rejected: Boolean? = null, val submittedAndPendingApproval: Boolean? = null, val withdrawnByApplicant: Boolean? = null)
Link copied to clipboard
@Serializable
data class GetGroupsGroupIdAccountsStatus(val active: Boolean? = null, val closed: Boolean? = null, val closedObligationsMet: Boolean? = null, val closedRescheduled: Boolean? = null, val closedWrittenOff: Boolean? = null, val code: String? = null, val description: String? = null, val id: Long? = null, val overpaid: Boolean? = null, val pendingApproval: Boolean? = null, val waitingForDisbursal: Boolean? = null)
Link copied to clipboard
@Serializable
data class GetGroupsGroupIdResponse(val externalId: String? = null, val hierarchy: String? = null, val id: Long? = null, val name: String? = null, val officeId: Long? = null, val officeName: String? = null, val timeline: GetGroupsGroupIdTimeline? = null)

GetGroupsGroupIdResponse

Link copied to clipboard
@Serializable
data class GetGroupsGroupIdTimeline(val activatedByFirstname: String? = null, val activatedByLastname: String? = null, val activatedByUsername: String? = null, val activatedOnDate: LocalDate? = null)
Link copied to clipboard
@Serializable
data class GetGroupsPageItems(val active: Boolean? = null, val hierarchy: String? = null, val id: Long? = null, val name: String? = null, val officeId: Long? = null, val officeName: String? = null, val status: GetGroupsStatus? = null)
Link copied to clipboard
@Serializable
data class GetGroupsResponse(val pageItems: Set<GetGroupsPageItems>? = null, val totalFilteredRecords: Int? = null)

GetGroupsResponse

Link copied to clipboard
@Serializable
data class GetGroupsStatus(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetGroupsTemplateClientOptions(val displayName: String? = null, val id: Long? = null, val officeId: Long? = null, val officeName: String? = null)
Link copied to clipboard
@Serializable
data class GetGroupsTemplateColumnHeaderData(val columnDisplayType: String? = null, val columnLength: Int? = null, val columnName: String? = null, val columnType: String? = null, val columnValues: Set<Any>? = null, val isColumnNullable: Boolean? = null, val isColumnPrimaryKey: Boolean? = null)
Link copied to clipboard
@Serializable
data class GetGroupsTemplateDatatables(val applicationTableName: String? = null, val columnHeaderData: Set<GetGroupsTemplateColumnHeaderData>? = null, val registeredTableName: String? = null)
Link copied to clipboard
@Serializable
data class GetGroupsTemplateOfficeOptions(val id: Long? = null, val name: String? = null, val nameDecorated: String? = null)
Link copied to clipboard
@Serializable
data class GetGroupsTemplateResponse(val clientOptions: Set<GetGroupsTemplateClientOptions>? = null, val datatables: Set<GetGroupsTemplateDatatables>? = null, val officeId: Long? = null, val officeOptions: Set<GetGroupsTemplateOfficeOptions>? = null, val staffOptions: Set<GetGroupsTemplateStaffOptions>? = null)

GetGroupsTemplateResponse

Link copied to clipboard
@Serializable
data class GetGroupsTemplateStaffOptions(val displayName: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetHolidaysResponse(val fromDate: LocalDate? = null, val id: Long? = null, val name: String? = null, val officeId: Long? = null, val repaymentsRescheduledTo: LocalDate? = null, val status: EnumOptionData? = null, val toDate: LocalDate? = null)

GetHolidaysResponse

Link copied to clipboard
@Serializable
data class GetHookResponse(val config: List<Field>? = null, val createdAt: LocalDate? = null, val displayName: String? = null, val events: List<Event>? = null, val id: Long? = null, val isActive: Boolean? = null, val name: String? = null, val templateId: Long? = null, val templateName: String? = null, val updatedAt: LocalDate? = null)

GetHookResponse

Link copied to clipboard
@Serializable
data class GetHookTemplateResponse(val groupings: List<Grouping>? = null, val templates: List<HookTemplateData>? = null)

GetHookTemplateResponse

Link copied to clipboard
@Serializable
data class GetIncomeFromFeeAccountId(val glCode: String? = null, val id: Long? = null, val name: String? = null)
Link copied to clipboard
@Serializable
data class GetIncomeType(val code: String? = null, val description: String? = null, val id: Long? = null)
@Serializable
data class GetInstructionTypeOptionsResponseStandingInstructionSwagger(val code: String? = null, val description: String? = null, val id: Int? = null)
@Serializable
data class GetInstructionTypeStandingInstructionSwagger(val code: String? = null, val description: String? = null, val id: Int? = null)
@Serializable
data class GetInterestRateChartsChartIdChartSlabsAttributeName(val code: Int? = null, val description: Int? = null, val id: Long? = null)
@Serializable
data class GetInterestRateChartsChartIdChartSlabsConditionType(val code: Int? = null, val description: Int? = null, val id: Long? = null)
@Serializable
data class GetInterestRateChartsChartIdChartSlabsEntityType(val code: Int? = null, val description: Int? = null, val id: Long? = null)
@Serializable
data class GetInterestRateChartsChartIdChartSlabsIncentives(val amount: Float? = null, val attributeName: GetInterestRateChartsChartIdChartSlabsAttributeName? = null, val attributeValue: Int? = null, val attributeValueDesc: String? = null, val conditionType: GetInterestRateChartsChartIdChartSlabsConditionType? = null, val entityType: GetInterestRateChartsChartIdChartSlabsEntityType? = null, val id: Long? = null, val incentiveType: GetInterestRateChartsChartIdChartSlabsIncentiveType? = null)
@Serializable
data class GetInterestRateChartsChartIdChartSlabsIncentiveType(val code: Int? = null, val description: Int? = null, val id: Long? = null)
@Serializable
data class GetInterestRateChartsChartIdChartSlabsResponse(val annualInterestRate: Double? = null, val currency: GetInterestRateChartsCurrency? = null, val description: String? = null, val fromPeriod: Int? = null, val id: Long? = null, val incentives: Set<GetInterestRateChartsChartIdChartSlabsIncentives>? = null, val periodTypes: GetInterestRateChartsTemplatePeriodTypes? = null, val toPeriod: Int? = null)

GetInterestRateChartsChartIdChartSlabsResponse

Link copied to clipboard
@Serializable
data class GetInterestRateChartsChartSlabs(val annualInterestRate: Int? = null, val currency: GetInterestRateChartsCurrency? = null, val fromPeriod: Int? = null, val id: Long? = null, val periodTypes: GetInterestRateChartsTemplatePeriodTypes? = null)
Link copied to clipboard
@Serializable
data class GetInterestRateChartsCurrency(val code: String? = null, val decimalPlaces: Int? = null, val displayLabel: String? = null, val displaySymbol: String? = null, val name: String? = null, val nameCode: String? = null)
Link copied to clipboard
@Serializable
data class GetInterestRateChartsResponse(val chartSlabs: Set<GetInterestRateChartsChartSlabs>? = null, val fromDate: LocalDate? = null, val id: Long? = null, val savingsProductId: Long? = null, val savingsProductName: String? = null)

GetInterestRateChartsResponse

Link copied to clipboard
@Serializable
data class GetInterestRateChartsTemplatePeriodTypes(val code: String? = null, val description: String? = null, val id: Int? = null)
Link copied to clipboard

GetInterestRateChartsTemplateResponse

Link copied to clipboard
@Serializable
data class GetJobsJobIDJobRunHistoryResponse(val pageItems: List<JobDetailHistoryDataSwagger>? = null, val totalFilteredRecords: Int? = null)

GetJobsJobIDJobRunHistoryResponse

Link copied to clipboard
@Serializable
data class GetJobsResponse(val active: Boolean? = null, val cronExpression: String? = null, val currentlyRunning: Boolean? = null, val displayName: String? = null, val initializingError: String? = null, val jobId: Long? = null, val lastRunHistory: JobDetailHistoryData? = null, val nextRunTime: LocalDateTime? = null)

GetJobsResponse

Link copied to clipboard
@Serializable
data class GetJournalEntriesTransactionIdResponse(val pageItems: List<JournalEntryTransactionItem>? = null, val totalFilteredRecords: Long? = null)

GetJournalEntriesTransactionIdResponse

Link copied to clipboard
@Serializable
data class GetLoanAccountingMappings(val fundSourceAccount: GetGlAccountMapping? = null, val goodwillCreditAccount: GetGlAccountMapping? = null, val incomeFromFeeAccount: GetGlAccountMapping? = null, val incomeFromPenaltyAccount: GetGlAccountMapping? = null, val incomeFromRecoveryAccount: GetGlAccountMapping? = null, val interestOnLoanAccount: GetGlAccountMapping? = null, val loanPortfolioAccount: GetGlAccountMapping? = null, val overpaymentLiabilityAccount: GetGlAccountMapping? = null, val receivableInterestAccount: GetGlAccountMapping? = null, val receivablePenaltyAccount: GetGlAccountMapping? = null, val transfersInSuspenseAccount: GetGlAccountMapping? = null, val writeOffAccount: GetGlAccountMapping? = null)
Link copied to clipboard
@Serializable
data class GetLoanAccountLockResponse(val content: List<LoanAccountLock>? = null, val limit: Int? = null, val page: Int? = null)

GetLoanAccountLockResponse

Link copied to clipboard
@Serializable
data class GetLoanCharge(val active: Boolean? = null, val id: Long? = null, val name: String? = null, val penalty: Boolean? = null)
Link copied to clipboard
@Serializable
data class GetLoanChargeCalculationType(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetLoanChargeCurrency(val code: String? = null, val decimalPlaces: Int? = null, val displayLabel: String? = null, val displaySymbol: String? = null, val name: String? = null, val nameCode: String? = null)
Link copied to clipboard
@Serializable
data class GetLoanChargeTemplateChargeAppliesTo(val code: String? = null, val description: String? = null, val id: Int? = null)
Link copied to clipboard
@Serializable
data class GetLoanChargeTemplateChargeOptions(val active: Boolean? = null, val amount: Double? = null, val chargeAppliesTo: GetLoanChargeTemplateChargeAppliesTo? = null, val chargeCalculationType: GetLoanChargeCalculationType? = null, val chargeTimeType: GetLoanChargeTemplateChargeTimeType? = null, val currency: GetLoanChargeCurrency? = null, val id: Long? = null, val name: String? = null, val penalty: Boolean? = null)
Link copied to clipboard
@Serializable
data class GetLoanChargeTemplateChargeTimeType(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetLoanChargeTimeType(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetLoanCollateralManagementTemplate(val basePrice: LocalDateTime? = null, val collateralId: Long? = null, val name: String? = null, val pctToBase: LocalDateTime? = null, val quantity: LocalDateTime? = null)

GetLoanCollateralManagementTemplate

Link copied to clipboard
@Serializable
data class GetLoanCurrency(val code: String? = null, val decimalPlaces: Int? = null, val displayLabel: String? = null, val displaySymbol: String? = null, val name: String? = null, val nameCode: String? = null)
Link copied to clipboard
@Serializable
data class GetLoanFeeToIncomeAccountMappings(val charge: GetLoanCharge? = null, val chargeId: Long? = null, val incomeAccount: GetGlAccountMapping? = null, val incomeAccountId: Long? = null)
@Serializable
data class GetLoanPaymentChannelToFundSourceMappings(val fundSourceAccountId: Long? = null, val paymentTypeId: Long? = null)
Link copied to clipboard
@Serializable
data class GetLoanProductsAccountingMappingOptions(val assetAccountOptions: Set<GetLoanProductsAssetAccountOptions>? = null, val expenseAccountOptions: Set<GetLoanProductsExpenseAccountOptions>? = null, val incomeAccountOptions: Set<GetLoanProductsIncomeAccountOptions>? = null, val liabilityAccountOptions: Set<GetLoanProductsLiabilityAccountOptions>? = null)
Link copied to clipboard
@Serializable
data class GetLoanProductsAccountingRule(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetLoanProductsAmortizationType(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetLoanProductsAssetAccountOptions(val disabled: Boolean? = null, val glCode: String? = null, val id: Long? = null, val manualEntriesAllowed: Boolean? = null, val name: String? = null, val nameDecorated: String? = null, val organizationRunningBalance: Int? = null, val tagId: GetLoanProductsLiabilityTagId? = null, val type: GetLoanProductsLiabilityType? = null, val usage: GetLoanProductsLiabilityUsage? = null)
Link copied to clipboard
@Serializable
data class GetLoanProductsChargeAppliesTo(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetLoanProductsChargeOptions(val active: Boolean? = null, val amount: Double? = null, val chargeAppliesTo: GetLoanProductsChargeAppliesTo? = null, val chargeCalculationType: GetLoanChargeCalculationType? = null, val chargePaymentMode: GetLoansChargePaymentMode? = null, val chargeTimeType: GetLoanChargeTimeType? = null, val currency: GetLoanProductsCurrencyOptions? = null, val id: Long? = null, val name: String? = null, val penalty: Boolean? = null)
Link copied to clipboard
@Serializable
data class GetLoanProductsCurrency(val code: String? = null, val decimalPlaces: Int? = null, val displayLabel: String? = null, val displaySymbol: String? = null, val inMultiplesOf: Int? = null, val name: String? = null, val nameCode: String? = null)
Link copied to clipboard
@Serializable
data class GetLoanProductsCurrencyOptions(val code: String? = null, val decimalPlaces: Int? = null, val displayLabel: String? = null, val displaySymbol: String? = null, val name: String? = null, val nameCode: String? = null)
Link copied to clipboard
@Serializable
data class GetLoanProductsDaysInYearTemplateType(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetLoanProductsExpenseAccountOptions(val disabled: Boolean? = null, val glCode: String? = null, val id: Long? = null, val manualEntriesAllowed: Boolean? = null, val name: String? = null, val nameDecorated: String? = null, val organizationRunningBalance: Int? = null, val tagId: GetLoanProductsLiabilityTagId? = null, val type: GetLoanProductsExpenseType? = null, val usage: GetLoanProductsLiabilityUsage? = null)
Link copied to clipboard
@Serializable
data class GetLoanProductsExpenseType(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetLoanProductsIncomeAccountOptions(val disabled: Boolean? = null, val glCode: String? = null, val id: Long? = null, val manualEntriesAllowed: Boolean? = null, val name: String? = null, val nameDecorated: String? = null, val organizationRunningBalance: Int? = null, val tagId: GetLoanProductsLiabilityTagId? = null, val type: GetLoanProductsIncomeType? = null, val usage: GetLoanProductsLiabilityUsage? = null)
Link copied to clipboard
@Serializable
data class GetLoanProductsIncomeType(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetLoanProductsInterestRateFrequencyType(val code: String? = null, val description: String? = null, val id: Long? = null)
@Serializable
data class GetLoanProductsInterestRateTemplateFrequencyType(val code: String? = null, val description: String? = null, val id: Long? = null)
@Serializable
data class GetLoanProductsInterestRecalculationCompoundingFrequencyType(val code: String? = null, val description: String? = null, val id: Long? = null)
@Serializable
data class GetLoanProductsInterestRecalculationCompoundingType(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetLoanProductsInterestRecalculationData(val id: Long? = null, val interestRecalculationCompoundingFrequencyType: GetLoanProductsInterestRecalculationCompoundingFrequencyType? = null, val interestRecalculationCompoundingType: GetLoanProductsInterestRecalculationCompoundingType? = null, val isArrearsBasedOnOriginalSchedule: Boolean? = null, val preClosureInterestCalculationStrategy: GetLoanProductsPreClosureInterestCalculationStrategy? = null, val productId: Long? = null, val recalculationCompoundingFrequencyInterval: Int? = null, val recalculationCompoundingFrequencyOnDayType: Int? = null, val recalculationRestFrequencyInterval: Int? = null, val recalculationRestFrequencyType: GetLoanProductsInterestRecalculationCompoundingFrequencyType? = null, val rescheduleStrategyType: GetLoanProductsRescheduleStrategyType? = null)
@Serializable
data class GetLoanProductsInterestRecalculationTemplateData(val interestRecalculationCompoundingType: GetLoanProductsInterestRecalculationCompoundingType? = null, val preClosureInterestCalculationStrategy: GetLoanProductsPreClosureInterestCalculationStrategy? = null, val rescheduleStrategyType: GetLoanProductsRescheduleStrategyType? = null)
Link copied to clipboard
@Serializable
data class GetLoanProductsInterestTemplateType(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetLoanProductsInterestType(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetLoanProductsLiabilityAccountOptions(val disabled: Boolean? = null, val glCode: String? = null, val id: Long? = null, val manualEntriesAllowed: Boolean? = null, val name: String? = null, val nameDecorated: String? = null, val organizationRunningBalance: Int? = null, val tagId: GetLoanProductsLiabilityTagId? = null, val type: GetLoanProductsLiabilityType? = null, val usage: GetLoanProductsLiabilityUsage? = null)
Link copied to clipboard
@Serializable
data class GetLoanProductsLiabilityTagId(val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetLoanProductsLiabilityType(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetLoanProductsLiabilityUsage(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetLoanProductsParamType(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetLoanProductsPaymentTypeOptions(val id: Long? = null, val name: String? = null, val position: Int? = null)
@Serializable
data class GetLoanProductsPreClosureInterestCalculationStrategy(val code: String? = null, val description: String? = null, val id: Long? = null)
@Serializable
data class GetLoanProductsPrincipalVariationsForBorrowerCycle(val borrowerCycleNumber: Int? = null, val defaultValue: Double? = null, val id: Long? = null, val maxValue: Double? = null, val minValue: Double? = null, val paramType: GetLoanProductsParamType? = null, val valueConditionType: GetLoanProductsValueConditionType? = null)
Link copied to clipboard
@Serializable
data class GetLoanProductsProductIdResponse(val accountingMappings: GetLoanAccountingMappings? = null, val accountingRule: GetLoanProductsAccountingRule? = null, val amortizationType: GetLoanProductsAmortizationType? = null, val annualInterestRate: Double? = null, val charges: List<Int>? = null, val currency: GetLoanProductsCurrency? = null, val delinquencyBucket: GetDelinquencyBucketsResponse? = null, val disableScheduleExtensionForDownPayment: Boolean? = null, val disallowExpectedDisbursements: Boolean? = null, val disbursedAmountPercentageForDownPayment: Double? = null, val dueDaysForRepaymentEvent: Int? = null, val enableAutoRepaymentForDownPayment: Boolean? = null, val enableDownPayment: Boolean? = null, val enableInstallmentLevelDelinquency: Boolean? = null, val feeToIncomeAccountMappings: Set<GetLoanFeeToIncomeAccountMappings>? = null, val fixedPrincipalPercentagePerInstallment: Double? = null, val id: Long? = null, val inArrearsTolerance: Int? = null, val includeInBorrowerCycle: Boolean? = null, val interestCalculationPeriodType: GetLoansProductsInterestCalculationPeriodType? = null, val interestRateFrequencyType: GetLoanProductsInterestRateFrequencyType? = null, val interestRatePerPeriod: Double? = null, val interestRateVariationsForBorrowerCycle: List<Int>? = null, val interestType: GetLoanProductsInterestTemplateType? = null, val loanScheduleProcessingType: EnumOptionData? = null, val loanScheduleType: EnumOptionData? = null, val maxPrincipal: Double? = null, val maxTrancheCount: Int? = null, val minPrincipal: Double? = null, val multiDisburseLoan: Boolean? = null, val name: String? = null, val numberOfRepaymentVariationsForBorrowerCycle: List<Int>? = null, val numberOfRepayments: Int? = null, val outstandingLoanBalance: Double? = null, val overDueDaysForRepaymentEvent: Int? = null, val overdueDaysForNPA: Int? = null, val paymentAllocation: List<AdvancedPaymentData>? = null, val paymentChannelToFundSourceMappings: Set<GetLoanPaymentChannelToFundSourceMappings>? = null, val principal: Double? = null, val principalThresholdForLastInstalment: Int? = null, val productsPrincipalVariationsForBorrowerCycle: Set<GetLoanProductsPrincipalVariationsForBorrowerCycle>? = null, val repaymentEvery: Int? = null, val repaymentFrequencyType: GetLoanProductsRepaymentFrequencyType? = null, val repaymentStartDateType: GetLoanProductsRepaymentStartDateType? = null, val shortName: String? = null, val status: String? = null, val transactionProcessingStrategyCode: String? = null, val transactionProcessingStrategyName: String? = null, val useBorrowerCycle: Boolean? = null)

GetLoanProductsProductIdResponse

Link copied to clipboard
@Serializable
data class GetLoanProductsRepaymentFrequencyType(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetLoanProductsRepaymentStartDateType(val code: String? = null, val description: String? = null, val id: Long? = null)
@Serializable
data class GetLoanProductsRepaymentTemplateFrequencyType(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetLoanProductsRescheduleStrategyType(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetLoanProductsResponse(val accountingRule: GetLoanProductsAccountingRule? = null, val amortizationType: GetLoanProductsAmortizationType? = null, val annualInterestRate: Double? = null, val currency: GetLoanProductsCurrency? = null, val daysInMonthType: GetLoansProductsDaysInMonthType? = null, val daysInYearType: GetLoansProductsDaysInYearType? = null, val endDate: LocalDate? = null, val fixedPrincipalPercentagePerInstallment: Double? = null, val id: Long? = null, val includeInBorrowerCycle: Boolean? = null, val interestCalculationPeriodType: GetLoansProductsInterestCalculationPeriodType? = null, val interestRateFrequencyType: GetLoanProductsInterestRateFrequencyType? = null, val interestRatePerPeriod: Double? = null, val interestRateVariationsForBorrowerCycle: List<Int>? = null, val interestRecalculationData: GetLoanProductsInterestRecalculationData? = null, val interestType: GetLoanProductsInterestType? = null, val isInterestRecalculationEnabled: Boolean? = null, val maxNumberOfRepayments: Int? = null, val maxPrincipal: Double? = null, val minNumberOfRepayments: Int? = null, val minPrincipal: Double? = null, val name: String? = null, val numberOfRepaymentVariationsForBorrowerCycle: List<Int>? = null, val numberOfRepayments: Int? = null, val principal: Double? = null, val principalThresholdForLastInstalment: Int? = null, val principalVariationsForBorrowerCycle: List<Int>? = null, val repaymentEvery: Int? = null, val repaymentFrequencyType: GetLoanProductsRepaymentFrequencyType? = null, val repaymentStartDateType: GetLoanProductsRepaymentStartDateType? = null, val shortName: String? = null, val startDate: LocalDate? = null, val status: String? = null, val transactionProcessingStrategy: String? = null, val transactionProcessingStrategyName: String? = null, val useBorrowerCycle: Boolean? = null)

GetLoanProductsResponse

Link copied to clipboard
@Serializable
data class GetLoanProductsTemplateCurrency(val code: String? = null, val decimalPlaces: Int? = null, val displayLabel: String? = null, val displaySymbol: String? = null, val inMultiplesOf: Int? = null, val name: String? = null, val nameCode: String? = null)
Link copied to clipboard
@Serializable
data class GetLoanProductsTemplateResponse(val accountingMappingOptions: GetLoanProductsAccountingMappingOptions? = null, val accountingRule: GetLoanProductsAccountingRule? = null, val accountingRuleOptions: Set<GetLoanProductsAccountingRule>? = null, val advancedPaymentAllocationFutureInstallmentAllocationRules: List<EnumOptionData>? = null, val advancedPaymentAllocationTransactionTypes: List<EnumOptionData>? = null, val advancedPaymentAllocationTypes: List<EnumOptionData>? = null, val amortizationType: GetLoanProductsAmortizationType? = null, val amortizationTypeOptions: Set<GetLoanProductsAmortizationType>? = null, val chargeOptions: Set<GetLoanProductsChargeOptions>? = null, val currency: GetLoanProductsTemplateCurrency? = null, val currencyOptions: Set<GetLoanProductsCurrencyOptions>? = null, val daysInMonthType: GetLoansProductsDaysInMonthTemplateType? = null, val daysInMonthTypeOptions: Set<GetLoansProductsDaysInMonthTemplateType>? = null, val daysInYearType: GetLoanProductsDaysInYearTemplateType? = null, val daysInYearTypeOptions: Set<GetLoanProductsInterestTemplateType>? = null, val includeInBorrowerCycle: Boolean? = null, val interestCalculationPeriodType: GetLoansProductsInterestCalculationPeriodType? = null, val interestCalculationPeriodTypeOptions: Set<GetLoansProductsInterestCalculationPeriodType>? = null, val interestRateFrequencyType: GetLoanProductsInterestRateTemplateFrequencyType? = null, val interestRateFrequencyTypeOptions: Set<GetLoanProductsInterestRateTemplateFrequencyType>? = null, val interestRateVariationsForBorrowerCycle: List<Int>? = null, val interestRecalculationCompoundingTypeOptions: Set<GetLoanProductsInterestRecalculationCompoundingType>? = null, val interestRecalculationData: GetLoanProductsInterestRecalculationTemplateData? = null, val interestRecalculationFrequencyTypeOptions: Set<GetLoanProductsInterestRecalculationCompoundingFrequencyType>? = null, val interestType: GetLoanProductsInterestTemplateType? = null, val interestTypeOptions: Set<GetLoanProductsInterestTemplateType>? = null, val isInterestRecalculationEnabled: Boolean? = null, val loanScheduleProcessingTypeOptions: List<EnumOptionData>? = null, val loanScheduleTypeOptions: List<EnumOptionData>? = null, val numberOfRepaymentVariationsForBorrowerCycle: List<Int>? = null, val paymentTypeOptions: Set<GetLoanProductsPaymentTypeOptions>? = null, val preClosureInterestCalculationStrategyOptions: Set<GetLoanProductsPreClosureInterestCalculationStrategy>? = null, val principalVariationsForBorrowerCycle: List<Int>? = null, val repaymentFrequencyType: GetLoanProductsRepaymentTemplateFrequencyType? = null, val repaymentFrequencyTypeOptions: Set<GetLoanProductsRepaymentTemplateFrequencyType>? = null, val repaymentStartDateTypeOptions: Set<GetLoanProductsRepaymentStartDateType>? = null, val rescheduleStrategyTypeOptions: Set<GetLoanProductsRescheduleStrategyType>? = null, val transactionProcessingStrategyOptions: Set<GetLoanProductsTransactionProcessingStrategyOptions>? = null, val useBorrowerCycle: Boolean? = null, val valueConditionTypeOptions: Set<GetLoanProductsValueConditionTypeOptions>? = null)

GetLoanProductsTemplateResponse

@Serializable
data class GetLoanProductsTransactionProcessingStrategyOptions(val code: String? = null, val id: Long? = null, val name: String? = null)
Link copied to clipboard
@Serializable
data class GetLoanProductsValueConditionType(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetLoanProductsValueConditionTypeOptions(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetLoanRescheduleRequestResponse(val clientId: Long? = null, val clientName: String? = null, val id: Long? = null, val loanAccountNumber: String? = null, val loanId: Long? = null, val loanTermVariationsData: Set<LoanTermVariationsData>? = null, val recalculateInterest: Boolean? = null, val rescheduleFromDate: LocalDate? = null, val rescheduleFromInstallment: Int? = null, val rescheduleReasonCodeValue: RescheduleReasonsCodeValue? = null, val rescheduleReasonComment: String? = null, val statusEnum: GetLoanRescheduleRequestStatus? = null, val timeline: RescheduleReasonsTimeline? = null)

GetLoanRescheduleRequestResponse

Link copied to clipboard
@Serializable
data class GetLoanRescheduleRequestStatus(val approved: Boolean? = null, val code: String? = null, val id: Long? = null, val pendingApproval: Boolean? = null, val rejected: Boolean? = null, val value: String? = null)
Link copied to clipboard
@Serializable
data class GetLoansApprovalTemplateResponse(val approvalAmount: Double? = null, val approvalDate: LocalDate? = null, val netDisbursalAmount: Double? = null)

GetLoansApprovalTemplateResponse

Link copied to clipboard
@Serializable
data class GetLoansChargePaymentMode(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetLoansCurrency(val code: String? = null, val decimalPlaces: Int? = null, val displayLabel: String? = null, val displaySymbol: String? = null, val name: String? = null, val nameCode: String? = null)
Link copied to clipboard
@Serializable
data class GetLoansLoanIdAmortizationType(val code: String? = null, val description: String? = null, val id: Int? = null)
Link copied to clipboard
@Serializable
data class GetLoansLoanIdChargeCalculationType(val code: String? = null, val description: String? = null, val id: Int? = null)
Link copied to clipboard
@Serializable
data class GetLoansLoanIdChargePaymentMode(val code: String? = null, val description: String? = null, val id: Int? = null)
Link copied to clipboard
@Serializable
data class GetLoansLoanIdChargesChargeIdResponse(val amount: Double? = null, val amountOrPercentage: Double? = null, val amountOutstanding: Double? = null, val amountPaid: Double? = null, val amountPercentageAppliedTo: Double? = null, val amountWaived: Double? = null, val amountWrittenOff: Double? = null, val chargeCalculationType: GetLoanChargeCalculationType? = null, val chargeId: Long? = null, val chargeTimeType: GetLoanChargeTimeType? = null, val currency: GetLoanChargeCurrency? = null, val dueDate: LocalDate? = null, val externalId: String? = null, val id: Long? = null, val name: String? = null, val penalty: Boolean? = null, val percentage: Double? = null, val submittedOnDate: LocalDate? = null)

GetLoansLoanIdChargesChargeIdResponse

Link copied to clipboard
@Serializable
data class GetLoansLoanIdChargesTemplateResponse(val amountPaid: Double? = null, val amountWaived: Double? = null, val amountWrittenOff: Double? = null, val chargeOptions: Set<GetLoanChargeTemplateChargeOptions>? = null, val penalty: Boolean? = null)

GetLoansLoanIdChargesTemplateResponse

Link copied to clipboard
@Serializable
data class GetLoansLoanIdChargeTimeType(val code: String? = null, val description: String? = null, val id: Int? = null)
Link copied to clipboard
@Serializable
data class GetLoansLoanIdCodeValueData(val active: Boolean? = null, val description: String? = null, val id: Long? = null, val mandatory: Boolean? = null, val name: String? = null, val position: Int? = null)

List of GetLoansLoanIdCodeValueData

Link copied to clipboard
@Serializable
data class GetLoansLoanIdCollateralsResponse(val currency: GetCollateralCurrencyResponse? = null, val description: String? = null, val id: Long? = null, val type: GetCollateralTypeResponse? = null, val value: Long? = null)

GetLoansLoanIdCollateralsResponse

@Serializable
data class GetLoansLoanIdCollateralsTemplateResponse(val allowedCollateralTypes: Set<GetCollateralsTemplateAllowedTypes>? = null)

GetLoansLoanIdCollateralsTemplateResponse

Link copied to clipboard
@Serializable
data class GetLoansLoanIdCurrency(val code: String? = null, val decimalPlaces: Int? = null, val displayLabel: String? = null, val displaySymbol: String? = null, val name: String? = null, val nameCode: String? = null)
Link copied to clipboard
@Serializable
data class GetLoansLoanIdDelinquencyPausePeriod(val active: Boolean? = null, val pausePeriodEnd: LocalDate? = null, val pausePeriodStart: LocalDate? = null)

List of GetLoansLoanIdDelinquencyPausePeriod

Link copied to clipboard
@Serializable
data class GetLoansLoanIdDelinquencySummary(val availableDisbursementAmount: Double? = null, val delinquencyPausePeriods: List<GetLoansLoanIdDelinquencyPausePeriod>? = null, val delinquentAmount: Double? = null, val delinquentDate: LocalDate? = null, val delinquentDays: Int? = null, val installmentLevelDelinquency: List<GetLoansLoanIdLoanInstallmentLevelDelinquency>? = null, val lastPaymentAmount: Double? = null, val lastPaymentDate: LocalDate? = null, val lastRepaymentAmount: Double? = null, val lastRepaymentDate: LocalDate? = null, val nextPaymentDueDate: LocalDate? = null, val pastDueDays: Int? = null)

Delinquent data

Link copied to clipboard
@Serializable
data class GetLoansLoanIdDisbursementDetails(val actualDisbursementDate: LocalDate? = null, val approvedPrincipal: Float? = null, val chargeAmount: Double? = null, val dateFormat: String? = null, val expectedDisbursementDate: LocalDate? = null, val id: Int? = null, val loanChargeId: String? = null, val locale: String? = null, val netDisbursalAmount: Double? = null, val note: String? = null, val principal: Double? = null, val waivedChargeAmount: Double? = null)
Link copied to clipboard
@Serializable
data class GetLoansLoanIdEnumOptionData(val code: String? = null, val id: Long? = null, val value: String? = null)

Enum option data

Link copied to clipboard
@Serializable
data class GetLoansLoanIdFeeFrequency(val code: String? = null, val description: String? = null, val id: Int? = null)
@Serializable
data class GetLoansLoanIdInterestCalculationPeriodType(val code: String? = null, val description: String? = null, val id: Int? = null)
Link copied to clipboard
@Serializable
data class GetLoansLoanIdInterestRateFrequencyType(val code: String? = null, val description: String? = null, val id: Int? = null)
Link copied to clipboard
@Serializable
data class GetLoansLoanIdInterestType(val code: String? = null, val description: String? = null, val id: Int? = null)
Link copied to clipboard
@Serializable
data class GetLoansLoanIdLinkedAccount(val accountNo: Long? = null, val id: Int? = null)
Link copied to clipboard
@Serializable
data class GetLoansLoanIdLoanChargeData(val amount: Double? = null, val amountOrPercentage: Double? = null, val amountOutstanding: Double? = null, val amountPaid: Double? = null, val amountPercentageAppliedTo: Double? = null, val amountWaived: Double? = null, val amountWrittenOff: Double? = null, val chargeCalculationType: GetLoansLoanIdEnumOptionData? = null, val chargeId: Long? = null, val chargePayable: Boolean? = null, val chargePaymentMode: GetLoansLoanIdEnumOptionData? = null, val chargeTimeType: GetLoansLoanIdEnumOptionData? = null, val currency: GetLoansLoanIdCurrency? = null, val dueDate: LocalDate? = null, val id: Long? = null, val installmentChargeData: List<GetLoansLoanIdLoanInstallmentChargeData>? = null, val loanId: Long? = null, val maxCap: Double? = null, val minCap: Double? = null, val name: String? = null, val paid: Boolean? = null, val penalty: Boolean? = null, val percentage: Double? = null, val waived: Boolean? = null)

Set of charges

Link copied to clipboard
@Serializable
data class GetLoansLoanIdLoanChargePaidByData(val amount: Double? = null, val chargeId: Long? = null, val id: Long? = null, val installmentNumber: Int? = null, val name: String? = null, val transactionId: Long? = null)

List of GetLoansLoanIdLoanChargePaidByData

Link copied to clipboard
@Serializable
data class GetLoansLoanIdLoanInstallmentChargeData(val amount: Double? = null, val amountAccrued: Double? = null, val amountOutstanding: Double? = null, val amountUnrecognized: Double? = null, val amountWaived: Double? = null, val dueDate: LocalDate? = null, val installmentNumber: Int? = null, val paid: Boolean? = null, val waived: Boolean? = null)

List of GetLoansLoanIdLoanInstallmentChargeData

@Serializable
data class GetLoansLoanIdLoanInstallmentLevelDelinquency(val classification: String? = null, val delinquentAmount: Double? = null, val maximumAgeDays: Int? = null, val minimumAgeDays: Int? = null, val rangeId: Long? = null)

List of GetLoansLoanIdLoanInstallmentLevelDelinquency

@Serializable
data class GetLoansLoanIdLoanRepaymentScheduleInstallmentData(val amount: Double? = null, val date: LocalDate? = null, val id: Long? = null, val installmentId: Int? = null)

List of GetLoansLoanIdLoanRepaymentScheduleInstallmentData

Link copied to clipboard
@Serializable
data class GetLoansLoanIdLoanTransactionEnumData(val accrual: Boolean? = null, val approveTransfer: Boolean? = null, val chargeAdjustment: Boolean? = null, val chargePayment: Boolean? = null, val chargeoff: Boolean? = null, val code: String? = null, val contra: Boolean? = null, val creditBalanceRefund: Boolean? = null, val disbursement: Boolean? = null, val goodwillCredit: Boolean? = null, val id: Long? = null, val initiateTransfer: Boolean? = null, val merchantIssuedRefund: Boolean? = null, val payoutRefund: Boolean? = null, val recoveryRepayment: Boolean? = null, val refund: Boolean? = null, val refundForActiveLoans: Boolean? = null, val rejectTransfer: Boolean? = null, val repayment: Boolean? = null, val repaymentAtDisbursement: Boolean? = null, val value: String? = null, val waiveCharges: Boolean? = null, val waiveInterest: Boolean? = null, val withdrawTransfer: Boolean? = null, val writeOff: Boolean? = null)

Transaction type

Link copied to clipboard
@Serializable
data class GetLoansLoanIdLoanTransactionRelation(val amount: Double? = null, val fromLoanTransaction: Long? = null, val paymentType: String? = null, val relationType: String? = null, val toLoanCharge: Long? = null, val toLoanTransaction: Long? = null)

List of GetLoansLoanIdLoanTransactionRelationData

Link copied to clipboard
@Serializable
data class GetLoansLoanIdLoanType(val code: String? = null, val description: String? = null, val id: Int? = null)
Link copied to clipboard
@Serializable
data class GetLoansLoanIdOverdueCharges(val active: Boolean? = null, val amount: Float? = null, val chargeAppliesTo: GetLoanChargeTemplateChargeAppliesTo? = null, val chargeCalculationType: GetLoansLoanIdChargeCalculationType? = null, val chargePaymentMode: GetLoansLoanIdChargePaymentMode? = null, val chargeTimeType: GetLoansLoanIdChargeTimeType? = null, val currency: GetLoanCurrency? = null, val feeFrequency: GetLoansLoanIdFeeFrequency? = null, val feeInterval: Int? = null, val id: Int? = null, val name: String? = null, val penalty: Boolean? = null)
Link copied to clipboard
@Serializable
data class GetLoansLoanIdPaymentDetailData(val accountNumber: String? = null, val bankNumber: String? = null, val checkNumber: String? = null, val id: Long? = null, val paymentType: GetLoansLoanIdPaymentType? = null, val receiptNumber: String? = null, val routingCode: String? = null)

Payment detail

Link copied to clipboard
@Serializable
data class GetLoansLoanIdPaymentType(val description: String? = null, val id: Long? = null, val isCashPayment: Boolean? = null, val name: String? = null, val position: Long? = null)

List of GetLoansLoanIdPaymentType

Link copied to clipboard
@Serializable
data class GetLoansLoanIdRepaymentFrequencyType(val code: String? = null, val description: String? = null, val id: Int? = null)
Link copied to clipboard
@Serializable
data class GetLoansLoanIdRepaymentPeriod(val complete: Boolean? = null, val daysInPeriod: Long? = null, val downPaymentPeriod: Boolean? = null, val dueDate: LocalDate? = null, val feeChargesDue: Double? = null, val feeChargesOutstanding: Double? = null, val feeChargesPaid: Double? = null, val feeChargesWaived: Double? = null, val feeChargesWrittenOff: Double? = null, val fromDate: LocalDate? = null, val interestDue: Double? = null, val interestOriginalDue: Double? = null, val interestOutstanding: Double? = null, val interestPaid: Double? = null, val interestWaived: Double? = null, val interestWrittenOff: Double? = null, val obligationsMetOnDate: LocalDate? = null, val penaltyChargesDue: Double? = null, val penaltyChargesOutstanding: Double? = null, val penaltyChargesPaid: Double? = null, val penaltyChargesWaived: Double? = null, val penaltyChargesWrittenOff: Double? = null, val period: Int? = null, val principalDue: Double? = null, val principalLoanBalanceOutstanding: Double? = null, val principalOriginalDue: Double? = null, val principalOutstanding: Double? = null, val principalPaid: Double? = null, val principalWrittenOff: Double? = null, val totalActualCostOfLoanForPeriod: Double? = null, val totalCredits: Double? = null, val totalDueForPeriod: Double? = null, val totalInstallmentAmountForPeriod: Double? = null, val totalOriginalDueForPeriod: Double? = null, val totalOutstandingForPeriod: Double? = null, val totalPaidForPeriod: Double? = null, val totalPaidInAdvanceForPeriod: Double? = null, val totalPaidLateForPeriod: Double? = null, val totalWaivedForPeriod: Double? = null, val totalWrittenOffForPeriod: Double? = null)
Link copied to clipboard
@Serializable
data class GetLoansLoanIdRepaymentSchedule(val currency: GetLoansLoanIdCurrency? = null, val loanTermInDays: Long? = null, val periods: List<GetLoansLoanIdRepaymentPeriod>? = null, val totalFeeChargesCharged: Double? = null, val totalInterestCharged: Double? = null, val totalOutstanding: Double? = null, val totalPaidInAdvance: Double? = null, val totalPaidLate: Double? = null, val totalPenaltyChargesCharged: Double? = null, val totalPrincipalDisbursed: Double? = null, val totalPrincipalExpected: Double? = null, val totalPrincipalPaid: Double? = null, val totalRepaymentExpected: Double? = null, val totalWaived: Double? = null, val totalWrittenOff: Double? = null)
Link copied to clipboard
@Serializable
data class GetLoansLoanIdResponse(val accountNo: String? = null, val amortizationType: GetLoansLoanIdAmortizationType? = null, val annualInterestRate: Int? = null, val approvedPrincipal: Double? = null, val chargedOff: Boolean? = null, val charges: List<GetLoansLoanIdLoanChargeData>? = null, val clientExternalId: String? = null, val clientId: Long? = null, val clientName: String? = null, val clientOfficeId: Long? = null, val currency: GetLoansLoanIdCurrency? = null, val delinquencyRange: GetDelinquencyRangesResponse? = null, val delinquent: GetLoansLoanIdDelinquencySummary? = null, val disableScheduleExtensionForDownPayment: Boolean? = null, val disallowExpectedDisbursements: Boolean? = null, val disbursedAmountPercentageForDownPayment: Double? = null, val disbursementDetails: Set<GetLoansLoanIdDisbursementDetails>? = null, val enableAutoRepaymentForDownPayment: Boolean? = null, val enableDownPayment: Boolean? = null, val enableInstallmentLevelDelinquency: Boolean? = null, val externalId: String? = null, val fixedPrincipalPercentagePerInstallment: Double? = null, val fraud: Boolean? = null, val id: Long? = null, val inArrearsTolerance: Int? = null, val interestCalculationPeriodType: GetLoansLoanIdInterestCalculationPeriodType? = null, val interestRateFrequencyType: GetLoansLoanIdInterestRateFrequencyType? = null, val interestRatePerPeriod: Double? = null, val interestType: GetLoansLoanIdInterestType? = null, val isFloatingInterestRate: Boolean? = null, val lastClosedBusinessDate: LocalDate? = null, val loanOfficerId: Long? = null, val loanOfficerName: String? = null, val loanProductDescription: String? = null, val loanProductId: Long? = null, val loanProductName: String? = null, val loanPurposeId: Long? = null, val loanPurposeName: String? = null, val loanScheduleProcessingType: EnumOptionData? = null, val loanScheduleType: EnumOptionData? = null, val loanType: GetLoansLoanIdLoanType? = null, val netDisbursalAmount: Double? = null, val numberOfRepayments: Int? = null, val overpaidOnDate: LocalDate? = null, val principal: Double? = null, val proposedPrincipal: Double? = null, val repaymentEvery: Int? = null, val repaymentFrequencyType: GetLoansLoanIdRepaymentFrequencyType? = null, val repaymentSchedule: GetLoansLoanIdRepaymentSchedule? = null, val status: GetLoansLoanIdStatus? = null, val summary: GetLoansLoanIdSummary? = null, val termFrequency: Int? = null, val termPeriodFrequencyType: GetLoansLoanIdTermPeriodFrequencyType? = null, val timeline: GetLoansLoanIdTimeline? = null, val totalOverpaid: Double? = null, val transactionProcessingStrategyCode: String? = null, val transactions: List<GetLoansLoanIdTransactions>? = null)

GetLoansLoanIdResponse

Link copied to clipboard
@Serializable
data class GetLoansLoanIdStatus(val active: Boolean? = null, val closed: Boolean? = null, val closedObligationsMet: Boolean? = null, val closedRescheduled: Boolean? = null, val closedWrittenOff: Boolean? = null, val code: String? = null, val description: String? = null, val id: Int? = null, val overpaid: Boolean? = null, val pendingApproval: Boolean? = null, val waitingForDisbursal: Boolean? = null)
Link copied to clipboard
@Serializable
data class GetLoansLoanIdSummary(val canDisburse: Boolean? = null, val chargeOffReason: String? = null, val chargeOffReasonId: Long? = null, val currency: GetLoansLoanIdCurrency? = null, val disbursementDetails: Set<GetLoansLoanIdDisbursementDetails>? = null, val emiAmountVariations: Set<Any>? = null, val feeChargesCharged: Double? = null, val feeChargesDueAtDisbursementCharged: Double? = null, val feeChargesOutstanding: Double? = null, val feeChargesOverdue: Double? = null, val feeChargesPaid: Double? = null, val feeChargesWaived: Double? = null, val feeChargesWrittenOff: Double? = null, val fixedEmiAmount: Double? = null, val inArrears: Boolean? = null, val interestCharged: Double? = null, val interestOutstanding: Double? = null, val interestOverdue: Double? = null, val interestPaid: Double? = null, val interestWaived: Double? = null, val interestWrittenOff: Double? = null, val isNPA: Boolean? = null, val linkedAccount: GetLoansLoanIdLinkedAccount? = null, val maxOutstandingLoanBalance: Double? = null, val overdueCharges: Set<GetLoansLoanIdOverdueCharges>? = null, val overdueSinceDate: LocalDate? = null, val penaltyChargesCharged: Double? = null, val penaltyChargesOutstanding: Double? = null, val penaltyChargesOverdue: Double? = null, val penaltyChargesPaid: Double? = null, val penaltyChargesWaived: Double? = null, val penaltyChargesWrittenOff: Double? = null, val principalAdjustments: Double? = null, val principalDisbursed: Double? = null, val principalOutstanding: Double? = null, val principalOverdue: Double? = null, val principalPaid: Double? = null, val principalWrittenOff: Double? = null, val totalChargeAdjustment: Double? = null, val totalChargeAdjustmentReversed: Double? = null, val totalChargeback: Double? = null, val totalCostOfLoan: Double? = null, val totalCreditBalanceRefund: Double? = null, val totalCreditBalanceRefundReversed: Double? = null, val totalExpectedCostOfLoan: Double? = null, val totalExpectedRepayment: Double? = null, val totalGoodwillCredit: Double? = null, val totalGoodwillCreditReversed: Double? = null, val totalMerchantRefund: Double? = null, val totalMerchantRefundReversed: Double? = null, val totalOutstanding: Double? = null, val totalOverdue: Double? = null, val totalPayoutRefund: Double? = null, val totalPayoutRefundReversed: Double? = null, val totalRecovered: Double? = null, val totalRepayment: Double? = null, val totalRepaymentTransaction: Double? = null, val totalRepaymentTransactionReversed: Double? = null, val totalWaived: Double? = null, val totalWrittenOff: Double? = null, val writeoffReason: String? = null, val writeoffReasonId: Long? = null)
Link copied to clipboard
@Serializable
data class GetLoansLoanIdTermPeriodFrequencyType(val code: String? = null, val description: String? = null, val id: Int? = null)
Link copied to clipboard
@Serializable
data class GetLoansLoanIdTimeline(val actualDisbursementDate: LocalDate? = null, val actualMaturityDate: LocalDate? = null, val approvedByFirstname: String? = null, val approvedByLastname: String? = null, val approvedByUsername: String? = null, val approvedOnDate: LocalDate? = null, val chargedOffByFirstname: String? = null, val chargedOffByLastname: String? = null, val chargedOffByUsername: String? = null, val chargedOffOnDate: LocalDate? = null, val closedOnDate: LocalDate? = null, val disbursedByFirstname: String? = null, val disbursedByLastname: String? = null, val disbursedByUsername: String? = null, val expectedDisbursementDate: LocalDate? = null, val expectedMaturityDate: LocalDate? = null, val submittedByFirstname: String? = null, val submittedByLastname: String? = null, val submittedByUsername: String? = null, val submittedOnDate: LocalDate? = null)
Link copied to clipboard
@Serializable
data class GetLoansLoanIdTransactions(val accountId: Long? = null, val accountNumber: String? = null, val amount: Double? = null, val bankNumber: Int? = null, val checkNumber: Int? = null, val currency: GetLoansLoanIdCurrency? = null, val date: LocalDate? = null, val dateFormat: String? = null, val externalId: String? = null, val feeChargesPortion: Double? = null, val fixedEmiAmount: Double? = null, val id: Long? = null, val interestPortion: Double? = null, val loanChargePaidByList: List<GetLoansLoanIdLoanChargePaidByData>? = null, val loanRepaymentScheduleInstallments: List<GetLoansLoanIdLoanRepaymentScheduleInstallmentData>? = null, val locale: String? = null, val manuallyReversed: Boolean? = null, val netDisbursalAmount: Double? = null, val numberOfRepayments: Int? = null, val officeId: Long? = null, val officeName: String? = null, val outstandingLoanBalance: Double? = null, val overpaymentPortion: Double? = null, val paymentDetailData: GetLoansLoanIdPaymentDetailData? = null, val paymentTypeId: Int? = null, val paymentTypeOptions: List<GetLoansLoanIdPaymentType>? = null, val penaltyChargesPortion: Double? = null, val possibleNextRepaymentDate: LocalDate? = null, val principalPortion: Double? = null, val receiptNumber: Int? = null, val reversalExternalId: String? = null, val reversedOnDate: LocalDate? = null, val routingCode: Int? = null, val submittedOnDate: LocalDate? = null, val transactionAmount: Double? = null, val transactionDate: LocalDate? = null, val transactionRelations: Set<GetLoansLoanIdLoanTransactionRelation>? = null, val transactionType: String? = null, val type: GetLoansLoanIdLoanTransactionEnumData? = null, val unrecognizedIncomePortion: Double? = null, val writeOffReasonOptions: List<GetLoansLoanIdCodeValueData>? = null)

Set of GetLoansLoanIdTransactions

@Serializable
data class GetLoansLoanIdTransactionsTemplateResponse(val date: LocalDate? = null, val total: GetLoansTotal? = null, val transactionType: GetLoansTransactionType? = null)

GetLoansLoanIdTransactionsTemplateResponse

@Serializable
data class GetLoansLoanIdTransactionsTransactionIdResponse(val amount: Double? = null, val currency: GetLoansCurrency? = null, val date: LocalDate? = null, val externalId: String? = null, val feeChargesPortion: Double? = null, val id: Long? = null, val interestPortion: Double? = null, val loanChargePaidByList: Set<GetLoansLoanIdLoanChargePaidByData>? = null, val manuallyReversed: Boolean? = null, val netDisbursalAmount: Double? = null, val outstandingLoanBalance: Double? = null, val overpaymentPortion: Double? = null, val paymentDetailData: PaymentDetailData? = null, val penaltyChargesPortion: Double? = null, val possibleNextRepaymentDate: LocalDate? = null, val principalPortion: Double? = null, val reversalExternalId: String? = null, val reversedOnDate: LocalDate? = null, val submittedOnDate: LocalDate? = null, val transactionRelations: Set<GetLoanTransactionRelation>? = null, val type: GetLoansType? = null, val unrecognizedIncomePortion: Double? = null)

GetLoansLoanIdTransactionsTransactionIdResponse

Link copied to clipboard
@Serializable
data class GetLoansProductsDaysInMonthTemplateType(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetLoansProductsDaysInMonthType(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetLoansProductsDaysInYearType(val code: String? = null, val description: String? = null, val id: Long? = null)
@Serializable
data class GetLoansProductsInterestCalculationPeriodType(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetLoansResponse(val pageItems: Set<GetLoansLoanIdResponse>? = null, val totalFilteredRecords: Int? = null)

GetLoansResponse

Link copied to clipboard
@Serializable
data class GetLoansTemplateProductOptions(val id: Long? = null, val name: String? = null)
Link copied to clipboard
@Serializable
data class GetLoansTemplateResponse(val clientId: Long? = null, val clientName: String? = null, val clientOfficeId: Long? = null, val productOptions: Set<GetLoansTemplateProductOptions>? = null, val timeline: GetLoansTemplateTimeline? = null)

GetLoansTemplateResponse

Link copied to clipboard
@Serializable
data class GetLoansTemplateTimeline(val expectedDisbursementDate: LocalDate? = null)
Link copied to clipboard
@Serializable
data class GetLoansTotal(val amount: Float? = null, val currencyCode: String? = null, val defaultName: String? = null, val digitsAfterDecimal: Int? = null, val displaySymbol: String? = null, val displaySymbolValue: String? = null, val greaterThanZero: Boolean? = null, val inMultiplesOf: Int? = null, val nameCode: String? = null, val zero: Boolean? = null)
Link copied to clipboard
@Serializable
data class GetLoansTransactionType(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetLoansType(val code: String? = null, val contra: Boolean? = null, val description: String? = null, val disbursement: Boolean? = null, val externalId: String? = null, val externalLoanId: String? = null, val id: Long? = null, val loanId: Long? = null, val recoveryRepayment: Boolean? = null, val repayment: Boolean? = null, val repaymentAtDisbursement: Boolean? = null, val waiveCharges: Boolean? = null, val waiveInterest: Boolean? = null, val writeOff: Boolean? = null)
Link copied to clipboard
@Serializable
data class GetLoanTransactionRelation(val amount: Double? = null, val fromLoanTransaction: Long? = null, val paymentType: String? = null, val relationType: String? = null, val toLoanCharge: Long? = null, val toLoanTransaction: Long? = null)
Link copied to clipboard
@Serializable
data class GetLockPeriodTypeEnum(val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetMakerCheckerResponse(val actionName: String? = null, val checkedOnDate: LocalDateTime? = null, val checker: String? = null, val clientId: Long? = null, val clientName: String? = null, val commandAsJson: String? = null, val entityName: String? = null, val groupLevelName: String? = null, val groupName: String? = null, val id: Long? = null, val loanAccountNo: String? = null, val loanId: Long? = null, val madeOnDate: LocalDateTime? = null, val maker: String? = null, val officeName: String? = null, val processingResult: String? = null, val resourceId: Long? = null, val savingsAccountNo: String? = null, val subresourceId: Long? = null, val url: String? = null)

GetMakerCheckerResponse

Link copied to clipboard
@Serializable
data class GetMakerCheckersSearchTemplateResponse(val actionNames: List<String>? = null, val appUsers: List<AppUserData>? = null, val entityNames: List<String>? = null, val processingResults: List<ProcessingResultLookup>? = null)

GetMakerCheckersSearchTemplateResponse

Link copied to clipboard
@Serializable
data class GetNotesNoteType(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetNotification(val action: String? = null, val actorId: Long? = null, val content: String? = null, val createdAt: String? = null, val id: Long? = null, val isRead: Boolean? = null, val isSystemGenerated: Boolean? = null, val objectId: Long? = null, val objectType: String? = null, val officeId: Long? = null, val tenantIdentifier: String? = null, val userIds: List<Long>? = null)
Link copied to clipboard
@Serializable
data class GetNotificationsResponse(val pageItems: List<GetNotification>? = null, val totalFilteredRecords: Int? = null)

GetNotificationsResponse

Link copied to clipboard
@Serializable
data class GetObligeeData(val accountNumber: String? = null, val amountReleased: Double? = null, val amountTransferred: Double? = null, val displayName: String? = null, val firstName: String? = null, val guaranteeAmount: Double? = null, val lastName: String? = null, val loanAmount: Double? = null)
Link copied to clipboard
@Serializable
data class GetOfficesResponse(val allowedParents: List<GetOfficesResponse>? = null, val dateFormat: String? = null, val externalId: String? = null, val hierarchy: String? = null, val id: Long? = null, val locale: String? = null, val name: String? = null, val nameDecorated: String? = null, val openingDate: LocalDate? = null)

GetOfficesResponse

Link copied to clipboard
@Serializable
data class GetOfficesTemplateResponse(val allowedParents: List<GetOfficesResponse>? = null, val openingDate: LocalDate? = null)

GetOfficesTemplateResponse

Link copied to clipboard
@Serializable
data class GetOldestCOBProcessedLoanResponse(val cobBusinessDate: LocalDate? = null, val cobProcessedDate: LocalDate? = null, val loanIds: List<Long>? = null)

GetOldestCOBProcessedLoanResponse

Link copied to clipboard
@Serializable
data class GetPageItemsStandingInstructionSwagger(val accountDetailId: Long? = null, val amount: Float? = null, val fromAccount: GetFromAccountStandingInstructionSwagger? = null, val fromAccountType: GetFromAccountTypeStandingInstructionSwagger? = null, val fromClient: GetFromClientStandingInstructionSwagger? = null, val fromOffice: GetFromOfficeStandingInstructionSwagger? = null, val id: Long? = null, val instructionType: GetInstructionTypeStandingInstructionSwagger? = null, val name: String? = null, val priority: GetPriorityStandingInstructionSwagger? = null, val recurrenceFrequency: GetRecurrenceFrequencyStandingInstructionSwagger? = null, val recurrenceInterval: Int? = null, val recurrenceOnMonthDay: LocalDate? = null, val recurrenceType: GetRecurrenceTypeStandingInstructionSwagger? = null, val status: GetStatusStandingInstructionSwagger? = null, val toAccount: GetToAccountStandingInstructionSwagger? = null, val toAccountType: GetToAccountTypeStandingInstructionSwagger? = null, val toClient: GetToClientStandingInstructionSwagger? = null, val toOffice: GetToOfficeStandingInstructionSwagger? = null, val transferType: GetTransferTypeStandingInstructionSwagger? = null, val validFrom: LocalDate? = null)
Link copied to clipboard
@Serializable
data class GetPasswordPreferencesTemplateResponse(val active: Boolean? = null, val description: String? = null, val id: Long? = null, val key: String? = null)

GetPasswordPreferencesTemplateResponse

Link copied to clipboard
@Serializable
data class GetPaymentTypeData(val id: Long? = null, val isSystemDefined: Boolean? = null, val name: String? = null)
Link copied to clipboard
@Serializable
data class GetPaymentTypesPaymentTypeIdResponse(val codeName: String? = null, val description: String? = null, val id: Long? = null, val isCashPayment: Boolean? = null, val isSystemDefined: Boolean? = null, val name: String? = null, val position: Int? = null)

GetPaymentTypesPaymentTypeIdResponse

Link copied to clipboard
@Serializable
data class GetPaymentTypesResponse(val codeName: String? = null, val description: String? = null, val id: Long? = null, val isCashPayment: Boolean? = null, val isSystemDefined: Boolean? = null, val name: String? = null, val position: Int? = null)

GetPaymentTypesResponse

Link copied to clipboard
@Serializable
data class GetPermissionsResponse(val actionName: String? = null, val code: String? = null, val entityName: String? = null, val grouping: String? = null, val selected: Boolean? = null)

GetPermissionsResponse

Link copied to clipboard
@Serializable
data class GetPocketData(val row: String? = null)
Link copied to clipboard
@Serializable
data class GetPocketLoanAccounts(val accountId: Long? = null, val accountNumber: Int? = null, val accountType: Int? = null, val id: Long? = null, val pocketId: Long? = null)
Link copied to clipboard
@Serializable
data class GetPocketSavingAccounts(val accountId: Long? = null, val accountNumber: Int? = null, val accountType: Int? = null, val id: Long? = null, val pocketId: Long? = null)
Link copied to clipboard
@Serializable
data class GetPostDatedChecks(val accountNo: Long? = null, val amount: Double? = null, val date: LocalDate? = null, val id: Long? = null, val installmentId: Int? = null, val name: String? = null)

GetPostDatedChecks

@Serializable
data class GetPriorityOptionsResponseStandingInstructionSwagger(val code: String? = null, val description: String? = null, val id: Int? = null)
Link copied to clipboard
@Serializable
data class GetPriorityStandingInstructionSwagger(val code: String? = null, val description: String? = null, val id: Int? = null)
Link copied to clipboard
@Serializable
data class GetProductsAccountingMappingOptions(val assetAccountOptions: Set<GetProductsAssetAccountOptions>? = null, val equityAccountOptions: Set<GetProductsEquityAccountOptions>? = null, val incomeAccountOptions: Set<GetProductsIncomeAccountOptions>? = null, val liabilityAccountOptions: Set<GetProductsLiabilityAccountOptions>? = null)
Link copied to clipboard
@Serializable
data class GetProductsAccountingMappings(val incomeFromFeeAccountId: GetIncomeFromFeeAccountId? = null, val shareEquityId: GetShareEquityId? = null, val shareReferenceId: GetShareReferenceId? = null, val shareSuspenseId: GetShareSuspenseId? = null)
Link copied to clipboard
@Serializable
data class GetProductsAccountingRule(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetProductsAssetAccountOptions(val description: String? = null, val disabled: Boolean? = null, val glCode: String? = null, val id: Long? = null, val manualEntriesAllowed: Boolean? = null, val name: String? = null, val nameDecorated: String? = null, val tagId: GetProductsTagId? = null, val type: GetAssetType? = null, val usage: GetProductsLiabilityUsage? = null)
Link copied to clipboard
@Serializable
data class GetProductsCharges(val active: Boolean? = null, val amount: Int? = null, val chargeAppliesTo: GetChargeAppliesTo? = null, val chargeCalculationType: GetChargeCalculationType? = null, val chargePaymentMode: GetChargePaymentMode? = null, val chargeTimeType: GetChargeTimeType? = null, val currency: GetChargesCurrency? = null, val id: Long? = null, val name: String? = null, val penalty: Boolean? = null)
Link copied to clipboard
@Serializable
data class GetProductsCurrency(val code: String? = null, val decimalPlaces: Int? = null, val displayLabel: String? = null, val displaySymbol: String? = null, val inMultiplesOf: Int? = null, val name: String? = null, val nameCode: String? = null)
Link copied to clipboard
@Serializable
data class GetProductsEquityAccountOptions(val disabled: Boolean? = null, val glCode: String? = null, val id: Long? = null, val manualEntriesAllowed: Boolean? = null, val name: String? = null, val nameDecorated: String? = null, val tagId: GetProductsTagId? = null, val type: GetEquityType? = null, val usage: GetProductsLiabilityUsage? = null)
Link copied to clipboard
@Serializable
data class GetProductsIncomeAccountOptions(val description: String? = null, val disabled: Boolean? = null, val glCode: String? = null, val id: Long? = null, val manualEntriesAllowed: Boolean? = null, val name: String? = null, val nameDecorated: String? = null, val tagId: GetProductsTagId? = null, val type: GetIncomeType? = null, val usage: GetProductsLiabilityUsage? = null)
Link copied to clipboard
@Serializable
data class GetProductsLiabilityAccountOptions(val description: String? = null, val disabled: Boolean? = null, val glCode: String? = null, val id: Long? = null, val manualEntriesAllowed: Boolean? = null, val name: String? = null, val nameDecorated: String? = null, val tagId: GetProductsTagId? = null, val type: GetProductsLiabilityType? = null, val usage: GetProductsLiabilityUsage? = null)
Link copied to clipboard
@Serializable
data class GetProductsLiabilityType(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetProductsLiabilityUsage(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetProductsMarketPrice(val fromDate: String? = null, val id: Long? = null, val shareValue: Int? = null)
@Serializable
data class GetProductsMinimumActivePeriodFrequencyTypeOptions(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetProductsPageItems(val id: Long? = null, val name: String? = null, val shortName: String? = null, val totalShares: Int? = null)
Link copied to clipboard
@Serializable
data class GetProductsTagId(val id: Long? = null, val isActive: Boolean? = null)
Link copied to clipboard
@Serializable
data class GetProductsTypeProductIdResponse(val accountingMappingOptions: GetProductsAccountingMappingOptions? = null, val accountingMappings: GetProductsAccountingMappings? = null, val accountingRule: GetProductsAccountingRule? = null, val allowDividendCalculationForInactiveClients: Boolean? = null, val chargeOptions: Set<GetProductsCharges>? = null, val charges: Set<GetProductsCharges>? = null, val currency: GetProductsCurrency? = null, val currencyOptions: Set<GetChargesCurrency>? = null, val description: String? = null, val id: Long? = null, val lockPeriodTypeEnum: GetLockPeriodTypeEnum? = null, val lockinPeriod: Int? = null, val lockinPeriodFrequencyTypeOptions: Set<GetProductsMinimumActivePeriodFrequencyTypeOptions>? = null, val marketPrice: Set<GetProductsMarketPrice>? = null, val maximumShares: Int? = null, val minimumActivePeriod: Int? = null, val minimumActivePeriodForDividendsTypeEnum: GetLockPeriodTypeEnum? = null, val minimumActivePeriodFrequencyTypeOptions: Set<GetProductsMinimumActivePeriodFrequencyTypeOptions>? = null, val minimumShares: Int? = null, val name: String? = null, val nominalShares: Int? = null, val shareCapital: Int? = null, val shortName: String? = null, val totalShares: Int? = null, val totalSharesIssued: Int? = null, val unitPrice: Int? = null)

GetProductsTypeProductIdResponse

Link copied to clipboard
@Serializable
data class GetProductsTypeResponse(val pageItems: Set<GetProductsPageItems>? = null, val totalFilteredRecords: Int? = null)

GetProductsTypeResponse

@Serializable
data class GetProvisioningCriteriaCriteriaIdResponse(val createdBy: String? = null, val criteriaId: Long? = null, val criteriaName: String? = null, val loanProducts: List<LoanProductData>? = null, val provisioningcriteria: List<ProvisioningCriteriaDefinitionData>? = null)

GetProvisioningCriteriaCriteriaIdResponse

Link copied to clipboard
@Serializable
data class GetProvisioningCriteriaResponse(val createdBy: String? = null, val criteriaId: Long? = null, val criteriaName: String? = null)

GetProvisioningCriteriaResponse

@Serializable
data class GetRecurrenceFrequencyOptionsResponseStandingInstructionSwagger(val code: String? = null, val description: String? = null, val id: Int? = null)
@Serializable
data class GetRecurrenceFrequencyStandingInstructionSwagger(val code: String? = null, val description: String? = null, val id: Int? = null)
@Serializable
data class GetRecurrenceTypeOptionsResponseStandingInstructionSwagger(val code: String? = null, val description: String? = null, val id: Int? = null)
@Serializable
data class GetRecurrenceTypeStandingInstructionSwagger(val code: String? = null, val description: String? = null, val id: Int? = null)
Link copied to clipboard
@Serializable
data class GetRecurringCurrency(val code: String? = null, val decimalPlaces: Int? = null, val displayLabel: String? = null, val displaySymbol: String? = null, val inMultiplesOf: Int? = null, val name: String? = null, val nameCode: String? = null)
Link copied to clipboard
@Serializable
data class GetRecurringDepositAccountsAccountChart(val accountId: Long? = null, val accountNumber: Long? = null, val chartSlabs: Set<GetRecurringDepositAccountsChartSlabs>? = null, val fromDate: LocalDate? = null, val id: Long? = null, val periodTypes: Set<GetRecurringDepositAccountsPeriodTypes>? = null)
@Serializable
data class GetRecurringDepositAccountsAccountChartCurrency(val code: String? = null, val decimalPlaces: Int? = null, val displayLabel: String? = null, val displaySymbol: String? = null, val name: String? = null, val nameCode: String? = null)
@Serializable
data class GetRecurringDepositAccountsAccountIdResponse(val accountChart: GetRecurringDepositAccountsAccountChart? = null, val accountNo: Long? = null, val clientId: Long? = null, val clientName: String? = null, val currency: GetRecurringDepositAccountsCurrency? = null, val depositPeriod: Int? = null, val depositPeriodFrequency: GetRecurringDepositAccountsDepositPeriodFrequency? = null, val expectedFirstDepositOnDate: LocalDate? = null, val externalId: String? = null, val fieldOfficerId: Long? = null, val id: Long? = null, val interestCalculationDaysInYearType: GetRecurringDepositAccountsInterestCalculationDaysInYearType? = null, val interestCalculationType: GetRecurringDepositAccountsInterestCalculationType? = null, val interestCompoundingPeriodType: GetRecurringDepositAccountsInterestCompoundingPeriodType? = null, val interestPostingPeriodType: GetRecurringDepositAccountsInterestPostingPeriodType? = null, val maxDepositTerm: Int? = null, val maxDepositTermType: GetRecurringDepositAccountsMaxDepositTermType? = null, val minDepositTerm: Int? = null, val minDepositTermType: GetRecurringDepositAccountsMinDepositTermType? = null, val preClosurePenalApplicable: Boolean? = null, val recurringDepositAmount: Int? = null, val recurringDepositFrequency: Int? = null, val recurringDepositFrequencyType: GetRecurringDepositAccountsRecurringDepositFrequencyType? = null, val savingsProductId: Long? = null, val savingsProductName: String? = null, val status: GetRecurringDepositAccountsStatus? = null, val summary: GetRecurringDepositAccountsSummary? = null, val timeline: GetRecurringDepositAccountsTimeline? = null)

GetRecurringDepositAccountsAccountIdResponse

Link copied to clipboard
@Serializable
data class GetRecurringDepositAccountsChartSlabs(val annualInterestRate: Double? = null, val currency: GetRecurringDepositAccountsAccountChartCurrency? = null, val fromPeriod: Int? = null, val id: Long? = null, val periodType: GetRecurringDepositAccountsPeriodType? = null, val toPeriod: Int? = null)
Link copied to clipboard
@Serializable
data class GetRecurringDepositAccountsCurrency(val code: String? = null, val decimalPlaces: Int? = null, val displayLabel: String? = null, val displaySymbol: String? = null, val inMultiplesOf: Int? = null, val name: String? = null, val nameCode: String? = null)
@Serializable
data class GetRecurringDepositAccountsDepositPeriodFrequency(val code: String? = null, val description: String? = null, val id: Long? = null)
@Serializable
data class GetRecurringDepositAccountsInterestCalculationDaysInYearType(val code: String? = null, val description: String? = null, val id: Long? = null)
@Serializable
data class GetRecurringDepositAccountsInterestCalculationType(val code: String? = null, val description: String? = null, val id: Long? = null)
@Serializable
data class GetRecurringDepositAccountsInterestCompoundingPeriodType(val code: String? = null, val description: String? = null, val id: Long? = null)
@Serializable
data class GetRecurringDepositAccountsInterestPostingPeriodType(val code: String? = null, val description: String? = null, val id: Long? = null)
@Serializable
data class GetRecurringDepositAccountsMaxDepositTermType(val code: String? = null, val description: String? = null, val id: Long? = null)
@Serializable
data class GetRecurringDepositAccountsMinDepositTermType(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetRecurringDepositAccountsPeriodType(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetRecurringDepositAccountsPeriodTypes(val code: String? = null, val description: String? = null, val id: Long? = null)
@Serializable
data class GetRecurringDepositAccountsRecurringDepositAccountIdTransactionsTemplateResponse(val accountId: Long? = null, val accountNo: String? = null, val amount: Double? = null, val currency: GetRecurringCurrency? = null, val date: LocalDate? = null, val id: Long? = null, val paymentTypeOptions: List<Int>? = null, val reversed: Boolean? = null, val transactionType: GetRecurringTransactionType? = null)

GetRecurringDepositAccountsRecurringDepositAccountIdTransactionsTemplateResponse

@Serializable
data class GetRecurringDepositAccountsRecurringDepositAccountIdTransactionsTransactionIdResponse(val accountId: Long? = null, val accountNo: String? = null, val amount: Float? = null, val currency: GetRecurringTransactionsCurrency? = null, val date: LocalDate? = null, val id: Long? = null, val paymentDetailData: GetRecurringPaymentDetailData? = null, val reversed: Boolean? = null, val runningBalance: Int? = null, val transactionType: GetRecurringTransactionsTransactionType? = null)

GetRecurringDepositAccountsRecurringDepositAccountIdTransactionsTransactionIdResponse

@Serializable
data class GetRecurringDepositAccountsRecurringDepositFrequencyType(val code: String? = null, val description: String? = null, val id: Long? = null)
Link copied to clipboard
@Serializable
data class GetRecurringDepositAccountsResponse(val accountNo: Long? = null, val clientId: Long? = null, val clientName: String? = null, val currency: GetRecurringDepositAccountsCurrency? = null, val depositAmount: Float? = null, val depositPeriod: Int? = null, val depositPeriodFrequency: GetRecurringDepositAccountsDepositPeriodFrequency? = null, val fieldOfficerId: Long? = null, val id: Long? = null, val interestCalculationDaysInYearType: GetRecurringDepositAccountsInterestCalculationDaysInYearType? = null, val interestCalculationType: GetRecurringDepositAccountsInterestCalculationType? = null, val interestCompoundingPeriodType: GetRecurringDepositAccountsInterestCompoundingPeriodType? = null, val interestPostingPeriodType: GetRecurringDepositAccountsInterestPostingPeriodType? = null, val maturityAmount: Float? = null, val maturityDate: LocalDate? = null, val maxDepositTerm: Int? = null, val maxDepositTermType: GetRecurringDepositAccountsMaxDepositTermType? = null, val minDepositTerm: Int? = null, val minDepositTermType: GetRecurringDepositAccountsMinDepositTermType? = null, val preClosurePenalApplicable: Boolean? = null, val recurringDepositAmount: Int? = null, val recurringDepositFrequency: Int? = null, val recurringDepositFrequencyType: GetRecurringDepositAccountsRecurringDepositFrequencyType? = null, val savingsProductId: Long? = null, val savingsProductName: String? = null, val status: GetRecurringDepositAccountsStatus? = null, val summary: GetRecurringDepositAccountsSummary? = null, val timeline: GetRecurringDepositAccountsTimeline? = null)

GetRecurringDepositAccountsResponse

Link copied to clipboard
@Serializable
data class GetRecurringDepositAccountsStatus(val active: Boolean? = null, val approved: Boolean? = null, val closed: Boolean? = null, val code: String? = null, val description: String? = null, val id: Long? = null, val prematureClosed: Boolean? = null, val rejected: Boolean? = null, val submittedAndPendingApproval: Boolean? = null, val transferInProgress: Boolean? = null, val transferOnHold: Boolean? = null, val withdrawnByApplicant: Boolean? = null)
Link copied to clipboard
@Serializable
data class GetRecurringDepositAccountsSummary(val accountBalance: Float? = null, val currency: GetRecurringDepositAccountsCurrency? = null)
@Serializable
data class GetRecurringDepositAccountsTemplateResponse(val clientId: Long? = null, val clientName: String? = null, val productOptions: Set<GetRecurringProductOptions>? = null)

GetRecurringDepositAccountsTemplateResponse

Link copied to clipboard
@Serializable
data class GetRecurringDepositAccountsTimeline(val submittedByFirstname: String? = null, val submittedByLastname: String? = null, val submittedByUsername: String? = null, val submittedOnDate: LocalDate? = null)
@Serializable
data class GetRecurringDepositProductsAccountingRule(val code: String? = null, val description: String? = null, val id: Int? = null)
Link copied to clipboard
@Serializable
data class GetRecurringDepositProductsCurrency(val code: String? = null, val decimalPlaces: Int? = null, val displayLabel: String? = null, val displaySymbol: String? = null, val inMultiplesOf: Int? = null, val name: String? = null, val nameCode: String? = null)
@Serializable
data class GetRecurringDepositProductsInterestCalculationDaysInYearType(val code: String? = null, val description: String? = null, val id: Int? = null)
@Serializable
data class GetRecurringDepositProductsInterestCalculationType(val code: String? = null, val description: String? = null, val id: Int? = null)
@Serializable
data class GetRecurringDepositProductsInterestCompoundingPeriodType(val code: String? = null, val description: String? = null, val id: Int? = null)
@Serializable
data class GetRecurringDepositProductsInterestPostingPeriodType(val code: String? = null, val description: String? = null, val id: Int? = null)
@Serializable
data class GetRecurringDepositProductsMaxDepositTermType(val code: String? = null, val description: String? = null, val id: Int? = null)
@Serializable
data class GetRecurringDepositProductsMinDepositTermType(val code: String? = null, val description: String? = null, val id: Int? = null)
@Serializable
data class GetRecurringDepositProductsProductIdActiveChart(val chartSlabs: Set<GetRecurringDepositProductsProductIdChartSlabs>? = null, val fromDate: LocalDate? = null, val id: Long? = null, val periodTypes: Set<GetRecurringDepositProductsProductIdPeriodType>? = null, val savingsProductId: Long? = null, val savingsProductName: String? = null)
@Serializable
data class GetRecurringDepositProductsProductIdChartSlabs(val annualInterestRate: Double? = null, val currency: GetRecurringDepositProductsProductIdCurrency? = null, val description: String? = null, val fromPeriod: Int? = null, val id: Long? = null, val periodType: GetRecurringDepositProductsProductIdPeriodType? = null, val toPeriod: Int? = null)
@Serializable
data class GetRecurringDepositProductsProductIdCurrency(val code: String? = null, val decimalPlaces: Int? = null, val displayLabel: String? = null, val displaySymbol: String? = null, val name: String? = null, val nameCode: String? = null)
@Serializable
data class GetRecurringDepositProductsProductIdFeeToIncomeAccountMappingsCharge(val active: Boolean? = null, val id: Long? = null, val name: String? = null, val penalty: Boolean? = null)
@Serializable
data class GetRecurringDepositProductsProductIdFeeToIncomeAccountMappingsIncomeAccount(val glCode: String? = null, val id: Long? = null, val name: String? = null)
@Serializable
data class GetRecurringDepositProductsProductIdIncomeFromFeeAccount(val glCode: String? = null, val id: Long? = null, val name: String? = null)
@Serializable
data class GetRecurringDepositProductsProductIdIncomeFromPenaltyAccount(val glCode: String? = null, val id: Long? = null, val name: String? = null)
@Serializable
data class GetRecurringDepositProductsProductIdInterestCompoundingPeriodType(val code: String? = null, val description: String? = null, val id: Int? = null)
@Serializable
data class GetRecurringDepositProductsProductIdInterestOnSavingsAccount(val glCode: String? = null, val id: Long? = null, val name: String? = null)
@Serializable
data class GetRecurringDepositProductsProductIdMaxDepositTermType(val code: String? = null, val description: String? = null, val id: Long? = null)
@Serializable
data class GetRecurringDepositProductsProductIdMinDepositTermType(val code: String? = null, val description: String? = null, val id: Long? = null)
@Serializable
data class GetRecurringDepositProductsProductIdPenaltyToIncomeAccountMappingsCharge(val active: Boolean? = null, val id: Long? = null, val name: String? = null, val penalty: Boolean? = null)
@Serializable
data class GetRecurringDepositProductsProductIdPeriodType(val code: String? = null, val description: String? = null, val id: Long? = null)
@Serializable
data class GetRecurringDepositProductsProductIdPreClosurePenalInterestOnType(val code: String? = null, val description: String? = null, val id: Long? = null)
@Serializable
data class GetRecurringDepositProductsProductIdResponse(val accountingMappings: GetRecurringDepositProductsProductIdAccountingMappings? = null, val activeChart: GetRecurringDepositProductsProductIdActiveChart? = null, val currency: GetRecurringDepositProductsProductIdCurrency? = null, val description: String? = null, val feeToIncomeAccountMappings: Set<GetRecurringDepositProductsProductIdFeeToIncomeAccountMappings>? = null, val id: Long? = null, val interestCalculationDaysInYearType: GetRecurringDepositProductsInterestCalculationDaysInYearType? = null, val interestCalculationType: GetRecurringDepositProductsInterestCalculationType? = null, val interestCompoundingPeriodType: GetRecurringDepositProductsProductIdInterestCompoundingPeriodType? = null, val interestPostingPeriodType: GetRecurringDepositProductsInterestPostingPeriodType? = null, val maxDepositTerm: Int? = null, val maxDepositTermType: GetRecurringDepositProductsProductIdMaxDepositTermType? = null, val minDepositTerm: Int? = null, val minDepositTermType: GetRecurringDepositProductsProductIdMinDepositTermType? = null, val name: String? = null, val penaltyToIncomeAccountMappings: Set<GetRecurringDepositProductsProductIdPenaltyToIncomeAccountMappings>? = null, val preClosurePenalApplicable: Boolean? = null, val preClosurePenalInterest: Double? = null, val preClosurePenalInterestOnType: GetRecurringDepositProductsProductIdPreClosurePenalInterestOnType? = null, val recurringDepositFrequency: Int? = null, val recurringDepositFrequencyType: GetRecurringDepositProductsRecurringDepositFrequencyType? = null, val shortName: String? = null)

GetRecurringDepositProductsProductIdResponse

@Serializable
data class GetRecurringDepositProductsProductIdSavingsControlAccount(val glCode: String? = null, val id: Long? = null, val name: String? = null)
@Serializable
data class GetRecurringDepositProductsProductIdSavingsReferenceAccount(val glCode: String? = null, val id: Long? = null, val name: String? = null)
@Serializable
data class GetRecurringDepositProductsProductIdTransfersInSuspenseAccount(val glCode: String? = null, val id: Long? = null, val name: String? = null)
@Serializable
data class GetRecurringDepositProductsRecurringDepositFrequencyType(val code: String? = null, val description: String? = null, val id: Int? = null)
Link copied to clipboard
@Serializable
data class GetRecurringDepositProductsResponse(val accountingRule: GetRecurringDepositProductsAccountingRule? = null, val currency: GetRecurringDepositProductsCurrency? = null, val description: String? = null, val id: Long? = null, val interestCalculationDaysInYearType: GetRecurringDepositProductsInterestCalculationDaysInYearType? = null, val interestCalculationType: GetRecurringDepositProductsInterestCalculationType? = null, val interestCompoundingPeriodType: GetRecurringDepositProductsInterestCompoundingPeriodType? = null, val interestPostingPeriodType: GetRecurringDepositProductsInterestPostingPeriodType? = null, val maxDepositTerm: Int? = null, val maxDepositTermType: GetRecurringDepositProductsMaxDepositTermType? = null, val minDepositTerm: Int? = null, val minDepositTermType: GetRecurringDepositProductsMinDepositTermType? = null, val name: String? = null, val nominalAnnualInterestRate: Double? = null, val preClosurePenalApplicable: Boolean? = null, val recurringDepositFrequency: Int? = null, val recurringDepositFrequencyType: GetRecurringDepositProductsRecurringDepositFrequencyType? = null, val shortName: String? = null)

GetRecurringDepositProductsResponse

Link copied to clipboard
@Serializable
data class GetRecurringPaymentDetailData(val accountNumber: Int? = null, val bankNumber: Int? = null, val checkNumber: Int? = null, val id: Long? = null, val paymentType: GetRecurringPaymentType? = null, val receiptNumber: Int? = null, val routingCode: Int? = null)
Link copied to clipboard
@Serializable
data class GetRecurringPaymentType(val id: Long? = null, val name: String? = null)
Link copied to clipboard
@Serializable
data class GetRecurringProductOptions(val id: Long? = null, val name: String? = null)
Link copied to clipboard
@Serializable
data class GetRecurringTransactionsCurrency(val code: String? = null, val decimalPlaces: Int? = null, val displayLabel: String? = null, val displaySymbol: String? = null, val inMultiplesOf: Int? = null, val name: String? = null, val nameCode: String? = null)
Link copied to clipboard
@Serializable
data class GetRecurringTransactionsTransactionType(val code: String? = null, val deposit: Boolean? = null, val description: String? = null, val feeDeduction: Boolean? = null, val id: Long? = null, val interestPosting: Boolean? = null, val withdrawal: Boolean? = null)
Link copied to clipboard
@Serializable
data class GetRecurringTransactionType(val approveTransfer: Boolean? = null, val code: String? = null, val deposit: Boolean? = null, val description: String? = null, val feeDeduction: Boolean? = null, val id: Long? = null, val initiateTransfer: Boolean? = null, val interestPosting: Boolean? = null, val overdraftFee: Boolean? = null, val overdraftInterest: Boolean? = null, val rejectTransfer: Boolean? = null, val withdrawTransfer: Boolean? = null, val withdrawal: Boolean? = null, val writtenoff: Boolean? = null)
Link copied to clipboard
@Serializable
data class GetReportMailingJobsResponse(val description: String? = null, val emailAttachmentFileFormat: EnumOptionData? = null, val emailMessage: String? = null, val emailRecipients: String? = null, val emailSubject: String? = null, val id: Long? = null, val isActive: Boolean? = null, val name: String? = null, val nextRunDateTime: LocalDateTime? = null, val numberOfRuns: Int? = null, val recurrence: String? = null, val runAsUserId: Long? = null, val startDateTime: LocalDateTime? = null, val stretchyReport: Any? = null, val stretchyReportParamMap: String? = null, val timeline: ReportMailingJobTimelineData? = null)

GetReportMailingJobsResponse

Link copied to clipboard
@Serializable
data class GetReportMailingJobsTemplate(val emailAttachmentFileFormatOptions: List<EnumOptionData>? = null, val isActive: Boolean? = null, val stretchyReportParamDateOptions: List<EnumOptionData>? = null)

GetReportMailingJobsTemplate

Link copied to clipboard
@Serializable
data class GetReportsResponse(val coreReport: Boolean? = null, val description: String? = null, val id: Long? = null, val reportCategory: String? = null, val reportName: String? = null, val reportParameters: List<Any>? = null, val reportSql: String? = null, val reportSubType: String? = null, val reportType: String? = null, val useReport: Boolean? = null)

GetReportsResponse

Link copied to clipboard
@Serializable
data class GetReportsTemplateResponse(val allowedParameters: List<Any>? = null, val allowedReportSubTypes: List<String>? = null, val allowedReportTypes: List<String>? = null)

GetReportsTemplateResponse

Link copied to clipboard
@Serializable
data class GetRescheduleReasonsAllowedTypes(val active: Boolean? = null, val description: String? = null, val id: Long? = null, val mandatory: Boolean? = null, val name: String? = null, val position: Int? = null)
Link copied to clipboard
@Serializable
data class GetRescheduleReasonsTemplateResponse(val rescheduleReasons: Set<GetRescheduleReasonsAllowedTypes>? = null)

GetRescheduleReasonsTemplateResponse

@Serializable
data class GetResourceTypeResourceIdNotesNoteIdResponse(val clientId: Long? = null, val createdById: Long? = null, val createdByUsername: String? = null, val createdOn: LocalDateTime? = null, val id: Long? = null, val note: String? = null, val noteType: GetNotesNoteType? = null, val updatedById: Long? = null, val updatedByUsername: String? = null, val updatedOn: LocalDateTime? = null)

GetResourceTypeResourceIdNotesNoteIdResponse

Link copied to clipboard
@Serializable
data class GetResourceTypeResourceIdNotesResponse(val clientId: Long? = null, val createdById: Long? = null, val createdByUsername: String? = null, val createdOn: LocalDateTime? = null, val id: Long? = null, val note: String? = null, val noteType: GetNotesNoteType? = null, val updatedById: Long? = null, val updatedByUsername: String? = null, val updatedOn: LocalDateTime? = null)

GetResourceTypeResourceIdNotesResponse

Link copied to clipboard
@Serializable
data class GetRolesResponse(val description: String? = null, val id: Long? = null, val name: String? = null)

GetRolesResponse

Link copied to clipboard
@Serializable
data class GetRolesRoleIdPermissionsResponse(val description: String? = null, val id: Long? = null, val name: String? = null, val permissionUsageData: List<GetRolesRoleIdPermissionsResponsePermissionData>? = null)

GetRolesRoleIdPermissionsResponse

@Serializable
data class GetRolesRoleIdPermissionsResponsePermissionData(val actionName: String? = null, val code: String? = null, val entityName: String? = null, val grouping: String? = null, val selected: Boolean? = null)
Link copied to clipboard
@Serializable
data class GetRolesRoleIdResponse(val description: String? = null, val id: Long? = null, val name: String? = null)

GetRolesRoleIdResponse

Link copied to clipboard
@Serializable
data class GetRunReportColumnHeaders(val columnName: String? = null, val columnType: String? = null, val columnValues: String? = null, val isColumnNullable: Boolean? = null, val isColumnPrimaryKey: Boolean? = null)
Link copied to clipboard
@Serializable
data class GetRunReportResponse(val columnHeaders: Set<GetRunReportColumnHeaders>? = null, val data: Set<GetPocketData>? = null)

GetRunReportResponse

Link copied to clipboard
@Serializable
data class GetSavingsAccountChargesPaidByData(val amount: Double? = null, val chargeId: Long? = null)
Link copied to clipboard
@Serializable
data class GetSavingsAccountsAccountIdResponse(val accountNo: String? = null, val clientId: Int? = null, val clientName: String? = null, val currency: GetSavingsCurrency? = null, val fieldOfficerId: Int? = null, val id: Int? = null, val interestCalculationDaysInYearType: GetSavingsInterestCalculationDaysInYearType? = null, val interestCalculationType: GetSavingsInterestCalculationType? = null, val interestCompoundingPeriodType: GetSavingsInterestCompoundingPeriodType? = null, val interestPostingPeriodType: GetSavingsInterestPostingPeriodType? = null, val nominalAnnualInterestRate: Double? = null, val savingsProductId: Int? = null, val savingsProductName: String? = null, val status: GetSavingsStatus? = null, val summary: GetSavingsAccountsSummary? = null, val timeline: GetSavingsTimeline? = null)

GetSavingsAccountsAccountIdResponse

Link copied to clipboard
@Serializable
data class GetSavingsAccountsResponse(val pageItems: Set<GetSavingsPageItems>? = null, val totalFilteredRecords: Int? = null)

GetSavingsAccountsResponse

@Serializable
data class GetSavingsAccountsSavingsAccountIdChargesResponse(val accountId: Long? = null, val amount: Float? = null, val amountOrPercentage: Float? = null, val amountOutstanding: Float? = null, val amountPaid: Float? = null, val amountPercentageAppliedTo: Double? = null, val amountWaived: Float? = null, val amountWrittenOff: Float? = null, val chargeCalculationType: GetChargesChargeCalculationType? = null, val chargeId: Long? = null, val chargeTimeType: GetChargesChargeTimeType? = null, val currency: GetChargesCurrencyResponse? = null, val id: Long? = null, val name: String? = null, val penalty: Boolean? = null, val percentage: Double? = null)

GetSavingsAccountsSavingsAccountIdChargesResponse

@Serializable
data class GetSavingsAccountsSavingsAccountIdChargesSavingsAccountChargeIdResponse(val amount: Float? = null, val amountOrPercentage: Float? = null, val amountOutstanding: Float? = null, val amountPaid: Float? = null, val amountPercentageAppliedTo: Double? = null, val amountWaived: Float? = null, val amountWrittenOff: Float? = null, val chargeCalculationType: GetChargesChargeCalculationType? = null, val chargeId: Long? = null, val chargeTimeType: GetChargesChargeTimeType? = null, val currency: GetChargesCurrencyResponse? = null, val id: Long? = null, val name: String? = null, val penalty: Boolean? = null, val percentage: Double? = null)

GetSavingsAccountsSavingsAccountIdChargesSavingsAccountChargeIdResponse

@Serializable
data class GetSavingsAccountsSavingsAccountIdChargesTemplateResponse(val amountPaid: Float? = null, val amountWaived: Float? = null, val amountWrittenOff: Float? = null, val chargeOptions: Set<GetSavingsChargesOptions>? = null, val penalty: Boolean? = null)

GetSavingsAccountsSavingsAccountIdChargesTemplateResponse

Link copied to clipboard
@Serializable
data class GetSavingsAccountsSummary(val accountBalance: Double? = null, val availableBalance: Double? = null, val currency: GetSavingsCurrency? = null)
Link copied to clipboard
@Serializable
data class GetSavingsAccountsTemplateResponse(val clientId: Int? = null, val clientName: String? = null, val productOptions: Set<GetSavingsProductOptions>? = null)

GetSavingsAccountsTemplateResponse

Link copied to clipboard
@Serializable
data class GetSavingsAccountTransactionsPageItem(val accountId: Long? = null, val accountNo: String? = null, val amount: Double? = null, val chargesPaidByData: Set<GetSavingsAccountChargesPaidByData>? = null, val currency: GetTransactionsCurrency? = null, val date: LocalDate? = null, val entryType: GetSavingsAccountTransactionsPageItem.EntryType? = null, val id: Long? = null, val interestedPostedAsOn: Boolean? = null, val isManualTransaction: Boolean? = null, val isReversal: Boolean? = null, val lienTransaction: Boolean? = null, val originalTransactionId: Long? = null, val paymentDetailData: GetTransactionsPaymentDetailData? = null, val releaseTransactionId: Long? = null, val reversed: Boolean? = null, val runningBalance: Double? = null, val submittedByUsername: String? = null, val submittedOnDate: LocalDate? = null, val transactionType: GetTranscationEnumData? = null)
Link copied to clipboard
@Serializable
data class GetSavingsAssetLiabilityType(val code: String? = null, val description: String? = null, val id: Int? = null)
Link copied to clipboard
@Serializable
data class GetSavingsChargeCalculationType(val code: String? = null, val description: String? = null, val id: Int? = null)
Link copied to clipboard
@Serializable
data class GetSavingsChargePaymentMode(val code: String? = null, val description: String? = null, val id: Int? = null)
Link copied to clipboard
@Serializable
data class GetSavingsChargesChargeTimeType(val code: String? = null, val description: String? = null, val id: Int? = null)
Link copied to clipboard
@Serializable
data class GetSavingsChargesOptions(val active: Boolean? = null, val amount: Float? = null, val chargeCalculationType: GetChargesChargeCalculationType? = null, val chargeTimeType: GetSavingsChargesChargeTimeType? = null, val chargesAppliesTo: GetChargesAppliesTo? = null, val currency: GetChargesCurrencyResponse? = null, val id: Long? = null, val name: String? = null, val penalty: Boolean? = null)
Link copied to clipboard
@Serializable
data class GetSavingsChargeTimeType(val code: String? = null, val description: String? = null, val id: Int? = null)
Link copied to clipboard
@Serializable
data class GetSavingsCurrency(val code: String? = null, val decimalPlaces: Int? = null, val displayLabel: String? = null, val displaySymbol: String? = null, val name: String? = null, val nameCode: String? = null)
@Serializable
data class GetSavingsInterestCalculationDaysInYearType(val code: String? = null, val id: Int? = null, val value: String? = null)
Link copied to clipboard
@Serializable
data class GetSavingsInterestCalculationType(val code: String? = null, val id: Int? = null, val value: String? = null)
Link copied to clipboard
@Serializable
data class GetSavingsInterestCompoundingPeriodType(val code: String? = null, val id: Int? = null, val value: String? = null)
Link copied to clipboard
@Serializable
data class GetSavingsInterestPostingPeriodType(val code: String? = null, val id: Int? = null, val value: String? = null)
Link copied to clipboard
@Serializable
data class GetSavingsPageItems(val accountNo: String? = null, val clientId: Int? = null, val clientName: String? = null, val currency: GetSavingsCurrency? = null, val fieldOfficerId: Int? = null, val id: Int? = null, val interestCalculationDaysInYearType: GetSavingsInterestCalculationDaysInYearType? = null, val interestCalculationType: GetSavingsInterestCalculationType? = null, val interestCompoundingPeriodType: GetSavingsInterestCompoundingPeriodType? = null, val interestPostingPeriodType: GetSavingsInterestPostingPeriodType? = null, val nominalAnnualInterestRate: Double? = null, val savingsProductId: Int? = null, val savingsProductName: String? = null, val status: GetSavingsStatus? = null, val summary: GetSavingsSummary? = null, val timeline: GetSavingsTimeline? = null)
Link copied to clipboard
@Serializable
data class GetSavingsProductOptions(val id: Int? = null, val name: String? = null)
@Serializable
data class GetSavingsProductsAccountingMappingOptions(val assetAccountOptions: Set<GetSavingsProductsAssetAccountOptions>? = null, val expenseAccountOptions: Set<GetSavingsProductsExpenseAccountOptions>? = null, val incomeAccountOptions: Set<GetSavingsProductsIncomeAccountOptions>? = null, val liabilityAccountOptions: Set<GetSavingsProductsLiabilityAccountOptions>? = null)
Link copied to clipboard
@Serializable
data class GetSavingsProductsAccountingMappings(val incomeFromFeeAccount: GetSavingsProductsIncomeFromFeeAccount? = null, val incomeFromPenaltyAccount: GetSavingsProductsIncomeFromPenaltyAccount? = null, val interestOnSavingsAccount: GetSavingsProductsInterestOnSavingsAccount? = null, val savingsControlAccount: GetSavingsProductsSavingsControlAccount? = null, val savingsReferenceAccount: GetSavingsProductsSavingsReferenceAccount? = null, val transfersInSuspenseAccount: GetSavingsProductsTransfersInSuspenseAccount? = null)
Link copied to clipboard
@Serializable
data class GetSavingsProductsAccountingRule(val code: String? = null, val id: Int? = null, val value: String? = null)
Link copied to clipboard
@Serializable
data class GetSavingsProductsAssetAccountOptions(val disabled: Boolean? = null, val glCode: String? = null, val id: Int? = null, val manualEntriesAllowed: Boolean? = null, val name: String? = null, val tagId: Any? = null, val type: GetSavingsAssetLiabilityType? = null, val usage: GetSavingsProductsLiabilityUsage? = null)
Link copied to clipboard
@Serializable
data class GetSavingsProductsChargeAppliesTo(val code: String? = null, val description: String? = null, val id: Int? = null)
Link copied to clipboard
@Serializable
data class GetSavingsProductsChargeOptions(val active: Boolean? = null, val amount: Long? = null, val chargeAppliesTo: GetSavingsProductsChargeAppliesTo? = null, val chargeCalculationType: GetSavingsChargeCalculationType? = null, val chargePaymentMode: GetSavingsChargePaymentMode? = null, val chargeTimeType: GetSavingsChargeTimeType? = null, val currency: GetSavingsCurrency? = null, val id: Int? = null, val name: String? = null, val penalty: Boolean? = null)
Link copied to clipboard
@Serializable
data class GetSavingsProductsExpenseAccountOptions(val disabled: Boolean? = null, val glCode: String? = null, val id: Int? = null, val manualEntriesAllowed: Boolean? = null, val name: String? = null, val tagId: Any? = null, val type: GetSavingsProductsExpenseType? = null, val usage: GetSavingsProductsLiabilityUsage? = null)
Link copied to clipboard
@Serializable
data class GetSavingsProductsExpenseType(val code: String? = null, val description: String? = null, val id: Int? = null)
@Serializable
data class GetSavingsProductsFeeToIncomeAccountMappingsCharge(val active: Boolean? = null, val id: Int? = null, val name: String? = null, val penalty: Boolean? = null)
@Serializable
data class GetSavingsProductsFeeToIncomeAccountMappingsIncomeAccount(val glCode: String? = null, val id: Int? = null, val name: String? = null)
Link copied to clipboard
@Serializable
data class GetSavingsProductsFundSourceAccount(val glCode: String? = null, val id: Int? = null, val name: String? = null)
Link copied to clipboard
@Serializable
data class GetSavingsProductsIncomeAccountOptions(val disabled: Boolean? = null, val glCode: String? = null, val id: Int? = null, val manualEntriesAllowed: Boolean? = null, val name: String? = null, val tagId: Any? = null, val type: GetSavingsProductsIncomeType? = null, val usage: GetSavingsProductsLiabilityUsage? = null)
Link copied to clipboard
@Serializable
data class GetSavingsProductsIncomeFromFeeAccount(val glCode: String? = null, val id: Int? = null, val name: String? = null)
@Serializable
data class GetSavingsProductsIncomeFromPenaltyAccount(val glCode: String? = null, val id: Int? = null, val name: String? = null)
Link copied to clipboard
@Serializable
data class GetSavingsProductsIncomeType(val code: String? = null, val description: String? = null, val id: Int? = null)
@Serializable
data class GetSavingsProductsInterestCalculationDaysInYearType(val code: String? = null, val id: Int? = null, val value: String? = null)
@Serializable
data class GetSavingsProductsInterestCalculationType(val code: String? = null, val id: Int? = null, val value: String? = null)
@Serializable
data class GetSavingsProductsInterestCompoundingPeriodType(val code: String? = null, val id: Int? = null, val value: String? = null)
@Serializable
data class GetSavingsProductsInterestOnSavingsAccount(val glCode: String? = null, val id: Int? = null, val name: String? = null)
@Serializable
data class GetSavingsProductsInterestPostingPeriodType(val code: String? = null, val id: Int? = null, val value: String? = null)
@Serializable
data class GetSavingsProductsLiabilityAccountOptions(val disabled: Boolean? = null, val glCode: String? = null, val id: Int? = null, val manualEntriesAllowed: Boolean? = null, val name: String? = null, val nameDecorated: String? = null, val tagId: GetSavingsProductsLiabilityTagId? = null, val type: GetSavingsProductsLiabilityType? = null, val usage: GetSavingsProductsLiabilityUsage? = null)
Link copied to clipboard
@Serializable
data class GetSavingsProductsLiabilityTagId(val id: Int? = null)
Link copied to clipboard
@Serializable
data class GetSavingsProductsLiabilityType(val code: String? = null, val description: String? = null, val id: Int? = null)
Link copied to clipboard
@Serializable
data class GetSavingsProductsLiabilityUsage(val code: String? = null, val description: String? = null, val id: Int? = null)
@Serializable
data class GetSavingsProductsLockinPeriodFrequencyTypeOptions(val code: String? = null, val id: Int? = null, val value: String? = null)
@Serializable
data class GetSavingsProductsPaymentChannelToFundSourceMappings(val fundSourceAccount: GetSavingsProductsFundSourceAccount? = null, val paymentType: GetSavingsProductsPaymentType? = null)
Link copied to clipboard
@Serializable
data class GetSavingsProductsPaymentType(val id: Int? = null, val name: String? = null)
Link copied to clipboard
@Serializable
data class GetSavingsProductsPaymentTypeOptions(val description: String? = null, val id: Int? = null, val isCashPayment: Boolean? = null, val name: String? = null, val position: Int? = null)
@Serializable
data class GetSavingsProductsPenaltyToIncomeAccountMappingsCharge(val active: Boolean? = null, val id: Int? = null, val name: String? = null, val penalty: Boolean? = null)
Link copied to clipboard
@Serializable
data class GetSavingsProductsProductIdResponse(val accountingMappings: GetSavingsProductsAccountingMappings? = null, val accountingRule: GetSavingsProductsAccountingRule? = null, val charges: List<Int>? = null, val currency: GetSavingsCurrency? = null, val description: String? = null, val feeToIncomeAccountMappings: Set<GetSavingsProductsFeeToIncomeAccountMappings>? = null, val id: Int? = null, val interestCalculationDaysInYearType: GetSavingsProductsInterestCalculationDaysInYearType? = null, val interestCalculationType: GetSavingsProductsInterestCalculationType? = null, val interestCompoundingPeriodType: GetSavingsProductsInterestCompoundingPeriodType? = null, val interestPostingPeriodType: GetSavingsProductsInterestPostingPeriodType? = null, val name: String? = null, val nominalAnnualInterestRate: Double? = null, val paymentChannelToFundSourceMappings: Set<GetSavingsProductsPaymentChannelToFundSourceMappings>? = null, val penaltyToIncomeAccountMappings: Set<GetSavingsProductsPenaltyToIncomeAccountMappings>? = null, val shortName: String? = null, val withdrawalFeeForTransfers: Boolean? = null)

GetSavingsProductsProductIdResponse

Link copied to clipboard
@Serializable
data class GetSavingsProductsResponse(val accountingRule: GetSavingsProductsAccountingRule? = null, val currency: GetSavingsCurrency? = null, val description: String? = null, val id: Int? = null, val interestCalculationDaysInYearType: GetSavingsProductsInterestCalculationDaysInYearType? = null, val interestCalculationType: GetSavingsProductsInterestCalculationType? = null, val interestCompoundingPeriodType: GetSavingsProductsInterestCompoundingPeriodType? = null, val interestPostingPeriodType: GetSavingsProductsInterestPostingPeriodType? = null, val name: String? = null, val nominalAnnualInterestRate: Double? = null, val shortName: String? = null, val withdrawalFeeForTransfers: Boolean? = null)

GetSavingsProductsResponse

Link copied to clipboard
@Serializable
data class GetSavingsProductsSavingsControlAccount(val glCode: String? = null, val id: Int? = null, val name: String? = null)
@Serializable
data class GetSavingsProductsSavingsReferenceAccount(val glCode: String? = null, val id: Int? = null, val name: String? = null)
Link copied to clipboard
@Serializable
data class GetSavingsProductsTemplateAccountingRule(val code: String? = null, val id: Int? = null, val value: String? = null)
Link copied to clipboard
@Serializable
data class GetSavingsProductsTemplateResponse(val accountMapping: GetSavingsCurrency? = null, val accountingMappingOptions: GetSavingsProductsAccountingMappingOptions? = null, val accountingRule: GetSavingsProductsTemplateAccountingRule? = null, val accountingRuleOptions: Set<GetSavingsProductsTemplateAccountingRule>? = null, val chargeOptions: Set<GetSavingsProductsChargeOptions>? = null, val currency: GetSavingsCurrency? = null, val currencyOptions: Set<GetSavingsCurrency>? = null, val interestCalculationDaysInYearType: GetSavingsProductsInterestCalculationDaysInYearType? = null, val interestCalculationDaysInYearTypeOptions: Set<GetSavingsProductsInterestCalculationDaysInYearType>? = null, val interestCalculationType: GetSavingsProductsInterestCalculationType? = null, val interestCalculationTypeOptions: Set<GetSavingsProductsInterestCalculationType>? = null, val interestCompoundingPeriodType: GetSavingsProductsInterestCompoundingPeriodType? = null, val interestCompoundingPeriodTypeOptions: Set<GetSavingsProductsInterestCompoundingPeriodType>? = null, val interestPostingPeriodType: GetSavingsProductsInterestPostingPeriodType? = null, val interestPostingPeriodTypeOptions: Set<GetSavingsProductsInterestPostingPeriodType>? = null, val lockinPeriodFrequencyTypeOptions: Set<GetSavingsProductsLockinPeriodFrequencyTypeOptions>? = null, val paymentTypeOptions: Set<GetSavingsProductsPaymentTypeOptions>? = null, val withdrawalFeeTypeOptions: Set<GetSavingsProductsWithdrawalFeeTypeOptions>? = null)

GetSavingsProductsTemplateResponse

@Serializable
data class GetSavingsProductsTransfersInSuspenseAccount(val glCode: String? = null, val id: Int? = null, val name: String? = null)
@Serializable
data class GetSavingsProductsWithdrawalFeeTypeOptions(val code: String? = null, val id: Int? = null, val value: String? = null)
Link copied to clipboard
@Serializable
data class GetSavingsStatus(val active: Boolean? = null, val approved: Boolean? = null, val closed: Boolean? = null, val code: String? = null, val id: Int? = null, val rejected: Boolean? = null, val submittedAndPendingApproval: Boolean? = null, val value: String? = null, val withdrawnByApplicant: Boolean? = null)
Link copied to clipboard
@Serializable
data class GetSavingsSummary(val accountBalance: Int? = null, val currency: GetSavingsCurrency? = null)
Link copied to clipboard
@Serializable
data class GetSavingsTimeline(val activatedOnDate: LocalDate? = null, val approvedByFirstname: String? = null, val approvedByLastname: String? = null, val approvedByUsername: String? = null, val approvedOnDate: LocalDate? = null, val submittedByFirstname: String? = null, val submittedByLastname: String? = null, val submittedByUsername: String? = null, val submittedOnDate: LocalDate? = null)
Link copied to clipboard
@Serializable
data class GetSchedulerResponse(val active: Boolean? = null)

GetSchedulerResponse

Link copied to clipboard
@Serializable
data class GetSearchResponse(val entityAccountNo: Long? = null, val entityExternalId: String? = null, val entityId: Long? = null, val entityName: String? = null, val entityStatus: EnumOptionData? = null, val entityType: String? = null, val parentId: Long? = null, val parentName: String? = null)

GetSearchResponse

Link copied to clipboard
@Serializable
data class GetSelfBeneficiariesAccountOptions(val code: String? = null, val description: String? = null, val id: Int? = null)
Link copied to clipboard
@Serializable
data class GetSelfBeneficiariesTPTResponse(val accountNumber: Long? = null, val accountType: GetSelfBeneficiariesAccountOptions? = null, val clientName: String? = null, val id: Int? = null, val name: String? = null, val officeName: String? = null, val transferLimit: Int? = null)

GetSelfBeneficiariesTPTResponse

Link copied to clipboard
@Serializable
data class GetSelfBeneficiariesTPTTemplateResponse(val accountTypeOptions: Set<GetSelfBeneficiariesAccountOptions>? = null)

GetSelfBeneficiariesTPTTemplateResponse

Link copied to clipboard
@Serializable
data class GetSelfClientsChargeCalculationType(val code: String? = null, val description: String? = null, val id: Int? = null)
Link copied to clipboard
@Serializable
data class GetSelfClientsChargesPageItems(val amount: Float? = null, val amountOutstanding: Float? = null, val amountPaid: Float? = null, val amountWaived: Float? = null, val amountWrittenOff: Float? = null, val chargeCalculationType: GetSelfClientsChargeCalculationType? = null, val chargeId: Int? = null, val chargeTimeType: GetSelfClientsChargeTimeType? = null, val clientId: Int? = null, val currency: GetSelfClientsSavingsAccountsCurrency? = null, val dueDate: LocalDate? = null, val id: Int? = null, val isActive: Boolean? = null, val isPaid: Boolean? = null, val isWaived: Boolean? = null, val name: String? = null, val penalty: Boolean? = null)
Link copied to clipboard
@Serializable
data class GetSelfClientsChargeTimeType(val code: String? = null, val description: String? = null, val id: Int? = null)
Link copied to clipboard
@Serializable
data class GetSelfClientsClientIdAccountsResponse(val loanAccounts: Set<GetSelfClientsLoanAccounts>? = null, val savingsAccounts: Set<GetSelfClientsSavingsAccounts>? = null)

GetSelfClientsClientIdAccountsResponse

@Serializable
data class GetSelfClientsClientIdChargesChargeIdResponse(val amount: Float? = null, val amountOutstanding: Float? = null, val amountPaid: Float? = null, val amountWaived: Float? = null, val amountWrittenOff: Float? = null, val chargeCalculationType: GetSelfClientsChargeCalculationType? = null, val chargeId: Int? = null, val chargeTimeType: GetSelfClientsChargeTimeType? = null, val clientId: Int? = null, val currency: GetSelfClientsSavingsAccountsCurrency? = null, val dueDate: LocalDate? = null, val id: Int? = null, val isActive: Boolean? = null, val isPaid: Boolean? = null, val isWaived: Boolean? = null, val name: String? = null, val penalty: Boolean? = null)

GetSelfClientsClientIdChargesChargeIdResponse

Link copied to clipboard
@Serializable
data class GetSelfClientsClientIdChargesResponse(val pageItems: Set<GetSelfClientsChargesPageItems>? = null, val totalFilteredRecords: Int? = null)

GetSelfClientsClientIdChargesResponse

Link copied to clipboard
@Serializable
data class GetSelfClientsClientIdResponse(val accountNo: Long? = null, val activationDate: LocalDate? = null, val active: Boolean? = null, val displayName: String? = null, val firstname: String? = null, val groups: List<String>? = null, val id: Int? = null, val lastname: String? = null, val officeId: Int? = null, val officeName: String? = null, val savingsProductId: Int? = null, val savingsProductName: String? = null, val status: GetSelfClientsStatus? = null, val timeline: GetSelfClientsTimeline? = null)

GetSelfClientsClientIdResponse

@Serializable
data class GetSelfClientsClientIdTransactionsPageItems(val amount: Double? = null, val currency: GetSelfClientsSavingsAccountsCurrency? = null, val date: LocalDate? = null, val id: Int? = null, val officeId: Int? = null, val officeName: String? = null, val reversed: Boolean? = null, val submittedOnDate: LocalDate? = null, val type: GetSelfClientsClientIdTransactionsType? = null)
@Serializable
data class GetSelfClientsClientIdTransactionsResponse(val pageItems: Set<GetSelfClientsClientIdTransactionsPageItems>? = null, val totalFilteredRecords: Int? = null)

GetSelfClientsClientIdTransactionsResponse

@Serializable
data class GetSelfClientsClientIdTransactionsTransactionIdResponse(val amount: Float? = null, val currency: GetSelfClientsSavingsAccountsCurrency? = null, val date: LocalDate? = null, val id: Int? = null, val officeId: Int? = null, val officeName: String? = null, val reversed: Boolean? = null, val submittedOnDate: LocalDate? = null, val type: GetSelfClientsClientIdTransactionsType? = null)

GetSelfClientsClientIdTransactionsTransactionIdResponse

Link copied to clipboard
@Serializable
data class GetSelfClientsClientIdTransactionsType(val code: String? = null, val description: String? = null, val id: Int? = null)
Link copied to clipboard
@Serializable
data class GetSelfClientsLoanAccounts(val accountNo: Long? = null, val externalId: Int? = null, val id: Int? = null, val loanCycle: Int? = null, val loanType: GetSelfClientsLoanAccountsType? = null, val productId: Int? = null, val productName: String? = null, val status: GetSelfClientsLoanAccountsStatus? = null)
Link copied to clipboard
@Serializable
data class GetSelfClientsLoanAccountsStatus(val active: Boolean? = null, val closed: Boolean? = null, val closedObligationsMet: Boolean? = null, val closedRescheduled: Boolean? = null, val closedWrittenOff: Boolean? = null, val code: String? = null, val description: String? = null, val id: Int? = null, val overpaid: Boolean? = null, val pendingApproval: Boolean? = null, val waitingForDisbursal: Boolean? = null)
Link copied to clipboard
@Serializable
data class GetSelfClientsLoanAccountsType(val code: String? = null, val description: String? = null, val id: Int? = null)
Link copied to clipboard
@Serializable
data class GetSelfClientsPageItems(val accountNo: Long? = null, val activationDate: LocalDate? = null, val active: Boolean? = null, val displayName: String? = null, val fullname: String? = null, val id: Int? = null, val officeId: Int? = null, val officeName: String? = null, val status: GetSelfClientsStatus? = null)
Link copied to clipboard
@Serializable
data class GetSelfClientsResponse(val pageItems: Set<GetSelfClientsPageItems>? = null, val totalFilteredRecords: Int? = null)

GetSelfClientsResponse

Link copied to clipboard
@Serializable
data class GetSelfClientsSavingsAccounts(val accountNo: Long? = null, val currency: GetSelfClientsSavingsAccountsCurrency? = null, val id: Int? = null, val productId: Int? = null, val productName: String? = null, val status: GetSelfClientsSavingsAccountsStatus? = null)
Link copied to clipboard
@Serializable
data class GetSelfClientsSavingsAccountsCurrency(val code: String? = null, val decimalPlaces: Int? = null, val displayLabel: String? = null, val displaySymbol: String? = null, val name: String? = null, val nameCode: String? = null)
Link copied to clipboard
@Serializable
data class GetSelfClientsSavingsAccountsStatus(val active: Boolean? = null, val approved: Boolean? = null, val closed: Boolean? = null, val code: String? = null, val description: String? = null, val id: Int? = null, val rejected: Boolean? = null, val submittedAndPendingApproval: Boolean? = null, val withdrawnByApplicant: Boolean? = null)
Link copied to clipboard
@Serializable
data class GetSelfClientsStatus(val code: String? = null, val description: String? = null, val id: Int? = null)
Link copied to clipboard
@Serializable
data class GetSelfClientsTimeline(val activatedByFirstname: String? = null, val activatedByLastname: String? = null, val activatedByUsername: String? = null, val activatedOnDate: LocalDate? = null, val submittedByFirstname: String? = null, val submittedByLastname: String? = null, val submittedByUsername: String? = null, val submittedOnDate: LocalDate? = null)
Link copied to clipboard
@Serializable
data class GetSelfLoanIdSummary(val canDisburse: Boolean? = null, val currency: GetLoansLoanIdCurrency? = null, val disbursementDetails: Set<GetLoansLoanIdDisbursementDetails>? = null, val emiAmountVariations: Set<Any>? = null, val feeChargesCharged: Double? = null, val feeChargesDueAtDisbursementCharged: Double? = null, val feeChargesOutstanding: Double? = null, val feeChargesOverdue: Double? = null, val feeChargesPaid: Double? = null, val feeChargesWaived: Double? = null, val feeChargesWrittenOff: Double? = null, val fixedEmiAmount: Double? = null, val inArrears: Boolean? = null, val interestCharged: Double? = null, val interestOutstanding: Double? = null, val interestOverdue: Double? = null, val interestPaid: Double? = null, val interestWaived: Double? = null, val interestWrittenOff: Double? = null, val isNPA: Boolean? = null, val linkedAccount: GetLoansLoanIdLinkedAccount? = null, val maxOutstandingLoanBalance: Double? = null, val overdueCharges: Set<GetLoansLoanIdOverdueCharges>? = null, val overdueSinceDate: LocalDate? = null, val penaltyChargesCharged: Double? = null, val penaltyChargesOutstanding: Double? = null, val penaltyChargesOverdue: Double? = null, val penaltyChargesPaid: Double? = null, val penaltyChargesWaived: Double? = null, val penaltyChargesWrittenOff: Double? = null, val principalAdjustments: Double? = null, val principalDisbursed: Double? = null, val principalOutstanding: Double? = null, val principalOverdue: Double? = null, val principalPaid: Double? = null, val principalWrittenOff: Double? = null, val totalChargeAdjustment: Double? = null, val totalChargeAdjustmentReversed: Double? = null, val totalChargeback: Double? = null, val totalCostOfLoan: Double? = null, val totalCreditBalanceRefund: Double? = null, val totalCreditBalanceRefundReversed: Double? = null, val totalExpectedCostOfLoan: Double? = null, val totalExpectedRepayment: Double? = null, val totalGoodwillCredit: Double? = null, val totalGoodwillCreditReversed: Double? = null, val totalMerchantRefund: Double? = null, val totalMerchantRefundReversed: Double? = null, val totalOutstanding: Double? = null, val totalOverdue: Double? = null, val totalPayoutRefund: Double? = null, val totalPayoutRefundReversed: Double? = null, val totalRepayment: Double? = null, val totalRepaymentTransaction: Double? = null, val totalRepaymentTransactionReversed: Double? = null, val totalWaived: Double? = null, val totalWrittenOff: Double? = null)
Link copied to clipboard
@Serializable
data class GetSelfLoanIdTimeline(val actualDisbursementDate: LocalDate? = null, val approvedByFirstname: String? = null, val approvedByLastname: String? = null, val approvedByUsername: String? = null, val approvedOnDate: LocalDate? = null, val closedOnDate: LocalDate? = null, val disbursedByFirstname: String? = null, val disbursedByLastname: String? = null, val disbursedByUsername: String? = null, val expectedDisbursementDate: LocalDate? = null, val expectedMaturityDate: LocalDate? = null, val submittedByFirstname: String? = null, val submittedByLastname: String? = null, val submittedByUsername: String? = null, val submittedOnDate: LocalDate? = null)
Link copied to clipboard
@Serializable
data class GetSelfLoansChargeCalculationType(val code: String? = null, val description: String? = null, val id: Int? = null)
Link copied to clipboard
@Serializable
data class GetSelfLoansChargeTimeType(val code: String? = null, val description: String? = null, val id: Int? = null)
Link copied to clipboard
@Serializable
data class GetSelfLoansLoanIdChargesResponse(val amount: Float? = null, val amountOrPercentage: Float? = null, val amountOutstanding: Float? = null, val amountPaid: Float? = null, val amountPercentageAppliedTo: Double? = null, val amountWaived: Float? = null, val amountWrittenOff: Float? = null, val chargeCalculationType: GetSelfLoansChargeCalculationType? = null, val chargeId: Int? = null, val chargeTimeType: GetSelfLoansChargeTimeType? = null, val currency: GetLoanCurrency? = null, val id: Int? = null, val name: String? = null, val penalty: Boolean? = null, val percentage: Double? = null)

GetSelfLoansLoanIdChargesResponse

Link copied to clipboard
@Serializable
data class GetSelfLoansLoanIdResponse(val accountNo: Long? = null, val amortizationType: GetLoansLoanIdAmortizationType? = null, val annualInterestRate: Int? = null, val clientId: Int? = null, val clientName: String? = null, val clientOfficeId: Int? = null, val currency: GetLoansLoanIdCurrency? = null, val id: Long? = null, val interestCalculationPeriodType: GetLoansLoanIdInterestCalculationPeriodType? = null, val interestRateFrequencyType: GetLoansLoanIdInterestRateFrequencyType? = null, val interestRatePerPeriod: Int? = null, val interestType: GetLoansLoanIdInterestType? = null, val loanOfficerId: Int? = null, val loanOfficerName: String? = null, val loanProductDescription: String? = null, val loanProductId: Int? = null, val loanProductName: String? = null, val loanPurposeId: Int? = null, val loanPurposeName: String? = null, val loanType: GetLoansLoanIdLoanType? = null, val numberOfRepayments: Int? = null, val principal: Long? = null, val repaymentEvery: Int? = null, val repaymentFrequencyType: GetLoansLoanIdRepaymentFrequencyType? = null, val status: GetLoansLoanIdStatus? = null, val summary: GetSelfLoanIdSummary? = null, val termFrequency: Int? = null, val termPeriodFrequencyType: GetLoansLoanIdTermPeriodFrequencyType? = null, val timeline: GetSelfLoanIdTimeline? = null, val transactionProcessingStrategyCode: String? = null)

GetSelfLoansLoanIdResponse

@Serializable
data class GetSelfLoansLoanIdTransactionsTransactionIdResponse(val amount: Float? = null, val currency: GetLoanCurrency? = null, val date: LocalDate? = null, val id: Int? = null, val interestPortion: Float? = null, val manuallyReversed: Boolean? = null, val type: GetSelfLoansLoanIdTransactionsType? = null)

GetSelfLoansLoanIdTransactionsTransactionIdResponse

Link copied to clipboard
@Serializable
data class GetSelfLoansLoanIdTransactionsType(val code: String? = null, val contra: Boolean? = null, val description: String? = null, val disbursement: Boolean? = null, val id: Int? = null, val recoveryRepayment: Boolean? = null, val repayment: Boolean? = null, val repaymentAtDisbursement: Boolean? = null, val waiveCharges: Boolean? = null, val waiveInterest: Boolean? = null, val writeOff: Boolean? = null)
Link copied to clipboard
@Serializable
data class GetSelfLoansProductOptions(val id: Int? = null, val name: String? = null)
Link copied to clipboard
@Serializable
data class GetSelfLoansTemplateResponse(val clientId: Int? = null, val clientName: String? = null, val clientOfficeId: Int? = null, val productOptions: Set<GetSelfLoansProductOptions>? = null, val timeline: GetSelfLoansTimeline? = null)

GetSelfLoansTemplateResponse

Link copied to clipboard
@Serializable
data class GetSelfLoansTimeline(val expectedDisbursementDate: LocalDate? = null)
@Serializable
data class GetSelfSavingsAccountsAccountIdChargesResponse(val accountId: Int? = null, val amount: Int? = null, val amountOrPercentage: Int? = null, val amountOutstanding: Int? = null, val amountPaid: Int? = null, val amountPercentageAppliedTo: Double? = null, val amountWaived: Int? = null, val amountWrittenOff: Int? = null, val chargeCalculationType: GetSelfSavingsChargeCalculationType? = null, val chargeId: Int? = null, val chargeTimeType: GetSelfSavingsChargeTimeType? = null, val currency: GetSelfSavingsCurrency? = null, val id: Int? = null, val name: String? = null, val penalty: Boolean? = null, val percentage: Double? = null)

GetSelfSavingsAccountsAccountIdChargesResponse

@Serializable
data class GetSelfSavingsAccountsAccountIdChargesSavingsAccountChargeIdResponse(val amount: Int? = null, val amountOrPercentage: Int? = null, val amountOutstanding: Int? = null, val amountPaid: Int? = null, val amountPercentageAppliedTo: Double? = null, val amountWaived: Int? = null, val amountWrittenOff: Int? = null, val chargeCalculationType: GetSelfSavingsChargeCalculationType? = null, val chargeId: Int? = null, val chargeTimeType: GetSelfSavingsChargeTimeType? = null, val currency: GetSelfSavingsCurrency? = null, val id: Int? = null, val name: String? = null, val penalty: Boolean? = null, val percentage: Double? = null)

GetSelfSavingsAccountsAccountIdChargesSavingsAccountChargeIdResponse

@Serializable
data class GetSelfSavingsAccountsAccountIdTransactionsTransactionIdResponse(val accountId: Int? = null, val accountNo: Long? = null, val amount: Int? = null, val currency: GetSelfSavingsTransactionCurrency? = null, val date: LocalDate? = null, val id: Int? = null, val paymentDetailData: GetSelfSavingsPaymentDetailData? = null, val reversed: Boolean? = null, val runningBalance: Int? = null, val transactionType: GetSelfSavingsTransactionType? = null)

GetSelfSavingsAccountsAccountIdTransactionsTransactionIdResponse

Link copied to clipboard
@Serializable
data class GetSelfSavingsAccountsResponse(val accountNo: Long? = null, val clientId: Int? = null, val clientName: String? = null, val currency: GetSelfSavingsCurrency? = null, val fieldOfficerId: Int? = null, val id: Int? = null, val interestCalculationDaysInYearType: GetSelfSavingsInterestCalculationDaysInYearType? = null, val interestCalculationType: GetSelfSavingsInterestCalculationType? = null, val interestCompoundingPeriodType: GetSelfSavingsInterestCompoundingPeriodType? = null, val interestPostingPeriodType: GetSelfSavingsInterestPostingPeriodType? = null, val nominalAnnualInterestRate: Double? = null, val savingsProductId: Int? = null, val savingsProductName: String? = null, val status: GetSelfSavingsStatus? = null, val summary: GetSelfSavingsSummary? = null, val timeline: GetSelfSavingsTimeline? = null)

GetSelfSavingsAccountsResponse

Link copied to clipboard
@Serializable
data class GetSelfSavingsChargeCalculationType(val code: String? = null, val description: String? = null, val id: Int? = null)
Link copied to clipboard
@Serializable
data class GetSelfSavingsChargeTimeType(val code: String? = null, val description: String? = null, val id: Int? = null)
Link copied to clipboard
@Serializable
data class GetSelfSavingsCurrency(val code: String? = null, val decimalPlaces: Int? = null, val displayLabel: String? = null, val displaySymbol: String? = null, val name: String? = null, val nameCode: String? = null)
@Serializable
data class GetSelfSavingsInterestCalculationDaysInYearType(val code: String? = null, val description: String? = null, val id: Int? = null)
Link copied to clipboard
@Serializable
data class GetSelfSavingsInterestCalculationType(val code: String? = null, val description: String? = null, val id: Int? = null)
@Serializable
data class GetSelfSavingsInterestCompoundingPeriodType(val code: String? = null, val description: String? = null, val id: Int? = null)
Link copied to clipboard
@Serializable
data class GetSelfSavingsInterestPostingPeriodType(val code: String? = null, val description: String? = null, val id: Int? = null)
Link copied to clipboard
@Serializable
data class GetSelfSavingsPaymentDetailData(val accountNumber: Int? = null, val bankNumber: Int? = null, val checkNumber: Int? = null, val id: Int? = null, val paymentType: GetSelfSavingsPaymentType? = null, val receiptNumber: Int? = null, val routingCode: Int? = null)
Link copied to clipboard
@Serializable
data class GetSelfSavingsPaymentType(val id: Int? = null, val name: String? = null)
Link copied to clipboard
@Serializable
data class GetSelfSavingsStatus(val active: Boolean? = null, val approved: Boolean? = null, val closed: Boolean? = null, val code: String? = null, val description: String? = null, val id: Int? = null, val rejected: Boolean? = null, val submittedAndPendingApproval: Boolean? = null, val withdrawnByApplicant: Boolean? = null)
Link copied to clipboard
@Serializable
data class GetSelfSavingsSummary(val accountBalance: Int? = null, val currency: GetSelfSavingsCurrency? = null)
Link copied to clipboard
@Serializable
data class GetSelfSavingsTimeline(val submittedOnDate: LocalDate? = null)
Link copied to clipboard
@Serializable
data class GetSelfSavingsTransactionCurrency(val code: String? = null, val decimalPlaces: Int? = null, val displayLabel: String? = null, val displaySymbol: String? = null, val inMultiplesOf: Int? = null, val name: String? = null, val nameCode: String? = null)
Link copied to clipboard
@Serializable
data class GetSelfSavingsTransactionType(val code: String? = null, val deposit: Boolean? = null, val description: String? = null, val feeDeduction: Boolean? = null, val id: Int? = null, val interestPosting: Boolean? = null, val withdrawal: Boolean? = null)
Link copied to clipboard
@Serializable
data class GetSelfUserDetailsOrganisationalRole(val code: String? = null, val description: String? = null, val id: Int? = null)
Link copied to clipboard
@Serializable
data class GetSelfUserDetailsResponse(val authenticated: Boolean? = null, val base64EncodedAuthenticationKey: String? = null, val clients: List<Int>? = null, val isSelfServiceUser: Boolean? = null, val officeId: Long? = null, val officeName: String? = null, val organisationalRole: GetSelfUserDetailsOrganisationalRole? = null, val permissions: List<String>? = null, val roles: Set<GetSelfUserDetailsRoles>? = null, val staffDisplayName: String? = null, val staffId: Long? = null, val userId: Long? = null, val username: String? = null)

GetSelfUserDetailsResponse

Link copied to clipboard
@Serializable
data class GetSelfUserDetailsRoles(val description: String? = null, val id: Int? = null, val name: String? = null)
Link copied to clipboard
@Serializable
data class GetShareAccountsChargeAppliesTo(val code: String? = null, val description: String? = null, val id: Int? = null)
Link copied to clipboard
@Serializable
data class GetShareAccountsChargeCalculationType(val code: String? = null, val description: String? = null, val id: Int? = null)
Link copied to clipboard
@Serializable
data class GetShareAccountsChargeOptions(val active: Boolean? = null, val amount: Int? = null, val calculationType: GetShareAccountsChargeCalculationType? = null, val chargeAppliesTo: GetShareAccountsChargeAppliesTo? = null, val chargeTimeType: GetShareAccountsChargeTimeType? = null, val currency: GetShareAccountsCurrency? = null, val id: Int? = null, val name: String? = null, val paymentMode: GetShareAccountsChargePaymentMode? = null, val penalty: Boolean? = null)
Link copied to clipboard
@Serializable
data class GetShareAccountsChargePaymentMode(val code: String? = null, val description: String? = null, val id: Int? = null)
Link copied to clipboard
@Serializable
data class GetShareAccountsChargeTimeType(val code: String? = null, val description: String? = null, val id: Int? = null)
@Serializable
data class GetShareAccountsClientIdProductIdAccountingRule(val code: String? = null, val description: String? = null, val id: Int? = null)
@Serializable
data class GetShareAccountsClientIdProductIdLockPeriodTypeEnum(val code: String? = null, val description: String? = null, val id: Int? = null)
@Serializable
data class GetShareAccountsClientIdProductIdMinimumActivePeriodForDividendsTypeEnum(val code: String? = null, val description: String? = null, val id: Int? = null)
@Serializable
data class GetShareAccountsClientIdProductIdResponse(val chargeOptions: Set<GetClientIdProductIdChargeOptions>? = null, val productOptions: Set<GetClientIdProductIdProductOptions>? = null)

GetShareAccountsClientIdProductIdResponse

Link copied to clipboard
@Serializable
data class GetShareAccountsCurrency(val code: String? = null, val decimalPlaces: Int? = null, val displayLabel: String? = null, val displaySymbol: String? = null, val name: String? = null, val nameCode: String? = null)
Link copied to clipboard
@Serializable
data class GetShareAccountsIncomeFromFeeAccountId(val glCode: String? = null, val id: Int? = null, val name: String? = null)
Link copied to clipboard
@Serializable
data class GetShareAccountsShareEquityId(val glCode: String? = null, val id: Int? = null, val name: String? = null)
Link copied to clipboard
@Serializable
data class GetShareAccountsShareReferenceId(val glCode: String? = null, val id: Int? = null, val name: String? = null)
Link copied to clipboard
@Serializable
data class GetShareAccountsShareSuspenseId(val glCode: String? = null, val id: Int? = null, val name: String? = null)
Link copied to clipboard
@Serializable
data class GetShareEquityId(val glCode: String? = null, val id: Long? = null, val name: String? = null)
Link copied to clipboard
@Serializable
data class GetShareReferenceId(val glCode: String? = null, val id: Long? = null, val name: String? = null)
Link copied to clipboard
@Serializable
data class GetShareSuspenseId(val glCode: String? = null, val id: Long? = null, val name: String? = null)
Link copied to clipboard
@Serializable
data class GetStandingInstructionHistoryFromAccount(val accountNo: Long? = null, val id: Long? = null, val productId: Long? = null, val productName: String? = null)
@Serializable
data class GetStandingInstructionHistoryPageItemsFromClient(val displayName: String? = null, val id: Long? = null, val officeId: Long? = null, val officeName: String? = null)
@Serializable
data class GetStandingInstructionHistoryPageItemsResponse(val amount: Float? = null, val errorLog: String? = null, val executionTime: LocalDate? = null, val fromAccount: GetStandingInstructionHistoryFromAccount? = null, val fromAccountType: GetFromAccountTypeStandingInstructionSwagger? = null, val fromClient: GetStandingInstructionHistoryPageItemsFromClient? = null, val fromOffice: GetFromOfficeStandingInstructionSwagger? = null, val name: String? = null, val standingInstructionId: Long? = null, val status: String? = null, val toAccount: GetStandingInstructionHistoryToAccount? = null, val toAccountType: GetToAccountTypeStandingInstructionSwagger? = null, val toClient: GetStandingInstructionHistoryToClient? = null, val toOffice: GetToOfficeStandingInstructionSwagger? = null)
Link copied to clipboard
@Serializable
data class GetStandingInstructionHistoryToAccount(val accountNo: Long? = null, val id: Long? = null, val productId: Long? = null, val productName: String? = null)
Link copied to clipboard
@Serializable
data class GetStandingInstructionHistoryToClient(val displayName: String? = null, val id: Long? = null, val officeId: Long? = null, val officeName: String? = null)
Link copied to clipboard
@Serializable
data class GetStandingInstructionRunHistoryResponse(val pageItems: Set<GetStandingInstructionHistoryPageItemsResponse>? = null, val totalFilteredRecords: Int? = null)

GetStandingInstructionRunHistoryResponse

Link copied to clipboard
@Serializable
data class GetStandingInstructionsResponse(val pageItems: Set<GetPageItemsStandingInstructionSwagger>? = null, val totalFilteredRecords: Int? = null)

GetStandingInstructionsResponse

@Serializable
data class GetStandingInstructionsStandingInstructionIdResponse(val accountDetailId: Long? = null, val amount: Float? = null, val fromAccount: GetFromAccountStandingInstructionSwagger? = null, val fromAccountType: GetFromAccountTypeStandingInstructionSwagger? = null, val fromClient: GetFromClientStandingInstructionSwagger? = null, val fromOffice: GetFromOfficeStandingInstructionSwagger? = null, val id: Long? = null, val instructionType: GetInstructionTypeStandingInstructionSwagger? = null, val name: String? = null, val priority: GetPriorityStandingInstructionSwagger? = null, val recurrenceFrequency: GetRecurrenceFrequencyStandingInstructionSwagger? = null, val recurrenceInterval: Int? = null, val recurrenceOnMonthDay: LocalDate? = null, val recurrenceType: GetRecurrenceTypeStandingInstructionSwagger? = null, val status: GetStatusStandingInstructionSwagger? = null, val toAccount: GetToAccountStandingInstructionSwagger? = null, val toAccountType: GetToAccountTypeStandingInstructionSwagger? = null, val toClient: GetToClientStandingInstructionSwagger? = null, val toOffice: GetToOfficeStandingInstructionSwagger? = null, val transferType: GetTransferTypeStandingInstructionSwagger? = null, val validFrom: LocalDate? = null)

GetStandingInstructionsStandingInstructionIdResponse

Link copied to clipboard

GetStandingInstructionsTemplateResponse

@Serializable
data class GetStatusOptionsResponseStandingInstructionSwagger(val code: String? = null, val description: String? = null, val id: Int? = null)
Link copied to clipboard
@Serializable
data class GetStatusStandingInstructionSwagger(val code: String? = null, val description: String? = null, val id: Int? = null)
Link copied to clipboard
@Serializable
data class GetSurveyResponse(val datatableData: GetSurveyResponseDatatableData? = null, val enabled: Boolean? = null)

GetSurveyResponse

Link copied to clipboard
@Serializable
data class GetSurveyResponseDatatableData(val applicationTableName: String? = null, val columnHeaderData: List<ResultsetColumnHeaderData>? = null, val registeredTableName: String? = null)
Link copied to clipboard
@Serializable
data class GetTaxesComponentsCreditAccount(val glCode: String? = null, val id: Int? = null, val name: String? = null)
Link copied to clipboard
@Serializable
data class GetTaxesComponentsCreditAccountType(val code: String? = null, val description: String? = null, val id: Int? = null)
Link copied to clipboard
@Serializable
data class GetTaxesComponentsResponse(val creditAccount: GetTaxesComponentsCreditAccount? = null, val creditAccountType: GetTaxesComponentsCreditAccountType? = null, val id: Long? = null, val name: String? = null, val percentage: Float? = null, val startDate: LocalDate? = null, val taxComponentsHistories: Set<Any>? = null)

GetTaxesComponentsResponse

Link copied to clipboard
@Serializable
data class GetTaxesGroupResponse(val id: Long? = null, val name: String? = null, val taxAssociations: Set<GetTaxesGroupTaxAssociations>? = null)

GetTaxesGroupResponse

Link copied to clipboard
@Serializable
data class GetTaxesGroupTaxAssociations(val id: Long? = null, val startDate: LocalDate? = null, val taxComponent: GetTaxesGroupTaxComponent? = null)
Link copied to clipboard
@Serializable
data class GetTaxesGroupTaxComponent(val id: Long? = null, val name: String? = null)
Link copied to clipboard
@Serializable
data class GetTellersResponse(val creditAccountId: Long? = null, val debitAccountId: Long? = null, val id: Long? = null, val name: String? = null, val officeId: Long? = null, val officeName: String? = null, val startDate: LocalDate? = null, val status: GetTellersResponse.Status? = null)

GetTellersResponse

@Serializable
data class GetTellersTellerIdCashiersCashierIdResponse(val description: String? = null, val endDate: LocalDate? = null, val endTime: String? = null, val id: Long? = null, val isFullDay: Boolean? = null, val staffId: Long? = null, val staffName: String? = null, val startDate: LocalDate? = null, val startTime: String? = null, val tellerId: Long? = null, val tellerName: String? = null)

GetTellersTellerIdCashiersCashierIdResponse

@Serializable
data class GetTellersTellerIdCashiersCashiersIdSummaryAndTransactionsResponse(val cashierId: Long? = null, val cashierName: String? = null, val cashierTransactions: PageCashierTransactionData? = null, val netCash: Double? = null, val officeName: String? = null, val sumCashAllocation: Double? = null, val sumCashSettlement: Double? = null, val sumInwardCash: Double? = null, val sumOutwardCash: Double? = null, val tellerId: Long? = null, val tellerName: String? = null)

GetTellersTellerIdCashiersCashiersIdSummaryAndTransactionsResponse

@Serializable
data class GetTellersTellerIdCashiersCashiersIdTransactionsResponse(val cashierId: Long? = null, val cashierName: String? = null, val createdDate: LocalDateTime? = null, val entityId: Long? = null, val entityType: String? = null, val id: Long? = null, val officeId: Long? = null, val officeName: String? = null, val tellerId: Long? = null, val txnAmount: Double? = null, val txnDate: LocalDate? = null, val txnNote: String? = null, val txnType: CashierTxnType? = null)

GetTellersTellerIdCashiersCashiersIdTransactionsResponse

@Serializable
data class GetTellersTellerIdCashiersCashiersIdTransactionsTemplateResponse(val cashierData: CashierData? = null, val cashierId: Long? = null, val cashierName: String? = null, val currencyOptions: List<CurrencyData>? = null, val endDate: LocalDate? = null, val officeName: String? = null, val startDate: LocalDate? = null, val tellerId: Long? = null, val tellerName: String? = null)

GetTellersTellerIdCashiersCashiersIdTransactionsTemplateResponse

Link copied to clipboard
@Serializable
data class GetTellersTellerIdCashiersResponse(val cashiers: List<CashierData>? = null, val officeId: Long? = null, val officeName: String? = null, val tellerId: Long? = null, val tellerName: String? = null)

GetTellersTellerIdCashiersResponse

@Serializable
data class GetTellersTellerIdCashiersTemplateResponse(val officeId: Long? = null, val officeName: String? = null, val staffOptions: List<StaffData>? = null, val tellerId: Long? = null, val tellerName: String? = null)

GetTellersTellerIdCashiersTemplateResponse

Link copied to clipboard
@Serializable
data class GetTemplatesResponse(val entity: Long? = null, val id: Long? = null, val mappers: List<TemplateMapper>? = null, val name: String? = null, val text: String? = null, val type: Long? = null)

GetTemplatesResponse

Link copied to clipboard
@Serializable
data class GetTemplatesTemplateIdResponse(val entity: Long? = null, val id: Long? = null, val mappers: List<TemplateMapper>? = null, val name: String? = null, val text: String? = null, val type: Long? = null)

GetTemplatesTemplateIdResponse

Link copied to clipboard
@Serializable
data class GetTemplatesTemplateResponse(val entity: Long? = null, val id: Long? = null, val mappers: List<TemplateMapper>? = null, val name: String? = null, val text: String? = null, val type: Long? = null)

GetTemplatesTemplateResponse

Link copied to clipboard
@Serializable
data class GetToAccountStandingInstructionSwagger(val accountNo: Long? = null, val id: Long? = null, val productId: Long? = null, val productName: String? = null)
@Serializable
data class GetToAccountTypeOptionsResponseStandingInstructionSwagger(val code: String? = null, val description: String? = null, val id: Int? = null)
@Serializable
data class GetToAccountTypeStandingInstructionSwagger(val code: String? = null, val description: String? = null, val id: Int? = null)
Link copied to clipboard
@Serializable
data class GetToClientStandingInstructionSwagger(val displayName: String? = null, val id: Long? = null, val officeId: Long? = null, val officeName: String? = null)
@Serializable
data class GetToOfficeOptionsResponseStandingInstructionSwagger(val id: Int? = null, val name: String? = null, val nameDecorated: String? = null)
Link copied to clipboard
@Serializable
data class GetToOfficeStandingInstructionSwagger(val id: Long? = null, val name: String? = null)
Link copied to clipboard
@Serializable
data class GetTransactionsCurrency(val code: String? = null, val decimalPlaces: Int? = null, val displayLabel: String? = null, val displaySymbol: String? = null, val isMultiplesOf: Int? = null, val name: String? = null, val nameCode: String? = null)
Link copied to clipboard
@Serializable
data class GetTransactionsPaymentDetailData(val accountNumber: String? = null, val bankNumber: String? = null, val checkNumber: String? = null, val id: Long? = null, val paymentType: GetPaymentTypeData? = null, val receiptNumber: String? = null, val routingCode: String? = null)
Link copied to clipboard
@Serializable
data class GetTranscationEnumData(val amountHold: Boolean? = null, val amountRelease: Boolean? = null, val approveTransfer: Boolean? = null, val code: String? = null, val deposit: Boolean? = null, val dividendPayout: Boolean? = null, val escheat: Boolean? = null, val feeDeduction: Boolean? = null, val id: Long? = null, val initiateTransfer: Boolean? = null, val interestPosting: Boolean? = null, val overdraftFee: Boolean? = null, val overdraftInterest: Boolean? = null, val rejectTransfer: Boolean? = null, val value: String? = null, val withdrawTransfer: Boolean? = null, val withdrawal: Boolean? = null, val withholdTax: Boolean? = null, val writtenoff: Boolean? = null)
@Serializable
data class GetTransferTypeOptionsResponseStandingInstructionSwagger(val code: String? = null, val description: String? = null, val id: Int? = null)
@Serializable
data class GetTransferTypeStandingInstructionSwagger(val code: String? = null, val description: String? = null, val id: Int? = null)
Link copied to clipboard
@Serializable
data class GetUserDetailsResponse(val accessToken: String? = null, val authenticated: Boolean? = null, val officeId: Long? = null, val officeName: String? = null, val organisationalRole: EnumOptionData? = null, val permissions: List<String>? = null, val roles: List<RoleData>? = null, val staffDisplayName: String? = null, val staffId: Long? = null, val userId: Long? = null, val username: String? = null)

GetUserDetailsResponse

Link copied to clipboard
@Serializable
data class GetUsersResponse(val email: String? = null, val firstname: String? = null, val id: Long? = null, val lastname: String? = null, val officeId: Long? = null, val officeName: String? = null, val passwordNeverExpires: Boolean? = null, val selectedRoles: List<RoleData>? = null, val staff: StaffData? = null, val username: String? = null)

GetUsersResponse

Link copied to clipboard
@Serializable
data class GetUsersTemplateResponse(val allowedOffices: List<OfficeData>? = null, val availableRoles: List<RoleData>? = null, val selfServiceRoles: List<RoleData>? = null)

GetUsersTemplateResponse

Link copied to clipboard
@Serializable
data class GetUsersUserIdResponse(val availableRoles: List<RoleData>? = null, val email: String? = null, val firstname: String? = null, val id: Long? = null, val lastname: String? = null, val officeId: Long? = null, val officeName: String? = null, val passwordNeverExpires: Boolean? = null, val selectedRoles: List<RoleData>? = null, val staff: StaffData? = null, val username: String? = null)

GetUsersUserIdResponse

Link copied to clipboard
@Serializable
data class GetWorkingDaysResponse(val extendTermForDailyRepayments: Boolean? = null, val id: Long? = null, val recurrence: String? = null, val repaymentRescheduleType: EnumOptionData? = null)

GetWorkingDaysResponse

Link copied to clipboard
@Serializable
data class GetWorkingDaysTemplateResponse(val repaymentRescheduleOptions: List<EnumOptionData>? = null)

GetWorkingDaysTemplateResponse

Link copied to clipboard
@Serializable
data class GLAccount(val children: List<GLAccount>? = null, val description: String? = null, val detailAccount: Boolean? = null, val disabled: Boolean? = null, val glCode: String? = null, val headerAccount: Boolean? = null, val hierarchy: String? = null, val id: Long? = null, val manualEntriesAllowed: Boolean? = null, val name: String? = null, val new: Boolean? = null, val parent: GLAccount? = null, val tagId: CodeValue? = null, val type: Int? = null, val usage: Int? = null)
Link copied to clipboard
@Serializable
data class GLAccountData(val accountTypeOptions: List<EnumOptionData>? = null, val allowedAssetsTagOptions: List<CodeValueData>? = null, val allowedEquityTagOptions: List<CodeValueData>? = null, val allowedExpensesTagOptions: List<CodeValueData>? = null, val allowedIncomeTagOptions: List<CodeValueData>? = null, val allowedLiabilitiesTagOptions: List<CodeValueData>? = null, val assetHeaderAccountOptions: List<GLAccountData>? = null, val description: String? = null, val disabled: Boolean? = null, val equityHeaderAccountOptions: List<GLAccountData>? = null, val expenseHeaderAccountOptions: List<GLAccountData>? = null, val glCode: String? = null, val id: Long? = null, val incomeHeaderAccountOptions: List<GLAccountData>? = null, val liabilityHeaderAccountOptions: List<GLAccountData>? = null, val manualEntriesAllowed: Boolean? = null, val name: String? = null, val nameDecorated: String? = null, val organizationRunningBalance: Long? = null, val parentId: Long? = null, val rowIndex: Int? = null, val tagId: CodeValueData? = null, val type: EnumOptionData? = null, val usage: EnumOptionData? = null, val usageOptions: List<EnumOptionData>? = null)
Link copied to clipboard
@Serializable
data class GLAccountDataForLookup(val glCode: String? = null, val id: Long? = null, val name: String? = null)
Link copied to clipboard
@Serializable
data class GlobalConfigurationPropertyData(val dateValue: LocalDate? = null, val description: String? = null, val enabled: Boolean? = null, val id: Long? = null, val name: String? = null, val stringValue: String? = null, val trapDoor: Boolean? = null, val value: Long? = null)
Link copied to clipboard
@Serializable
data class GrantedAuthority(val authority: String? = null)
Link copied to clipboard
@Serializable
data class Group(val accountNumberRequiresAutoGeneration: Boolean? = null, val activationDate: LocalDate? = null, val active: Boolean? = null, val activeClientMembers: Set<Client>? = null, val center: Boolean? = null, val childGroup: Boolean? = null, val clientMembers: Set<Client>? = null, val closed: Boolean? = null, val group: Boolean? = null, val groupLevel: GroupLevel? = null, val groupMembers: List<Group>? = null, val id: Long? = null, val new: Boolean? = null, val notActive: Boolean? = null, val notPending: Boolean? = null, val office: Office? = null, val parent: Group? = null, val pending: Boolean? = null, val staff: Staff? = null, val submittedOnDate: LocalDate? = null, val transferInProgress: Boolean? = null, val transferInProgressOrOnHold: Boolean? = null, val transferOnHold: Boolean? = null)
Link copied to clipboard
@Serializable
data class GroupGeneralData(val accountNo: String? = null, val activationDate: LocalDate? = null, val active: Boolean? = null, val activeClientMembers: List<ClientData>? = null, val availableRoles: List<CodeValueData>? = null, val calendarsData: List<CalendarData>? = null, val centerId: Long? = null, val centerName: String? = null, val centerOptions: List<CenterData>? = null, val childGroup: Boolean? = null, val clientMembers: List<ClientData>? = null, val clientOptions: List<ClientData>? = null, val closureReasons: List<CodeValueData>? = null, val collectionMeetingCalendar: CalendarData? = null, val datatables: List<DatatableData>? = null, val dateFormat: String? = null, val externalId: String? = null, val groupLevel: String? = null, val groupRoles: List<GroupRoleData>? = null, val hierarchy: String? = null, val id: Long? = null, val locale: String? = null, val name: String? = null, val officeId: Long? = null, val officeName: String? = null, val officeOptions: List<OfficeData>? = null, val parentId: Long? = null, val rowIndex: Int? = null, val selectedRole: GroupRoleData? = null, val staffId: Long? = null, val staffName: String? = null, val staffOptions: List<StaffData>? = null, val status: EnumOptionData? = null, val submittedOnDate: LocalDate? = null, val timeline: Any? = null)
Link copied to clipboard
@Serializable
data class Grouping(val entities: List<Entity>? = null, val name: String? = null)
Link copied to clipboard
@Serializable
data class GroupLevel(val center: Boolean? = null, val group: Boolean? = null, val id: Long? = null, val levelName: String? = null, val new: Boolean? = null, val parentId: Long? = null, val recursable: Boolean? = null, val superParent: Boolean? = null)
Link copied to clipboard
@Serializable
data class GroupRoleData(val clientId: Long? = null, val clientName: String? = null, val id: Long? = null, val role: CodeValueData? = null)
Link copied to clipboard
@Serializable
data class Header(val name: String? = null, val value: String? = null)
Link copied to clipboard
@Serializable
data class HookTemplateData(val id: Long? = null, val name: String? = null, val schema: List<Field>? = null)
Link copied to clipboard
@Serializable
data class IdDocument(val idNumber: String? = null, val idType: String? = null, val issuerCountry: String? = null, val otherIdDescription: String? = null)
Link copied to clipboard
@Serializable
data class Image(val id: Long? = null, val location: String? = null, val new: Boolean? = null, val storageType: Int? = null)
Link copied to clipboard
@Serializable
data class InlineJobRequest(val loanIds: List<Long>? = null)

InlineJobRequest

Link copied to clipboard
@Serializable
data class InlineJobResponse(val loanIds: List<Long>? = null)

InlineJobResponse

Link copied to clipboard
@Serializable
data class InteropAccountData(val changes: Map<String, Any>? = null, val clientId: Long? = null, val commandId: Long? = null, val creditBureauReportData: Map<String, Any>? = null, val glimId: Long? = null, val groupId: Long? = null, val gsimId: Long? = null, val loanId: Long? = null, val officeId: Long? = null, val productId: Long? = null, val resourceExternalId: ExternalId? = null, val resourceId: Long? = null, val resourceIdentifier: String? = null, val rollbackTransaction: Boolean? = null, val savingsId: Long? = null, val subResourceExternalId: ExternalId? = null, val subResourceId: Long? = null, val transactionId: String? = null)
Link copied to clipboard
@Serializable
data class InteropIdentifierAccountResponseData(val accountId: String, val changes: Map<String, Any>? = null, val clientId: Long? = null, val commandId: Long? = null, val creditBureauReportData: Map<String, Any>? = null, val glimId: Long? = null, val groupId: Long? = null, val gsimId: Long? = null, val loanId: Long? = null, val officeId: Long? = null, val productId: Long? = null, val resourceExternalId: ExternalId? = null, val resourceId: Long? = null, val resourceIdentifier: String? = null, val rollbackTransaction: Boolean? = null, val savingsId: Long? = null, val subResourceExternalId: ExternalId? = null, val subResourceId: Long? = null, val transactionId: String? = null)
Link copied to clipboard
@Serializable
data class InteropIdentifierRequestData(val accountId: String, val idType: InteropIdentifierRequestData.IdType, val idValue: String, val subIdOrType: String? = null)
Link copied to clipboard
@Serializable
data class InteropIdentifiersResponseData(val changes: Map<String, Any>? = null, val clientId: Long? = null, val commandId: Long? = null, val creditBureauReportData: Map<String, Any>? = null, val glimId: Long? = null, val groupId: Long? = null, val gsimId: Long? = null, val loanId: Long? = null, val officeId: Long? = null, val productId: Long? = null, val resourceExternalId: ExternalId? = null, val resourceId: Long? = null, val resourceIdentifier: String? = null, val rollbackTransaction: Boolean? = null, val savingsId: Long? = null, val subResourceExternalId: ExternalId? = null, val subResourceId: Long? = null, val transactionId: String? = null)
Link copied to clipboard
@Serializable
data class InteropKycResponseData(val birthCountry: String? = null, val changes: Map<String, Any>? = null, val clientId: Long? = null, val commandId: Long? = null, val contactPhone: String? = null, val creditBureauReportData: Map<String, Any>? = null, val dateOfBirth: String? = null, val emailAddress: String? = null, val gender: String? = null, val glimId: Long? = null, val groupId: Long? = null, val gsimId: Long? = null, val idDocument: List<IdDocument>? = null, val loanId: Long? = null, val nationality: String? = null, val officeId: Long? = null, val postalAddress: PostalAddress? = null, val productId: Long? = null, val resourceExternalId: ExternalId? = null, val resourceId: Long? = null, val resourceIdentifier: String? = null, val rollbackTransaction: Boolean? = null, val savingsId: Long? = null, val subResourceExternalId: ExternalId? = null, val subResourceId: Long? = null, val subjectName: SubjectName? = null, val transactionId: String? = null)
Link copied to clipboard
@Serializable
data class InteropQuoteRequestData(val accountId: String, val amount: MoneyData, val amountType: InteropQuoteRequestData.AmountType, val quoteCode: String, val transactionCode: String, val transactionRole: InteropQuoteRequestData.TransactionRole, val expiration: LocalDateTime? = null, val expirationLocalDate: LocalDate? = null, val extensionList: List<ExtensionData>? = null, val fees: MoneyData? = null, val geoCode: GeoCodeData? = null, val note: String? = null, val requestCode: String? = null, val transactionType: InteropTransactionTypeData? = null)
Link copied to clipboard
@Serializable
data class InteropQuoteResponseData(val quoteCode: String, val state: InteropQuoteResponseData.State, val transactionCode: String, val changes: Map<String, Any>? = null, val clientId: Long? = null, val commandId: Long? = null, val creditBureauReportData: Map<String, Any>? = null, val expiration: String? = null, val extensionList: List<ExtensionData>? = null, val fspCommission: MoneyData? = null, val fspFee: MoneyData? = null, val glimId: Long? = null, val groupId: Long? = null, val gsimId: Long? = null, val loanId: Long? = null, val officeId: Long? = null, val productId: Long? = null, val resourceExternalId: ExternalId? = null, val resourceId: Long? = null, val resourceIdentifier: String? = null, val rollbackTransaction: Boolean? = null, val savingsId: Long? = null, val subResourceExternalId: ExternalId? = null, val subResourceId: Long? = null, val transactionId: String? = null)
Link copied to clipboard
@Serializable
data class InteropTransactionRequestData(val accountId: String, val amount: MoneyData, val transactionCode: String, val transactionRole: InteropTransactionRequestData.TransactionRole, val expiration: LocalDateTime? = null, val expirationLocalDate: LocalDate? = null, val extensionList: List<ExtensionData>? = null, val geoCode: GeoCodeData? = null, val note: String? = null, val requestCode: String? = null, val transactionType: InteropTransactionTypeData? = null)
Link copied to clipboard
@Serializable
data class InteropTransactionRequestResponseData(val requestCode: String, val state: InteropTransactionRequestResponseData.State, val transactionCode: String, val changes: Map<String, Any>? = null, val clientId: Long? = null, val commandId: Long? = null, val creditBureauReportData: Map<String, Any>? = null, val expiration: String? = null, val extensionList: List<ExtensionData>? = null, val glimId: Long? = null, val groupId: Long? = null, val gsimId: Long? = null, val loanId: Long? = null, val officeId: Long? = null, val productId: Long? = null, val resourceExternalId: ExternalId? = null, val resourceId: Long? = null, val resourceIdentifier: String? = null, val rollbackTransaction: Boolean? = null, val savingsId: Long? = null, val subResourceExternalId: ExternalId? = null, val subResourceId: Long? = null, val transactionId: String? = null)
Link copied to clipboard
@Serializable
data class InteropTransactionsData(val changes: Map<String, Any>? = null, val clientId: Long? = null, val commandId: Long? = null, val creditBureauReportData: Map<String, Any>? = null, val glimId: Long? = null, val groupId: Long? = null, val gsimId: Long? = null, val loanId: Long? = null, val officeId: Long? = null, val productId: Long? = null, val resourceExternalId: ExternalId? = null, val resourceId: Long? = null, val resourceIdentifier: String? = null, val rollbackTransaction: Boolean? = null, val savingsId: Long? = null, val subResourceExternalId: ExternalId? = null, val subResourceId: Long? = null, val transactionId: String? = null)
Link copied to clipboard
@Serializable
data class InteropTransactionTypeData(val initiator: InteropTransactionTypeData.Initiator, val initiatorType: InteropTransactionTypeData.InitiatorType, val scenario: InteropTransactionTypeData.Scenario, val subScenario: String? = null)
Link copied to clipboard
@Serializable
data class InteropTransferRequestData(val accountId: String, val amount: MoneyData, val transactionCode: String, val transactionRole: InteropTransferRequestData.TransactionRole, val transferCode: String, val expiration: LocalDateTime? = null, val expirationLocalDate: LocalDate? = null, val extensionList: List<ExtensionData>? = null, val fspCommission: MoneyData? = null, val fspFee: MoneyData? = null, val geoCode: GeoCodeData? = null, val note: String? = null, val requestCode: String? = null, val transactionType: InteropTransactionTypeData? = null)
Link copied to clipboard
@Serializable
data class InteropTransferResponseData(val state: InteropTransferResponseData.State, val transactionCode: String, val transferCode: String, val changes: Map<String, Any>? = null, val clientId: Long? = null, val commandId: Long? = null, val completedTimestamp: String? = null, val creditBureauReportData: Map<String, Any>? = null, val expiration: String? = null, val extensionList: List<ExtensionData>? = null, val glimId: Long? = null, val groupId: Long? = null, val gsimId: Long? = null, val loanId: Long? = null, val officeId: Long? = null, val productId: Long? = null, val resourceExternalId: ExternalId? = null, val resourceId: Long? = null, val resourceIdentifier: String? = null, val rollbackTransaction: Boolean? = null, val savingsId: Long? = null, val subResourceExternalId: ExternalId? = null, val subResourceId: Long? = null, val transactionId: String? = null)
Link copied to clipboard
@Serializable
data class IsCatchUpRunningResponse(val isCatchUpRunning: Boolean? = null, val processingDate: LocalDate? = null)

IsCatchUpRunningResponse

Link copied to clipboard
@Serializable
data class JobDetailHistoryData(val jobRunEndTime: LocalDateTime? = null, val jobRunErrorLog: String? = null, val jobRunErrorMessage: String? = null, val jobRunStartTime: LocalDateTime? = null, val status: String? = null, val triggerType: String? = null, val version: Long? = null)
Link copied to clipboard
@Serializable
data class JobDetailHistoryDataSwagger(val jobRunEndTime: LocalDateTime? = null, val jobRunStartTime: LocalDateTime? = null, val status: String? = null, val triggerType: String? = null, val version: Long? = null)
Link copied to clipboard
@Serializable
data class JobParameterDTO(val parameterName: String? = null, val parameterValue: String? = null)
Link copied to clipboard
@Serializable
data class JournalEntryCommand(val accountNumber: String? = null, val accountingRuleId: Long? = null, val amount: Double? = null, val bankNumber: String? = null, val checkNumber: String? = null, val comments: String? = null, val credits: List<SingleDebitOrCreditEntryCommand>? = null, val currencyCode: String? = null, val debits: List<SingleDebitOrCreditEntryCommand>? = null, val officeId: Long? = null, val paymentTypeId: Long? = null, val receiptNumber: String? = null, val referenceNumber: String? = null, val routingCode: String? = null, val transactionDate: LocalDate? = null)
Link copied to clipboard
@Serializable
data class JournalEntryData(val accountNumber: String? = null, val amount: Double? = null, val bankNumber: String? = null, val checkNumber: String? = null, val comments: String? = null, val createdByUserId: Long? = null, val createdByUserName: String? = null, val createdDate: LocalDate? = null, val credits: List<CreditDebit>? = null, val currency: CurrencyData? = null, val currencyCode: String? = null, val dateFormat: String? = null, val debits: List<CreditDebit>? = null, val entityId: Long? = null, val entityType: EnumOptionData? = null, val entryType: EnumOptionData? = null, val glAccountCode: String? = null, val glAccountId: Long? = null, val glAccountName: String? = null, val glAccountType: EnumOptionData? = null, val id: Long? = null, val locale: String? = null, val manualEntry: Boolean? = null, val officeId: Long? = null, val officeName: String? = null, val officeRunningBalance: Double? = null, val organizationRunningBalance: Double? = null, val paymentTypeId: Long? = null, val receiptNumber: String? = null, val referenceNumber: String? = null, val reversed: Boolean? = null, val routingCode: String? = null, val rowIndex: Int? = null, val runningBalanceComputed: Boolean? = null, val savingTransactionId: Long? = null, val submittedOnDate: LocalDate? = null, val transactionDate: LocalDate? = null, val transactionDetails: TransactionDetailData? = null, val transactionId: String? = null)
Link copied to clipboard
@Serializable
data class JournalEntryTransactionItem(val amount: Double? = null, val comments: String? = null, val createdByUserId: Long? = null, val createdByUserName: String? = null, val createdDate: LocalDate? = null, val currency: CurrencyItem? = null, val entityId: Long? = null, val entityType: EnumOptionType? = null, val entryType: EnumOptionType? = null, val glAccountCode: String? = null, val glAccountId: Long? = null, val glAccountName: String? = null, val glAccountType: EnumOptionType? = null, val id: Long? = null, val manualEntry: Boolean? = null, val officeId: Long? = null, val officeName: String? = null, val officeRunningBalance: Double? = null, val organizationRunningBalance: Double? = null, val referenceNumber: String? = null, val reversed: Boolean? = null, val runningBalanceComputed: Boolean? = null, val submittedOnDate: LocalDate? = null, val transactionDate: LocalDate? = null, val transactionDetails: TransactionDetails? = null, val transactionId: String? = null)
Link copied to clipboard
@Serializable
data class LoanAccountLock(val error: String? = null, val loanId: Long? = null, val lockOwner: LoanAccountLock.LockOwner? = null, val lockPlacedOn: LocalDateTime? = null, val lockPlacedOnCobBusinessDate: LocalDate? = null, val newLockOwner: LoanAccountLock.NewLockOwner? = null, val stacktrace: String? = null, val version: Long? = null)
Link copied to clipboard
@Serializable
data class LoanProduct(val accountingDisabled: Boolean? = null, val accountingType: Int? = null, val accrualBasedAccountingEnabled: Boolean? = null, val allowApprovedDisbursedAmountsOverApplied: Boolean? = null, val arrearsBasedOnOriginalSchedule: Boolean? = null, val cashBasedAccountingEnabled: Boolean? = null, val closeDate: LocalDate? = null, val currency: MonetaryCurrency? = null, val delinquencyBucket: DelinquencyBucket? = null, val disallowExpectedDisbursements: Boolean? = null, val dueDaysForRepaymentEvent: Int? = null, val enableInstallmentLevelDelinquency: Boolean? = null, val equalAmortization: Boolean? = null, val externalId: ExternalId? = null, val fixedPrincipalPercentagePerInstallment: Double? = null, val floatingRates: LoanProductFloatingRates? = null, val holdGuaranteeFundsEnabled: Boolean? = null, val id: Long? = null, val includeInBorrowerCycle: Boolean? = null, val installmentAmountInMultiplesOf: Int? = null, val interestPeriodFrequencyType: LoanProduct.InterestPeriodFrequencyType? = null, val interestRecalculationEnabled: Boolean? = null, val linkedToFloatingInterestRate: Boolean? = null, val loanProductCharges: List<Charge>? = null, val loanProductConfigurableAttributes: LoanProductConfigurableAttributes? = null, val loanProductGuaranteeDetails: LoanProductGuaranteeDetails? = null, val loanProductRelatedDetail: LoanProductRelatedDetail? = null, val loanProductTrancheDetails: LoanProductTrancheDetails? = null, val maxNominalInterestRatePerPeriod: Double? = null, val maxNumberOfRepayments: Int? = null, val maxPrincipalAmount: Money? = null, val minNominalInterestRatePerPeriod: Double? = null, val minNumberOfRepayments: Int? = null, val minPrincipalAmount: Money? = null, val minimumDaysBetweenDisbursalAndFirstRepayment: Int? = null, val multiDisburseLoan: Boolean? = null, val new: Boolean? = null, val nominalInterestRatePerPeriod: Double? = null, val numberOfRepayments: Int? = null, val overAppliedCalculationType: String? = null, val overAppliedNumber: Int? = null, val overDueDaysForRepaymentEvent: Int? = null, val paymentAllocationRules: List<LoanProductPaymentAllocationRule>? = null, val periodicAccrualAccountingEnabled: Boolean? = null, val principalAmount: Money? = null, val principalThresholdForLastInstallment: Double? = null, val productInterestRecalculationDetails: LoanProductInterestRecalculationDetails? = null, val rates: List<Rate>? = null, val repaymentStartDateType: LoanProduct.RepaymentStartDateType? = null, val repaymentStrategy: String? = null, val shortName: String? = null, val startDate: LocalDate? = null, val syncExpectedWithDisbursementDate: Boolean? = null, val transactionProcessingStrategyCode: String? = null, val transactionProcessingStrategyName: String? = null, val upfrontAccrualAccountingEnabled: Boolean? = null)
Link copied to clipboard
@Serializable
data class LoanProductBorrowerCycleVariationData(val borrowerCycleNumber: Int? = null, val defaultValue: Double? = null, val id: Long? = null, val loanProductParamType: LoanProductBorrowerCycleVariationData.LoanProductParamType? = null, val loanProductValueConditionType: LoanProductBorrowerCycleVariationData.LoanProductValueConditionType? = null, val maxValue: Double? = null, val minValue: Double? = null, val paramType: EnumOptionData? = null, val valueConditionType: EnumOptionData? = null)
Link copied to clipboard
@Serializable
data class LoanProductConfigurableAttributes(val amortizationBoolean: Boolean? = null, val amortizationType: Boolean? = null, val arrearsToleranceBoolean: Boolean? = null, val graceOnArrearsAgeing: Boolean? = null, val graceOnArrearsAgingBoolean: Boolean? = null, val graceOnPrincipalAndInterestPayment: Boolean? = null, val graceOnPrincipalAndInterestPaymentBoolean: Boolean? = null, val id: Long? = null, val inArrearsTolerance: Boolean? = null, val interestCalcPeriodBoolean: Boolean? = null, val interestCalculationPeriodType: Boolean? = null, val interestMethodBoolean: Boolean? = null, val interestType: Boolean? = null, val loanProduct: LoanProduct? = null, val new: Boolean? = null, val repaymentEvery: Boolean? = null, val repaymentEveryBoolean: Boolean? = null, val transactionProcessingStrategyBoolean: Boolean? = null, val transactionProcessingStrategyCode: Boolean? = null)
Link copied to clipboard
@Serializable
data class LoanProductData(val accountMovesOutOfNPAOnlyOnArrearsCompletion: Boolean? = null, val accountingMappingOptions: Map<String, List<GLAccountData>>? = null, val accountingMappings: Map<String, Any>? = null, val accountingRule: EnumOptionData? = null, val accountingRuleOptions: List<EnumOptionData>? = null, val advancedPaymentAllocationFutureInstallmentAllocationRules: List<EnumOptionData>? = null, val advancedPaymentAllocationTransactionTypes: List<EnumOptionData>? = null, val advancedPaymentAllocationTypes: List<EnumOptionData>? = null, val allowApprovedDisbursedAmountsOverApplied: Boolean? = null, val allowAttributeOverrides: LoanProductConfigurableAttributes? = null, val allowPartialPeriodInterestCalculation: Boolean? = null, val allowVariableInstallments: Boolean? = null, val amortizationType: EnumOptionData? = null, val amortizationTypeOptions: List<EnumOptionData>? = null, val annualInterestRate: Double? = null, val canDefineInstallmentAmount: Boolean? = null, val canUseForTopup: Boolean? = null, val chargeOptions: List<ChargeData>? = null, val charges: List<ChargeData>? = null, val closeDate: LocalDate? = null, val compoundingToBePostedAsTransaction: Boolean? = null, val currency: CurrencyData? = null, val currencyOptions: List<CurrencyData>? = null, val daysInMonthType: EnumOptionData? = null, val daysInMonthTypeOptions: List<EnumOptionData>? = null, val daysInYearType: EnumOptionData? = null, val daysInYearTypeOptions: List<EnumOptionData>? = null, val defaultDifferentialLendingRate: Double? = null, val delinquencyBucket: DelinquencyBucketData? = null, val delinquencyBucketOptions: List<DelinquencyBucketData>? = null, val description: String? = null, val disableScheduleExtensionForDownPayment: Boolean? = null, val disallowExpectedDisbursements: Boolean? = null, val disbursedAmountPercentageForDownPayment: Double? = null, val dueDaysForRepaymentEvent: Int? = null, val enableAutoRepaymentForDownPayment: Boolean? = null, val enableDownPayment: Boolean? = null, val enableInstallmentLevelDelinquency: Boolean? = null, val equalAmortization: Boolean? = null, val externalId: String? = null, val feeToIncomeAccountMappings: List<ChargeToGLAccountMapper>? = null, val fixedPrincipalPercentagePerInstallment: Double? = null, val floatingInterestRateCalculationAllowed: Boolean? = null, val floatingRateId: Int? = null, val floatingRateName: String? = null, val floatingRateOptions: List<FloatingRateData>? = null, val fundId: Long? = null, val fundName: String? = null, val fundOptions: List<FundData>? = null, val graceOnArrearsAgeing: Int? = null, val graceOnInterestCharged: Int? = null, val graceOnInterestPayment: Int? = null, val graceOnPrincipalPayment: Int? = null, val holdGuaranteeFunds: Boolean? = null, val id: Long? = null, val inArrearsTolerance: Double? = null, val includeInBorrowerCycle: Boolean? = null, val installmentAmountInMultiplesOf: Int? = null, val interestCalculationPeriodType: EnumOptionData? = null, val interestCalculationPeriodTypeOptions: List<EnumOptionData>? = null, val interestRateDifferential: Double? = null, val interestRateFrequencyType: EnumOptionData? = null, val interestRateFrequencyTypeOptions: List<EnumOptionData>? = null, val interestRatePerPeriod: Double? = null, val interestRateVariationsForBorrowerCycle: List<LoanProductBorrowerCycleVariationData>? = null, val interestRecalculationCompoundingTypeOptions: List<EnumOptionData>? = null, val interestRecalculationData: LoanProductInterestRecalculationData? = null, val interestRecalculationDayOfWeekTypeOptions: List<EnumOptionData>? = null, val interestRecalculationEnabled: Boolean? = null, val interestRecalculationFrequencyTypeOptions: List<EnumOptionData>? = null, val interestRecalculationNthDayTypeOptions: List<EnumOptionData>? = null, val interestType: EnumOptionData? = null, val interestTypeOptions: List<EnumOptionData>? = null, val isAllowPartialPeriodInterestCalculation: Boolean? = null, val isEqualAmortization: Boolean? = null, val isFloatingInterestRateCalculationAllowed: Boolean? = null, val isInterestRecalculationEnabled: Boolean? = null, val isLinkedToFloatingInterestRates: Boolean? = null, val isRatesEnabled: Boolean? = null, val linkedToFloatingInterestRates: Boolean? = null, val loanProductConfigurableAttributes: LoanProductConfigurableAttributes? = null, val loanScheduleProcessingType: EnumOptionData? = null, val loanScheduleProcessingTypeOptions: List<EnumOptionData>? = null, val loanScheduleType: EnumOptionData? = null, val loanScheduleTypeOptions: List<EnumOptionData>? = null, val maxDifferentialLendingRate: Double? = null, val maxInterestRatePerPeriod: Double? = null, val maxNumberOfRepayments: Int? = null, val maxPrincipal: Double? = null, val maxTrancheCount: Int? = null, val maximumGap: Int? = null, val minDifferentialLendingRate: Double? = null, val minInterestRatePerPeriod: Double? = null, val minNumberOfRepayments: Int? = null, val minPrincipal: Double? = null, val minimumDaysBetweenDisbursalAndFirstRepayment: Int? = null, val minimumGap: Int? = null, val multiDisburseLoan: Boolean? = null, val name: String? = null, val numberOfRepaymentVariationsForBorrowerCycle: List<LoanProductBorrowerCycleVariationData>? = null, val numberOfRepayments: Int? = null, val outstandingLoanBalance: Double? = null, val overAppliedCalculationType: String? = null, val overAppliedNumber: Int? = null, val overDueDaysForRepaymentEvent: Int? = null, val overdueDaysForNPA: Int? = null, val paymentAllocation: List<AdvancedPaymentData>? = null, val paymentChannelToFundSourceMappings: List<PaymentTypeToGLAccountMapper>? = null, val paymentTypeOptions: List<PaymentTypeData>? = null, val penaltyOptions: List<ChargeData>? = null, val penaltyToIncomeAccountMappings: List<ChargeToGLAccountMapper>? = null, val preClosureInterestCalculationStrategyOptions: List<EnumOptionData>? = null, val principal: Double? = null, val principalThresholdForLastInstallment: Double? = null, val principalVariationsForBorrowerCycle: List<LoanProductBorrowerCycleVariationData>? = null, val productGuaranteeData: LoanProductGuaranteeData? = null, val rateOptions: List<RateData>? = null, val rates: List<RateData>? = null, val ratesEnabled: Boolean? = null, val recurringMoratoriumOnPrincipalPeriods: Int? = null, val repaymentEvery: Int? = null, val repaymentFrequencyType: EnumOptionData? = null, val repaymentFrequencyTypeOptions: List<EnumOptionData>? = null, val repaymentStartDateType: EnumOptionData? = null, val repaymentStartDateTypeOptions: List<EnumOptionData>? = null, val rescheduleStrategyTypeOptions: List<EnumOptionData>? = null, val shortName: String? = null, val startDate: LocalDate? = null, val status: String? = null, val syncExpectedWithDisbursementDate: Boolean? = null, val transactionProcessingStrategyCode: String? = null, val transactionProcessingStrategyName: String? = null, val transactionProcessingStrategyOptions: List<TransactionProcessingStrategyData>? = null, val useBorrowerCycle: Boolean? = null, val valueConditionTypeOptions: List<EnumOptionData>? = null)
Link copied to clipboard
@Serializable
data class LoanProductFloatingRates(val defaultDifferentialLendingRate: Double? = null, val floatingInterestRateCalculationAllowed: Boolean? = null, val floatingRate: FloatingRate? = null, val id: Long? = null, val interestRateDifferential: Double? = null, val loanProduct: LoanProduct? = null, val maxDifferentialLendingRate: Double? = null, val minDifferentialLendingRate: Double? = null, val new: Boolean? = null)
Link copied to clipboard
@Serializable
data class LoanProductGuaranteeData(val id: Long? = null, val mandatoryGuarantee: Double? = null, val minimumGuaranteeFromGuarantor: Double? = null, val minimumGuaranteeFromOwnFunds: Double? = null, val productId: Long? = null)
Link copied to clipboard
@Serializable
data class LoanProductGuaranteeDetails(val id: Long? = null, val mandatoryGuarantee: Double? = null, val minimumGuaranteeFromGuarantor: Double? = null, val minimumGuaranteeFromOwnFunds: Double? = null, val new: Boolean? = null)
Link copied to clipboard
@Serializable
data class LoanProductInterestRecalculationData(val allowCompoundingOnEod: Boolean? = null, val arrearsBasedOnOriginalSchedule: Boolean? = null, val compoundingToBePostedAsTransaction: Boolean? = null, val id: Long? = null, val interestRecalculationCompoundingType: EnumOptionData? = null, val isArrearsBasedOnOriginalSchedule: Boolean? = null, val isCompoundingToBePostedAsTransaction: Boolean? = null, val preClosureInterestCalculationStrategy: EnumOptionData? = null, val productId: Long? = null, val recalculationCompoundingFrequencyInterval: Int? = null, val recalculationCompoundingFrequencyNthDay: EnumOptionData? = null, val recalculationCompoundingFrequencyOnDay: Int? = null, val recalculationCompoundingFrequencyType: EnumOptionData? = null, val recalculationCompoundingFrequencyWeekday: EnumOptionData? = null, val recalculationRestFrequencyInterval: Int? = null, val recalculationRestFrequencyNthDay: EnumOptionData? = null, val recalculationRestFrequencyOnDay: Int? = null, val recalculationRestFrequencyType: EnumOptionData? = null, val recalculationRestFrequencyWeekday: EnumOptionData? = null, val rescheduleStrategyType: EnumOptionData? = null)
Link copied to clipboard
@Serializable
data class LoanProductInterestRecalculationDetails(val arrearsBasedOnOriginalSchedule: Boolean? = null, val compoundingFrequencyNthDay: Int? = null, val compoundingFrequencyOnDay: Int? = null, val compoundingFrequencyType: LoanProductInterestRecalculationDetails.CompoundingFrequencyType? = null, val compoundingFrequencyWeekday: Int? = null, val compoundingInterval: Int? = null, val id: Long? = null, val interestRecalculationCompoundingMethod: Int? = null, val isCompoundingToBePostedAsTransaction: Boolean? = null, val new: Boolean? = null, val rescheduleStrategyMethod: Int? = null, val restFrequencyNthDay: Int? = null, val restFrequencyOnDay: Int? = null, val restFrequencyType: LoanProductInterestRecalculationDetails.RestFrequencyType? = null, val restFrequencyWeekday: Int? = null, val restInterval: Int? = null)
Link copied to clipboard
@Serializable
data class LoanProductPaymentAllocationRule(val createdBy: Long, val createdDate: LocalDateTime, val createdDateTime: LocalDateTime, val lastModifiedBy: Long, val lastModifiedDate: LocalDateTime, val lastModifiedDateTime: LocalDateTime, val allocationTypes: List<LoanProductPaymentAllocationRule.AllocationTypes>? = null, val futureInstallmentAllocationRule: LoanProductPaymentAllocationRule.FutureInstallmentAllocationRule? = null, val id: Long? = null, val loanProduct: LoanProduct? = null, val new: Boolean? = null, val transactionType: LoanProductPaymentAllocationRule.TransactionType? = null)
Link copied to clipboard
@Serializable
data class LoanProductProvisioningEntryData(val amountreserved: Double? = null, val balance: Double? = null, val categoryId: Long? = null, val categoryName: String? = null, val criteriaId: Long? = null, val currencyCode: String? = null, val expenseAccount: Long? = null, val expenseAccountCode: String? = null, val expenseAccountName: String? = null, val historyId: Long? = null, val liabilityAccountCode: String? = null, val liabilityAccountName: String? = null, val liablityAccount: Long? = null, val officeId: Long? = null, val officeName: String? = null, val overdueInDays: Long? = null, val percentage: Double? = null, val productId: Long? = null, val productName: String? = null)
Link copied to clipboard
@Serializable
data class LoanProductRelatedDetail(val allowPartialPeriodInterestCalcualtion: Boolean? = null, val amortizationMethod: LoanProductRelatedDetail.AmortizationMethod? = null, val annualNominalInterestRate: Double? = null, val arrearsTolerance: Double? = null, val currency: MonetaryCurrency? = null, val disableScheduleExtensionForDownPayment: Boolean? = null, val disbursedAmountPercentageForDownPayment: Double? = null, val enableAutoRepaymentForDownPayment: Boolean? = null, val enableDownPayment: Boolean? = null, val equalAmortization: Boolean? = null, val graceOnArrearsAgeing: Int? = null, val graceOnDueDate: Int? = null, val graceOnInterestPayment: Int? = null, val graceOnPrincipalPayment: Int? = null, val inArrearsTolerance: Money? = null, val interestCalculationPeriodMethod: LoanProductRelatedDetail.InterestCalculationPeriodMethod? = null, val interestMethod: LoanProductRelatedDetail.InterestMethod? = null, val interestPeriodFrequencyType: LoanProductRelatedDetail.InterestPeriodFrequencyType? = null, val interestRecalculationEnabled: Boolean? = null, val loanScheduleProcessingType: LoanProductRelatedDetail.LoanScheduleProcessingType? = null, val loanScheduleType: LoanProductRelatedDetail.LoanScheduleType? = null, val nominalInterestRatePerPeriod: Double? = null, val numberOfRepayments: Int? = null, val principal: Money? = null, val repayEvery: Int? = null, val repaymentPeriodFrequencyType: LoanProductRelatedDetail.RepaymentPeriodFrequencyType? = null)
Link copied to clipboard
@Serializable
data class LoanProductTrancheDetails(val multiDisburseLoan: Boolean? = null)
Link copied to clipboard
@Serializable
data class LoanTermTypeOptions(val code: String? = null, val id: Long? = null, val value: String? = null)
Link copied to clipboard
@Serializable
data class LoanTermVariationsData(val dateValue: LocalDate? = null, val decimalValue: Double? = null, val id: Long? = null, val isProcessed: Boolean? = null, val isSpecificToInstallment: Boolean? = null, val termType: LoanTermTypeOptions? = null, val termVariationApplicableFrom: LocalDate? = null)
Link copied to clipboard
@Serializable
data class LookupTableData(val description: String? = null, val propertyEntries: List<LookupTableEntry>? = null, val key: String? = null)
Link copied to clipboard
@Serializable
data class LookupTableEntry(val score: Double? = null, val valueFrom: Int? = null, val valueTo: Int? = null)
Link copied to clipboard
@Serializable
data class MediaType(val parameters: Map<String, String>? = null, val subtype: String? = null, val type: String? = null, val wildcardSubtype: Boolean? = null, val wildcardType: Boolean? = null)
Link copied to clipboard
@Serializable
data class MonetaryCurrency(val code: String? = null, val currencyInMultiplesOf: Int? = null, val digitsAfterDecimal: Int? = null)
Link copied to clipboard
@Serializable
data class Money(val amount: Double? = null, val amountDefaultedToNullIfZero: Double? = null, val currency: MonetaryCurrency? = null, val currencyCode: String? = null, val currencyDigitsAfterDecimal: Int? = null, val currencyInMultiplesOf: Int? = null, val greaterThanZero: Boolean? = null, val lessThanZero: Boolean? = null, val zero: Boolean? = null)
Link copied to clipboard
@Serializable
data class MoneyData(val amount: Double, val currency: String)
Link copied to clipboard
@Serializable
data class MultiPart(val bodyParts: List<BodyPart>? = null, val contentDisposition: ContentDisposition? = null, val entity: Any? = null, val headers: BodyPartHeaders? = null, val mediaType: MediaType? = null, val messageBodyWorkers: Any? = null, val parameterizedHeaders: BodyPartParameterizedHeaders? = null, val parent: MultiPart? = null, val providers: Any? = null)
Link copied to clipboard
@Serializable
data class MultivaluedMapStringParameterizedHeader(val empty: Boolean? = null)
Link copied to clipboard
@Serializable
data class MultivaluedMapStringString(val empty: Boolean? = null)
Link copied to clipboard
@Serializable
data class NoteData(val clientId: Long? = null, val createdById: Long? = null, val createdByUsername: String? = null, val createdOn: LocalDateTime? = null, val depositAccountId: Long? = null, val groupId: Long? = null, val id: Long? = null, val loanId: Long? = null, val loanTransactionId: Long? = null, val note: String? = null, val noteType: EnumOptionData? = null, val savingAccountId: Long? = null, val updatedById: Long? = null, val updatedByUsername: String? = null, val updatedOn: LocalDateTime? = null)
Link copied to clipboard
@Serializable
data class Office(val children: List<Office>? = null, val externalId: ExternalId? = null, val hierarchy: String? = null, val id: Long? = null, val name: String? = null, val new: Boolean? = null, val openingDate: LocalDate? = null, val openingLocalDate: LocalDate? = null, val parent: Office? = null)
Link copied to clipboard
@Serializable
data class OfficeData(val dateFormat: String? = null, val externalId: ExternalId? = null, val hierarchy: String? = null, val id: Long? = null, val locale: String? = null, val name: String? = null, val nameDecorated: String? = null, val openingDate: LocalDate? = null, val parentId: Long? = null, val parentName: String? = null, val rowIndex: Int? = null)
Link copied to clipboard
@Serializable
data class Pageable(val offset: Long? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val paged: Boolean? = null, val sort: Sort? = null, val unpaged: Boolean? = null)
Link copied to clipboard
@Serializable
data class PageCashierTransactionData(val pageItems: List<CashierTransactionData>? = null, val totalFilteredRecords: Int? = null)
Link copied to clipboard
@Serializable
data class PageClientSearchData(val content: List<ClientSearchData>? = null, val empty: Boolean? = null, val first: Boolean? = null, val last: Boolean? = null, val number: Int? = null, val numberOfElements: Int? = null, val pageable: Pageable? = null, val propertySize: Int? = null, val sort: Sort? = null, val totalElements: Long? = null, val totalPages: Int? = null)
Link copied to clipboard
@Serializable
data class PagedLocalRequestAdvancedQueryData(val dateFormat: String? = null, val dateTimeFormat: String? = null, val locale: String? = null, val localeObject: PagedLocalRequestAdvancedQueryDataLocaleObject? = null, val page: Int? = null, val request: AdvancedQueryData? = null, val propertySize: Int? = null, val sorts: List<SortOrder>? = null)
@Serializable
data class PagedLocalRequestAdvancedQueryDataLocaleObject(val country: String? = null, val displayCountry: String? = null, val displayLanguage: String? = null, val displayName: String? = null, val displayScript: String? = null, val displayVariant: String? = null, val extensionKeys: Set<String>? = null, val iso3Country: String? = null, val iso3Language: String? = null, val language: String? = null, val script: String? = null, val unicodeLocaleAttributes: Set<String>? = null, val unicodeLocaleKeys: Set<String>? = null, val variant: String? = null)
Link copied to clipboard
@Serializable
data class PagedLocalRequestAdvancedQueryRequest(val dateFormat: String? = null, val dateTimeFormat: String? = null, val locale: String? = null, val localeObject: PagedLocalRequestAdvancedQueryDataLocaleObject? = null, val page: Int? = null, val request: AdvancedQueryRequest? = null, val propertySize: Int? = null, val sorts: List<SortOrder>? = null)
Link copied to clipboard
@Serializable
data class PagedRequestClientTextSearch(val page: Int? = null, val request: ClientTextSearch? = null, val propertySize: Int? = null, val sorts: List<SortOrder>? = null)
@Serializable
data class PagedRequestExternalAssetOwnerSearchRequest(val page: Int? = null, val request: ExternalAssetOwnerSearchRequest? = null, val propertySize: Int? = null, val sorts: List<SortOrder>? = null)
Link copied to clipboard
@Serializable
data class PageExternalTransferData(val content: List<ExternalTransferData>? = null, val empty: Boolean? = null, val first: Boolean? = null, val last: Boolean? = null, val number: Int? = null, val numberOfElements: Int? = null, val pageable: Pageable? = null, val propertySize: Int? = null, val sort: Sort? = null, val totalElements: Long? = null, val totalPages: Int? = null)
Link copied to clipboard
@Serializable
data class PageJournalEntryData(val content: List<JournalEntryData>? = null, val empty: Boolean? = null, val first: Boolean? = null, val last: Boolean? = null, val number: Int? = null, val numberOfElements: Int? = null, val pageable: Pageable? = null, val propertySize: Int? = null, val sort: Sort? = null, val totalElements: Long? = null, val totalPages: Int? = null)
Link copied to clipboard
@Serializable
data class ParameterizedHeader(val parameters: Map<String, String>? = null, val value: String? = null)
Link copied to clipboard
@Serializable
data class PaymentAllocationOrder(val order: Int? = null, val paymentAllocationRule: String? = null)
Link copied to clipboard
@Serializable
data class PaymentDetailData(val accountNumber: String? = null, val bankNumber: String? = null, val checkNumber: String? = null, val id: Long? = null, val paymentType: PaymentType? = null, val receiptNumber: String? = null, val routingCode: String? = null)
Link copied to clipboard
@Serializable
data class PaymentType(val id: Long? = null, val isSystemDefined: Boolean? = null, val name: String? = null)
Link copied to clipboard
@Serializable
data class PaymentTypeData(val codeName: String? = null, val description: String? = null, val id: Long? = null, val isCashPayment: Boolean? = null, val isSystemDefined: Boolean? = null, val name: String? = null, val position: Int? = null)
Link copied to clipboard
@Serializable
data class PaymentTypeToGLAccountMapper(val fundSourceAccount: GLAccountData? = null, val paymentType: PaymentTypeData? = null)
Link copied to clipboard
@Serializable
data class Permission(val code: String? = null, val grouping: String? = null, val id: Long? = null, val new: Boolean? = null)
Link copied to clipboard
@Serializable
data class PortfolioAccountData(val accountNo: String? = null, val amtForTransfer: Double? = null, val clientId: Long? = null, val clientName: String? = null, val currency: CurrencyData? = null, val currencyCode: String? = null, val externalId: String? = null, val fieldOfficerId: Long? = null, val fieldOfficerName: String? = null, val groupId: Long? = null, val groupName: String? = null, val id: Long? = null, val productId: Long? = null, val productName: String? = null)
Link copied to clipboard
@Serializable
data class PostAccountingRulesRequest(val accountToCredit: Long? = null, val accountToDebit: Long? = null, val description: String? = null, val name: String? = null, val officeId: Long? = null)

PostAccountingRulesRequest

Link copied to clipboard
@Serializable
data class PostAccountingRulesResponse(val officeId: Long? = null, val resourceId: Long? = null)

PostAccountingRulesResponse

Link copied to clipboard
@Serializable
data class PostAccountNumberFormatsRequest(val accountType: Long? = null, val prefixType: Long? = null)

PostAccountNumberFormatsRequest

Link copied to clipboard
@Serializable
data class PostAccountNumberFormatsResponse(val resourceId: Long? = null)

PostAccountNumberFormatsResponse

Link copied to clipboard
@Serializable
data class PostAccountsCharges(val amount: Int? = null, val chargeId: Long? = null)
Link copied to clipboard
@Serializable
data class PostAccountsRequestedShares(val id: Long? = null)
Link copied to clipboard
@Serializable
data class PostAccountsTypeAccountIdRequest(val requestedShares: Set<PostAccountsRequestedShares>? = null)

PostAccountsTypeAccountIdRequest

Link copied to clipboard
@Serializable
data class PostAccountsTypeAccountIdResponse(val resourceId: Long? = null)

PostAccountsTypeAccountIdResponse

Link copied to clipboard
@Serializable
data class PostAccountsTypeRequest(val allowDividendCalculationForInactiveClients: Boolean? = null, val applicationDate: String? = null, val charges: Set<PostAccountsCharges>? = null, val clientId: Long? = null, val dateFormat: String? = null, val externalId: String? = null, val locale: String? = null, val lockinPeriodFrequency: Int? = null, val lockinPeriodFrequencyType: Int? = null, val minimumActivePeriod: Int? = null, val minimumActivePeriodFrequencyType: Int? = null, val productId: Long? = null, val requestedShares: Int? = null, val savingsAccountId: Long? = null, val submittedDate: String? = null)

PostAccountsTypeRequest

Link copied to clipboard
@Serializable
data class PostAccountsTypeResponse(val resourceId: Long? = null)

PostAccountsTypeResponse

@Serializable
data class PostAccountTransfersRefundByTransferRequest(val dateFormat: String? = null, val fromAccountId: Long? = null, val fromAccountType: Int? = null, val fromClientId: Long? = null, val fromOfficeId: Long? = null, val locale: String? = null, val toAccountId: Long? = null, val toAccountType: Int? = null, val toClientId: Long? = null, val toOfficeId: Long? = null, val transferAmount: Float? = null, val transferDate: String? = null, val transferDescription: String? = null)

PostAccountTransfersRefundByTransferRequest

@Serializable
data class PostAccountTransfersRefundByTransferResponse(val resourceId: Long? = null, val savingsId: Long? = null)

PostAccountTransfersRefundByTransferResponse

Link copied to clipboard
@Serializable
data class PostAccountTransfersRequest(val dateFormat: String? = null, val fromAccountId: Long? = null, val fromAccountType: Int? = null, val fromClientId: Long? = null, val fromOfficeId: Long? = null, val locale: String? = null, val toAccountId: Long? = null, val toAccountType: Int? = null, val toClientId: Long? = null, val toOfficeId: Long? = null, val transferAmount: Float? = null, val transferDate: String? = null, val transferDescription: String? = null)

PostAccountTransfersRequest

Link copied to clipboard
@Serializable
data class PostAccountTransfersResponse(val resourceId: Long? = null, val savingsId: Long? = null)

PostAccountTransfersResponse

Link copied to clipboard
@Serializable
data class PostAdhocQuerySearchRequest(val dateFormat: String? = null, val includeOutStandingAmountPercentage: Boolean? = null, val includeOutstandingAmount: Boolean? = null, val loanDateOption: String? = null, val loanFromDate: LocalDate? = null, val loanToDate: LocalDate? = null, val locale: String? = null, val maxOutstandingAmount: Long? = null, val minOutstandingAmount: Long? = null, val outStandingAmountPercentage: Long? = null, val outStandingAmountPercentageCondition: String? = null, val outstandingAmountCondition: String? = null)

PostAdhocQuerySearchRequest

Link copied to clipboard
@Serializable
data class PostAdhocQuerySearchResponse(val loanOutStanding: Long? = null, val loanProductName: String? = null, val officeName: String? = null, val percentage: Long? = null)

PostAdhocQuerySearchResponse

Link copied to clipboard
@Serializable
data class PostalAddress(val addressLine1: String? = null, val addressLine2: String? = null, val city: String? = null, val country: String? = null, val postalCode: String? = null, val stateProvince: String? = null)
Link copied to clipboard
@Serializable
data class PostAuthenticationRequest(val password: String, val username: String)

PostAuthenticationRequest

Link copied to clipboard
@Serializable
data class PostAuthenticationResponse(val authenticated: Boolean? = null, val base64EncodedAuthenticationKey: String? = null, val officeId: Long? = null, val officeName: String? = null, val organisationalRole: EnumOptionData? = null, val permissions: List<String>? = null, val roles: List<RoleData>? = null, val staffDisplayName: String? = null, val staffId: Long? = null, val userId: Long? = null, val username: String? = null)

PostAuthenticationResponse

Link copied to clipboard
@Serializable
data class PostCentersCenterIdRequest(val closureDate: String? = null, val closureReasonId: Long? = null, val dateFormat: String? = null, val locale: String? = null)

PostCentersCenterIdRequest

Link copied to clipboard
@Serializable
data class PostCentersCenterIdResponse(val resourceId: Long? = null)

PostCentersCenterIdResponse

Link copied to clipboard
@Serializable
data class PostCentersRequest(val active: Boolean? = null, val name: String? = null, val officeId: Long? = null)

PostCentersRequest

Link copied to clipboard
@Serializable
data class PostCentersResponse(val groupId: Long? = null, val officeId: Long? = null, val resourceId: Long? = null)

PostCentersResponse

Link copied to clipboard
@Serializable
data class PostChargesRequest(val active: Boolean? = null, val amount: Double? = null, val chargeAppliesTo: Int? = null, val chargeCalculationType: Int? = null, val chargePaymentMode: Int? = null, val chargeTimeType: Int? = null, val currencyCode: String? = null, val locale: String? = null, val monthDayFormat: String? = null, val name: String? = null, val penalty: Boolean? = null)

PostChargesRequest

Link copied to clipboard
@Serializable
data class PostChargesResponse(val resourceId: Long? = null)

PostChargesResponse

Link copied to clipboard
@Serializable
data class PostClientClientIdAddressesRequest(val addressLine1: String? = null, val addressLine2: String? = null, val addressLine3: String? = null, val city: String? = null, val countryId: Long? = null, val isActive: Boolean? = null, val postalCode: Long? = null, val stateProvinceId: Long? = null, val street: String? = null)

PostClientClientIdAddressesRequest

Link copied to clipboard
@Serializable
data class PostClientClientIdAddressesResponse(val resourceId: Long? = null)

PostClientClientIdAddressesResponse

Link copied to clipboard
@Serializable
data class PostClientCollateralRequest(val collateralId: Long? = null, val locale: String? = null, val quantity: Double? = null)

PostClientCollateralRequest

Link copied to clipboard
@Serializable
data class PostClientCollateralResponse(val clientId: Long? = null, val resourceId: Long? = null)

PostClientCollateralResponse

Link copied to clipboard
@Serializable
data class PostClientsAddressRequest(val addressLine1: String? = null, val addressLine2: String? = null, val addressLine3: String? = null, val addressTypeId: Long? = null, val city: String? = null, val countryId: Long? = null, val isActive: Boolean? = null, val postalCode: Long? = null, val stateProvinceId: Long? = null, val street: String? = null)

Address requests

@Serializable
data class PostClientsClientIdChargesChargeIdRequest(val amount: Int? = null, val dateFormat: String? = null, val externalId: String? = null, val locale: String? = null, val transactionDate: String? = null)

PostClientsClientIdChargesChargeIdRequest

@Serializable
data class PostClientsClientIdChargesChargeIdResponse(val clientId: Long? = null, val officeId: Long? = null, val resourceId: Long? = null, val transactionId: Long? = null)

PostClientsClientIdChargesChargeIdResponse

Link copied to clipboard
@Serializable
data class PostClientsClientIdChargesRequest(val amount: Int? = null, val chargeId: Long? = null, val dateFormat: String? = null, val dueDate: String? = null, val locale: String? = null)

PostClientsClientIdChargesRequest

Link copied to clipboard
@Serializable
data class PostClientsClientIdChargesResponse(val chargeId: Long? = null, val officeId: Long? = null, val resourceId: Long? = null)

PostClientsClientIdChargesResponse

Link copied to clipboard
@Serializable
data class PostClientsClientIdIdentifiersRequest(val description: String? = null, val documentKey: String? = null, val documentTypeId: Long? = null)

PostClientsClientIdIdentifiersRequest

Link copied to clipboard
@Serializable
data class PostClientsClientIdIdentifiersResponse(val clientId: Long? = null, val officeId: Long? = null, val resourceId: Long? = null)

PostClientsClientIdIdentifiersResponse

Link copied to clipboard
@Serializable
data class PostClientsClientIdRequest(val activationDate: String? = null, val dateFormat: String? = null, val locale: String? = null)

PostClientsClientIdRequest

Link copied to clipboard
@Serializable
data class PostClientsClientIdResponse(val clientId: Long? = null, val officeId: Long? = null, val resourceExternalId: String? = null, val resourceId: Long? = null)

PostClientsClientIdResponse

@Serializable
data class PostClientsClientIdTransactionsTransactionIdResponse(val clientId: Long? = null, val officeId: Long? = null, val resourceId: Long? = null)

PostClientsClientIdTransactionsTransactionIdResponse

Link copied to clipboard
@Serializable
data class PostClientsDatatable(val data: Map<String, Any>? = null, val registeredTableName: String? = null)

List of PostClientsDatatable

Link copied to clipboard
@Serializable
data class PostClientsRequest(val activationDate: String? = null, val active: Boolean? = null, val address: List<PostClientsAddressRequest>? = null, val datatables: List<PostClientsDatatable>? = null, val dateFormat: String? = null, val dateOfBirth: LocalDate? = null, val emailAddress: String? = null, val externalId: String? = null, val firstname: String? = null, val fullname: String? = null, val groupId: Long? = null, val lastname: String? = null, val legalFormId: Long? = null, val locale: String? = null, val middlename: String? = null, val mobileNo: String? = null, val officeId: Long? = null)

PostClientsRequest

Link copied to clipboard
@Serializable
data class PostClientsResponse(val clientId: Long? = null, val groupId: Long? = null, val officeId: Long? = null, val resourceExternalId: String? = null, val resourceId: Long? = null)

PostClientsResponse

Link copied to clipboard
@Serializable
data class PostCodesRequest(val name: String? = null)

PostCodesRequest

Link copied to clipboard
@Serializable
data class PostCodesResponse(val resourceId: Long? = null)

PostCodesResponse

Link copied to clipboard
@Serializable
data class PostCodeValueDataResponse(val resourceId: Long? = null)

PostCodeValueDataResponse

Link copied to clipboard
@Serializable
data class PostCodeValuesDataRequest(val description: String? = null, val isActive: Boolean? = null, val name: String? = null, val position: Int? = null)

PostCodeValuesDataRequest

Link copied to clipboard
@Serializable
data class PostCollateralManagementProductRequest(val basePrice: Double? = null, val currency: String? = null, val name: String? = null, val pctToBase: Double? = null, val quality: String? = null, val unitType: String? = null)

PostCollateralManagementProductRequest

Link copied to clipboard
@Serializable
data class PostCollateralManagementProductResponse(val resourceId: Long? = null)

PostCollateralManagementProductResponse

@Serializable
data class PostCollectionSheetBulkRepaymentTransactions(val loanId: Long? = null, val paymentTypeId: Long? = null, val receiptNumber: Long? = null, val transactionAmount: Double? = null)
Link copied to clipboard
@Serializable
data class PostCollectionSheetChanges(val savingsTransactions: List<Int>? = null, val dateFormat: String? = null, val loanTransactions: List<Int>? = null, val locale: String? = null)
Link copied to clipboard
@Serializable
data class PostCollectionSheetRequest(val actualDisbursementDate: String? = null, val bulkDisbursementTransactions: List<Int>? = null, val bulkRepaymentTransactions: PostCollectionSheetBulkRepaymentTransactions? = null, val bulkSavingsDueTransactions: List<Int>? = null, val dateFormat: String? = null, val locale: String? = null, val transactionDate: String? = null)

PostCollectionSheetRequest

Link copied to clipboard
@Serializable
data class PostCollectionSheetResponse(val changes: PostCollectionSheetChanges? = null, val groupId: Long? = null, val resourceId: Long? = null)

PostCollectionSheetResponse

Link copied to clipboard
@Serializable
data class PostColumnHeaderData(val name: String, val type: String, val code: String? = null, val indexed: Boolean? = null, val length: Long? = null, val mandatory: Boolean? = null, val unique: Boolean? = null)
Link copied to clipboard
@Serializable
data class PostCreateRescheduleLoansRequest(val adjustedDueDate: String? = null, val dateFormat: String? = null, val extraTerms: Int? = null, val graceOnInterest: Int? = null, val graceOnPrincipal: Int? = null, val loanId: Long? = null, val locale: String? = null, val newInterestRate: Double? = null, val rescheduleFromDate: String? = null, val rescheduleReasonComment: String? = null, val rescheduleReasonId: Long? = null, val submittedOnDate: String? = null)

PostCreateRescheduleLoansRequest

Link copied to clipboard
@Serializable
data class PostCreateRescheduleLoansResponse(val clientId: Long? = null, val loanId: Long? = null, val officeId: Long? = null, val resourceId: Long? = null)

PostCreateRescheduleLoansResponse

Link copied to clipboard
@Serializable
data class PostDataTablesAppTableIdResponse(val resourceId: Long? = null)

PostDataTablesAppTableIdResponse

Link copied to clipboard
@Serializable
data class PostDataTablesRequest(val apptableName: String, val columns: List<PostColumnHeaderData>, val datatableName: String, val entitySubType: String? = null, val multiRow: Boolean? = null)

PostDataTablesRequest

Link copied to clipboard
@Serializable
data class PostDataTablesResponse(val resourceIdentifier: String? = null)

PostDataTablesResponse

Link copied to clipboard
@Serializable
data class PostDelinquencyBucketRequest(val name: String? = null, val ranges: List<Long>? = null)

PostDelinquencyBucketRequest

Link copied to clipboard
@Serializable
data class PostDelinquencyBucketResponse(val resourceId: Int? = null)

PostDelinquencyBucketResponse

Link copied to clipboard
@Serializable
data class PostDelinquencyRangeRequest(val classification: String? = null, val locale: String? = null, val maximumAgeDays: Int? = null, val minimumAgeDays: Int? = null)

PostDelinquencyRangeRequest

Link copied to clipboard
@Serializable
data class PostDelinquencyRangeResponse(val resourceId: Int? = null)

PostDelinquencyRangeResponse

Link copied to clipboard
@Serializable
data class PostEntityDatatableChecksTemplateRequest(val datatableName: String? = null, val entity: String? = null, val productId: Long? = null, val status: Long? = null)

PostEntityDatatableChecksTemplateRequest

@Serializable
data class PostEntityDatatableChecksTemplateResponse(val resourceId: Long? = null)

PostEntityDatatableChecksTemplateResponse

Link copied to clipboard
@Serializable
data class PostEntityTypeEntityIdDocumentsResponse(val resourceId: Long? = null, val resourceIdentifier: String? = null)

PostEntityTypeEntityIdDocumentsResponse

Link copied to clipboard
@Serializable
data class PostFinancialActivityAccountsRequest(val financialActivityId: Long? = null, val glAccountId: Long? = null)

PostFinancialActivityAccountsRequest

Link copied to clipboard
@Serializable
data class PostFinancialActivityAccountsResponse(val resourceId: Long? = null)

PostFinancialActivityAccountsResponse

@Serializable
data class PostFixedDepositAccountsAccountIdResponse(val clientId: Long? = null, val officeId: Long? = null, val resourceId: Long? = null, val savingsId: Long? = null)

PostFixedDepositAccountsAccountIdResponse

Link copied to clipboard
@Serializable
data class PostFixedDepositAccountsRequest(val clientId: Long? = null, val dateFormat: String? = null, val depositAmount: Float? = null, val depositPeriod: Int? = null, val depositPeriodFrequencyId: Long? = null, val locale: String? = null, val productId: Long? = null, val submittedOnDate: String? = null)

PostFixedDepositAccountsRequest

Link copied to clipboard
@Serializable
data class PostFixedDepositAccountsResponse(val clientId: Long? = null, val officeId: Long? = null, val resourceId: Long? = null, val savingsId: Long? = null)

PostFixedDepositAccountsResponse

Link copied to clipboard
@Serializable
data class PostFixedDepositProductsCharts(val chartSlabs: Set<PostFixedDepositProductsChartSlabs>? = null, val dateFormat: String? = null, val fromDate: String? = null, val locale: String? = null)
Link copied to clipboard
@Serializable
data class PostFixedDepositProductsChartSlabs(val annualInterestRate: Double? = null, val description: String? = null, val fromPeriod: Int? = null, val periodType: Int? = null, val toPeriod: Int? = null)
Link copied to clipboard
@Serializable
data class PostFixedDepositProductsRequest(val accountingRule: Int? = null, val charts: Set<PostFixedDepositProductsCharts>? = null, val currencyCode: String? = null, val description: String? = null, val digitsAfterDecimal: Int? = null, val inMultiplesOf: Int? = null, val interestCalculationDaysInYearType: Int? = null, val interestCalculationType: Int? = null, val interestCompoundingPeriodType: Int? = null, val interestPostingPeriodType: Int? = null, val locale: String? = null, val maxDepositTerm: Int? = null, val maxDepositTermTypeId: Int? = null, val minDepositTerm: Int? = null, val minDepositTermTypeId: Int? = null, val name: String? = null, val preClosurePenalApplicable: Boolean? = null, val preClosurePenalInterest: Double? = null, val preClosurePenalInterestOnTypeId: Int? = null, val shortName: String? = null)

PostFixedDepositProductsRequest

Link copied to clipboard
@Serializable
data class PostFixedDepositProductsResponse(val resourceId: Int? = null)

PostFixedDepositProductsResponse

Link copied to clipboard
@Serializable
data class PostFloatingRatesRatePeriods(val dateFormat: String? = null, val fromDate: String? = null, val interestRate: Double? = null, val locale: String? = null)
Link copied to clipboard
@Serializable
data class PostFloatingRatesRequest(val isActive: Boolean? = null, val isBaseLendingRate: Boolean? = null, val name: String? = null, val ratePeriods: Set<PostFloatingRatesRatePeriods>? = null)

PostFloatingRatesRequest

Link copied to clipboard
@Serializable
data class PostFloatingRatesResponse(val resourceId: Long? = null)

PostFloatingRatesResponse

Link copied to clipboard
@Serializable
data class PostFundsRequest(val name: String? = null)

PostFundsRequest

Link copied to clipboard
@Serializable
data class PostFundsResponse(val resourceId: Long? = null)

PostFundsResponse

Link copied to clipboard
@Serializable
data class PostGLAccountsRequest(val description: String? = null, val glCode: String? = null, val manualEntriesAllowed: Boolean? = null, val name: String? = null, val parentId: Long? = null, val tagId: Long? = null, val type: Int? = null, val usage: Int? = null)

PostGLAccountsRequest

Link copied to clipboard
@Serializable
data class PostGLAccountsResponse(val resourceId: Long? = null)

PostGLAccountsResponse

Link copied to clipboard
@Serializable
data class PostGlClosuresRequest(val closingDate: LocalDate? = null, val comments: String? = null, val dateFormat: String? = null, val locale: String? = null, val officeId: Long? = null)

PostGLCLosuresRequest

Link copied to clipboard
@Serializable
data class PostGlClosuresResponse(val officeId: Long? = null, val resourceId: Long? = null)

PostGlClosuresResponse

Link copied to clipboard
@Serializable
data class PostGroupsGroupIdClients(val id: Long? = null)
@Serializable
data class PostGroupsGroupIdCommandUnassignStaffRequest(val staffId: Long? = null)

PostGroupsGroupIdCommandUnassignStaffRequest

@Serializable
data class PostGroupsGroupIdCommandUnassignStaffResponse(val changes: Any? = null, val groupId: Long? = null, val officeId: Long? = null, val resourceId: Long? = null)

PostGroupsGroupIdCommandUnassignStaffResponse

Link copied to clipboard
@Serializable
data class PostGroupsGroupIdRequest(val clients: Set<PostGroupsGroupIdClients>? = null, val destinationGroupId: Long? = null)

PostGroupsGroupIdRequest

Link copied to clipboard
@Serializable
data class PostGroupsGroupIdResponse(val resourceId: Long? = null)

PostGroupsGroupIdResponse

Link copied to clipboard
@Serializable
data class PostGroupsRequest(val active: Boolean? = null, val name: String? = null, val officeId: Long? = null)

PostGroupsRequest

Link copied to clipboard
@Serializable
data class PostGroupsResponse(val groupId: Long? = null, val officeId: Long? = null, val resourceId: Long? = null)

PostGroupsResponse

Link copied to clipboard
@Serializable
data class PostHolidaysHolidayIdResponse(val resourceId: Long? = null)

PostHolidaysHolidayIdResponse

Link copied to clipboard
@Serializable
data class PostHolidaysRequest(val dateFormat: String? = null, val description: String? = null, val fromDate: LocalDate? = null, val locale: String? = null, val name: String? = null, val offices: List<PostHolidaysRequestOffices>? = null, val repaymentsRescheduledTo: LocalDate? = null, val toDate: LocalDate? = null)

PostHolidaysRequest

Link copied to clipboard
@Serializable
data class PostHolidaysRequestOffices(val officeId: Long? = null)
Link copied to clipboard
@Serializable
data class PostHolidaysResponse(val resourceId: Long? = null)

PostHolidaysResponse

Link copied to clipboard
@Serializable
data class PostHookRequest(val config: List<Field>? = null, val displayName: String? = null, val events: List<Event>? = null, val isActive: Boolean? = null, val name: String? = null, val templateId: Long? = null)

PostHookRequest

Link copied to clipboard
@Serializable
data class PostHookResponse(val resourceId: Long? = null)

PostHookResponse

Link copied to clipboard
@Serializable
data class PostInitiateTransferRequest(val dateFormat: String? = null, val locale: String? = null, val ownerExternalId: String? = null, val purchasePriceRatio: String? = null, val settlementDate: String? = null, val transferExternalId: String? = null)

PostInitiateTransferRequest

Link copied to clipboard
@Serializable
data class PostInitiateTransferResponse(val changes: ExternalAssetOwnerTransferChangesData? = null, val dateFormat: String? = null, val locale: String? = null, val resourceExternalId: String? = null, val resourceId: Long? = null, val subResourceExternalId: String? = null, val subResourceId: Long? = null)

PostInitiateTransferResponse

@Serializable
data class PostInterestRateChartsChartIdChartSlabsIncentives(val amount: Double? = null, val attributeName: Int? = null, val attributeValue: String? = null, val conditionType: Int? = null, val entityType: Int? = null, val incentiveType: Int? = null)
@Serializable
data class PostInterestRateChartsChartIdChartSlabsRequest(val annualInterestRate: Double? = null, val description: String? = null, val fromPeriod: Int? = null, val incentives: Set<PostInterestRateChartsChartIdChartSlabsIncentives>? = null, val locale: String? = null, val periodType: Int? = null, val toPeriod: Int? = null)

PostInterestRateChartsChartIdChartSlabsRequest

@Serializable
data class PostInterestRateChartsChartIdChartSlabsResponse(val resourceId: Long? = null)

PostInterestRateChartsChartIdChartSlabsResponse

Link copied to clipboard
@Serializable
data class PostInterestRateChartsRequest(val dateFormat: String? = null, val description: String? = null, val fromDate: String? = null, val locale: String? = null, val name: String? = null, val type: String? = null)

PostInterestRateChartsRequest

Link copied to clipboard
@Serializable
data class PostInterestRateChartsResponse(val resourceId: Long? = null)

PostInterestRateChartsResponse

Link copied to clipboard
@Serializable
data class PostJournalEntriesResponse(val officeId: Long? = null, val transactionId: String? = null)

PostJournalEntriesResponse

Link copied to clipboard
@Serializable
data class PostJournalEntriesTransactionIdRequest(val officeId: Long? = null)

PostJournalEntriesTransactionIdRequest

Link copied to clipboard
@Serializable
data class PostJournalEntriesTransactionIdResponse(val officeId: Long? = null)

PostJournalEntriesTransactionIdResponse

@Serializable
data class PostLinkDelinkAccountsToFromPocketResponse(val resourceId: Int? = null)

PostLinkDelinkAccountsToFromPocketResponse

Link copied to clipboard
@Serializable
data class PostLoanChanges(val removedEntityIds: List<Int>? = null)
Link copied to clipboard
@Serializable
data class PostLoanProductsRequest(val accountMovesOutOfNPAOnlyOnArrearsCompletion: Boolean? = null, val accountingRule: Int? = null, val allowApprovedDisbursedAmountsOverApplied: Boolean? = null, val allowAttributeOverrides: AllowAttributeOverrides? = null, val allowPartialPeriodInterestCalcualtion: Boolean? = null, val allowVariableInstallments: Boolean? = null, val amortizationType: Int? = null, val canDefineInstallmentAmount: Boolean? = null, val canUseForTopup: Boolean? = null, val chargeOffExpenseAccountId: Long? = null, val chargeOffFraudExpenseAccountId: Long? = null, val charges: List<ChargeData>? = null, val closeDate: String? = null, val currencyCode: String? = null, val dateFormat: String? = null, val daysInMonthType: Int? = null, val daysInYearType: Int? = null, val delinquencyBucketId: Long? = null, val description: String? = null, val digitsAfterDecimal: Int? = null, val disableScheduleExtensionForDownPayment: Boolean? = null, val disallowExpectedDisbursements: Boolean? = null, val disbursedAmountPercentageForDownPayment: Double? = null, val dueDaysForRepaymentEvent: Int? = null, val enableAutoRepaymentForDownPayment: Boolean? = null, val enableDownPayment: Boolean? = null, val enableInstallmentLevelDelinquency: Boolean? = null, val externalId: String? = null, val feeToIncomeAccountMappings: List<GetLoanFeeToIncomeAccountMappings>? = null, val fixedPrincipalPercentagePerInstallment: Double? = null, val fundId: Long? = null, val fundSourceAccountId: Long? = null, val goodwillCreditAccountId: Long? = null, val graceOnArrearsAgeing: Int? = null, val graceOnInterestPayment: Int? = null, val graceOnPrincipalPayment: Int? = null, val holdGuaranteeFunds: Boolean? = null, val inArrearsTolerance: Int? = null, val inMultiplesOf: Int? = null, val includeInBorrowerCycle: Boolean? = null, val incomeFromChargeOffFeesAccountId: Long? = null, val incomeFromChargeOffInterestAccountId: Long? = null, val incomeFromChargeOffPenaltyAccountId: Long? = null, val incomeFromFeeAccountId: Long? = null, val incomeFromGoodwillCreditFeesAccountId: Long? = null, val incomeFromGoodwillCreditInterestAccountId: Long? = null, val incomeFromGoodwillCreditPenaltyAccountId: Long? = null, val incomeFromPenaltyAccountId: Long? = null, val incomeFromRecoveryAccountId: Long? = null, val installmentAmountInMultiplesOf: Int? = null, val interestCalculationPeriodType: Int? = null, val interestOnLoanAccountId: Long? = null, val interestRateFrequencyType: Int? = null, val interestRatePerPeriod: Double? = null, val interestRateVariationsForBorrowerCycle: List<Int>? = null, val interestRecalculationCompoundingMethod: Int? = null, val interestType: Int? = null, val isEqualAmortization: Boolean? = null, val isInterestRecalculationEnabled: Boolean? = null, val isLinkedToFloatingInterestRates: Boolean? = null, val loanPortfolioAccountId: Long? = null, val loanScheduleProcessingType: String? = null, val loanScheduleType: String? = null, val locale: String? = null, val maxInterestRatePerPeriod: Double? = null, val maxNumberOfRepayments: Int? = null, val maxPrincipal: Double? = null, val maxTrancheCount: Int? = null, val minInterestRatePerPeriod: Double? = null, val minNumberOfRepayments: Int? = null, val minPrincipal: Double? = null, val minimumDaysBetweenDisbursalAndFirstRepayment: Int? = null, val multiDisburseLoan: Boolean? = null, val name: String? = null, val numberOfRepaymentVariationsForBorrowerCycle: List<Int>? = null, val numberOfRepayments: Int? = null, val outstandingLoanBalance: Double? = null, val overAppliedCalculationType: String? = null, val overAppliedNumber: Int? = null, val overDueDaysForRepaymentEvent: Int? = null, val overdueDaysForNPA: Int? = null, val overpaymentLiabilityAccountId: Long? = null, val paymentAllocation: List<AdvancedPaymentData>? = null, val paymentChannelToFundSourceMappings: List<GetLoanPaymentChannelToFundSourceMappings>? = null, val penaltyToIncomeAccountMappings: List<ChargeToGLAccountMapper>? = null, val preClosureInterestCalculationStrategy: Int? = null, val principal: Double? = null, val principalThresholdForLastInstallment: Int? = null, val principalVariationsForBorrowerCycle: List<Int>? = null, val rates: List<RateData>? = null, val recalculationCompoundingFrequencyInterval: Int? = null, val recalculationCompoundingFrequencyOnDayType: Int? = null, val recalculationCompoundingFrequencyType: Int? = null, val recalculationRestFrequencyInterval: Int? = null, val recalculationRestFrequencyType: Int? = null, val receivableFeeAccountId: Long? = null, val receivableInterestAccountId: Long? = null, val receivablePenaltyAccountId: Long? = null, val repaymentEvery: Int? = null, val repaymentFrequencyType: Long? = null, val repaymentStartDateType: Int? = null, val rescheduleStrategyMethod: Int? = null, val shortName: String? = null, val startDate: String? = null, val transactionProcessingStrategyCode: String? = null, val transfersInSuspenseAccountId: Long? = null, val useBorrowerCycle: Boolean? = null, val writeOffAccountId: Long? = null)

PostLoanProductsRequest

Link copied to clipboard
@Serializable
data class PostLoanProductsResponse(val resourceId: Long? = null)

PostLoanProductsResponse

Link copied to clipboard
@Serializable
data class PostLoansDelinquencyActionRequest(val action: String? = null, val dateFormat: String? = null, val endDate: String? = null, val locale: String? = null, val startDate: String? = null)

PostLoansDelinquencyActionRequest

Link copied to clipboard
@Serializable
data class PostLoansDelinquencyActionResponse(val clientId: Long? = null, val officeId: Long? = null, val resourceId: Long? = null)

PostLoansDelinquencyActionResponse

Link copied to clipboard
@Serializable
data class PostLoansDisbursementData(val expectedDisbursementDate: LocalDate? = null, val principal: Double? = null)

List of PostLoansDisbursementData

Link copied to clipboard
@Serializable
data class PostLoansLoanIdChanges(val approvedOnDate: String? = null, val dateFormat: String? = null, val locale: String? = null, val note: String? = null, val status: PostLoansLoanIdStatus? = null)

PostLoansLoanIdChanges

Link copied to clipboard
@Serializable
data class PostLoansLoanIdChargesChargeIdChanges(val amount: Double? = null, val chargeId: Long? = null, val date: Double? = null, val dueDate: LocalDate? = null, val externalId: String? = null, val feeChargesPortion: Double? = null, val id: Long? = null, val installmentNumber: Long? = null, val interestPortion: Double? = null, val locale: String? = null, val outstandingLoanBalance: Double? = null, val penaltyChargesPortion: Double? = null, val principalPortion: Double? = null, val transactionDate: LocalDate? = null)
Link copied to clipboard
@Serializable
data class PostLoansLoanIdChargesChargeIdRequest(val accountNumber: String? = null, val amount: Double? = null, val bankNumber: String? = null, val chargeId: Long? = null, val checkNumber: String? = null, val dateFormat: String? = null, val dueDate: String? = null, val externalId: String? = null, val installmentNumber: Long? = null, val locale: String? = null, val note: String? = null, val paymentTypeId: Long? = null, val receiptNumber: String? = null, val routingCode: String? = null, val transactionDate: String? = null)

PostLoansLoanIdChargesChargeIdRequest

Link copied to clipboard
@Serializable
data class PostLoansLoanIdChargesChargeIdResponse(val changes: PostLoansLoanIdChargesChargeIdChanges? = null, val clientId: Long? = null, val loanId: Long? = null, val officeId: Long? = null, val resourceExternalId: String? = null, val resourceId: Long? = null, val savingsId: Long? = null, val subResourceExternalId: String? = null, val subResourceId: Long? = null)

PostLoansLoanIdChargesChargeIdResponse

Link copied to clipboard
@Serializable
data class PostLoansLoanIdChargesRequest(val amount: Double? = null, val chargeId: Long? = null, val dateFormat: String? = null, val dueDate: String? = null, val externalId: String? = null, val locale: String? = null)

PostLoansLoanIdChargesRequest

Link copied to clipboard
@Serializable
data class PostLoansLoanIdChargesResponse(val clientId: Long? = null, val loanId: Long? = null, val officeId: Long? = null, val resourceExternalId: String? = null, val resourceId: Long? = null)

PostLoansLoanIdChargesResponse

Link copied to clipboard
@Serializable
data class PostLoansLoanIdCollateralsRequest(val collateralTypeId: Long? = null)

PostLoansLoanIdCollateralsRequest

Link copied to clipboard
@Serializable
data class PostLoansLoanIdCollateralsResponse(val resourceId: Long? = null)

PostLoansLoanIdCollateralsResponse

Link copied to clipboard
@Serializable
data class PostLoansLoanIdDisbursementData(val expectedDisbursementDate: LocalDate? = null, val principal: Double? = null)

List of PostLoansLoanIdDisbursementData

Link copied to clipboard
@Serializable
data class PostLoansLoanIdRequest(val actualDisbursementDate: String? = null, val approvedLoanAmount: Double? = null, val approvedOnDate: String? = null, val assignmentDate: String? = null, val dateFormat: String? = null, val disbursementData: List<PostLoansLoanIdDisbursementData>? = null, val expectedDisbursementDate: String? = null, val externalId: String? = null, val fromLoanOfficerId: Int? = null, val locale: String? = null, val note: String? = null, val paymentTypeId: Int? = null, val rejectedOnDate: String? = null, val toLoanOfficerId: Int? = null, val transactionAmount: Double? = null, val unassignedDate: String? = null, val withdrawnOnDate: String? = null)

PostLoansLoanIdRequest

Link copied to clipboard
@Serializable
data class PostLoansLoanIdResponse(val changes: PostLoansLoanIdChanges? = null, val clientId: Long? = null, val loanId: Long? = null, val officeId: Int? = null, val resourceExternalId: String? = null, val resourceId: Long? = null, val subResourceExternalId: String? = null, val subResourceId: Long? = null)

PostLoansLoanIdResponse

Link copied to clipboard
@Serializable
data class PostLoansLoanIdScheduleResponse(val changes: PostLoanChanges? = null, val loanId: Long? = null)

PostLoansLoanIdScheduleResponse

Link copied to clipboard
@Serializable
data class PostLoansLoanIdStatus(val active: Boolean? = null, val closed: Boolean? = null, val closedObligationsMet: Boolean? = null, val closedRescheduled: Boolean? = null, val closedWrittenOff: Boolean? = null, val code: String? = null, val id: Long? = null, val overpaid: Boolean? = null, val pendingApproval: Boolean? = null, val value: String? = null, val waitingForDisbursal: Boolean? = null)

PostLoansLoanIdStatus

Link copied to clipboard
@Serializable
data class PostLoansLoanIdTransactionsRequest(val accountNumber: String? = null, val bankNumber: String? = null, val chargeOffReasonId: Long? = null, val checkNumber: String? = null, val dateFormat: String? = null, val dueDate: String? = null, val externalId: String? = null, val loanChargeId: Long? = null, val locale: String? = null, val note: String? = null, val paymentTypeId: Long? = null, val receiptNumber: String? = null, val reversalExternalId: String? = null, val routingCode: String? = null, val transactionAmount: Double? = null, val transactionDate: String? = null, val writeoffReasonId: Long? = null)

PostLoansLoanIdTransactionsRequest

Link copied to clipboard
@Serializable
data class PostLoansLoanIdTransactionsResponse(val changes: PostLoansLoanIdTransactionsResponseChanges? = null, val clientId: Long? = null, val loanId: Long? = null, val officeId: Long? = null, val resourceExternalId: String? = null, val resourceId: Long? = null, val subResourceExternalId: String? = null, val subResourceId: Long? = null)

PostLoansLoanIdTransactionsResponse

@Serializable
data class PostLoansLoanIdTransactionsResponseChanges(val dateFormat: String? = null, val externalId: String? = null, val locale: String? = null, val note: String? = null, val paymentTypeId: Long? = null, val reversalExternalId: String? = null, val transactionAmount: String? = null, val transactionDate: String? = null)
@Serializable
data class PostLoansLoanIdTransactionsTransactionIdRequest(val dateFormat: String? = null, val externalId: String? = null, val locale: String? = null, val note: String? = null, val paymentTypeId: Long? = null, val reversalExternalId: String? = null, val transactionAmount: Double? = null, val transactionDate: String? = null)

PostLoansLoanIdTransactionsTransactionIdRequest

Link copied to clipboard
@Serializable
data class PostLoansRepaymentSchedulePeriods(val dueDate: LocalDate? = null, val feeChargesDue: Long? = null, val feeChargesOutstanding: Long? = null, val period: Int? = null, val principalDisbursed: Long? = null, val principalLoanBalanceOutstanding: Long? = null, val totalActualCostOfLoanForPeriod: Long? = null, val totalDueForPeriod: Long? = null, val totalOriginalDueForPeriod: Long? = null, val totalOutstandingForPeriod: Long? = null, val totalOverdue: Long? = null)
Link copied to clipboard
@Serializable
data class PostLoansRequest(val amortizationType: Int? = null, val clientId: Long? = null, val dateFormat: String? = null, val daysInYearType: PostLoansRequest.DaysInYearType? = null, val disbursementData: List<PostLoansDisbursementData>? = null, val expectedDisbursementDate: String? = null, val externalId: String? = null, val fixedPrincipalPercentagePerInstallment: Double? = null, val graceOnArrearsAgeing: Int? = null, val graceOnInterestCharged: Int? = null, val graceOnInterestPayment: Int? = null, val graceOnPrincipalPayment: Int? = null, val interestCalculationPeriodType: Int? = null, val interestRatePerPeriod: Double? = null, val interestType: Int? = null, val loanScheduleProcessingType: String? = null, val loanScheduleType: String? = null, val loanTermFrequency: Int? = null, val loanTermFrequencyType: Int? = null, val loanType: String? = null, val locale: String? = null, val maxOutstandingLoanBalance: Double? = null, val numberOfRepayments: Int? = null, val principal: Double? = null, val productId: Long? = null, val repaymentEvery: Int? = null, val repaymentFrequencyType: Int? = null, val repaymentsStartingFromDate: LocalDate? = null, val submittedOnDate: String? = null, val transactionProcessingStrategyCode: String? = null)

PostLoansRequest

Link copied to clipboard
@Serializable
data class PostLoansResponse(val clientId: Long? = null, val currency: GetLoansLoanIdCurrency? = null, val loanId: Long? = null, val loanTermInDays: Int? = null, val officeId: Long? = null, val periods: Set<PostLoansRepaymentSchedulePeriods>? = null, val resourceExternalId: String? = null, val resourceId: Long? = null, val totalFeeChargesCharged: Long? = null, val totalInterestCharged: Double? = null, val totalOutstanding: Long? = null, val totalPenaltyChargesCharged: Long? = null, val totalPrincipalDisbursed: Long? = null, val totalPrincipalExpected: Long? = null, val totalPrincipalPaid: Long? = null, val totalRepayment: Long? = null, val totalRepaymentExpected: Double? = null, val totalWaived: Long? = null, val totalWrittenOff: Long? = null)

PostLoansResponse

Link copied to clipboard
@Serializable
data class PostMakerCheckersResponse(val auditId: Long? = null)

PostMakerCheckersResponse

Link copied to clipboard
@Serializable
data class PostNewShareApplicationResponse(val resourceId: Int? = null)

PostNewShareApplicationResponse

Link copied to clipboard
@Serializable
data class PostNewTransferResponse(val resourceId: Long? = null, val savingsId: Long? = null)

PostNewTransferResponse

Link copied to clipboard
@Serializable
data class PostOfficesRequest(val dateFormat: String? = null, val externalId: String? = null, val locale: String? = null, val name: String? = null, val openingDate: LocalDate? = null, val parentId: Long? = null)

PostOfficesRequest

Link copied to clipboard
@Serializable
data class PostOfficesResponse(val officeId: Long? = null, val resourceId: Long? = null)

PostOfficesResponse

Link copied to clipboard
@Serializable
data class PostPaymentTypesRequest(val codeName: String? = null, val description: String? = null, val isCashPayment: Boolean? = null, val isSystemDefined: Boolean? = null, val name: String? = null, val position: Int? = null)

PostPaymentTypesRequest

Link copied to clipboard
@Serializable
data class PostPaymentTypesResponse(val resourceId: Long? = null)

PostPaymentTypesResponse

Link copied to clipboard
@Serializable
data class PostProductsChargesSelected(val id: Long? = null)
Link copied to clipboard
@Serializable
data class PostProductsMarketPricePeriods(val dateFormat: String? = null, val fromDate: String? = null, val locale: String? = null, val shareValue: Int? = null)
Link copied to clipboard
@Serializable
data class PostProductsTypeRequest(val accountingRule: Int? = null, val allowDividendCalculationForInactiveClients: Boolean? = null, val chargesSelected: Set<PostProductsChargesSelected>? = null, val currencyCode: String? = null, val description: String? = null, val digitsAfterDecimal: Int? = null, val inMultiplesOf: Int? = null, val locale: String? = null, val lockinPeriodFrequency: Int? = null, val lockinPeriodFrequencyType: Int? = null, val marketPricePeriods: Set<PostProductsMarketPricePeriods>? = null, val maximumShares: Int? = null, val minimumActivePeriodForDividends: Int? = null, val minimumShares: Int? = null, val minimumactiveperiodFrequencyType: Int? = null, val name: String? = null, val nominalShares: Int? = null, val sharesIssued: Int? = null, val shortName: String? = null, val totalShares: Int? = null, val unitPrice: Int? = null)

PostProductsTypeRequest

Link copied to clipboard
@Serializable
data class PostProductsTypeResponse(val resourceId: Long? = null)

PostProductsTypeResponse

Link copied to clipboard
@Serializable
data class PostProvisioningCriteriaRequest(val criteriaName: String? = null, val loanProducts: List<LoanProductData>? = null, val provisioningcriteria: List<ProvisioningCriteriaDefinitionData>? = null)

PostProvisioningCriteriaRequest

Link copied to clipboard
@Serializable
data class PostProvisioningCriteriaResponse(val resourceId: Long? = null)

PostProvisioningCriteriaResponse

Link copied to clipboard
@Serializable
data class PostProvisioningEntriesRequest(val createjournalentries: String? = null, val date: String? = null, val dateFormat: String? = null, val propertyEntries: String? = null, val locale: String? = null, val provisioningentry: String? = null)

PostProvisioningEntriesRequest

Link copied to clipboard
@Serializable
data class PostProvisioningEntriesResponse(val resourceId: Long? = null)

PostProvisioningEntriesResponse

Link copied to clipboard
@Serializable
data class PostRecurringChanges(val accountNumber: String? = null, val bankNumber: String? = null, val checkNumber: String? = null, val receiptNumber: String? = null, val routingCode: String? = null)
@Serializable
data class PostRecurringDepositAccountsAccountIdResponse(val clientId: Long? = null, val officeId: Long? = null, val resourceId: Long? = null, val savingsId: Long? = null)

PostRecurringDepositAccountsAccountIdResponse

@Serializable
data class PostRecurringDepositAccountsRecurringDepositAccountIdTransactionsRequest(val accountNumber: String? = null, val bankNumber: String? = null, val checkNumber: String? = null, val dateFormat: String? = null, val locale: String? = null, val paymentTypeId: Int? = null, val receiptNumber: String? = null, val routingCode: String? = null, val transactionAmount: Double? = null, val transactionDate: String? = null)

PostRecurringDepositAccountsRecurringDepositAccountIdTransactionsRequest

@Serializable
data class PostRecurringDepositAccountsRecurringDepositAccountIdTransactionsResponse(val changes: PostRecurringChanges? = null, val clientId: Long? = null, val officeId: Long? = null, val resourceId: Long? = null, val savingsId: Long? = null)

PostRecurringDepositAccountsRecurringDepositAccountIdTransactionsResponse

@Serializable
data class PostRecurringDepositAccountsRecurringDepositAccountIdTransactionsTransactionIdResponse(val changes: PostRecurringChanges? = null, val clientId: Long? = null, val officeId: Long? = null, val resourceId: Long? = null, val savingsId: Long? = null)

PostRecurringDepositAccountsRecurringDepositAccountIdTransactionsTransactionIdResponse

Link copied to clipboard
@Serializable
data class PostRecurringDepositAccountsRequest(val clientId: Long? = null, val dateFormat: String? = null, val depositAmount: Float? = null, val depositPeriod: Int? = null, val depositPeriodFrequencyId: Int? = null, val isCalendarInherited: Boolean? = null, val locale: String? = null, val mandatoryRecommendedDepositAmount: Long? = null, val productId: Long? = null, val recurringFrequency: Int? = null, val recurringFrequencyType: Int? = null, val submittedOnDate: String? = null)

PostRecurringDepositAccountsRequest

Link copied to clipboard
@Serializable
data class PostRecurringDepositAccountsResponse(val clientId: Long? = null, val officeId: Long? = null, val resourceId: Long? = null, val savingsId: Long? = null)

PostRecurringDepositAccountsResponse

Link copied to clipboard
@Serializable
data class PostRecurringDepositProductsCharts(val chartSlabs: Set<PostRecurringDepositProductsChartSlabs>? = null, val dateFormat: String? = null, val fromDate: String? = null, val locale: String? = null)
Link copied to clipboard
@Serializable
data class PostRecurringDepositProductsChartSlabs(val annualInterestRate: Double? = null, val description: String? = null, val fromPeriod: Int? = null, val periodType: Int? = null, val toPeriod: Int? = null)
Link copied to clipboard
@Serializable
data class PostRecurringDepositProductsRequest(val accountingRule: Int? = null, val charts: Set<PostRecurringDepositProductsCharts>? = null, val currencyCode: String? = null, val depositAmount: Long? = null, val description: String? = null, val digitsAfterDecimal: Int? = null, val inMultiplesOf: Int? = null, val interestCalculationDaysInYearType: Int? = null, val interestCalculationType: Int? = null, val interestCompoundingPeriodType: Int? = null, val interestPostingPeriodType: Int? = null, val locale: String? = null, val maxDepositAmount: Long? = null, val maxDepositTerm: Int? = null, val maxDepositTermTypeId: Int? = null, val minDepositAmount: Long? = null, val minDepositTerm: Int? = null, val minDepositTermTypeId: Int? = null, val name: String? = null, val preClosurePenalApplicable: Boolean? = null, val preClosurePenalInterest: Double? = null, val preClosurePenalInterestOnTypeId: Int? = null, val recurringDepositFrequency: Int? = null, val recurringDepositFrequencyTypeId: Int? = null, val shortName: String? = null)

PostRecurringDepositProductsRequest

Link copied to clipboard
@Serializable
data class PostRecurringDepositProductsResponse(val resourceId: Int? = null)

PostRecurringDepositProductsResponse

Link copied to clipboard
@Serializable
data class PostReportMailingJobsRequest(val dateFormat: String? = null, val description: String? = null, val emailMessage: String? = null, val emailRecipients: String? = null, val emailSubject: String? = null, val isActive: Boolean? = null, val locale: String? = null, val name: String? = null, val recurrence: String? = null, val startDateTime: LocalDateTime? = null, val stretchyReportId: Long? = null, val stretchyReportParamMap: String? = null)

PostReportMailingJobsRequest

Link copied to clipboard
@Serializable
data class PostReportMailingJobsResponse(val resourceId: Long? = null)

PostReportMailingJobsResponse

Link copied to clipboard
@Serializable
data class PostReportsResponse(val resourceId: Long? = null)

PostReportsResponse

Link copied to clipboard
@Serializable
data class PostRepostRequest(val description: String? = null, val reportCategory: String? = null, val reportName: String? = null, val reportParameters: List<Any>? = null, val reportSql: String? = null, val reportSubType: String? = null, val reportType: String? = null)

PostRepostRequest

Link copied to clipboard
@Serializable
data class PostResourceTypeResourceIdNotesRequest(val note: String? = null)

PostResourceTypeResourceIdNotesRequest

Link copied to clipboard
@Serializable
data class PostResourceTypeResourceIdNotesResponse(val clientId: Long? = null, val officeId: Long? = null, val resourceId: Int? = null)

PostResourceTypeResourceIdNotesResponse

Link copied to clipboard
@Serializable
data class PostRolesRequest(val description: String? = null, val name: String? = null)

PostRolesRequest

Link copied to clipboard
@Serializable
data class PostRolesResponse(val resourceId: Long? = null)

PostRolesResponse

Link copied to clipboard
@Serializable
data class PostRolesRoleIdResponse(val resourceId: Long? = null)

PostRolesRoleIdResponse

Link copied to clipboard
@Serializable
data class PostRunaccrualsRequest(val tillDate: String, val dateFormat: String? = null, val locale: String? = null)

runaccrualsRequest

@Serializable
data class PostSavingsAccountBulkReversalTransactionsRequest(val isBulk: String? = null)

PostSavingsAccountBulkReversalTransactionsRequest

Link copied to clipboard
@Serializable
data class PostSavingsAccountsAccountIdRequest(val activatedOnDate: String? = null, val approvedOnDate: String? = null, val dateFormat: String? = null, val locale: String? = null)

PostSavingsAccountsAccountIdRequest

Link copied to clipboard
@Serializable
data class PostSavingsAccountsAccountIdResponse(val changes: Any? = null, val clientId: Int? = null, val officeId: Int? = null, val resourceId: Int? = null)

PostSavingsAccountsAccountIdResponse

Link copied to clipboard
@Serializable
data class PostSavingsAccountsRequest(val clientId: Int? = null, val dateFormat: String? = null, val externalId: String? = null, val locale: String? = null, val productId: Int? = null, val submittedOnDate: String? = null)

PostSavingsAccountsRequest

Link copied to clipboard
@Serializable
data class PostSavingsAccountsResponse(val clientId: Int? = null, val officeId: Int? = null, val resourceId: Int? = null, val savingsId: Int? = null)

PostSavingsAccountsResponse

@Serializable
data class PostSavingsAccountsSavingsAccountIdChargesRequest(val amount: Float? = null, val chargeId: Long? = null, val dateFormat: String? = null, val dueDate: String? = null, val locale: String? = null)

PostSavingsAccountsSavingsAccountIdChargesRequest

@Serializable
data class PostSavingsAccountsSavingsAccountIdChargesResponse(val clientId: Long? = null, val officeId: Long? = null, val resourceId: Long? = null, val savingsId: Long? = null)

PostSavingsAccountsSavingsAccountIdChargesResponse

@Serializable
data class PostSavingsAccountsSavingsAccountIdChargesSavingsAccountChargeIdRequest(val amount: Float? = null, val dateFormat: String? = null, val dueDate: String? = null, val locale: String? = null)

PostSavingsAccountsSavingsAccountIdChargesSavingsAccountChargeIdRequest

@Serializable
data class PostSavingsAccountsSavingsAccountIdChargesSavingsAccountChargeIdResponse(val clientId: Long? = null, val officeId: Long? = null, val resourceId: Long? = null, val savingsId: Long? = null)

PostSavingsAccountsSavingsAccountIdChargesSavingsAccountChargeIdResponse

Link copied to clipboard
@Serializable
data class PostSavingsAccountTransactionsRequest(val dateFormat: String? = null, val lienAllowed: String? = null, val locale: String? = null, val paymentTypeId: Int? = null, val reasonForBlock: String? = null, val transactionAmount: Double? = null, val transactionDate: String? = null)

PostSavingsAccountTransactionsRequest

Link copied to clipboard
@Serializable
data class PostSavingsAccountTransactionsResponse(val clientId: Long? = null, val officeId: Long? = null, val resourceId: Long? = null, val savingsId: Long? = null)

PostSavingsAccountTransactionsResponse

Link copied to clipboard
@Serializable
data class PostSavingsCharges(val id: Int? = null)
Link copied to clipboard
@Serializable
data class PostSavingsProductsRequest(val accountMappingForPayment: String? = null, val accountingRule: Int? = null, val charges: Set<PostSavingsCharges>? = null, val currencyCode: String? = null, val description: String? = null, val digitsAfterDecimal: Int? = null, val inMultiplesOf: Int? = null, val interestCalculationDaysInYearType: Int? = null, val interestCalculationType: Int? = null, val interestCompoundingPeriodType: Int? = null, val interestPostingPeriodType: Int? = null, val locale: String? = null, val name: String? = null, val nominalAnnualInterestRate: Double? = null, val shortName: String? = null)

PostSavingsProductsRequest

Link copied to clipboard
@Serializable
data class PostSavingsProductsResponse(val resourceId: Int? = null)

PostSavingsProductsResponse

Link copied to clipboard
@Serializable
data class PostSelfAuthenticationResponse(val authenticated: Boolean? = null, val base64EncodedAuthenticationKey: String? = null, val clients: List<Int>? = null, val isSelfServiceUser: Boolean? = null, val officeId: Int? = null, val officeName: String? = null, val organisationalRole: GetSelfUserDetailsOrganisationalRole? = null, val permissions: List<String>? = null, val roles: Set<GetSelfUserDetailsRoles>? = null, val staffDisplayName: String? = null, val staffId: Int? = null, val userId: Int? = null, val username: String? = null)

PostSelfAuthenticationResponse

Link copied to clipboard
@Serializable
data class PostSelfBeneficiariesTPTRequest(val accountNumber: Long? = null, val accountType: Int? = null, val locale: String? = null, val name: String? = null, val officeName: String? = null, val transferLimit: Int? = null)

PostSelfBeneficiariesTPTRequest

Link copied to clipboard
@Serializable
data class PostSelfBeneficiariesTPTResponse(val resourceId: Int? = null)

PostSelfBeneficiariesTPTResponse

Link copied to clipboard
@Serializable
data class PostSelfLoansData(val activationDate: String? = null, val dateFormat: String? = null, val locale: String? = null)
Link copied to clipboard
@Serializable
data class PostSelfLoansDatatables(val data: PostSelfLoansData? = null, val registeredTableName: String? = null)
Link copied to clipboard
@Serializable
data class PostSelfLoansDisbursementData(val approvedPrincipal: Long? = null, val expectedDisbursementDate: String? = null, val principal: Long? = null)
Link copied to clipboard
@Serializable
data class PostSelfLoansLoanIdChanges(val closedOnDate: String? = null, val dateFormat: String? = null, val locale: String? = null, val status: PostSelfLoansLoanIdStatus? = null, val withdrawnOnDate: String? = null)
Link copied to clipboard
@Serializable
data class PostSelfLoansLoanIdRequest(val dateFormat: String? = null, val locale: String? = null, val note: String? = null, val withdrawnOnDate: String? = null)

PostSelfLoansLoanIdRequest

Link copied to clipboard
@Serializable
data class PostSelfLoansLoanIdResponse(val changes: PostSelfLoansLoanIdChanges? = null, val clientId: Int? = null, val loanId: Int? = null, val officeId: Int? = null, val resourceId: Int? = null)

PostSelfLoansLoanIdResponse

Link copied to clipboard
@Serializable
data class PostSelfLoansLoanIdStatus(val active: Boolean? = null, val closed: Boolean? = null, val closedObligationsMet: Boolean? = null, val closedRescheduled: Boolean? = null, val closedWrittenOff: Boolean? = null, val code: String? = null, val description: String? = null, val id: Int? = null, val overpaid: Boolean? = null, val pendingApproval: Boolean? = null, val waitingForDisbursal: Boolean? = null)
Link copied to clipboard
@Serializable
data class PostSelfLoansRequest(val amortizationType: Int? = null, val clientId: Int? = null, val datatables: Set<PostSelfLoansDatatables>? = null, val dateFormat: String? = null, val disbursementData: Set<PostSelfLoansDisbursementData>? = null, val expectedDisbursementDate: String? = null, val fixedEmiAmount: Int? = null, val interestCalculationPeriodType: Int? = null, val interestRatePerPeriod: Int? = null, val interestType: Int? = null, val linkAccountId: Int? = null, val loanTermFrequency: Int? = null, val loanTermFrequencyType: Int? = null, val loanType: String? = null, val locale: String? = null, val maxOutstandingLoanBalance: Long? = null, val numberOfRepayments: Int? = null, val principal: Double? = null, val productId: Int? = null, val repaymentEvery: Int? = null, val repaymentFrequencyType: Int? = null, val submittedOnDate: String? = null, val transactionProcessingStrategyCode: String? = null)

PostSelfLoansRequest

Link copied to clipboard
@Serializable
data class PostSelfLoansResponse(val clientId: Int? = null, val loanId: Int? = null, val officeId: Int? = null, val resourceId: Int? = null)

PostSelfLoansResponse

Link copied to clipboard
@Serializable
data class PostStaffRequest(val dateFormat: String? = null, val externalId: String? = null, val firstname: String? = null, val isActive: Boolean? = null, val isLoanOfficer: Boolean? = null, val joiningDate: LocalDate? = null, val lastname: String? = null, val locale: String? = null, val mobileNo: String? = null, val officeId: Long? = null)

PostStaffRequest

Link copied to clipboard
@Serializable
data class PostStandingInstructionsRequest(val amount: Int? = null, val dateFormat: String? = null, val fromAccountId: Long? = null, val fromAccountType: Int? = null, val fromClientId: Long? = null, val fromOfficeId: Long? = null, val instructionType: Int? = null, val locale: String? = null, val monthDayFormat: String? = null, val name: String? = null, val priority: Int? = null, val recurrenceFrequency: Int? = null, val recurrenceInterval: Int? = null, val recurrenceOnMonthDay: String? = null, val recurrenceType: Int? = null, val status: Int? = null, val toAccountId: Long? = null, val toAccountType: Int? = null, val toClientId: Long? = null, val toOfficeId: Long? = null, val transferType: Int? = null, val validFrom: String? = null)

PostStandingInstructionsRequest

Link copied to clipboard
@Serializable
data class PostStandingInstructionsResponse(val clientId: Long? = null, val resourceId: Int? = null)

PostStandingInstructionsResponse

Link copied to clipboard
@Serializable
data class PostSurveySurveyNameApptableIdRequest(val date: LocalDateTime? = null, val dateFormat: LocalDateTime? = null, val locale: String? = null, val ppiBusinessoccupationCdQ3Businessoccupation: Long? = null, val ppiFloorTypeCdQ5FloorType: Long? = null, val ppiFryingpansCdQ10Fryingpans: Long? = null, val ppiHabitableroomsCdQ4Habitablerooms: Long? = null, val ppiHighestschoolCdQ2Highestschool: Long? = null, val ppiHouseholdMembersCdQ1Householdmembers: Long? = null, val ppiIronsCdQ7Irons: Long? = null, val ppiLightingsourceCdQ6Lightingsource: Long? = null, val ppiMosquitonetsCdQ8Mosquitonets: Long? = null, val ppiTowelsCdQ9Towels: Long? = null)

PostSurveySurveyNameApptableIdRequest

Link copied to clipboard
@Serializable
data class PostSurveySurveyNameApptableIdResponse(val clientId: Long? = null, val officeId: Long? = null, val resourceId: Long? = null)

PostSurveySurveyNameApptableIdResponse

Link copied to clipboard
@Serializable
data class PostTaxesComponentsRequest(val creditAccountType: Int? = null, val creditAcountId: Int? = null, val dateFormat: String? = null, val locale: String? = null, val name: String? = null, val percentage: Float? = null, val startDate: String? = null)

PostTaxesComponentsRequest

Link copied to clipboard
@Serializable
data class PostTaxesComponentsResponse(val resourceId: Int? = null)

PostTaxesComponentsResponse

Link copied to clipboard
@Serializable
data class PostTaxesGroupRequest(val dateFormat: String? = null, val locale: String? = null, val name: String? = null, val taxComponents: Set<PostTaxesGroupTaxComponents>? = null)

PostTaxesGroupRequest

Link copied to clipboard
@Serializable
data class PostTaxesGroupResponse(val resourceId: Int? = null)

PostTaxesGroupResponse

Link copied to clipboard
@Serializable
data class PostTaxesGroupTaxComponents(val startDate: String? = null, val taxComponentId: Long? = null)
Link copied to clipboard
@Serializable
data class PostTellersRequest(val dateFormat: String? = null, val description: String? = null, val locale: String? = null, val name: String? = null, val officeId: Long? = null, val startDate: LocalDate? = null, val status: PostTellersRequest.Status? = null)

PostTellersRequest

Link copied to clipboard
@Serializable
data class PostTellersResponse(val officeId: Long? = null, val resourceId: Long? = null)

PostTellersResponse

@Serializable
data class PostTellersTellerIdCashiersCashierIdAllocateRequest(val currencyCode: String? = null, val dateFormat: String? = null, val locale: String? = null, val txnAmount: Double? = null, val txnDate: LocalDate? = null, val txnNote: String? = null)

PostTellersTellerIdCashiersCashierIdAllocateRequest

@Serializable
data class PostTellersTellerIdCashiersCashierIdAllocateResponse(val resourceId: Long? = null, val subResourceId: Long? = null)

PostTellersTellerIdCashiersCashierIdAllocateResponse

@Serializable
data class PostTellersTellerIdCashiersCashierIdSettleRequest(val currencyCode: String? = null, val dateFormat: String? = null, val locale: String? = null, val txnAmount: Double? = null, val txnDate: LocalDate? = null, val txnNote: String? = null)

PostTellersTellerIdCashiersCashierIdSettleRequest

@Serializable
data class PostTellersTellerIdCashiersCashierIdSettleResponse(val resourceId: Long? = null, val subResourceId: Long? = null)

PostTellersTellerIdCashiersCashierIdSettleResponse

Link copied to clipboard
@Serializable
data class PostTellersTellerIdCashiersRequest(val dateFormat: String? = null, val description: String? = null, val endDate: LocalDate? = null, val isFullDay: Boolean? = null, val locale: String? = null, val staffId: Long? = null, val startDate: LocalDate? = null)

PostTellersTellerIdCashiersRequest

Link copied to clipboard
@Serializable
data class PostTellersTellerIdCashiersResponse(val resourceId: Long? = null, val subResourceId: Long? = null)

PostTellersTellerIdCashiersResponse

Link copied to clipboard
@Serializable
data class PostTemplatesRequest(val entity: Long? = null, val id: Long? = null, val mappers: List<TemplateMapper>? = null, val name: String? = null, val text: String? = null, val type: Long? = null)

PostTemplatesRequest

Link copied to clipboard
@Serializable
data class PostTemplatesResponse(val resourceId: Long? = null)

PostTemplatesResponse

Link copied to clipboard
@Serializable
data class PostUpdateRescheduleLoanChanges(val approvedByUserId: Long? = null, val approvedOnDate: String? = null, val dateFormat: String? = null, val locale: String? = null)
Link copied to clipboard
@Serializable
data class PostUpdateRescheduleLoansRequest(val approvedOnDate: String? = null, val dateFormat: String? = null, val locale: String? = null, val rejectedOnDate: String? = null)

PostUpdateRescheduleLoansRequest

Link copied to clipboard
@Serializable
data class PostUpdateRescheduleLoansResponse(val changes: PostUpdateRescheduleLoanChanges? = null, val clientId: Long? = null, val loanId: Long? = null, val officeId: Long? = null, val resourceId: Long? = null)

PostUpdateRescheduleLoansResponse

Link copied to clipboard
@Serializable
data class PostUsersRequest(val clients: List<Long>? = null, val email: String? = null, val firstname: String? = null, val isSelfServiceUser: Boolean? = null, val lastname: String? = null, val officeId: Long? = null, val password: String? = null, val passwordNeverExpires: Boolean? = null, val repeatPassword: String? = null, val roles: List<Long>? = null, val sendPasswordToEmail: Boolean? = null, val staffId: Long? = null, val username: String? = null)

PostUsersRequest

Link copied to clipboard
@Serializable
data class PostUsersResponse(val officeId: Long? = null, val resourceId: Long? = null)

PostUsersResponse

Link copied to clipboard
@Serializable
data class ProcessingResultLookup(val id: Long? = null, val processingResult: String? = null)
Link copied to clipboard
@Serializable
data class ProvisioningCriteriaDefinitionData(val categoryId: Long? = null, val categoryName: String? = null, val expenseAccount: Long? = null, val expenseCode: String? = null, val expenseName: String? = null, val id: Long? = null, val liabilityAccount: Long? = null, val liabilityCode: String? = null, val liabilityName: String? = null, val maxAge: Long? = null, val minAge: Long? = null, val provisioningPercentage: Double? = null)
Link copied to clipboard
@Serializable
data class ProvisioningEntryData(val createdById: Long? = null, val createdDate: LocalDate? = null, val createdUser: String? = null, val id: Long? = null, val journalEntry: Boolean? = null, val modifiedById: Long? = null, val modifiedUser: String? = null, val provisioningEntries: List<LoanProductProvisioningEntryData>? = null, val reservedAmount: Double? = null)
Link copied to clipboard
@Serializable
data class PutAccountingRulesRequest(val name: String? = null)

PutAccountingRulesRequest

Link copied to clipboard
@Serializable
data class PutAccountingRulesResponse(val changes: PutAccountingRulesResponsechangesSwagger? = null, val resourceId: Long? = null)

PutAccountingRulesResponse

Link copied to clipboard
@Serializable
data class PutAccountingRulesResponsechangesSwagger(val name: String? = null)
Link copied to clipboard
@Serializable
data class PutAccountNumberFormatschangesSwagger(val prefixType: Long? = null)
Link copied to clipboard
@Serializable
data class PutAccountNumberFormatsRequest(val prefixType: Long? = null)

PutAccountNumberFormatsRequest

Link copied to clipboard
@Serializable
data class PutAccountNumberFormatsResponse(val changes: PutAccountNumberFormatschangesSwagger? = null, val resourceId: Long? = null)

PutAccountNumberFormatsResponse

Link copied to clipboard
@Serializable
data class PutAccountsChanges(val applicationDate: String? = null, val dateFormat: String? = null, val locale: String? = null, val requestedShares: Int? = null)
Link copied to clipboard
@Serializable
data class PutAccountsTypeAccountIdRequest(val applicationDate: String? = null, val dateFormat: String? = null, val locale: String? = null, val requestedShares: Int? = null)

PutAccountsTypeAccountIdRequest

Link copied to clipboard
@Serializable
data class PutAccountsTypeAccountIdResponse(val changes: PutAccountsChanges? = null, val resourceId: Long? = null)

PutAccountsTypeAccountIdResponse

Link copied to clipboard
@Serializable
data class PutCachechangesSwagger(val cacheType: Long? = null)
Link copied to clipboard
@Serializable
data class PutCachesRequest(val cacheType: Long? = null)

PutCachesRequest

Link copied to clipboard
@Serializable
data class PutCachesResponse(val cacheType: PutCachechangesSwagger? = null)

PutCachesResponse

Link copied to clipboard
@Serializable
data class PutCentersCenterIdRequest(val name: String? = null)

PutCentersCenterIdRequest

Link copied to clipboard
@Serializable
data class PutCentersCenterIdResponse(val changes: PutCentersChanges? = null, val groupId: Long? = null, val officeId: Long? = null, val resourceId: Long? = null)

PutCentersCenterIdResponse

Link copied to clipboard
@Serializable
data class PutCentersChanges(val name: String? = null)
Link copied to clipboard
@Serializable
data class PutChargesChargeIdRequest(val name: String? = null)

PutChargesChargeIdRequest

Link copied to clipboard
@Serializable
data class PutChargesChargeIdResponse(val changes: PutChargesChargeIdRequest? = null, val resourceId: Long? = null)

PutChargesChargeIdResponse

Link copied to clipboard
@Serializable
data class PutChargeTransactionChangesRequest(val id: Long? = null, val loanId: Long? = null)

PutChargeTransactionChangesRequest

Link copied to clipboard
@Serializable
data class PutChargeTransactionChangesResponse(val changes: PutChargeTransactionChangesResponseChanges? = null, val clientId: Long? = null, val loanId: Long? = null, val officeId: Long? = null, val resourceExternalId: String? = null, val resourceId: Long? = null, val subResourceExternalId: String? = null, val subResourceId: Long? = null)

PutChargeTransactionChangesResponse

@Serializable
data class PutChargeTransactionChangesResponseChanges(val amount: Double? = null, val date: LocalDate? = null, val externalId: String? = null, val feeChargesPortion: Double? = null, val id: Long? = null, val interestPortion: Double? = null, val outstandingLoanBalance: Double? = null, val penaltyChargesPortion: Double? = null, val principalPortion: Double? = null)
Link copied to clipboard
@Serializable
data class PutClientClientIdAddressesRequest(val addressId: Long? = null, val street: String? = null)

PutClientClientIdAddressesRequest

Link copied to clipboard
@Serializable
data class PutClientClientIdAddressesResponse(val resourceId: Long? = null)

PutClientClientIdAddressesResponse

Link copied to clipboard
@Serializable
data class PutClientCollateralRequest(val locale: String? = null, val quantity: Double? = null)

PutClientCollateralRequest

Link copied to clipboard
@Serializable
data class PutClientCollateralResponse(val changes: PutClientCollateralRequest? = null, val clientId: Long? = null, val resourceId: Long? = null)

PutClientCollateralResponse

@Serializable
data class PutClientsClientIdIdentifiersIdentifierIdRequest(val description: String? = null, val documentKey: String? = null, val documentTypeId: Long? = null)

PutClientsClientIdIdentifiersIdentifierIdRequest

@Serializable
data class PutClientsClientIdIdentifiersIdentifierIdResponse(val changes: PutClientsClientIdIdentifiersIdentifierIdRequest? = null, val clientId: Long? = null, val officeId: Long? = null, val resourceId: Long? = null)

PutClientsClientIdIdentifiersIdentifierIdResponse

Link copied to clipboard
@Serializable
data class PutClientsClientIdRequest(val externalId: String? = null, val resourceExternalId: String? = null)

PutClientsClientIdRequest

Link copied to clipboard
@Serializable
data class PutClientsClientIdResponse(val changes: PutClientsClientIdRequest? = null, val clientId: Long? = null, val officeId: Long? = null, val resourceExternalId: String? = null, val resourceId: Long? = null)

PutClientsClientIdResponse

Link copied to clipboard
@Serializable
data class PutCodesApichangesSwagger(val name: String? = null)
Link copied to clipboard
@Serializable
data class PutCodesRequest(val name: String? = null)

PutCodesRequest

Link copied to clipboard
@Serializable
data class PutCodesResponse(val changes: PutCodesApichangesSwagger? = null, val resourceId: Long? = null)

PutCodesResponse

Link copied to clipboard
@Serializable
data class PutCodeValuechangesSwagger(val description: String? = null, val name: String? = null, val position: Int? = null)
Link copied to clipboard
@Serializable
data class PutCodeValueDataResponse(val changes: PutCodeValuechangesSwagger? = null, val resourceId: Long? = null)

PutCodeValueDataResponse

Link copied to clipboard
@Serializable
data class PutCodeValuesDataRequest(val description: String? = null, val isActive: Boolean? = null, val name: String? = null, val position: Int? = null)

PutCodeValuesDataRequest

Link copied to clipboard
@Serializable
data class PutCollateralProductRequest(val basePrice: Double? = null, val currency: String? = null, val name: String? = null, val pctToBase: Double? = null, val quality: String? = null, val unitType: String? = null)

PutCollateralProductRequest

Link copied to clipboard
@Serializable
data class PutCollateralProductResponse(val changes: PutCollateralProductRequest? = null, val resourceId: Long? = null)

PutCollateralProductResponse

Link copied to clipboard
@Serializable
data class PutCurrenciesRequest(val currencies: List<String>? = null)

PutCurrenciesRequest

Link copied to clipboard
@Serializable
data class PutCurrenciesResponse(val currencies: List<String>? = null)

PutCurrenciesResponse

@Serializable
data class PutDataTablesAppTableIdDatatableIdResponse(val changes: Map<String, Any>? = null, val clientId: Long? = null, val loanId: Long? = null, val officeId: Long? = null, val resourceId: Long? = null)

PutDataTablesAppTableIdDatatableIdResponse

Link copied to clipboard
@Serializable
data class PutDataTablesAppTableIdResponse(val changes: Map<String, Any>? = null, val clientId: Long? = null, val loanId: Long? = null, val officeId: Long? = null, val resourceId: Long? = null)

PutDataTablesAppTableIdResponse

Link copied to clipboard
@Serializable
data class PutDataTablesRequest(val addColumns: List<PutDataTablesRequestAddColumns>? = null, val apptableName: String? = null, val changeColumns: List<PutDataTablesRequestChangeColumns>? = null, val dropColumns: List<PutDataTablesRequestDropColumns>? = null)

PutDataTablesRequest

Link copied to clipboard
@Serializable
data class PutDataTablesRequestAddColumns(val code: String? = null, val indexed: Boolean? = null, val mandatory: Boolean? = null, val name: String? = null, val type: String? = null, val unique: Boolean? = null)
Link copied to clipboard
@Serializable
data class PutDataTablesRequestChangeColumns(val code: String? = null, val indexed: Boolean? = null, val mandatory: Boolean? = null, val name: String? = null, val newCode: String? = null, val newName: String? = null, val unique: Boolean? = null)
Link copied to clipboard
@Serializable
data class PutDataTablesRequestDropColumns(val name: String? = null)
Link copied to clipboard
@Serializable
data class PutDataTablesResponse(val resourceIdentifier: String? = null)

PutDataTablesResponse

Link copied to clipboard
@Serializable
data class PutDelinquencyBucketResponse(val resourceId: Int? = null)

PutDelinquencyBucketResponse

Link copied to clipboard
@Serializable
data class PutDelinquencyRangeResponse(val changes: PostDelinquencyRangeRequest? = null, val resourceId: Int? = null)

PutDelinquencyRangeResponse

Link copied to clipboard
@Serializable
data class PutEntityTypeEntityIdDocumentsResponse(val changes: Any? = null, val resourceId: Long? = null, val resourceIdentifier: String? = null)

PutEntityTypeEntityIdDocumentsResponse

Link copied to clipboard
@Serializable
data class PutExternalEventConfigurationsRequest(val externalEventConfigurations: Map<String, Boolean>? = null)

PutExternalEventConfigurationsRequest

Link copied to clipboard
@Serializable
data class PutExternalServiceRequest(val password: String? = null, val username: String? = null)

PutExternalServiceRequest

@Serializable
data class PutFinancialActivityAccountscommentsSwagger(val glAccountId: Long? = null)
Link copied to clipboard
@Serializable
data class PutFinancialActivityAccountsResponse(val comments: PutFinancialActivityAccountscommentsSwagger? = null, val resourceId: Long? = null)

PutFinancialActivityAccountsResponse

Link copied to clipboard
@Serializable
data class PutFixedDepositAccountsAccountIdRequest(val depositAmount: Float? = null, val locale: String? = null)

PutFixedDepositAccountsAccountIdRequest

Link copied to clipboard
@Serializable
data class PutFixedDepositAccountsAccountIdResponse(val changes: PutFixedDepositAccountsChanges? = null, val clientId: Long? = null, val officeId: Long? = null, val resourceId: Long? = null, val savingsId: Long? = null)

PutFixedDepositAccountsAccountIdResponse

Link copied to clipboard
@Serializable
data class PutFixedDepositAccountsChanges(val depositAmount: Float? = null, val locale: String? = null)
Link copied to clipboard
@Serializable
data class PutFixedDepositProductsChanges(val description: String? = null, val minDepositTerm: Int? = null)
Link copied to clipboard
@Serializable
data class PutFixedDepositProductsProductIdRequest(val description: String? = null, val locale: String? = null, val minDepositTerm: Int? = null, val minDepositTermTypeId: Int? = null)

PutFixedDepositProductsProductIdRequest

Link copied to clipboard
@Serializable
data class PutFixedDepositProductsProductIdResponse(val changes: PutFixedDepositProductsChanges? = null, val resourceId: Int? = null)

PutFixedDepositProductsProductIdResponse

Link copied to clipboard
@Serializable
data class PutFloatingRatesChanges(val ratePeriods: Set<PostFloatingRatesRatePeriods>? = null)
Link copied to clipboard
@Serializable
data class PutFloatingRatesFloatingRateIdRequest(val isActive: Boolean? = null, val isBaseLendingRate: Boolean? = null, val name: String? = null, val ratePeriods: Set<PostFloatingRatesRatePeriods>? = null)

PutFloatingRatesFloatingRateIdRequest

Link copied to clipboard
@Serializable
data class PutFloatingRatesFloatingRateIdResponse(val changes: PutFloatingRatesChanges? = null, val resourceId: Long? = null)

PutFloatingRatesFloatingRateIdResponse

Link copied to clipboard
@Serializable
data class PutFundsFundIdRequest(val name: String? = null)

PutFundsFundIdRequest

Link copied to clipboard
@Serializable
data class PutFundsFundIdResponse(val changes: PutFundsFundIdRequest? = null, val resourceId: Long? = null)

PutFundsFundIdResponse

Link copied to clipboard
@Serializable
data class PutGLAccountsRequest(val description: String? = null, val disabled: Boolean? = null, val glCode: String? = null, val manualEntriesAllowed: Boolean? = null, val name: String? = null, val parentId: Long? = null, val tagId: Long? = null, val type: Int? = null, val usage: Int? = null)

PutGLAccountsRequest

Link copied to clipboard
@Serializable
data class PutGLAccountsResponse(val changes: PutGLAccountsResponsechangesSwagger? = null, val resourceId: Long? = null)

PutGLAccountsResponse

Link copied to clipboard
@Serializable
data class PutGLAccountsResponsechangesSwagger(val name: String? = null)
Link copied to clipboard
@Serializable
data class PutGlClosuresRequest(val comments: String? = null)

PutGlClosuresRequest

Link copied to clipboard
@Serializable
data class PutGlClosuresResponse(val comments: String? = null, val officeId: Long? = null, val resourceId: Long? = null)

PutGlClosuresResponse

Link copied to clipboard
@Serializable
data class PutGlobalConfigurationsRequest(val dateFormat: String? = null, val dateValue: String? = null, val enabled: Boolean? = null, val locale: String? = null, val stringValue: String? = null, val value: Long? = null)

PutGlobalConfigurationsRequest

Link copied to clipboard
@Serializable
data class PutGlobalConfigurationsResponse(val changes: PutGlobalConfigurationsResponsechangesSwagger? = null, val resourceId: Long? = null)

PutGlobalConfigurationsResponse

@Serializable
data class PutGlobalConfigurationsResponsechangesSwagger(val dateValue: String? = null, val enabled: Boolean? = null, val stringValue: String? = null, val value: Long? = null)
Link copied to clipboard
@Serializable
data class PutGroupsGroupIdChanges(val name: String? = null)
Link copied to clipboard
@Serializable
data class PutGroupsGroupIdRequest(val name: String? = null)

PutGroupsGroupIdRequest

Link copied to clipboard
@Serializable
data class PutGroupsGroupIdResponse(val changes: PutGroupsGroupIdChanges? = null, val groupId: Long? = null, val officeId: Long? = null, val resourceId: Long? = null)

PutGroupsGroupIdResponse

Link copied to clipboard
@Serializable
data class PutHolidaysHolidayIdRequest(val description: String? = null, val name: String? = null)

PutHolidaysHolidayIdRequest

Link copied to clipboard
@Serializable
data class PutHolidaysHolidayIdResponse(val changes: PutHolidaysHolidayIdResponseChanges? = null, val resourceId: Long? = null)

PutHolidaysHolidayIdResponse

Link copied to clipboard
@Serializable
data class PutHolidaysHolidayIdResponseChanges(val description: String? = null, val name: String? = null)
Link copied to clipboard
@Serializable
data class PutHookRequest(val config: List<Field>? = null, val displayName: String? = null, val events: List<Event>? = null, val isActive: Boolean? = null, val name: String? = null, val templateId: Long? = null)

PutHookRequest

Link copied to clipboard
@Serializable
data class PutHookResponse(val changes: PutHookResponseChangesSwagger? = null, val resourceId: Long? = null)

PutHookResponse

Link copied to clipboard
@Serializable
data class PutHookResponseChangesSwagger(val config: List<Field>? = null, val displayName: String? = null, val events: List<Event>? = null)
@Serializable
data class PutInterestRateChartsChartIdChartSlabsChartSlabIdRequest(val annualInterestRate: Double? = null, val description: String? = null)

PutInterestRateChartsChartIdChartSlabsChartSlabIdRequest

PutInterestRateChartsChartIdChartSlabsChartSlabIdResponse

Link copied to clipboard
@Serializable
data class PutInterestRateChartsChartIdRequest(val description: String? = null, val name: String? = null)

PutInterestRateChartsChartIdRequest

Link copied to clipboard
@Serializable
data class PutInterestRateChartsChartIdResponse(val resourceId: Long? = null)

PutInterestRateChartsChartIdResponse

Link copied to clipboard
@Serializable
data class PutJobsJobIDRequest(val active: Boolean? = null, val cronExpression: String? = null, val displayName: String? = null)

PutJobsJobsIDRequest

Link copied to clipboard
@Serializable
data class PutLoanChanges(val locale: String? = null, val principal: Double? = null)
Link copied to clipboard
@Serializable
data class PutLoanProductsProductIdRequest(val accountMovesOutOfNPAOnlyOnArrearsCompletion: Boolean? = null, val accountingRule: Int? = null, val allowApprovedDisbursedAmountsOverApplied: Boolean? = null, val allowAttributeOverrides: AllowAttributeOverrides? = null, val allowPartialPeriodInterestCalcualtion: Boolean? = null, val allowVariableInstallments: Boolean? = null, val amortizationType: Int? = null, val canDefineInstallmentAmount: Boolean? = null, val canUseForTopup: Boolean? = null, val chargeOffExpenseAccountId: Long? = null, val chargeOffFraudExpenseAccountId: Long? = null, val charges: List<ChargeData>? = null, val closeDate: String? = null, val currencyCode: String? = null, val dateFormat: String? = null, val daysInMonthType: Long? = null, val daysInYearType: Long? = null, val delinquencyBucketId: Long? = null, val description: String? = null, val digitsAfterDecimal: Int? = null, val disableScheduleExtensionForDownPayment: Boolean? = null, val disallowExpectedDisbursements: Boolean? = null, val disbursedAmountPercentageForDownPayment: Double? = null, val dueDaysForRepaymentEvent: Int? = null, val enableAutoRepaymentForDownPayment: Boolean? = null, val enableDownPayment: Boolean? = null, val enableInstallmentLevelDelinquency: Boolean? = null, val feeToIncomeAccountMappings: List<GetLoanFeeToIncomeAccountMappings>? = null, val fixedPrincipalPercentagePerInstallment: Double? = null, val fundId: Long? = null, val fundSourceAccountId: Long? = null, val goodwillCreditAccountId: Long? = null, val graceOnArrearsAgeing: Int? = null, val graceOnInterestPayment: Int? = null, val graceOnPrincipalPayment: Int? = null, val holdGuaranteeFunds: Boolean? = null, val inArrearsTolerance: Int? = null, val inMultiplesOf: Int? = null, val includeInBorrowerCycle: Boolean? = null, val incomeFromChargeOffFeesAccountId: Long? = null, val incomeFromChargeOffInterestAccountId: Long? = null, val incomeFromChargeOffPenaltyAccountId: Long? = null, val incomeFromFeeAccountId: Long? = null, val incomeFromGoodwillCreditFeesAccountId: Long? = null, val incomeFromGoodwillCreditInterestAccountId: Long? = null, val incomeFromGoodwillCreditPenaltyAccountId: Long? = null, val incomeFromPenaltyAccountId: Long? = null, val incomeFromRecoveryAccountId: Long? = null, val installmentAmountInMultiplesOf: Int? = null, val interestCalculationPeriodType: Int? = null, val interestOnLoanAccountId: Long? = null, val interestRateFrequencyType: Int? = null, val interestRatePerPeriod: Double? = null, val interestRateVariationsForBorrowerCycle: List<Int>? = null, val interestRecalculationCompoundingMethod: Int? = null, val interestType: Int? = null, val isEqualAmortization: Boolean? = null, val isInterestRecalculationEnabled: Boolean? = null, val isLinkedToFloatingInterestRates: Boolean? = null, val loanPortfolioAccountId: Long? = null, val locale: String? = null, val maxInterestRatePerPeriod: Double? = null, val maxNumberOfRepayments: Int? = null, val maxPrincipal: Double? = null, val maxTrancheCount: Int? = null, val minInterestRatePerPeriod: Double? = null, val minNumberOfRepayments: Int? = null, val minPrincipal: Double? = null, val minimumDaysBetweenDisbursalAndFirstRepayment: Int? = null, val multiDisburseLoan: Boolean? = null, val name: String? = null, val numberOfRepaymentVariationsForBorrowerCycle: List<Int>? = null, val numberOfRepayments: Int? = null, val outstandingLoanBalance: Double? = null, val overAppliedCalculationType: String? = null, val overAppliedNumber: Int? = null, val overDueDaysForRepaymentEvent: Int? = null, val overdueDaysForNPA: Int? = null, val overpaymentLiabilityAccountId: Long? = null, val paymentAllocation: List<AdvancedPaymentData>? = null, val paymentChannelToFundSourceMappings: List<GetLoanPaymentChannelToFundSourceMappings>? = null, val penaltyToIncomeAccountMappings: List<ChargeToGLAccountMapper>? = null, val preClosureInterestCalculationStrategy: Int? = null, val principal: Double? = null, val principalThresholdForLastInstallment: Int? = null, val principalVariationsForBorrowerCycle: List<Int>? = null, val rates: List<RateData>? = null, val recalculationCompoundingFrequencyInterval: Int? = null, val recalculationCompoundingFrequencyOnDayType: Int? = null, val recalculationCompoundingFrequencyType: Int? = null, val recalculationRestFrequencyInterval: Int? = null, val recalculationRestFrequencyType: Int? = null, val receivableFeeAccountId: Long? = null, val receivableInterestAccountId: Long? = null, val receivablePenaltyAccountId: Long? = null, val repaymentEvery: Int? = null, val repaymentFrequencyType: Int? = null, val repaymentStartDateType: Int? = null, val rescheduleStrategyMethod: Int? = null, val shortName: String? = null, val startDate: String? = null, val transactionProcessingStrategyCode: String? = null, val transfersInSuspenseAccountId: Long? = null, val useBorrowerCycle: Boolean? = null, val writeOffAccountId: Long? = null)

PutLoanProductsProductIdRequest

Link copied to clipboard
@Serializable
data class PutLoanProductsProductIdResponse(val changes: PutLoanChanges? = null, val resourceId: Long? = null)

PutLoanProductsProductIdResponse

@Serializable
data class PutLoansLoandIdCollateralsCollateralIdRequest(val description: String? = null)

PutLoansLoandIdCollateralsCollateralIdRequest

Link copied to clipboard
@Serializable
data class PutLoansLoanIdChanges(val fraud: Boolean? = null, val locale: String? = null, val principal: Long? = null)
Link copied to clipboard
@Serializable
data class PutLoansLoanIdChargesChargeIdRequest(val amount: Double? = null, val dateFormat: String? = null, val dueDate: String? = null, val locale: String? = null)

PutLoansLoanIdChargesChargeIdRequest

Link copied to clipboard
@Serializable
data class PutLoansLoanIdChargesChargeIdResponse(val changes: PutLoansLoanIdChargesChargeIdRequest? = null, val clientId: Long? = null, val loanId: Long? = null, val officeId: Long? = null, val resourceExternalId: String? = null, val resourceId: Long? = null)

PutLoansLoanIdChargesChargeIdResponse

Link copied to clipboard
@Serializable
data class PutLoansLoanIdCollateral(val clientCollateralId: Long? = null, val quantity: Double? = null)
@Serializable
data class PutLoansLoanIdCollateralsCollateralIdResponse(val changes: PutLoansLoandIdCollateralsCollateralIdRequest? = null, val loanId: Long? = null, val resourceId: Long? = null)

PutLoansLoanIdCollateralsCollateralIdResponse

Link copied to clipboard
@Serializable
data class PutLoansLoanIdDisbursementData(val dateFormat: String? = null, val expectedDisbursementDate: String? = null, val interestType: Int? = null, val isEqualAmortization: Boolean? = null, val locale: String? = null, val netDisbursalAmount: Double? = null, val principal: Double? = null)
Link copied to clipboard
@Serializable
data class PutLoansLoanIdRequest(val amortizationType: Int? = null, val charges: List<PutLoansLoanIdChanges>? = null, val clientId: Long? = null, val collateral: List<PutLoansLoanIdCollateral>? = null, val createStandingInstructionAtDisbursement: Boolean? = null, val dateFormat: String? = null, val disbursementData: List<PutLoansLoanIdDisbursementData>? = null, val expectedDisbursementDate: String? = null, val fixedPrincipalPercentagePerInstallment: Double? = null, val fraud: Boolean? = null, val graceOnArrearsAgeing: Int? = null, val interestCalculationPeriodType: Int? = null, val interestChargedFromDate: String? = null, val interestRatePerPeriod: Double? = null, val interestType: Int? = null, val isEqualAmortization: Boolean? = null, val isTopup: Boolean? = null, val linkAccountId: Long? = null, val loanIdToClose: Long? = null, val loanScheduleProcessingType: String? = null, val loanScheduleType: String? = null, val loanTermFrequency: Int? = null, val loanTermFrequencyType: Int? = null, val loanType: String? = null, val locale: String? = null, val maxOutstandingLoanBalance: Long? = null, val numberOfRepayments: Int? = null, val principal: Long? = null, val productId: Long? = null, val repaymentEvery: Int? = null, val repaymentFrequencyDayOfWeekType: Int? = null, val repaymentFrequencyNthDayType: Int? = null, val repaymentFrequencyType: Int? = null, val repaymentsStartingFromDate: String? = null, val submittedOnDate: String? = null, val transactionProcessingStrategyCode: String? = null)

PutLoansLoanIdRequest

Link copied to clipboard
@Serializable
data class PutLoansLoanIdResponse(val changes: PutLoansLoanIdChanges? = null, val clientId: Long? = null, val loanId: Long? = null, val officeId: Long? = null, val resourceExternalId: String? = null, val resourceId: Long? = null)

PutLoansLoanIdResponse

Link copied to clipboard
@Serializable
data class PutNotesChanges(val note: String? = null)
Link copied to clipboard
@Serializable
data class PutOfficesOfficeIdRequest(val dateFormat: String? = null, val externalId: String? = null, val locale: String? = null, val name: String? = null, val openingDate: String? = null)

PutOfficesOfficeIdRequest

Link copied to clipboard
@Serializable
data class PutOfficesOfficeIdResponse(val changes: PutOfficesOfficeIdResponseChanges? = null, val officeId: Long? = null, val resourceId: Long? = null)

PutOfficesOfficeIdResponse

Link copied to clipboard
@Serializable
data class PutOfficesOfficeIdResponseChanges(val name: String? = null)
Link copied to clipboard
@Serializable
data class PutPasswordPreferencesTemplateRequest(val validationPolicyId: Long? = null)

PutPasswordPreferencesTemplateRequest

Link copied to clipboard
@Serializable
data class PutPaymentTypesPaymentTypeIdRequest(val codeName: String? = null, val description: String? = null, val isCashPayment: Boolean? = null, val isSystemDefined: Boolean? = null, val name: String? = null, val position: Int? = null)

PutPaymentTypesPaymentTypeIdRequest

Link copied to clipboard
@Serializable
data class PutPaymentTypesPaymentTypeIdResponse(val resourceId: Long? = null)

PutPaymentTypesPaymentTypeIdResponse

Link copied to clipboard
@Serializable
data class PutPermissionsRequest(val permissions: Map<String, Boolean>? = null)

PutPermissionsRequest

Link copied to clipboard
@Serializable
data class PutProductsChanges(val description: String? = null, val locale: String? = null, val unitPrice: Double? = null)
Link copied to clipboard
@Serializable
data class PutProductsTypeProductIdRequest(val description: String? = null, val locale: String? = null, val unitPrice: Double? = null)

PutProductsTypeProductIdRequest

Link copied to clipboard
@Serializable
data class PutProductsTypeProductIdResponse(val changes: PutProductsChanges? = null, val resourceId: Long? = null)

PutProductsTypeProductIdResponse

Link copied to clipboard
@Serializable
data class PutProvisioningCriteriaRequest(val criteriaName: String? = null, val loanProducts: List<LoanProductData>? = null, val provisioningcriteria: List<ProvisioningCriteriaDefinitionData>? = null)

PutProvisioningCriteriaRequest

Link copied to clipboard
@Serializable
data class PutProvisioningCriteriaResponse(val changes: PutProvisioningCriteriaResponseChanges? = null, val resourceId: Long? = null)

PutProvisioningCriteriaResponse

Link copied to clipboard
@Serializable
data class PutProvisioningCriteriaResponseChanges(val criteriaName: String? = null)
Link copied to clipboard
@Serializable
data class PutProvisioningEntriesRequest(val command: String? = null)

PutProvisioningEntriesRequest

Link copied to clipboard
@Serializable
data class PutProvisioningEntriesResponse(val resourceId: Long? = null)

PutProvisioningEntriesResponse

@Serializable
data class PutRecurringDepositAccountsAccountIdRequest(val depositAmount: Int? = null, val locale: String? = null)

PutRecurringDepositAccountsAccountIdRequest

@Serializable
data class PutRecurringDepositAccountsAccountIdResponse(val changes: PutRecurringDepositAccountsChanges? = null, val clientId: Long? = null, val officeId: Long? = null, val resourceId: Long? = null, val savingsId: Long? = null)

PutRecurringDepositAccountsAccountIdResponse

Link copied to clipboard
@Serializable
data class PutRecurringDepositAccountsChanges(val depositAmount: Int? = null, val locale: String? = null)
Link copied to clipboard
@Serializable
data class PutRecurringDepositProductsChanges(val description: String? = null, val minDepositTerm: Int? = null)
Link copied to clipboard
@Serializable
data class PutRecurringDepositProductsRequest(val description: String? = null, val locale: String? = null, val minDepositTerm: Int? = null, val minDepositTermTypeId: Int? = null)

PutRecurringDepositProductsRequest

Link copied to clipboard
@Serializable
data class PutRecurringDepositProductsResponse(val changes: PutRecurringDepositProductsChanges? = null, val resourceId: Int? = null)

PutRecurringDepositProductsResponse

Link copied to clipboard
@Serializable
data class PutReportMailingJobsRequest(val dateFormat: String? = null, val locale: String? = null, val startDateTime: LocalDateTime? = null)

PutReportMailingJobsRequest

Link copied to clipboard
@Serializable
data class PutReportMailingJobsResponse(val changes: PutReportMailingJobsResponseChanges? = null, val resourceId: Long? = null)

PutReportMailingJobsResponse

Link copied to clipboard
@Serializable
data class PutReportMailingJobsResponseChanges(val startDateTime: LocalDateTime? = null)
Link copied to clipboard
@Serializable
data class PutReportRequest(val reportName: String? = null, val reportParameters: List<Any>? = null)

PutReportRequest

Link copied to clipboard
@Serializable
data class PutReportResponse(val changes: PutReportResponseChanges? = null, val resourceId: Long? = null)

PutReportResponse

Link copied to clipboard
@Serializable
data class PutReportResponseChanges(val reportName: String? = null, val reportParameters: List<Any>? = null)
@Serializable
data class PutResourceTypeResourceIdNotesNoteIdRequest(val note: String? = null)

PutResourceTypeResourceIdNotesNoteIdRequest

@Serializable
data class PutResourceTypeResourceIdNotesNoteIdResponse(val changes: PutNotesChanges? = null, val clientId: Long? = null, val officeId: Long? = null, val resourceId: Int? = null)

PutResourceTypeResourceIdNotesNoteIdResponse

Link copied to clipboard
@Serializable
data class PutRolesRoleIdPermissionsRequest(val permissions: Map<String, Boolean>? = null)

PutRolesRoleIdPermissionsRequest

Link copied to clipboard
@Serializable
data class PutRolesRoleIdPermissionsResponse(val changes: PutRolesRoleIdPermissionsResponsePermissionsChanges? = null, val resourceId: Long? = null)

PutRolesRoleIdPermissionsResponse

@Serializable
data class PutRolesRoleIdPermissionsResponsePermissionsChanges(val permissions: Map<String, Boolean>? = null)
Link copied to clipboard
@Serializable
data class PutRolesRoleIdRequest(val description: String? = null)

PutRolesRoleIdRequest

Link copied to clipboard
@Serializable
data class PutRolesRoleIdResponse(val changes: PutRolesRoleIdResponseChanges? = null, val resourceId: Long? = null)

PutRolesRoleIdResponse

Link copied to clipboard
@Serializable
data class PutRolesRoleIdResponseChanges(val description: String? = null)
Link copied to clipboard
@Serializable
data class PutSavingsAccountsAccountIdRequest(val locale: String? = null, val nominalAnnualInterestRate: Double? = null)

PutSavingsAccountsAccountIdRequest

Link copied to clipboard
@Serializable
data class PutSavingsAccountsAccountIdResponse(val changes: PutSavingsAccountsChanges? = null, val clientId: Int? = null, val officeId: Int? = null, val resourceId: Int? = null, val savingsId: Int? = null)

PutSavingsAccountsAccountIdResponse

Link copied to clipboard
@Serializable
data class PutSavingsAccountsChanges(val locale: String? = null, val nominalAnnualInterestRate: Double? = null)
@Serializable
data class PutSavingsAccountsSavingsAccountIdChargesSavingsAccountChargeIdRequest(val amount: Float? = null, val dateFormat: String? = null, val dueDate: String? = null, val locale: String? = null)

PutSavingsAccountsSavingsAccountIdChargesSavingsAccountChargeIdRequest

@Serializable
data class PutSavingsAccountsSavingsAccountIdChargesSavingsAccountChargeIdResponse(val changes: PutSavingsChanges? = null, val clientId: Long? = null, val officeId: Long? = null, val resourceId: Long? = null, val savingsId: Long? = null)

PutSavingsAccountsSavingsAccountIdChargesSavingsAccountChargeIdResponse

Link copied to clipboard
@Serializable
data class PutSavingsChanges(val description: String? = null, val interestRate: Double? = null, val locale: String? = null)
Link copied to clipboard
@Serializable
data class PutSavingsProductsProductIdRequest(val description: String? = null, val interestRate: Double? = null, val locale: String? = null)

PutSavingsProductsProductIdRequest

Link copied to clipboard
@Serializable
data class PutSavingsProductsProductIdResponse(val changes: PutSavingsChanges? = null, val resourceId: Int? = null)

PutSavingsProductsProductIdResponse

Link copied to clipboard
@Serializable
data class PutSelfBeneficiariesChanges(val name: String? = null, val transferLimit: Int? = null)
@Serializable
data class PutSelfBeneficiariesTPTBeneficiaryIdRequest(val name: String? = null, val transferLimit: Int? = null)

PutSelfBeneficiariesTPTBeneficiaryIdRequest

@Serializable
data class PutSelfBeneficiariesTPTBeneficiaryIdResponse(val changes: PutSelfBeneficiariesChanges? = null, val resourceId: Int? = null)

PutSelfBeneficiariesTPTBeneficiaryIdResponse

Link copied to clipboard
@Serializable
data class PutSelfLoansChanges(val locale: String? = null, val principal: Long? = null)
Link copied to clipboard
@Serializable
data class PutSelfLoansLoanIdRequest(val amortizationType: Int? = null, val dateFormat: String? = null, val expectedDisbursementDate: String? = null, val interestCalculationPeriodType: Int? = null, val interestRatePerPeriod: Int? = null, val interestType: Int? = null, val loanTermFrequency: Int? = null, val loanTermFrequencyType: Int? = null, val locale: String? = null, val numberOfRepayments: Int? = null, val principal: Long? = null, val productId: Int? = null, val repaymentEvery: Int? = null, val repaymentFrequencyType: Int? = null, val transactionProcessingStrategyCode: String? = null)

PutSelfLoansLoanIdRequest

Link copied to clipboard
@Serializable
data class PutSelfLoansLoanIdResponse(val changes: PutSelfLoansChanges? = null, val clientId: Int? = null, val loanId: Int? = null, val officeId: Int? = null, val resourceId: Int? = null)

PutSelfLoansLoanIdResponse

Link copied to clipboard
@Serializable
data class PutSelfUserChanges(val passwordEncoded: String? = null)
Link copied to clipboard
@Serializable
data class PutSelfUserRequest(val password: String? = null, val repeatPassword: String? = null)

PutSelfUserRequest

Link copied to clipboard
@Serializable
data class PutSelfUserResponse(val changes: PutSelfUserChanges? = null, val officeId: Long? = null, val resourceId: Long? = null)

PutSelfUserResponse

Link copied to clipboard
@Serializable
data class PutStaffRequest(val externalId: String? = null, val isLoanOfficer: Boolean? = null)

PutStaffRequest

@Serializable
data class PutStandingInstructionsStandingInstructionIdRequest(val recurrenceInterval: Int? = null)

PutStandingInstructionsStandingInstructionIdRequest

@Serializable
data class PutStandingInstructionsStandingInstructionIdResponse(val changes: PutUpdateStandingInstructionChanges? = null, val resourceId: Int? = null)

PutStandingInstructionsStandingInstructionIdResponse

Link copied to clipboard
@Serializable
data class PutTaxesComponentsChanges(val name: String? = null, val percentage: Float? = null, val startDate: LocalDate? = null)
Link copied to clipboard
@Serializable
data class PutTaxesComponentsTaxComponentIdRequest(val dateFormat: String? = null, val locale: String? = null, val name: String? = null, val percentage: Float? = null, val startDate: String? = null)

PutTaxesComponentsTaxComponentIdRequest

Link copied to clipboard
@Serializable
data class PutTaxesComponentsTaxComponentIdResponse(val changes: PutTaxesComponentsChanges? = null, val resourceId: Int? = null)

PutTaxesComponentsTaxComponentIdResponse

Link copied to clipboard
@Serializable
data class PutTaxesGroupChanges(val addComponents: List<Int>? = null, val modifiedComponents: Set<PutTaxesGroupModifiedComponents>? = null, val name: String? = null)
Link copied to clipboard
@Serializable
data class PutTaxesGroupModifiedComponents(val endDate: String? = null, val taxComponentId: Int? = null)
Link copied to clipboard
@Serializable
data class PutTaxesGroupTaxComponents(val endDate: String? = null, val id: Long? = null, val taxComponentId: Long? = null)
Link copied to clipboard
@Serializable
data class PutTaxesGroupTaxGroupIdRequest(val dateFormat: String? = null, val locale: String? = null, val name: String? = null, val taxComponents: Set<PutTaxesGroupTaxComponents>? = null)

PutTaxesGroupTaxGroupIdRequest

Link copied to clipboard
@Serializable
data class PutTaxesGroupTaxGroupIdResponse(val changes: PutTaxesGroupChanges? = null, val resourceId: Int? = null)

PutTaxesGroupTaxGroupIdResponse

Link copied to clipboard
@Serializable
data class PutTellersRequest(val dateFormat: String? = null, val description: String? = null, val endDate: LocalDate? = null, val locale: String? = null, val name: String? = null, val officeId: Long? = null, val startDate: LocalDate? = null, val status: PutTellersRequest.Status? = null)

PutTellersRequest

Link copied to clipboard
@Serializable
data class PutTellersResponse(val changes: PutTellersResponseChanges? = null, val officeId: Long? = null, val resourceId: Long? = null)

PutTellersResponse

Link copied to clipboard
@Serializable
data class PutTellersResponseChanges(val dateFormat: String? = null, val description: String? = null, val endDate: LocalDate? = null, val locale: String? = null, val startDate: LocalDate? = null)
@Serializable
data class PutTellersTellerIdCashiersCashierIdRequest(val dateFormat: String? = null, val description: String? = null, val endDate: LocalDate? = null, val isFullDay: Boolean? = null, val locale: String? = null, val staffId: Long? = null, val startDate: LocalDate? = null)

PutTellersTellerIdCashiersCashierIdRequest

@Serializable
data class PutTellersTellerIdCashiersCashierIdResponse(val changes: PutTellersTellerIdCashiersCashierIdResponseChanges? = null, val resourceId: Long? = null, val subResourceId: Long? = null)

PutTellersTellerIdCashiersCashierIdResponse

@Serializable
data class PutTellersTellerIdCashiersCashierIdResponseChanges(val dateFormat: String? = null, val description: String? = null, val endDate: LocalDate? = null, val locale: String? = null)
Link copied to clipboard
@Serializable
data class PutTemplatesTemplateIdRequest(val entity: Long? = null, val id: Long? = null, val mappers: List<TemplateMapper>? = null, val name: String? = null, val text: String? = null, val type: Long? = null)

PutTemplatesTemplateIdRequest

Link copied to clipboard
@Serializable
data class PutTemplatesTemplateIdResponse(val resourceId: Long? = null)

PutTemplatesTemplateIdResponse

Link copied to clipboard
@Serializable
data class PutUpdateStandingInstructionChanges(val recurrenceInterval: Int? = null)
Link copied to clipboard
@Serializable
data class PutUsersUserIdRequest(val clients: List<Long>? = null, val email: String? = null, val firstname: String? = null, val isSelfServiceUser: Boolean? = null, val lastname: String? = null, val officeId: Long? = null, val password: String? = null, val repeatPassword: String? = null, val roles: List<Long>? = null, val sendPasswordToEmail: Boolean? = null, val staffId: Long? = null)

PutUsersUserIdRequest

Link copied to clipboard
@Serializable
data class PutUsersUserIdResponse(val changes: PutUsersUserIdResponseChanges? = null, val officeId: Long? = null, val resourceId: Long? = null)

PutUsersUserIdResponse

Link copied to clipboard
@Serializable
data class PutUsersUserIdResponseChanges(val firstname: String? = null, val passwordEncoded: String? = null)
Link copied to clipboard
@Serializable
data class PutWorkingDaysRequest(val extendTermForDailyRepayments: Boolean? = null, val locale: String? = null, val recurrence: String? = null, val repaymentRescheduleType: EnumOptionData? = null)

PutWorkingDaysRequest

Link copied to clipboard
@Serializable
data class PutWorkingDaysResponse(val resourceId: Long? = null)

PutWorkingDaysResponse

Link copied to clipboard
@Serializable
data class Question(val componentKey: String? = null, val description: String? = null, val id: Long? = null, val key: String? = null, val new: Boolean? = null, val responses: List<Response>? = null, val sequenceNo: Int? = null, val survey: Survey? = null, val text: String? = null)
Link copied to clipboard
@Serializable
data class QuestionData(val componentKey: String? = null, val description: String? = null, val id: Long? = null, val key: String? = null, val responseDatas: List<ResponseData>? = null, val sequenceNo: Int? = null, val text: String? = null)
Link copied to clipboard
@Serializable
data class Rate(val active: Boolean? = null, val approveUser: AppUser? = null, val createdBy: Long? = null, val createdDate: LocalDateTime? = null, val id: Long? = null, val lastModifiedBy: Long? = null, val lastModifiedDate: LocalDateTime? = null, val name: String? = null, val new: Boolean? = null, val percentage: Double? = null, val productApply: Int? = null)
Link copied to clipboard
@Serializable
data class RateData(val active: Boolean? = null, val id: Long? = null, val name: String? = null, val percentage: Double? = null, val productApply: EnumOptionData? = null)
Link copied to clipboard
@Serializable
data class ReportExportType(val key: String? = null, val queryParameter: String? = null)
Link copied to clipboard
@Serializable
data class ReportMailingJobRunHistoryData(val endDateTime: LocalDateTime? = null, val errorLog: String? = null, val errorMessage: String? = null, val id: Long? = null, val reportMailingJobId: Long? = null, val startDateTime: LocalDateTime? = null, val status: String? = null)
Link copied to clipboard
@Serializable
data class ReportMailingJobTimelineData(val createdByFirstname: String? = null, val createdByLastname: String? = null, val createdByUsername: String? = null, val createdOnDate: LocalDate? = null, val updatedByFirstname: String? = null, val updatedByLastname: String? = null, val updatedByUsername: String? = null, val updatedOnDate: LocalDate? = null)
Link copied to clipboard
@Serializable
data class RescheduleReasonsCodeValue(val active: Boolean? = null, val id: Long? = null, val mandatory: Boolean? = null, val name: String? = null)
Link copied to clipboard
@Serializable
data class RescheduleReasonsTimeline(val approvedByFirstname: String? = null, val approvedByLastname: String? = null, val approvedByUsername: String? = null, val approvedOnDate: LocalDate? = null, val submittedByFirstname: String? = null, val submittedByLastname: String? = null, val submittedByUsername: String? = null, val submittedOnDate: LocalDate? = null)
Link copied to clipboard
@Serializable
data class Response(val id: Long? = null, val new: Boolean? = null, val question: Question? = null, val sequenceNo: Int? = null, val text: String? = null, val value: Int? = null)
Link copied to clipboard
@Serializable
data class ResponseData(val id: Long? = null, val sequenceNo: Int? = null, val text: String? = null, val value: Int? = null)
Link copied to clipboard
@Serializable
data class ResultsetColumnHeaderData(val booleanDisplayType: Boolean? = null, val codeLookupDisplayType: Boolean? = null, val codeValueDisplayType: Boolean? = null, val columnCode: String? = null, val columnDisplayType: ResultsetColumnHeaderData.ColumnDisplayType? = null, val columnLength: Long? = null, val columnName: String? = null, val columnType: ResultsetColumnHeaderData.ColumnType? = null, val columnValues: List<Any>? = null, val dateDisplayType: Boolean? = null, val dateTimeDisplayType: Boolean? = null, val decimalDisplayType: Boolean? = null, val integerDisplayType: Boolean? = null, val isColumnIndexed: Boolean? = null, val isColumnNullable: Boolean? = null, val isColumnPrimaryKey: Boolean? = null, val isColumnUnique: Boolean? = null, val mandatory: Boolean? = null, val stringDisplayType: Boolean? = null, val textDisplayType: Boolean? = null, val timeDisplayType: Boolean? = null)
Link copied to clipboard
@Serializable
data class ResultsetRowData(val row: List<Any>? = null)
Link copied to clipboard
@Serializable
data class RetrieveOneResponse(val displayName: String? = null, val externalId: String? = null, val firstname: String? = null, val id: Long? = null, val isActive: Boolean? = null, val isLoanOfficer: Boolean? = null, val joiningDate: LocalDate? = null, val lastname: String? = null, val officeId: Long? = null, val officeName: String? = null)

GetStaffResponse

Link copied to clipboard
@Serializable
data class Role(val disabled: Boolean? = null, val enabled: Boolean? = null, val id: Long? = null, val name: String? = null, val new: Boolean? = null, val permissions: List<Permission>? = null)
Link copied to clipboard
@Serializable
data class RoleData(val id: Long? = null, val name: String? = null)
Link copied to clipboard
@Serializable
data class RunReportsResponse(val columnHeaders: List<ResultsetColumnHeaderData>? = null, val data: List<ResultsetRowData>? = null)
Link copied to clipboard
@Serializable
data class SavingsAccountApplicationTimelineData(val activatedByFirstname: String? = null, val activatedByLastname: String? = null, val activatedByUsername: String? = null, val activatedOnDate: LocalDate? = null, val approvedByFirstname: String? = null, val approvedByLastname: String? = null, val approvedByUsername: String? = null, val approvedOnDate: LocalDate? = null, val closedByFirstname: String? = null, val closedByLastname: String? = null, val closedByUsername: String? = null, val closedOnDate: LocalDate? = null, val rejectedByFirstname: String? = null, val rejectedByLastname: String? = null, val rejectedByUsername: String? = null, val rejectedOnDate: LocalDate? = null, val submittedByFirstname: String? = null, val submittedByLastname: String? = null, val submittedByUsername: String? = null, val submittedOnDate: LocalDate? = null, val withdrawnByFirstname: String? = null, val withdrawnByLastname: String? = null, val withdrawnByUsername: String? = null, val withdrawnOnDate: LocalDate? = null)
Link copied to clipboard
@Serializable
data class SavingsAccountChargeData(val accountId: Long? = null, val amount: Double? = null, val amountOrPercentage: Double? = null, val amountOutstanding: Double? = null, val amountPaid: Double? = null, val amountPercentageAppliedTo: Double? = null, val amountWaived: Double? = null, val amountWrittenOff: Double? = null, val annualFee: Boolean? = null, val chargeCalculationType: EnumOptionData? = null, val chargeData: ChargeData? = null, val chargeId: Long? = null, val chargeOptions: List<ChargeData>? = null, val chargeTimeType: EnumOptionData? = null, val currency: CurrencyData? = null, val dueDate: LocalDate? = null, val feeCharge: Boolean? = null, val feeInterval: Int? = null, val feeOnMonthDay: ChargeFeeOnMonthDay? = null, val freeWithdrawalChargeFrequency: Int? = null, val id: Long? = null, val inactivationDate: LocalDate? = null, val isActive: Boolean? = null, val isFreeWithdrawal: Boolean? = null, val name: String? = null, val penalty: Boolean? = null, val percentage: Double? = null, val restartFrequency: Int? = null, val restartFrequencyEnum: Int? = null, val savingsActivation: Boolean? = null, val withdrawalFee: Boolean? = null)
Link copied to clipboard
@Serializable
data class SavingsAccountChargesPaidByData(val amount: Double? = null, val chargeId: Long? = null, val feeCharge: Boolean? = null, val penaltyCharge: Boolean? = null, val savingsAccountChargeData: SavingsAccountChargeData? = null)
Link copied to clipboard
@Serializable
data class SavingsAccountData(val accountNo: String? = null, val accrualBasedAccountingEnabledOnSavingsProduct: Boolean? = null, val activatedOnDate: LocalDate? = null, val activationLocalDate: LocalDate? = null, val allowOverdraft: Boolean? = null, val annualFee: SavingsAccountChargeData? = null, val cashBasedAccountingEnabledOnSavingsProduct: Boolean? = null, val chargeOptions: List<ChargeData>? = null, val charges: List<SavingsAccountChargeData>? = null, val clientData: ClientData? = null, val clientId: Long? = null, val clientName: String? = null, val currency: CurrencyData? = null, val datatables: List<DatatableData>? = null, val dateFormat: String? = null, val daysToDormancy: Int? = null, val daysToEscheat: Int? = null, val daysToInactive: Int? = null, val depositType: EnumOptionData? = null, val depositTypeId: Int? = null, val enforceMinRequiredBalance: Boolean? = null, val existingReversedTransactionIds: Set<Long>? = null, val existingTransactionIds: Set<Long>? = null, val externalId: String? = null, val fieldOfficerId: Long? = null, val fieldOfficerName: String? = null, val fieldOfficerOptions: List<StaffData>? = null, val glAccountIdForInterestOnSavings: Long? = null, val glAccountIdForSavingsControl: Long? = null, val groupGeneralData: GroupGeneralData? = null, val groupId: Long? = null, val groupName: String? = null, val id: Long? = null, val interestCalculationDaysInYearType: EnumOptionData? = null, val interestCalculationDaysInYearTypeId: Int? = null, val interestCalculationDaysInYearTypeOptions: List<EnumOptionData>? = null, val interestCalculationType: EnumOptionData? = null, val interestCalculationTypeId: Int? = null, val interestCalculationTypeOptions: List<EnumOptionData>? = null, val interestCompoundingPeriodType: EnumOptionData? = null, val interestCompoundingPeriodTypeId: Int? = null, val interestCompoundingPeriodTypeOptions: List<EnumOptionData>? = null, val interestPostingPeriodType: EnumOptionData? = null, val interestPostingPeriodTypeId: Int? = null, val interestPostingPeriodTypeOptions: List<EnumOptionData>? = null, val isDormancyTrackingActive: Boolean? = null, val lastActiveTransactionDate: LocalDate? = null, val lastSavingsAccountTransaction: SavingsAccountTransactionData? = null, val lienAllowed: Boolean? = null, val locale: String? = null, val lockedInUntilDate: LocalDate? = null, val lockinPeriodFrequency: Int? = null, val lockinPeriodFrequencyType: EnumOptionData? = null, val lockinPeriodFrequencyTypeId: Int? = null, val lockinPeriodFrequencyTypeOptions: List<EnumOptionData>? = null, val maxAllowedLienLimit: Double? = null, val minBalanceForInterestCalculation: Double? = null, val minOverdraftForInterestCalculation: Double? = null, val minRequiredBalance: Double? = null, val minRequiredOpeningBalance: Double? = null, val newSavingsAccountTransactionData: List<SavingsAccountTransactionData>? = null, val nominalAnnualInterestRate: Double? = null, val nominalAnnualInterestRateOverdraft: Double? = null, val officeId: Long? = null, val onHoldFunds: Double? = null, val overdraftLimit: Double? = null, val productId: Long? = null, val productOptions: List<SavingsProductData>? = null, val reasonForBlock: String? = null, val rowIndex: Int? = null, val savingsAccountSummaryData: SavingsAccountSummaryData? = null, val savingsAccountTransactionData: List<SavingsAccountTransactionData>? = null, val savingsAccountTransactionSummaryWrapper: Any? = null, val savingsAccountTransactionsWithPivotConfig: List<SavingsAccountTransactionData>? = null, val savingsAmountOnHold: Double? = null, val savingsHelper: Any? = null, val savingsProduct: SavingsProductData? = null, val savingsProductData: SavingsProductData? = null, val savingsProductId: Long? = null, val savingsProductName: String? = null, val startInterestCalculationDate: LocalDate? = null, val status: SavingsAccountStatusEnumData? = null, val subStatus: SavingsAccountSubStatusEnumData? = null, val submittedOnDate: LocalDate? = null, val summary: SavingsAccountSummaryData? = null, val taxGroup: TaxGroupData? = null, val timeline: SavingsAccountApplicationTimelineData? = null, val transactions: List<SavingsAccountTransactionData>? = null, val updatedTransactions: List<SavingsAccountTransactionData>? = null, val withHoldTax: Boolean? = null, val withdrawalFee: SavingsAccountChargeData? = null, val withdrawalFeeForTransfers: Boolean? = null, val withdrawalFeeTypeOptions: List<EnumOptionData>? = null)
Link copied to clipboard
@Serializable
data class SavingsAccountStatusEnumData(val active: Boolean? = null, val approved: Boolean? = null, val closed: Boolean? = null, val code: String? = null, val id: Long? = null, val matured: Boolean? = null, val prematureClosed: Boolean? = null, val rejected: Boolean? = null, val submittedAndPendingApproval: Boolean? = null, val transferInProgress: Boolean? = null, val transferOnHold: Boolean? = null, val value: String? = null, val withdrawnByApplicant: Boolean? = null)
Link copied to clipboard
@Serializable
data class SavingsAccountSubStatusEnumData(val block: Boolean? = null, val blockCredit: Boolean? = null, val blockDebit: Boolean? = null, val code: String? = null, val dormant: Boolean? = null, val escheat: Boolean? = null, val id: Long? = null, val inactive: Boolean? = null, val none: Boolean? = null, val value: String? = null)
Link copied to clipboard
@Serializable
data class SavingsAccountSummaryData(val accountBalance: Double? = null, val availableBalance: Double? = null, val currency: CurrencyData? = null, val interestNotPosted: Double? = null, val interestPostedTillDate: LocalDate? = null, val lastInterestCalculationDate: LocalDate? = null, val prevInterestPostedTillDate: LocalDate? = null, val runningBalanceOnInterestPostingTillDate: Double? = null, val runningBalanceOnPivotDate: Double? = null, val totalAnnualFees: Double? = null, val totalDeposits: Double? = null, val totalFeeCharge: Double? = null, val totalInterestEarned: Double? = null, val totalInterestPosted: Double? = null, val totalOverdraftInterestDerived: Double? = null, val totalPenaltyCharge: Double? = null, val totalWithdrawalFees: Double? = null, val totalWithdrawals: Double? = null, val totalWithholdTax: Double? = null)
Link copied to clipboard
@Serializable
data class SavingsAccountTransactionData(val accountId: Long? = null, val accountNo: String? = null, val accountNumber: String? = null, val amount: Double? = null, val amountOnHold: Boolean? = null, val amountRelease: Boolean? = null, val annualFee: Boolean? = null, val annualFeeAndNotReversed: Boolean? = null, val balanceEndDate: LocalDate? = null, val balanceNumberOfDays: Int? = null, val bankNumber: String? = null, val chargeTransaction: Boolean? = null, val chargeTransactionAndNotReversed: Boolean? = null, val chargesPaidByData: Set<SavingsAccountChargesPaidByData>? = null, val checkNumber: String? = null, val credit: Boolean? = null, val cumulativeBalance: Double? = null, val currency: CurrencyData? = null, val date: LocalDate? = null, val dateFormat: String? = null, val debit: Boolean? = null, val deposit: Boolean? = null, val depositAndNotReversed: Boolean? = null, val dividendPayoutAndNotReversed: Boolean? = null, val endOfBalanceLocalDate: LocalDate? = null, val entryType: SavingsAccountTransactionData.EntryType? = null, val feeCharge: Boolean? = null, val feeChargeAndNotReversed: Boolean? = null, val id: Long? = null, val interestPosting: Boolean? = null, val interestPostingAndNotReversed: Boolean? = null, val interestedPostedAsOn: Boolean? = null, val isManualTransaction: Boolean? = null, val isReversal: Boolean? = null, val lienTransaction: Boolean? = null, val locale: String? = null, val manualTransaction: Boolean? = null, val modifiedId: Long? = null, val notReversed: Boolean? = null, val note: String? = null, val originalTransactionId: Long? = null, val outstandingChargeAmount: Double? = null, val overdraftAmount: Double? = null, val overdraftInterestAndNotReversed: Boolean? = null, val payCharge: Boolean? = null, val paymentDetailData: PaymentDetailData? = null, val paymentTypeId: Long? = null, val paymentTypeOptions: List<PaymentTypeData>? = null, val penaltyCharge: Boolean? = null, val penaltyChargeAndNotReversed: Boolean? = null, val reasonForBlock: String? = null, val receiptNumber: String? = null, val refNo: String? = null, val releaseTransactionId: Long? = null, val reversalTransaction: Boolean? = null, val reversed: Boolean? = null, val routingCode: String? = null, val rowIndex: Int? = null, val runningBalance: Double? = null, val savingsAccountChargesPaid: Set<SavingsAccountChargesPaidByData>? = null, val savingsAccountId: Long? = null, val submittedByUsername: String? = null, val submittedOnDate: LocalDate? = null, val taxDetails: List<TaxDetailsData>? = null, val transactionAmount: Double? = null, val transactionDate: LocalDate? = null, val transactionType: SavingsAccountTransactionEnumData? = null, val transfer: AccountTransferData? = null, val waiveCharge: Boolean? = null, val waiveFeeCharge: Boolean? = null, val waiveFeeChargeAndNotReversed: Boolean? = null, val waivePenaltyCharge: Boolean? = null, val waivePenaltyChargeAndNotReversed: Boolean? = null, val withHoldTaxAndNotReversed: Boolean? = null, val withdrawal: Boolean? = null, val withdrawalFeeAndNotReversed: Boolean? = null)
Link copied to clipboard
@Serializable
data class SavingsAccountTransactionEnumData(val amountHold: Boolean? = null, val amountRelease: Boolean? = null, val annualFee: Boolean? = null, val approveTransfer: Boolean? = null, val chargeTransaction: Boolean? = null, val code: String? = null, val credit: Boolean? = null, val debit: Boolean? = null, val deposit: Boolean? = null, val depositOrWithdrawal: Boolean? = null, val dividendPayout: Boolean? = null, val entryType: SavingsAccountTransactionEnumData.EntryType? = null, val escheat: Boolean? = null, val feeDeduction: Boolean? = null, val id: Long? = null, val incomeFromInterest: Boolean? = null, val initiateTransfer: Boolean? = null, val interestPosting: Boolean? = null, val overDraftInterestPosting: Boolean? = null, val overdraftFee: Boolean? = null, val overdraftInterest: Boolean? = null, val payCharge: Boolean? = null, val rejectTransfer: Boolean? = null, val transactionTypeEnum: SavingsAccountTransactionEnumData.TransactionTypeEnum? = null, val value: String? = null, val withdrawTransfer: Boolean? = null, val withdrawal: Boolean? = null, val withdrawalFee: Boolean? = null, val withholdTax: Boolean? = null, val writtenoff: Boolean? = null)
Link copied to clipboard
@Serializable
data class SavingsAccountTransactionsSearchResponse(val content: Set<GetSavingsAccountTransactionsPageItem>? = null, val total: Long? = null)

SavingsAccountTransactionsSearchResponse

Link copied to clipboard
@Serializable
data class SavingsProductData(val accrualBasedAccountingEnabled: Boolean? = null, val allowOverdraft: Boolean? = null, val cashBasedAccountingEnabled: Boolean? = null, val currency: CurrencyData? = null, val depositAccountType: String? = null, val id: Long? = null, val interestCalculationDaysInYearType: EnumOptionData? = null, val interestCalculationType: EnumOptionData? = null, val interestCompoundingPeriodType: EnumOptionData? = null, val interestPostingPeriodType: EnumOptionData? = null, val lockinPeriodFrequency: Int? = null, val lockinPeriodFrequencyType: EnumOptionData? = null, val maxAllowedLienLimit: Double? = null, val minRequiredBalance: Double? = null, val minRequiredOpeningBalance: Double? = null, val name: String? = null, val nominalAnnualInterestRate: Double? = null, val overdraftLimit: Double? = null, val periodicAccrualAccounting: Boolean? = null, val upfrontAccrualAccounting: Boolean? = null, val withdrawalFeeForTransfers: Boolean? = null)
Link copied to clipboard
@Serializable
data class Scorecard(val appUser: AppUser? = null, val client: Client? = null, val createdOn: LocalDateTime? = null, val id: Long? = null, val new: Boolean? = null, val question: Question? = null, val response: Response? = null, val survey: Survey? = null, val value: Int? = null)
Link copied to clipboard
@Serializable
data class ScorecardData(val clientId: Long? = null, val id: Long? = null, val scorecardValues: List<ScorecardValue>? = null, val surveyId: Long? = null, val surveyName: String? = null, val userId: Long? = null, val username: String? = null)
Link copied to clipboard
@Serializable
data class ScorecardValue(val createdOn: LocalDateTime? = null, val questionId: Long? = null, val responseId: Long? = null, val value: Int? = null)
Link copied to clipboard
@Serializable
data class SingleDebitOrCreditEntryCommand(val amount: Double? = null, val comments: String? = null, val commentsChanged: Boolean? = null, val glAccountId: Long? = null, val glAccountIdChanged: Boolean? = null, val glAmountChanged: Boolean? = null, val parametersPassedInRequest: Set<String>? = null)
Link copied to clipboard
@Serializable
data class SmsCampaignData(val campaignName: String? = null, val campaignStatus: EnumOptionData? = null, val campaignType: EnumOptionData? = null, val id: Long? = null, val lastTriggerDate: LocalDate? = null, val message: String? = null, val nextTriggerDate: LocalDateTime? = null, val notification: Boolean? = null, val paramValue: String? = null, val recurrence: String? = null, val recurrenceStartDate: LocalDateTime? = null, val reportName: String? = null, val runReportId: Long? = null)
Link copied to clipboard
@Serializable
data class Sort(val empty: Boolean? = null, val sorted: Boolean? = null, val unsorted: Boolean? = null)
Link copied to clipboard
@Serializable
data class SortOrder(val direction: SortOrder.Direction? = null, val property: String? = null)
Link copied to clipboard
@Serializable
data class Staff(val active: Boolean? = null, val displayName: String? = null, val emailAddress: String? = null, val externalId: String? = null, val firstname: String? = null, val id: Long? = null, val image: Image? = null, val joiningDate: LocalDate? = null, val lastname: String? = null, val loanOfficer: Boolean? = null, val mobileNo: String? = null, val new: Boolean? = null, val notActive: Boolean? = null, val notLoanOfficer: Boolean? = null, val office: Office? = null, val organisationalRoleParentStaff: Staff? = null, val organisationalRoleType: Int? = null)
Link copied to clipboard
@Serializable
data class StaffData(val displayName: String? = null, val firstname: String? = null, val id: Long? = null, val joiningDate: LocalDate? = null, val lastname: String? = null, val officeId: Long? = null, val officeName: String? = null, val rowIndex: Int? = null)
Link copied to clipboard
@Serializable
data class SubjectName(val displayName: String? = null, val firstName: String? = null, val lastName: String? = null, val middleName: String? = null)
Link copied to clipboard
@Serializable
data class Survey(val components: List<Component>? = null, val countryCode: String? = null, val description: String? = null, val id: Long? = null, val key: String? = null, val name: String? = null, val new: Boolean? = null, val questions: List<Question>? = null, val validFrom: LocalDate? = null, val validTo: LocalDate? = null)
Link copied to clipboard
@Serializable
data class SurveyData(val componentDatas: List<ComponentData>? = null, val countryCode: String? = null, val description: String? = null, val id: Long? = null, val key: String? = null, val name: String? = null, val questionDatas: List<QuestionData>? = null, val validFrom: LocalDate? = null, val validTo: LocalDate? = null)
Link copied to clipboard
@Serializable
data class TableQueryData(val query: AdvancedQueryData? = null, val table: String? = null)
Link copied to clipboard
@Serializable
data class TaxComponent(val createdBy: Long? = null, val createdDate: LocalDateTime? = null, val creditAccountType: Int? = null, val creditAcount: GLAccount? = null, val debitAccountType: Int? = null, val debitAcount: GLAccount? = null, val id: Long? = null, val lastModifiedBy: Long? = null, val lastModifiedDate: LocalDateTime? = null, val new: Boolean? = null, val percentage: Double? = null, val taxComponentHistories: Set<TaxComponentHistory>? = null, val taxGroupMappings: Set<TaxGroupMappings>? = null)
Link copied to clipboard
@Serializable
data class TaxComponentData(val creditAccount: GLAccountData? = null, val creditAccountType: EnumOptionData? = null, val debitAccount: GLAccountData? = null, val debitAccountType: EnumOptionData? = null, val glAccountOptions: Map<String, List<GLAccountData>>? = null, val glAccountTypeOptions: List<EnumOptionData>? = null, val id: Long? = null, val name: String? = null, val percentage: Double? = null, val startDate: LocalDate? = null, val taxComponentHistories: List<TaxComponentHistoryData>? = null)
Link copied to clipboard
@Serializable
data class TaxComponentHistory(val createdBy: Long? = null, val createdDate: LocalDateTime? = null, val id: Long? = null, val lastModifiedBy: Long? = null, val lastModifiedDate: LocalDateTime? = null, val new: Boolean? = null, val percentage: Double? = null)
Link copied to clipboard
@Serializable
data class TaxComponentHistoryData(val percentage: Double? = null)
Link copied to clipboard
@Serializable
data class TaxDetailsData(val amount: Double? = null, val taxComponent: TaxComponentData? = null)
Link copied to clipboard
@Serializable
data class TaxGroup(val createdBy: Long? = null, val createdDate: LocalDateTime? = null, val id: Long? = null, val lastModifiedBy: Long? = null, val lastModifiedDate: LocalDateTime? = null, val name: String? = null, val new: Boolean? = null, val taxGroupMappings: Set<TaxGroupMappings>? = null)
Link copied to clipboard
@Serializable
data class TaxGroupData(val taxAssociations: List<TaxGroupMappingsData>? = null)
Link copied to clipboard
@Serializable
data class TaxGroupMappings(val createdBy: Long? = null, val createdDate: LocalDateTime? = null, val endDate: LocalDate? = null, val id: Long? = null, val lastModifiedBy: Long? = null, val lastModifiedDate: LocalDateTime? = null, val new: Boolean? = null, val taxComponent: TaxComponent? = null, val taxGroup: TaxGroup? = null)
Link copied to clipboard
@Serializable
data class TaxGroupMappingsData(val taxComponent: TaxComponentData? = null)
Link copied to clipboard
@Serializable
data class TemplateMapper(val id: Long? = null, val mapperkey: String? = null, val mapperorder: Int? = null, val mappervalue: String? = null, val new: Boolean? = null)
Link copied to clipboard
@Serializable
data class TransactionDetailData(val noteData: NoteData? = null, val paymentDetails: PaymentDetailData? = null, val transactionId: Long? = null, val transactionType: TransactionTypeEnumData? = null)
Link copied to clipboard
@Serializable
data class TransactionDetails(val noteData: GetResourceTypeResourceIdNotesResponse? = null, val paymentDetails: PaymentDetailData? = null, val transactionId: Long? = null, val transactionType: EnumOptionType? = null)
Link copied to clipboard
@Serializable
data class TransactionProcessingStrategyData(val code: String? = null, val id: Long? = null, val name: String? = null)
Link copied to clipboard
@Serializable
data class TransactionTypeEnumData(val code: String? = null, val id: Long? = null, val value: String? = null)
Link copied to clipboard
@Serializable
data class UpdateBusinessStepConfigRequest(val businessSteps: List<BusinessStep>? = null)

UpdateBusinessStepConfigRequest

Link copied to clipboard
@Serializable
data class UpdateChangesResponse(val accountNo: Long? = null, val amount: Double? = null, val bankName: String? = null, val date: LocalDate? = null)
Link copied to clipboard
@Serializable
data class UpdatePostDatedCheckRequest(val accountNo: Long? = null, val amount: Double? = null, val date: LocalDate? = null, val dateFormat: String? = null, val locale: String? = null, val name: String? = null, val repaymentDate: LocalDate? = null)

UpdatePostDatedCheckRequest

Link copied to clipboard
@Serializable
data class UpdatePostDatedCheckResponse(val changes: UpdateChangesResponse? = null, val resourceId: Int? = null)

UpdatePostDatedCheckResponse

Link copied to clipboard
@Serializable
data class UpdateStaffResponse(val officeId: Long? = null, val resourceId: Long? = null)

PutStaffResponse