store property

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

Adyen-generated unique alphanumeric identifier (UUID) for the store, returned in the response when you create a store. Required when updating an existing store in an /updateAccountHolder request.

Implementation

@BuiltValueField(wireName: r'store')
String? get store;