addressLine1Check property
If address_line1 was provided, results of the check: pass, fail, unavailable, or unchecked.
Implementation
@JsonKey(name: "address_line1") String? get addressLine1;/// If address_line1 was provided, results of the check:
/// pass, fail, unavailable, or unchecked.
@JsonKey(name: "address_line1_check") VerificationCheck? get addressLine1Check;