inputCredentialsGooglePay property

InputCredentialsGooglePay? inputCredentialsGooglePay

Applies if a user enters new credentials using Google Pay

Implementation

InputCredentialsGooglePay? get inputCredentialsGooglePay {
  if (this is InputCredentialsGooglePay) {
    return this as InputCredentialsGooglePay;
  }
  return null;
}