origin property

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

Required for browser-based (channel Web) 3D Secure 2 transactions.Set this to the origin URL of the page where you are rendering the Drop-in/Component. Do not include subdirectories and a trailing slash.

Implementation

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