Function PaymentPushesApiFp Payment Pushes Api Fp ( configuration ? ) : { apiPaymentPushesBulkPost ( paymentPushBulkCreateDeets ?: PaymentPushBulkCreateDeets , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < PaymentBulkResultResponseListResponse > ) > ; apiPaymentPushesFeesPost ( paymentPushCreateDeets ?: PaymentPushCreateDeets , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < Fees > ) > ; createPaymentPush ( paymentPushCreateDeets ?: PaymentPushCreateDeets , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < Payment > ) > ; getBulkFees ( paymentPushBulkCreateDeets ?: PaymentPushBulkCreateDeets , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < FeesBulkListResponse > ) > ; getPaymentPushesById ( id : string , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < PaymentPushResponse > ) > ; updatePushPayment ( id : string , paymentPushUpdateDeets ?: PaymentPushUpdateDeets , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < Payment > ) > ; } Returns { apiPaymentPushesBulkPost ( paymentPushBulkCreateDeets ?: PaymentPushBulkCreateDeets , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < PaymentBulkResultResponseListResponse > ) > ; apiPaymentPushesFeesPost ( paymentPushCreateDeets ?: PaymentPushCreateDeets , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < Fees > ) > ; createPaymentPush ( paymentPushCreateDeets ?: PaymentPushCreateDeets , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < Payment > ) > ; getBulkFees ( paymentPushBulkCreateDeets ?: PaymentPushBulkCreateDeets , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < FeesBulkListResponse > ) > ; getPaymentPushesById ( id : string , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < PaymentPushResponse > ) > ; updatePushPayment ( id : string , paymentPushUpdateDeets ?: PaymentPushUpdateDeets , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < Payment > ) > ; } api Payment Pushes Bulk Post : functionapi Payment Pushes Fees Post : functionapi Payment Pushes Fees Post ( paymentPushCreateDeets ? , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < Fees > ) > Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < Fees > ) > create Payment Push : functioncreate Payment Push ( paymentPushCreateDeets ? , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < Payment > ) > Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < Payment > ) > get Bulk Fees : functionget Bulk Fees ( paymentPushBulkCreateDeets ? , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < FeesBulkListResponse > ) > Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < FeesBulkListResponse > ) > get Payment Pushes By Id : functionget Payment Pushes By Id ( id , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < PaymentPushResponse > ) > Parameters id : string Optional
options : RawAxiosRequestConfig Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < PaymentPushResponse > ) > update Push Payment : functionupdate Push Payment ( id , paymentPushUpdateDeets ? , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < Payment > ) > Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < Payment > ) >
PaymentPushesApi - functional programming interface export