passwordChangeDate property

  1. @BuiltValueField.new(wireName: r'passwordChangeDate')
DateTime? get passwordChangeDate

Date when the shopper last changed their password.

Implementation

@BuiltValueField(wireName: r'passwordChangeDate')
DateTime? get passwordChangeDate;