MolliePaymentRequest constructor

MolliePaymentRequest({
  1. MollieAmount? amount,
  2. String? redirectUrl,
  3. String? description,
  4. String? webhookUrl,
  5. String? method,
  6. dynamic metaData,
})

Implementation

MolliePaymentRequest({this.amount, this.redirectUrl, this.description, this.webhookUrl, this.method, this.metaData});