GoogleApi.AdSense.V2.Model.ListPaymentsResponse (google_api_ad_sense v0.14.0) View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.AdSense.V2.Model.ListPaymentsResponse{
  payments: [GoogleApi.AdSense.V2.Model.Payment.t()] | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.