Invoice.PdfDownloadLink Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the link to download the invoice PDF document.
This value is not returned as part of the search results, and will only
get populated if invoice is accessed by Id.
This link auto expires in 30 minutes.
public Uri PdfDownloadLink { get; set; }
member this.PdfDownloadLink : Uri with get, set
Public Property PdfDownloadLink As Uri