pub async fn list_address(
configuration: &Configuration,
account_sid: &str,
customer_name: Option<&str>,
friendly_name: Option<&str>,
iso_country: Option<&str>,
page_size: Option<i32>,
) -> Result<ListAddressResponse, Error<ListAddressError>>