addressZipCheck property
If address_zip was provided, results of the check: pass, fail, unavailable, or unchecked.
Implementation
@JsonKey(name: "address_zip") String? get addressZip;/// If address_zip was provided, results of the check:
/// pass, fail, unavailable, or unchecked.
@JsonKey(name: "address_zip_check") VerificationCheck? get addressZipCheck;