accountUpdate property

  1. @BuiltValueField.new(wireName: r'accountUpdate')
bool? get accountUpdate

Whether to check for a card account update (true) or not (false)

Implementation

@BuiltValueField(wireName: r'accountUpdate')
bool? get accountUpdate;