Trait CreateCustomerResponse

Source
pub trait CreateCustomerResponse {
    // Required method
    fn as_any(&self) -> &dyn Any;
}
Expand description

This trait represents the response from the create_customer endpoint

Required Methods§

Source

fn as_any(&self) -> &dyn Any

Implementors§