InputCredentialsSaved constructor

const InputCredentialsSaved({
  1. required String savedCredentialsId,
})

Applies if a user chooses some previously saved payment credentials. To use their previously saved credentials, the user must have a valid temporary password

Implementation

const InputCredentialsSaved({
  required this.savedCredentialsId,
});