accountCreationDate property

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

Date when the shopper's account was created.

Implementation

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