- API ›
- Constructors ›
- PostAddress
PostAddress
---types--- postAddress#1e8caaeb street_line1:string street_line2:string city:string state:string country_iso2:string post_code:string = PostAddress
Belongs to
| PostAddress |
In Rust this constructor is a variant of the enums::PostAddress enum.
Match on it with: if let enums::PostAddress::PostAddress(v) = result { ... }