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