inputCredentialsNew property

InputCredentialsNew? inputCredentialsNew

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

Implementation

InputCredentialsNew? get inputCredentialsNew {
  if (this is InputCredentialsNew) {
    return this as InputCredentialsNew;
  }
  return null;
}