processingState property

  1. @BuiltValueField.new(wireName: r'processingState')
AccountProcessingState? get processingState

The processing state of the account holder.

Implementation

@BuiltValueField(wireName: r'processingState')
AccountProcessingState? get processingState;