customerAttributes property

  1. @JsonKey.new(name: "customerAttributes")
CustomerAttributes? customerAttributes
getter/setter pair

Additional customer attributes to be sent during registration (optional).

This can include details such as the customer's display name, email address, mobile number, date of birth, and custom attributes specific to your application. These attributes can be used by Gameball to personalize the customer's experience within the platform.

Implementation

@JsonKey(name: "customerAttributes")
CustomerAttributes? customerAttributes;