wyyerd / stripe-rs

Rust API bindings for the Stripe HTTP API.
Apache License 2.0
224 stars 88 forks source link

TransferData for PaymentIntentCreateParams cannot be accessed #113

Closed thedanhoffman closed 4 years ago

thedanhoffman commented 4 years ago

I can't seem to find a way to populate the transfer_data parameter in stripe::PaymentIntentCreateParams. The documentation doesn't contain a hyperlink reference to another type, and all the references I could find aren't public.