description property

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

Required if type is business or assetSale. A description for the source of funds. For example, for type business, provide a description of where the business transactions come from, such as payments through bank transfer. For type assetSale, provide a description of the asset. For example, the address of a residential property if it is a property sale.

Implementation

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