Interface TransactionData.GatewayInfoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getAvsResponseCode()
      AVS response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).
      com.google.protobuf.ByteString getAvsResponseCodeBytes()
      AVS response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).
      String getCvvResponseCode()
      CVV response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).
      com.google.protobuf.ByteString getCvvResponseCodeBytes()
      CVV response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).
      String getGatewayResponseCode()
      Gateway response code describing the state of the transaction.
      com.google.protobuf.ByteString getGatewayResponseCodeBytes()
      Gateway response code describing the state of the transaction.
      String getName()
      Name of the gateway service (for example, stripe, square, paypal).
      com.google.protobuf.ByteString getNameBytes()
      Name of the gateway service (for example, stripe, square, paypal).
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getName

        String getName()
         Name of the gateway service (for example, stripe, square, paypal).
         
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Name of the gateway service (for example, stripe, square, paypal).
         
        string name = 1;
        Returns:
        The bytes for name.
      • getGatewayResponseCode

        String getGatewayResponseCode()
         Gateway response code describing the state of the transaction.
         
        string gateway_response_code = 2;
        Returns:
        The gatewayResponseCode.
      • getGatewayResponseCodeBytes

        com.google.protobuf.ByteString getGatewayResponseCodeBytes()
         Gateway response code describing the state of the transaction.
         
        string gateway_response_code = 2;
        Returns:
        The bytes for gatewayResponseCode.
      • getAvsResponseCode

        String getAvsResponseCode()
         AVS response code from the gateway
         (available only when reCAPTCHA Enterprise is called after authorization).
         
        string avs_response_code = 3;
        Returns:
        The avsResponseCode.
      • getAvsResponseCodeBytes

        com.google.protobuf.ByteString getAvsResponseCodeBytes()
         AVS response code from the gateway
         (available only when reCAPTCHA Enterprise is called after authorization).
         
        string avs_response_code = 3;
        Returns:
        The bytes for avsResponseCode.
      • getCvvResponseCode

        String getCvvResponseCode()
         CVV response code from the gateway
         (available only when reCAPTCHA Enterprise is called after authorization).
         
        string cvv_response_code = 4;
        Returns:
        The cvvResponseCode.
      • getCvvResponseCodeBytes

        com.google.protobuf.ByteString getCvvResponseCodeBytes()
         CVV response code from the gateway
         (available only when reCAPTCHA Enterprise is called after authorization).
         
        string cvv_response_code = 4;
        Returns:
        The bytes for cvvResponseCode.