website property

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

Required if type is gamblingWinnings. The location of the gambling site for the winnings. For example, if the source of funds is online gambling, provide the website of the gambling company.

Implementation

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