sourceOfFunds property

  1. @BuiltValueField.new(wireName: r'sourceOfFunds')
SourceOfFunds? get sourceOfFunds

Contains information about the source of your user's funds. Required only if the service is banking or issuing.

Implementation

@BuiltValueField(wireName: r'sourceOfFunds')
SourceOfFunds? get sourceOfFunds;