View Source GoogleApi.AndroidPublisher.V3.Model.SubscribeWithGoogleInfo (google_api_android_publisher v0.34.1)

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

Attributes

  • emailAddress (type: String.t, default: nil) - The email address of the user when the subscription was purchased.
  • familyName (type: String.t, default: nil) - The family name of the user when the subscription was purchased.
  • givenName (type: String.t, default: nil) - The given name of the user when the subscription was purchased.
  • profileId (type: String.t, default: nil) - The Google profile id of the user when the subscription was purchased.
  • profileName (type: String.t, default: nil) - The profile name of the user when the subscription was purchased.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidPublisher.V3.Model.SubscribeWithGoogleInfo{
  emailAddress: String.t() | nil,
  familyName: String.t() | nil,
  givenName: String.t() | nil,
  profileId: String.t() | nil,
  profileName: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.