Google Cloud reCAPTCHA Enterprise v1 API - Class TransactionData.Types.Item (2.12.0)

public sealed class TransactionData.Types.Item : IMessage<TransactionData.Types.Item>, IEquatable<TransactionData.Types.Item>, IDeepCloneable<TransactionData.Types.Item>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class TransactionData.Types.Item.

Line items being purchased in this transaction.

Inheritance

object > TransactionData.Types.Item

Namespace

Google.Cloud.RecaptchaEnterprise.V1

Assembly

Google.Cloud.RecaptchaEnterprise.V1.dll

Constructors

Item()

public Item()

Item(Item)

public Item(TransactionData.Types.Item other)
Parameter
NameDescription
otherTransactionDataTypesItem

Properties

MerchantAccountId

public string MerchantAccountId { get; set; }

Optional. When a merchant is specified, its corresponding account_id. Necessary to populate marketplace-style transactions.

Property Value
TypeDescription
string

Name

public string Name { get; set; }

Optional. The full name of the item.

Property Value
TypeDescription
string

Quantity

public long Quantity { get; set; }

Optional. The quantity of this item that is being purchased.

Property Value
TypeDescription
long

Value

public double Value { get; set; }

Optional. The value per item that the user is paying, in the transaction currency, after discounts.

Property Value
TypeDescription
double