url property

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

Required for transactions performed by registered payment facilitators. The sub-merchant's URL on the platform, i.e. the sub-merchant's shop.

Implementation

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