Documentation

ListInvoicesOptions
in package

ListInvoicesOptions Class Doc Comment

Tags
category

Class

author

Swagger Codegen team apihelp@docusign.com

license

The DocuSign PHP Client SDK is licensed under the MIT License.

link
https://github.com/swagger-api/swagger-codegen

Table of Contents

$from_date  : string|null
$from_date Specifies the date/time of the earliest invoice in the account to retrieve.
$to_date  : string|null
$to_date Specifies the date/time of the latest invoice in the account to retrieve.
getFromDate()  : string|null
Gets from_date
getToDate()  : string|null
Gets to_date
setFromDate()  : self
Sets from_date
setToDate()  : self
Sets to_date

Properties

$from_date

$from_date Specifies the date/time of the earliest invoice in the account to retrieve.

protected string|null $from_date = null

$to_date

$to_date Specifies the date/time of the latest invoice in the account to retrieve.

protected string|null $to_date = null

Methods

getFromDate()

Gets from_date

public getFromDate() : string|null
Return values
string|null

getToDate()

Gets to_date

public getToDate() : string|null
Return values
string|null

setFromDate()

Sets from_date

public setFromDate(string|null $from_date) : self
Parameters
$from_date : string|null

Specifies the date/time of the earliest invoice in the account to retrieve.

Return values
self

setToDate()

Sets to_date

public setToDate(string|null $to_date) : self
Parameters
$to_date : string|null

Specifies the date/time of the latest invoice in the account to retrieve.

Return values
self

Search results