addressLine1Check property

  1. @JsonKey.new(name: "address_line1_check")
VerificationCheck? get addressLine1Check
inherited

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;