View Source GoogleApi.AndroidPublisher.V2.Model.VoidedPurchase (google_api_android_publisher v0.33.1)

A VoidedPurchase resource indicates a purchase that was either canceled/refunded/charged-back.

Attributes

  • kind (type: String.t, default: androidpublisher#voidedPurchase) - This kind represents a voided purchase object in the androidpublisher service.
  • purchaseTimeMillis (type: String.t, default: nil) - The time at which the purchase was made, in milliseconds since the epoch (Jan 1, 1970).
  • purchaseToken (type: String.t, default: nil) - The token which uniquely identifies a one-time purchase or subscription. To uniquely identify subscription renewals use order_id (available starting from version 3 of the API).
  • voidedTimeMillis (type: String.t, default: nil) - The time at which the purchase was canceled/refunded/charged-back, in milliseconds since the epoch (Jan 1, 1970).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidPublisher.V2.Model.VoidedPurchase{
  kind: String.t(),
  purchaseTimeMillis: String.t(),
  purchaseToken: String.t(),
  voidedTimeMillis: String.t()
}

Functions

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

Unwrap a decoded JSON object into its complex fields.