fundingSource property

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

Information regarding the funding type of the card. The possible return values are: * CHARGE * CREDIT * DEBIT * PREPAID * PREPAID_RELOADABLE * PREPAID_NONRELOADABLE * DEFFERED_DEBIT > This functionality requires additional configuration on Adyen's end. To enable it, contact the Support Team. For receiving this field in the notification, enable Include Funding Source in Notifications > Additional settings.

Implementation

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