PaymentsConfig

Type Alias PaymentsConfig 

Source
pub type PaymentsConfig = MiddlewareConfig;
Expand description

Alias for the unified payments middleware config (preferred external name)

Aliased Type§

pub struct PaymentsConfig {
    pub accepts: Vec<SchemeConfig>,
}

Fields§

§accepts: Vec<SchemeConfig>