pub type CustomerInfo = CloudCustomerInfo;
pub struct CustomerInfo { pub id: String, pub status: Option<String>, }
id: String
status: Option<String>