requirements property

  1. @BuiltValueField.new(wireName: r'requirements')
BuiltList<TransferRouteRequirementsInner>? get requirements

A set of rules defined by clearing houses and banking partners. Your transfer request must adhere to these rules to ensure successful initiation of transfer. Based on the priority, one or more requirements may be returned. Each requirement is defined with a type and description.

Implementation

@BuiltValueField(wireName: r'requirements')
BuiltList<TransferRouteRequirementsInner>? get requirements;