Represents Upload Fulfillment data in the UploadRequests API.
Inttegro decodes API responses into this struct. Required fields are always present;
optional fields are nil when they do not apply or were not returned. Follow the linked
types in t/0 for nested domain values.
Creates secure upload requests that let another party supply a file.
The application defines constraints and display information, then gives the uploader the request ID and token. Fulfilment does not use the application's secret key. Review and status operations let the application accept, reject, or cancel the resulting attempt.
Summary
Functions
Builds a Inttegro.UploadRequests.UploadFulfillment and raises KeyError when a required field is missing.
Types
@type t() :: %Inttegro.UploadRequests.UploadFulfillment{ file: Inttegro.Files.UploadReceipt.t(), upload_request: Inttegro.UploadRequests.UploadRequest.t() }
The decoded upload fulfillment value.
Functions
Builds a Inttegro.UploadRequests.UploadFulfillment and raises KeyError when a required field is missing.