baseUrl property

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

The base URL of the third party API, where Adyen will send the request to forward the payment details.

Implementation

@BuiltValueField(wireName: r'baseUrl')
String get baseUrl;