Parse from a json
factory InputCredentialsApplePay.fromJson(Map<String, dynamic> json) => InputCredentialsApplePay( data: json['data'], );