Salesforce · Schema
MemberTier
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales
Properties
| Name | Type | Description |
|---|---|---|
| additionalLoyaltyMemberTierFields | object | |
| areTierBenefitsAssigned | boolean | |
| loyaltyMemberTierId | string | |
| loyaltyMemberTierName | string | |
| tierChangeReason | ['string', 'null'] | |
| tierChangeReasonType | ['string', 'null'] | |
| tierEffectiveDate | string | |
| tierExpirationDate | ['string', 'null'] | |
| tierGroupId | string | |
| tierGroupName | ['string', 'null'] | |
| tierId | string | |
| tierSequenceNumber | integer |
JSON Schema
{
"type": "object",
"properties": {
"additionalLoyaltyMemberTierFields": {
"type": "object",
"example": "example_value"
},
"areTierBenefitsAssigned": {
"type": "boolean",
"example": true
},
"loyaltyMemberTierId": {
"type": "string",
"example": "500123"
},
"loyaltyMemberTierName": {
"type": "string",
"example": "example_value"
},
"tierChangeReason": {
"type": "['string', 'null']",
"example": "example_value"
},
"tierChangeReasonType": {
"type": "['string', 'null']",
"example": "example_value"
},
"tierEffectiveDate": {
"type": "string",
"example": "example_value"
},
"tierExpirationDate": {
"type": "['string', 'null']",
"example": "example_value"
},
"tierGroupId": {
"type": "string",
"example": "500123"
},
"tierGroupName": {
"type": "['string', 'null']",
"example": "example_value"
},
"tierId": {
"type": "string",
"example": "500123"
},
"tierSequenceNumber": {
"type": "integer",
"example": 10
}
},
"required": [
"additionalLoyaltyMemberTierFields",
"areTierBenefitsAssigned",
"loyaltyMemberTierId",
"loyaltyMemberTierName",
"tierChangeReason",
"tierChangeReasonType",
"tierEffectiveDate",
"tierExpirationDate",
"tierGroupId",
"tierGroupName",
"tierId",
"tierSequenceNumber"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "MemberTier"
}