dataCenters property

  1. @BuiltValueField.new(wireName: r'dataCenters')
BuiltList<DataCenter>? get dataCenters

List of available data centers. Adyen has several data centers around the world.In the URL that you use for making API requests, we recommend you use the live URL prefix from the data center closest to your shoppers.

Implementation

@BuiltValueField(wireName: r'dataCenters')
BuiltList<DataCenter>? get dataCenters;