PaymentIntentAmountDetails constructor
const
PaymentIntentAmountDetails({
- @Default(PaymentIntentTip()) PaymentIntentTip? tip,
Implementation
const factory PaymentIntentAmountDetails({
/// Details about items included in the amount
@Default(PaymentIntentTip()) PaymentIntentTip? tip,
}) = _PaymentIntentAmountDetails;