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