pub trait StripeService {
    fn service_path() -> UrlPath { ... }
    fn uri(&self, path: UrlPath, param: &StripePath) -> String { ... }
    fn object() -> Value { ... }
    fn empty(&self) -> Value { ... }
}

Provided Methods§

Implementations on Foreign Types§

Implementors§