Source
This page was generated with Wiki Builder. Do not change the format!
Info
All the partnership info that's fit to expose externally, if we care to do so.
Schema
- Schema Type: Class
- Type: object
Properties
Name | Type | Description |
---|---|---|
partnerType | PartnershipType:Enum | |
identifier | string | |
name | string | |
icon | string |
Example
{
// Type: PartnershipType:Enum
"partnerType": 0,
// Type: string
"identifier": "",
// Type: string
"name": "",
// Type: string
"icon": ""
}