id property

  1. @BuiltValueField.new(wireName: r'id')
String? get id

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;