customerId property
The unique identifier for the customer (optional for guest view).
Implementation
@JsonKey(name: "customerId")
final String? customerId;
The unique identifier for the customer (optional for guest view).
@JsonKey(name: "customerId")
final String? customerId;