customAttributes property

  1. @JsonKey.new(name: "custom")
Map<String, String>? customAttributes
getter/setter pair

A map containing additional custom customer attributes (optional).

Implementation

@JsonKey(name: "custom")
Map<String, String>? customAttributes;