Information associated with purchases made with 'Subscribe with Google'.

interface SubscribeWithGoogleInfo {
    emailAddress?: null | string;
    familyName?: null | string;
    givenName?: null | string;
    profileId?: null | string;
    profileName?: null | string;
}

Properties

emailAddress?: null | string

The email address of the user when the subscription was purchased.

familyName?: null | string

The family name of the user when the subscription was purchased.

givenName?: null | string

The given name of the user when the subscription was purchased.

profileId?: null | string

The Google profile id of the user when the subscription was purchased.

profileName?: null | string

The profile name of the user when the subscription was purchased.