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