pdfUrl property

String? pdfUrl
getter/setter pair

The URL to download a PDF copy of the invoice.

Note that this URL is user specific and requires a valid OAuth 2.0 access token to access. The access token must be provided in an Authorization: Bearer HTTP header. The URL will only be usable for 7 days from when the api is called.

Implementation

core.String? pdfUrl;