GoogleCloudRecaptchaenterpriseV1TransactionDataGatewayInfo.fromJson constructor

GoogleCloudRecaptchaenterpriseV1TransactionDataGatewayInfo.fromJson(
  1. Map json_
)

Implementation

GoogleCloudRecaptchaenterpriseV1TransactionDataGatewayInfo.fromJson(
  core.Map json_,
) : this(
      avsResponseCode: json_['avsResponseCode'] as core.String?,
      cvvResponseCode: json_['cvvResponseCode'] as core.String?,
      gatewayResponseCode: json_['gatewayResponseCode'] as core.String?,
      name: json_['name'] as core.String?,
    );