fundingSource property

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

The funding source of the payment method.

Implementation

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