View Source GoogleApi.AdSense.V2.Model.ListPaymentsResponse (google_api_ad_sense v0.17.0)
Response definition for the payments list rpc.
Attributes
-
payments
(type:list(GoogleApi.AdSense.V2.Model.Payment.t)
, default:nil
) - The payments returned in this list response.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AdSense.V2.Model.ListPaymentsResponse{ payments: [GoogleApi.AdSense.V2.Model.Payment.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.