goog.provide('spv.vds.CareCustomerOrderResult');
/**
* @struct
* @constructor
* @param {string} pdf_url
*/
spv.vds.CareCustomerOrderResult = function(
pdf_url
){
/**
* @type {string}
* @nocollapse
*/
self.pdf_url = pdf_url
}