defaultValues property
Provide initial customer information that will be displayed in the Payment Element. The form will render with empty fields if not provided.
Implementation
PaymentElementLayout? get layout;/// Provide initial customer information that will be displayed
/// in the Payment Element.
/// The form will render with empty fields if not provided.
PaymentElementDefaultValues? get defaultValues;