Transfer::retrieveReversal( string $id, string $reversalId, null|array $params = null, null|array|string $opts = null )


Description Description


Parameters Parameters

$id

(Required) the ID of the transfer to which the transfer reversal belongs

$reversalId

(Required) the ID of the transfer reversal to retrieve

$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/Transfer.php


			

Top ↑

User Contributed Notes User Contributed Notes

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