ApplicationFeeService::updateRefund( string $parentId, string $id, null|array $params = null, null|array|StripeUtilRequestOptions $opts = null )
Updates the specified application fee refund by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
Description Description
This request only accepts metadata as an argument.
Parameters Parameters
- $parentId
-
(Required)
- $id
-
(Required)
- $params
-
(Optional)
Default value: null
- $opts
-
(Optional)
Default value: null
Return Return
(StripeApplicationFeeRefund)
Source Source
File: includes/gateways/stripe/vendor/stripe/stripe-php/lib/Service/ApplicationFeeService.php