customerId property

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

The unique identifier for the customer (optional for guest view).

Implementation

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