CurrencyOptionCustomUnitAmount constructor

const CurrencyOptionCustomUnitAmount({
  1. int? maximum,
  2. int? minimum,
  3. int? preset,
})

When set, provides configuration for the amount to be adjusted by the customer during Checkout Sessions and Payment Links.

Implementation

const CurrencyOptionCustomUnitAmount({
  this.maximum,
  this.minimum,
  this.preset,
});