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

Response for the voidedpurchases.list API.

Attributes

  • pageInfo (type: GoogleApi.AndroidPublisher.V3.Model.PageInfo.t, default: nil) - General pagination information.
  • tokenPagination (type: GoogleApi.AndroidPublisher.V3.Model.TokenPagination.t, default: nil) - Pagination information for token pagination.
  • voidedPurchases (type: list(GoogleApi.AndroidPublisher.V3.Model.VoidedPurchase.t), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidPublisher.V3.Model.VoidedPurchasesListResponse{
  pageInfo: GoogleApi.AndroidPublisher.V3.Model.PageInfo.t() | nil,
  tokenPagination:
    GoogleApi.AndroidPublisher.V3.Model.TokenPagination.t() | nil,
  voidedPurchases:
    [GoogleApi.AndroidPublisher.V3.Model.VoidedPurchase.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.