Google Cloud reCAPTCHA Enterprise v1beta1 API - Class TransactionData.Types.Item (2.0.0-beta06)

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 v1beta1 API class TransactionData.Types.Item.

Line items being purchased in this transaction.

Inheritance

object > TransactionData.Types.Item

Namespace

Google.Cloud.RecaptchaEnterprise.V1Beta1

Assembly

Google.Cloud.RecaptchaEnterprise.V1Beta1.dll

Constructors

Item()

public Item()

Item(Item)

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

Properties

MerchantAccountId

public string MerchantAccountId { get; set; }

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; }

The full name of the item.

Property Value
TypeDescription
string

Quantity

public long Quantity { get; set; }

The quantity of this item that is being purchased.

Property Value
TypeDescription
long

Value

public double Value { get; set; }

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

Property Value
TypeDescription
double