Methods |
public
|
isInitialized($property): bool
|
#
|
public
|
getId(): string
The unique identifier for the receipt.
The unique identifier for the receipt.
|
#
|
public
|
setId(string $id): self
The unique identifier for the receipt.
The unique identifier for the receipt.
|
#
|
public
|
getDownloadUris(): string[]|null
[Presigned S3 link](https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-presigned-url.html)(s) to download file…
Presigned S3 link(s) to download file(s) of the receipt. Link(s) expire in 15 minutes.
|
#
|
public
|
setDownloadUris(string[]|null $downloadUris): self
[Presigned S3 link](https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-presigned-url.html)(s) to download file…
Presigned S3 link(s) to download file(s) of the receipt. Link(s) expire in 15 minutes.
|
#
|