Returns the masked value for the given payment product fieldId.
fieldId
Future<String> getMaskedValue(String fieldId) async { return await AccountOnFileMasker.maskedValue(this, fieldId); }