- Preparing search index...
- The search index is not available
tilled-node
Function PlatformFeeRefundsApiFp
- PlatformFeeRefundsApiFp(configuration?): {
getPlatformFeeRefund(tilled_account, id, refund_id, options?) => Promise<((axios?, basePath?) => AxiosPromise<PlatformFeeRefund>)>;
}
-
Returns {
getPlatformFeeRefund(tilled_account, id, refund_id, options?) => Promise<((axios?, basePath?) => AxiosPromise<PlatformFeeRefund>)>;
}
-
getPlatformFeeRefund:function
- getPlatformFeeRefund(tilled_account, id, refund_id, options?): Promise<((axios?, basePath?) => AxiosPromise<PlatformFeeRefund>)>
-
Parameters
-
tilled_account: string
-
id: string
-
refund_id: string
-
Optional
options: RawAxiosRequestConfig<any>
Returns Promise<((axios?, basePath?) => AxiosPromise<PlatformFeeRefund>)>
PlatformFeeRefundsApi - functional programming interface
Export