customerId property

  1. @JsonKey.new(name: "customerId")
String customerId
getter/setter pair

The unique identifier of the customer associated with the event.

Implementation

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