google_api_ad_sense v0.4.0 GoogleApi.AdSense.V14.Model.Payment View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.AdSense.V14.Model.Payment{
  id: String.t(),
  kind: String.t(),
  paymentAmount: String.t(),
  paymentAmountCurrencyCode: String.t(),
  paymentDate: String.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.