id property
The unique identifier of the merchant account. If Adyen set up a template for the reference, then the id will have the same value as the reference that you sent in the request. Otherwise, the value is generated by Adyen.
Implementation
@BuiltValueField(wireName: r'id')
String? get id;