addressZipCheck property

  1. @JsonKey.new(name: "address_zip_check")
VerificationCheck? get addressZipCheck
inherited

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;