accountChangeDate property

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

Date when the shopper's account was last changed.

Implementation

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