PaymentElementShippingDetails constructor
const
PaymentElementShippingDetails({
- String? trackingNumber,
Implementation
const factory PaymentElementShippingDetails({
/// The Elements instance that was used to create the Payment Element.
// @ElementsConverter() required Elements elements,
/// Parameters that will be passed on to the Stripe API.
/// Refer to the Payment Intents API for a full list of parameters.
String? trackingNumber,
}) = _PaymentElementShippingDetails;