id property Null safety

String? id
read / write

(optional) The ID of the customer as returned in the response of a previous PUT request. If the customer has not been registered, they do not yet have an id.

Implementation

String? id;