View Source GoogleApi.AdSense.V14.Model.Payment (google_api_ad_sense v0.15.1)

Attributes

  • id (type: String.t, default: nil) - Unique identifier of this Payment.
  • kind (type: String.t, default: adsense#payment) - Kind of resource this is, in this case adsense#payment.
  • paymentAmount (type: String.t, default: nil) - The amount to be paid.
  • paymentAmountCurrencyCode (type: String.t, default: nil) - The currency code for the amount to be paid.
  • paymentDate (type: String.t, default: nil) - The date this payment was/will be credited to the user, or none if the payment threshold has not been met.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AdSense.V14.Model.Payment{
  id: String.t() | nil,
  kind: String.t() | nil,
  paymentAmount: String.t() | nil,
  paymentAmountCurrencyCode: String.t() | nil,
  paymentDate: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.