View Source GoogleApi.AndroidPublisher.V3.Model.RestrictedPaymentCountries (google_api_android_publisher v0.36.0)

Countries where the purchase of this product is restricted to payment methods registered in the same country. If empty, no payment location restrictions are imposed.

Attributes

  • regionCodes (type: list(String.t), default: nil) - Required. Region codes to impose payment restrictions on, as defined by ISO 3166-2, e.g. "US".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidPublisher.V3.Model.RestrictedPaymentCountries{
  regionCodes: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.