urlSuffix property

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

The suffix that Adyen needs to append to the baseUrl to construct the destination URL that belongs to the third party. This is usually the endpoint name for the request, for example, _/payments.

Implementation

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