OBJECT

ValidateAndSaveCustomerKmsInfoReply

Description

Response indicating if the KMS details are valid.

link GraphQL Schema definition

  • type ValidateAndSaveCustomerKmsInfoReply {
  • # Message describing the error in the KMS details.
  • errorMessage: String!
  • # The input field used to display the error message.
  • inputFieldName: String!
  • }

link Require by