Sha256: 083855f66061207b91e566cde12bbbcb017cc152d709deb89e5854d60369b7c4
Contents?: true
Size: 650 Bytes
Versions: 7
Compression:
Stored size: 650 Bytes
Contents
# OpenapiClient::EndpointResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **endpoint_id** | **String** | Specifies the identifier of an endpoint. | [optional] **status** | **String** | Defines the clearing status of an endpoint. | [optional] **batch_number** | **String** | Defines the batch number of an endpoint clearing process. | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::EndpointResponse.new(endpoint_id: CAFEX VISA, status: APPROVED, batch_number: 000) ```
Version data entries
7 entries across 7 versions & 1 rubygems