View Source GoogleApi.PaymentsResellerSubscription.V1.Model.GoogleCloudPaymentsResellerSubscriptionV1GenerateUserSessionResponse (google_api_payments_reseller_subscription v0.7.0)
[Preview only] Response that contains the details for generated user session.
Attributes
-
userSession
(type:GoogleApi.PaymentsResellerSubscription.V1.Model.GoogleCloudPaymentsResellerSubscriptionV1UserSession.t
, default:nil
) - The generated user session. The token size is proportional to the size of the intent payload.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.PaymentsResellerSubscription.V1.Model.GoogleCloudPaymentsResellerSubscriptionV1GenerateUserSessionResponse{ userSession: GoogleApi.PaymentsResellerSubscription.V1.Model.GoogleCloudPaymentsResellerSubscriptionV1UserSession.t() | nil }