ProviderAuditRs
Represents the response received from a provider during an audit process.
Properties
Name | Type | Description |
---|---|---|
ReceivedAt | String | The timestamp indicating when the response was received. |
Data | String | The payload data contained in the provider's response. |
Headers | Object | A collection of headers included in the provider's response. |
StatusCode | Integer | The HTTP status code returned by the provider. |