GoogleApi.AndroidPublisher.V3.Model.VoidedPurchasesListResponse (google_api_android_publisher v0.26.0) View Source
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
) -
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
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 }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.