fundingSource property

Implementation

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

Implementation

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