fundingSource property

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

The funding source of the card, for example DEBIT, CREDIT, or PREPAID.

Implementation

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