GoogleApi.AndroidPublisher.V3.Model.ListSubscriptionOffersResponse (google_api_android_publisher v0.43.0)
View SourceResponse message for ListSubscriptionOffers.
Attributes
-
nextPageToken(type:String.t, default:nil) - A token, which can be sent aspage_tokento retrieve the next page. If this field is omitted, there are no subsequent pages. -
subscriptionOffers(type:list(GoogleApi.AndroidPublisher.V3.Model.SubscriptionOffer.t), default:nil) - The subscription offers from the specified subscription.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AndroidPublisher.V3.Model.ListSubscriptionOffersResponse{ nextPageToken: String.t() | nil, subscriptionOffers: [GoogleApi.AndroidPublisher.V3.Model.SubscriptionOffer.t()] | nil }