Google Cloud Recaptcha Enterprise V1 Client - Class Item (1.4.2)

Reference documentation and code samples for the Google Cloud Recaptcha Enterprise V1 Client class Item.

Line items being purchased in this transaction.

Generated from protobuf message google.cloud.recaptchaenterprise.v1.TransactionData.Item

Namespace

Google \ Cloud \ RecaptchaEnterprise \ V1 \ TransactionData

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

The full name of the item.

↳ value float

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

↳ quantity int|string

The quantity of this item that is being purchased.

↳ merchant_account_id string

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

getName

The full name of the item.

Returns
TypeDescription
string

setName

The full name of the item.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getValue

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

Returns
TypeDescription
float

setValue

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

Parameter
NameDescription
var float
Returns
TypeDescription
$this

getQuantity

The quantity of this item that is being purchased.

Returns
TypeDescription
int|string

setQuantity

The quantity of this item that is being purchased.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getMerchantAccountId

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

Returns
TypeDescription
string

setMerchantAccountId

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this