bluefin_api 1.2.0

Bluefin API
Documentation
# AffiliateMetadata

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**user_address** | **String** | The user's wallet address | 
**parent_referral_code** | Option<**String**> | The referral code of the parent affiliate | [optional]
**referral_code** | Option<**String**> | The user's referral code if approved as an affiliate | [optional]
**name** | Option<**String**> | The name of the affiliate | [optional]
**parent_name** | Option<**String**> | The name of the parent affiliate | [optional]
**fees** | Option<[**models::FeeConfigs**].md> |  | [optional]
**status** | Option<**String**> | Status of the affiliate application | [optional]
**has_traded** | **bool** | Indicates whether the user has traded or not | 
**tier** | Option<**String**> | Tier of the affiliate | [optional]
**is_ember** | Option<**bool**> | Indicates whether the affiliate is an ember affiliate | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)