Documentation

TaxLetterDownloadService
in package

Table of Contents

Properties

$taxLetterService  : TaxLetterService

Methods

__construct()  : mixed
downloadTaxLetterByUserIdAndTaxLetterId()  : Response|null
restDownloadTaxLetterByUserIdAndTaxLetterId()  : Response|null

Properties

Methods

downloadTaxLetterByUserIdAndTaxLetterId()

public downloadTaxLetterByUserIdAndTaxLetterId(int $userId, string $taxLetterId) : Response|null
Parameters
$userId : int
$taxLetterId : string
Tags
throws
UserNotFoundException
throws
Exception
Return values
Response|null

restDownloadTaxLetterByUserIdAndTaxLetterId()

public restDownloadTaxLetterByUserIdAndTaxLetterId(int $userId, string $taxLetterId) : Response|null
Parameters
$userId : int
$taxLetterId : string
Tags
throws
UserNotFoundException
throws
Exception
Return values
Response|null

        
On this page

Search results