arlyon / async-stripe

Async (and blocking!) Rust bindings for the Stripe API
https://payments.rs
Apache License 2.0
445 stars 128 forks source link

Implement Transfer reversal #399

Closed victorcrimea closed 1 year ago

victorcrimea commented 1 year ago

Is your feature request related to a problem? Please describe.

This method is not implemented https://stripe.com/docs/api/transfer_reversals/create

Describe the solution you'd like

Implement create() method on TransferReversal

Describe alternatives you've considered

No response

Additional context

No response