- Preparing search index...
- The search index is not available
tilled-node
Function PlatformFeeRefundsApiFactory
- PlatformFeeRefundsApiFactory(configuration?, basePath?, axios?): {
getPlatformFeeRefund(requestParameters, options?) => AxiosPromise<PlatformFeeRefund>;
}
-
Parameters
-
-
Optional basePath: string
-
Optional axios: AxiosInstance
Returns {
getPlatformFeeRefund(requestParameters, options?) => AxiosPromise<PlatformFeeRefund>;
}
-
getPlatformFeeRefund:function
- getPlatformFeeRefund(requestParameters, options?): AxiosPromise<PlatformFeeRefund>
-
Parameters
-
-
Optional options: RawAxiosRequestConfig<any>
PlatformFeeRefundsApi - factory interface
Export