ProvidersRequestApprovalRequest.Information¶
Request type used as part of the approval process, provides contact information
data class Information(
val specification: ProviderSpecification,
val type: String /* "information" */,
)
Properties
specification: ProviderSpecification
ProviderSpecification
type: String /* "information" */ The type discriminator
String /* "information" */