Class GoogleCloudRecaptchaenterpriseV1TransactionDataItem
Line items being purchased in this transaction.
Implements
Inherited Members
Namespace: Google.Apis.RecaptchaEnterprise.v1.Data
Assembly: Google.Apis.RecaptchaEnterprise.v1.dll
Syntax
public class GoogleCloudRecaptchaenterpriseV1TransactionDataItem : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MerchantAccountId
Optional. When a merchant is specified, its corresponding account_id. Necessary to populate marketplace-style transactions.
Declaration
[JsonProperty("merchantAccountId")]
public virtual string MerchantAccountId { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Optional. The full name of the item.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Quantity
Optional. The quantity of this item that is being purchased.
Declaration
[JsonProperty("quantity")]
public virtual long? Quantity { get; set; }
Property Value
Type | Description |
---|---|
long? |
Value
Optional. The value per item that the user is paying, in the transaction currency, after discounts.
Declaration
[JsonProperty("value")]
public virtual double? Value { get; set; }
Property Value
Type | Description |
---|---|
double? |