bankAccountUUID property

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

The code of the Bank Account for which to retrieve the documents.

Implementation

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