PayNow

ProductDownloadableFileDto

created_atstringRequired
created_byActorDtoRequired
typeenumRequired
Possible enum values
  • anonymous
  • user
  • api_key
  • customer
  • game_server
  • internal
  • admin
  • platform
  • global_customer
idFlakeIdOptional
idFlakeIdRequired
is_uploadedbooleanRequired
product_idFlakeIdRequired
store_idFlakeIdRequired
descriptionstringOptional
file_content_typestringOptional
file_hashstringOptional
file_namestringOptional
file_sizeintegerOptional
updated_atstringOptional
updated_byActorDtoOptional
typeenumRequired
Possible enum values
  • anonymous
  • user
  • api_key
  • customer
  • game_server
  • internal
  • admin
  • platform
  • global_customer
idFlakeIdOptional
Example
{
  "created_at": "2024-01-01T00:00:00Z",
  "created_by": {
    "type": "anonymous",
    "id": "411486491630370816"
  },
  "id": "411486491630370816",
  "is_uploaded": true,
  "product_id": "411486491630370816",
  "store_id": "411486491630370816",
  "file_name": "string",
  "file_content_type": "string",
  "file_size": 0,
  "file_hash": "string",
  "description": "string",
  "updated_at": "2024-01-01T00:00:00Z",
  "updated_by": {
    "type": "anonymous",
    "id": "411486491630370816"
  }
}