Class GoogleCloudPaymentsResellerSubscriptionV1GenerateUserSessionResponse
[Preview only] Response that contains the details for generated user session.
Implements
Inherited Members
Namespace: Google.Apis.PaymentsResellerSubscription.v1.Data
Assembly: Google.Apis.PaymentsResellerSubscription.v1.dll
Syntax
public class GoogleCloudPaymentsResellerSubscriptionV1GenerateUserSessionResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
UserSession
The generated user session. The token size is proportional to the size of the intent payload.
Declaration
[JsonProperty("userSession")]
public virtual GoogleCloudPaymentsResellerSubscriptionV1UserSession UserSession { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudPaymentsResellerSubscriptionV1UserSession |