...
Panel | ||
---|---|---|
| ||
|
Elements
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
CultureId | Int32 |
The Culture Id is a unique identifier for a |
Culture. For internal use only. | |
CultureName | String |
The Culture Name is a unique identifier for a |
Culture. | en-US |
CultureUid | Int64 |
Culture Uid is a unique and immutable identifier for a |
Culture. | 1152921504606851419 |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<BillingCultureIdentity> <CultureId i:nil="true"/> <CultureName>en-US</CultureName> <CultureUid>1152921504606851419</CultureUid> </BillingCultureIdentity> |