View Source GoogleApi.AdSense.V2.Model.ListPaymentsResponse (google_api_ad_sense v0.16.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

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

Unwrap a decoded JSON object into its complex fields.