SKMutablePayment with applicationUserName

When you create an SKMutablePayment it has a field applicationUsername which corresponds to a username within our service.

How is this reflected in purchases (the info the API returns the app which presumably we send to our server) vs info sent via S2S messages which we receive directly from Apple?

Is the applicationUsername visible at all in either of these messages (the one returned in the running app via the purchase API as well as the S2S message)?