InputCredentialsNew constructor

const InputCredentialsNew({
  1. required String data,
  2. required bool allowSave,
})

Applies if a user enters new credentials on a payment provider website

Implementation

const InputCredentialsNew({
  required this.data,
  required this.allowSave,
});