PaymentIntentAmountDetails constructor

const PaymentIntentAmountDetails({
  1. @Default(PaymentIntentTip()) PaymentIntentTip? tip,
})

Implementation

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