inputCredentialsApplePay property

InputCredentialsApplePay? inputCredentialsApplePay

Applies if a user enters new credentials using Apple Pay

Implementation

InputCredentialsApplePay? get inputCredentialsApplePay {
  if (this is InputCredentialsApplePay) {
    return this as InputCredentialsApplePay;
  }
  return null;
}