HideFundingMethodsOptions constructor

HideFundingMethodsOptions({
  1. String? credit,
  2. String? elv,
  3. String? card,
})

Implementation

HideFundingMethodsOptions({
  this.credit,
  this.elv,
  this.card,
});