PaymentIntentTip constructor

const PaymentIntentTip({
  1. int? amount,
})

Implementation

const factory PaymentIntentTip({
  /// Portion of the amount that corresponds to a tip.
  int? amount,
}) = _PaymentIntentTip;