1 2 3 4 5 6 7 8
use storekit::Refund; fn main() { println!( "refund request result: {:?}", Refund::begin_for_transaction_id(0) ); }