TransferService::updateReversal( string $parentId, string $id, null|array $params = null, null|array|StripeUtilRequestOptions $opts = null )

Updates the specified reversal by setting the values of the parameters passed.


Description Description

Any parameters not provided will be left unchanged.

This request only accepts metadata and description as arguments.


Parameters Parameters

$parentId

(Required)

$id

(Required)

$params

(Optional)

Default value: null

$opts

(Optional)

Default value: null


Top ↑

Return Return

(StripeTransferReversal)


Top ↑

Source Source

File: includes/gateways/stripe/vendor/stripe/stripe-php/lib/Service/TransferService.php


			

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.