Condividi tramite


RateCardGetResponse type

Contiene i dati di risposta per l'operazione get.

type RateCardGetResponse = ResourceRateCardInfo & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ResourceRateCardInfo
  }
}