GoogleApi.WalletObjects.V1.Model.ActivationOptions (google_api_wallet_objects v0.12.0)

View Source

ActivationOptions for the class

Attributes

  • activationUrl (type: String.t, default: nil) - HTTPS URL that supports REST semantics. Would be used for requesting activation from partners for given valuable, triggered by the users.
  • allowReactivation (type: boolean(), default: nil) - Flag to allow users to make activation call from different device. This allows client to render the activation button enabled even if the activationStatus is ACTIVATED but the requested device is different than the current device.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WalletObjects.V1.Model.ActivationOptions{
  activationUrl: String.t() | nil,
  allowReactivation: boolean() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.