ExportCharges
No description
type ExportCharges {
downloadUrl: String!
expiresAt: AWSTimestamp!
}
Fields
ExportCharges.downloadUrl
● String!
non-null scalar
The URL to download the charges CSV file. It will only last for 15 minutes.
ExportCharges.expiresAt
● AWSTimestamp!
non-null scalar
The expiration time for the downloadUrl
Returned By
exportCharges
mutation