GoogleCloudRecaptchaenterpriseV1TransactionDataGatewayInfo constructor

GoogleCloudRecaptchaenterpriseV1TransactionDataGatewayInfo({
  1. String? avsResponseCode,
  2. String? cvvResponseCode,
  3. String? gatewayResponseCode,
  4. String? name,
})

Implementation

GoogleCloudRecaptchaenterpriseV1TransactionDataGatewayInfo({
  this.avsResponseCode,
  this.cvvResponseCode,
  this.gatewayResponseCode,
  this.name,
});