resources property

  1. @BuiltValueField.new(wireName: r'resources')
BuiltSet<Resource>? get resources

An object containing the type and the unique identifier of the user of the component. For Onboarding components, this is the ID of the legal entity that has a contractual relationship with your platform. For sole proprietorships, use the ID of the legal entity of the individual owner. For Platform Experience components, this is the ID of the account holder that is associated with the balance account shown in the component.

Implementation

@BuiltValueField(wireName: r'resources')
BuiltSet<Resource>? get resources;