github.com/Ingenico-ePayments/connect-sdk-go@v0.0.0-20240318153750-1f8cd329b9c9/domain/file/HostedFile.go (about) 1 // This class was auto-generated from the API references found at 2 // https://epayments-api.developer-ingenico.com/ 3 4 package file 5 6 // HostedFile represents class HostedFile 7 type HostedFile struct { 8 FileName *string `json:"fileName,omitempty"` 9 FileSize *string `json:"fileSize,omitempty"` 10 FileType *string `json:"fileType,omitempty"` 11 ID *string `json:"id,omitempty"` 12 } 13 14 // NewHostedFile constructs a new HostedFile 15 func NewHostedFile() *HostedFile { 16 return &HostedFile{} 17 }