codes property

  1. @BuiltValueField.new(wireName: r'codes')
BuiltList<UserAffiliateCode> get codes

The codes the affiliate can currently promote, oldest first. Empty until they create one — an approved affiliate with no code yet is a normal state.

Implementation

@BuiltValueField(wireName: r'codes')
BuiltList<UserAffiliateCode> get codes;