- Preparing search index...
- The search index is not available
tilled-node
Function PlatformFeeRefundsApiAxiosParamCreator
- PlatformFeeRefundsApiAxiosParamCreator(configuration?): {
getPlatformFeeRefund: ((tilled_account, id, refund_id, options?) => Promise<RequestArgs>);
}
-
Returns {
getPlatformFeeRefund: ((tilled_account, id, refund_id, options?) => Promise<RequestArgs>);
}
-
getPlatformFeeRefund: ((tilled_account, id, refund_id, options?) => Promise<RequestArgs>)
-
- (tilled_account, id, refund_id, options?): Promise<RequestArgs>
-
Parameters
-
tilled_account: string
-
id: string
-
refund_id: string
-
Optional options: RawAxiosRequestConfig<any> = {}
Returns Promise<RequestArgs>
PlatformFeeRefundsApi - axios parameter creator
Export