detailId property

int? detailId
getter/setter pair

Note: this field will be deprecated, use "detail" field instead.

When "detail" field represents an integer value, this field is populated as the same integer value "detail" field represents, otherwise this field will be 0. The ID of the detail. The associated value can be looked up in the dictionary file corresponding to the DetailType in the response message.

Implementation

core.int? detailId;