View Source GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1TransactionDataGatewayInfo (google_api_recaptcha_enterprise v0.7.0)

Details about the transaction from the gateway.

Attributes

  • avsResponseCode (type: String.t, default: nil) - Optional. AVS response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).
  • cvvResponseCode (type: String.t, default: nil) - Optional. CVV response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).
  • gatewayResponseCode (type: String.t, default: nil) - Optional. Gateway response code describing the state of the transaction.
  • name (type: String.t, default: nil) - Optional. Name of the gateway service (for example, stripe, square, paypal).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1TransactionDataGatewayInfo{
    avsResponseCode: String.t() | nil,
    cvvResponseCode: String.t() | nil,
    gatewayResponseCode: String.t() | nil,
    name: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.