addCardAttemptsDay property

  1. @BuiltValueField.new(wireName: r'addCardAttemptsDay')
int? get addCardAttemptsDay

Number of attempts the shopper tried to add a card to their account in the last day.

Implementation

@BuiltValueField(wireName: r'addCardAttemptsDay')
int? get addCardAttemptsDay;