PayoutMethod constructor

PayoutMethod(
  1. List? checkoutIcons,
  2. String? payoutMethodName,
  3. String? payoutMethod
)

Implementation

PayoutMethod(this.checkoutIcons, this.payoutMethodName, this.payoutMethod);