ssp/
disable_payout.rs

1//! Message types for disabling a payout device.
2
3mod command;
4mod response;
5
6pub use command::*;
7pub use response::*;