customerId property

  1. @JsonKey.new(name: "customerId")
String customerId
final

The unique identifier of the customer associated with the event.

Implementation

@JsonKey(name: "customerId")
final String customerId;