status property

  1. @BuiltValueField.new(wireName: r'status')
UserAffiliateStatusEnum get status

Where the affiliate stands with this app. banned is terminal; rejected, withdrawn, archived and deactivated describe affiliates who may apply again.

Implementation

@BuiltValueField(wireName: r'status')
UserAffiliateStatusEnum get status;