The configuration options for the class.
Creates a proof of delivery.
The parameters for creating the proof of delivery.
Deletes a proof of delivery by its ID.
The ID of the proof of delivery to delete.
A Promise that resolves to the delete response.
Fetches an ACH transaction by its ID.
The ID of the proof of delivery to fetch. Starts with pofs-
.
Retrieves a list of proof of delivery transactions.
Optional
queryParams: ProofOfDeliveryQueryParamsThe query parameters for the proof of delivery request.
A promise that resolves to the response containing a list of proof of delivery transactions.
Update a proof of delivery.
The proof of delivery update parameters.
Protected
requestSends a request to the specified endpoint with optional query parameters and options.
The endpoint to send the request to.
Optional
queryParams: Record<string, any>Optional query parameters for the request.
Optional
options: RequestInitOptional additional options for the request.
A promise that resolves to the response data.
Generated using TypeDoc
Constructor function for the Config class.