fundingSource property

PaymentMethodFundingSourceEnum? get fundingSource

Implementation

PaymentMethodFundingSourceEnum? get fundingSource => _$this._fundingSource;
set fundingSource (PaymentMethodFundingSourceEnum? fundingSource)

Implementation

set fundingSource(PaymentMethodFundingSourceEnum? fundingSource) =>
    _$this._fundingSource = fundingSource;