GoogleCloudRecaptchaenterpriseV1TransactionDataItem constructor

GoogleCloudRecaptchaenterpriseV1TransactionDataItem({
  1. String? merchantAccountId,
  2. String? name,
  3. String? quantity,
  4. double? value,
})

Implementation

GoogleCloudRecaptchaenterpriseV1TransactionDataItem({
  this.merchantAccountId,
  this.name,
  this.quantity,
  this.value,
});