RateCardGetResponse type
Contiene datos de respuesta para la operación get.
type RateCardGetResponse = ResourceRateCardInfo & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ResourceRateCardInfo
}
}