v2.0.10
Refund methods now take an optional request body
MoneyIn::refundv_2 and MoneyIn::refundv_2_amount now take Option<&RefundV2Request> instead of &RefundV2Request. Wrap existing request bodies in Some(...):
You can also pass None for a standard refund with no request body: