View Source GoogleApi.Content.V21.Model.BuyOnGoogleProgramStatus (google_api_content v0.67.1)

Response message for the GetProgramStatus method.

Attributes

  • businessModel (type: list(String.t), default: nil) - The business models in which merchant participates.
  • customerServicePendingEmail (type: String.t, default: nil) - The customer service pending email. After verification this field becomes empty.
  • customerServicePendingPhoneNumber (type: String.t, default: nil) - The pending phone number specified for BuyOnGoogle program. It might be different than account level phone number. In order to update this field the customer_service_pending_phone_region_code must also be set. After verification this field becomes empty.
  • customerServicePendingPhoneRegionCode (type: String.t, default: nil) - Two letter country code for the pending phone number, for example CA for Canadian numbers. See the ISO 3166-1 alpha-2 officially assigned codes. In order to update this field the customer_service_pending_phone_number must also be set. After verification this field becomes empty.
  • customerServiceVerifiedEmail (type: String.t, default: nil) - Output only. The customer service verified email.
  • customerServiceVerifiedPhoneNumber (type: String.t, default: nil) - Output only. The verified phone number specified for BuyOnGoogle program. It might be different than account level phone number.
  • customerServiceVerifiedPhoneRegionCode (type: String.t, default: nil) - Output only. Two letter country code for the verified phone number, for example CA for Canadian numbers. See the ISO 3166-1 alpha-2 officially assigned codes.
  • onlineSalesChannel (type: String.t, default: nil) - The channels through which the merchant is selling.
  • participationStage (type: String.t, default: nil) - Output only. The current participation stage for the program.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.BuyOnGoogleProgramStatus{
  businessModel: [String.t()] | nil,
  customerServicePendingEmail: String.t() | nil,
  customerServicePendingPhoneNumber: String.t() | nil,
  customerServicePendingPhoneRegionCode: String.t() | nil,
  customerServiceVerifiedEmail: String.t() | nil,
  customerServiceVerifiedPhoneNumber: String.t() | nil,
  customerServiceVerifiedPhoneRegionCode: String.t() | nil,
  onlineSalesChannel: String.t() | nil,
  participationStage: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.