Function PaymentCyclesApiAxiosParamCreator Payment Cycles Api Axios Param Creator ( configuration ? ) : { bulkCreatePaymentCycleEntry : ( ( id : string , paymentCycleBulkEntryCreateDeets ?: PaymentCycleBulkEntryCreateDeets , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; createPaymentCycle : ( ( paymentCycleCreateDeets ?: PaymentCycleCreateDeets , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; createPaymentCycleEntry : ( ( id : string , paymentCycleEntryCreateDeets ?: PaymentCycleEntryCreateDeets , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; deletePaymentCycle : ( ( id : string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; deletePaymentCycleEntry : ( ( id : string , entryId : string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; finalizePaymentCycleEntry : ( ( id : string , paymentCycleFinalizeDeets ?: PaymentCycleFinalizeDeets , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; getPaymentCycleById : ( ( id : string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; getPaymentCycleEntryById : ( ( id : string , entryId : string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; listPaymentCycleEntries : ( ( id : string , status ?: PaymentCycleEntryStatus , name ?: string , email ?: string , limit ?: number , page ?: number , userId ?: string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; listPaymentCycles : ( ( feeDirection ?: FeeDirection , status ?: PaymentCycleStatus , name ?: string , limit ?: number , page ?: number , userId ?: string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; paymentCyclePayments : ( ( id : string , limit ?: number , page ?: number , userId ?: string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; paymentEntryAvatar : ( ( id : string , entryId : string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; updatePaymentCycle : ( ( id : string , paymentCycleUpdateDeets ?: PaymentCycleUpdateDeets , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; updatePaymentCycleEntry : ( ( id : string , entryId : string , paymentCycleEntryUpdateDeets ?: PaymentCycleEntryUpdateDeets , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; } Returns { bulkCreatePaymentCycleEntry : ( ( id : string , paymentCycleBulkEntryCreateDeets ?: PaymentCycleBulkEntryCreateDeets , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; createPaymentCycle : ( ( paymentCycleCreateDeets ?: PaymentCycleCreateDeets , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; createPaymentCycleEntry : ( ( id : string , paymentCycleEntryCreateDeets ?: PaymentCycleEntryCreateDeets , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; deletePaymentCycle : ( ( id : string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; deletePaymentCycleEntry : ( ( id : string , entryId : string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; finalizePaymentCycleEntry : ( ( id : string , paymentCycleFinalizeDeets ?: PaymentCycleFinalizeDeets , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; getPaymentCycleById : ( ( id : string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; getPaymentCycleEntryById : ( ( id : string , entryId : string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; listPaymentCycleEntries : ( ( id : string , status ?: PaymentCycleEntryStatus , name ?: string , email ?: string , limit ?: number , page ?: number , userId ?: string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; listPaymentCycles : ( ( feeDirection ?: FeeDirection , status ?: PaymentCycleStatus , name ?: string , limit ?: number , page ?: number , userId ?: string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; paymentCyclePayments : ( ( id : string , limit ?: number , page ?: number , userId ?: string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; paymentEntryAvatar : ( ( id : string , entryId : string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; updatePaymentCycle : ( ( id : string , paymentCycleUpdateDeets ?: PaymentCycleUpdateDeets , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; updatePaymentCycleEntry : ( ( id : string , entryId : string , paymentCycleEntryUpdateDeets ?: PaymentCycleEntryUpdateDeets , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; } bulk Create Payment Cycle Entry : ( ( id : string , paymentCycleBulkEntryCreateDeets ?: PaymentCycleBulkEntryCreateDeets , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ( id , paymentCycleBulkEntryCreateDeets ? , options ? ) : Promise < RequestArgs > create Payment Cycle : ( ( paymentCycleCreateDeets ?: PaymentCycleCreateDeets , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ( paymentCycleCreateDeets ? , options ? ) : Promise < RequestArgs > create Payment Cycle Entry : ( ( id : string , paymentCycleEntryCreateDeets ?: PaymentCycleEntryCreateDeets , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ( id , paymentCycleEntryCreateDeets ? , options ? ) : Promise < RequestArgs > delete Payment Cycle : ( ( id : string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ( id , options ? ) : Promise < RequestArgs > Parameters id : string Optional
options : RawAxiosRequestConfig = {} delete Payment Cycle Entry : ( ( id : string , entryId : string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ( id , entryId , options ? ) : Promise < RequestArgs > Parameters id : string entryId : string Optional
options : RawAxiosRequestConfig = {} finalize Payment Cycle Entry : ( ( id : string , paymentCycleFinalizeDeets ?: PaymentCycleFinalizeDeets , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ( id , paymentCycleFinalizeDeets ? , options ? ) : Promise < RequestArgs > get Payment Cycle By Id : ( ( id : string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ( id , options ? ) : Promise < RequestArgs > Parameters id : string Optional
options : RawAxiosRequestConfig = {} get Payment Cycle Entry By Id : ( ( id : string , entryId : string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ( id , entryId , options ? ) : Promise < RequestArgs > Parameters id : string entryId : string Optional
options : RawAxiosRequestConfig = {} list Payment Cycle Entries : ( ( id : string , status ?: PaymentCycleEntryStatus , name ?: string , email ?: string , limit ?: number , page ?: number , userId ?: string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ( id , status ? , name ? , email ? , limit ? , page ? , userId ? , options ? ) : Promise < RequestArgs > Parameters id : string Optional
status : PaymentCycleEntryStatus Optional
name : string Optional
email : string Optional
limit : number Optional
page : number Optional
userId : string Optional
options : RawAxiosRequestConfig = {} list Payment Cycles : ( ( feeDirection ?: FeeDirection , status ?: PaymentCycleStatus , name ?: string , limit ?: number , page ?: number , userId ?: string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ( feeDirection ? , status ? , name ? , limit ? , page ? , userId ? , options ? ) : Promise < RequestArgs > Parameters Optional
feeDirection : FeeDirection Optional
status : PaymentCycleStatus Optional
name : string Optional
limit : number Optional
page : number Optional
userId : string Optional
options : RawAxiosRequestConfig = {} payment Cycle Payments : ( ( id : string , limit ?: number , page ?: number , userId ?: string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ( id , limit ? , page ? , userId ? , options ? ) : Promise < RequestArgs > Parameters id : string Optional
limit : number Optional
page : number Optional
userId : string Optional
options : RawAxiosRequestConfig = {} payment Entry Avatar : ( ( id : string , entryId : string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ( id , entryId , options ? ) : Promise < RequestArgs > Parameters id : string entryId : string Optional
options : RawAxiosRequestConfig = {} update Payment Cycle : ( ( id : string , paymentCycleUpdateDeets ?: PaymentCycleUpdateDeets , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ( id , paymentCycleUpdateDeets ? , options ? ) : Promise < RequestArgs > update Payment Cycle Entry : ( ( id : string , entryId : string , paymentCycleEntryUpdateDeets ?: PaymentCycleEntryUpdateDeets , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ( id , entryId , paymentCycleEntryUpdateDeets ? , options ? ) : Promise < RequestArgs >
PaymentCyclesApi - axios parameter creator export