Class: DocuSign_eSign::ListInvoicesOptions
- Inherits:
-
Object
- Object
- DocuSign_eSign::ListInvoicesOptions
- Defined in:
- lib/docusign_esign/api/billing_api.rb
Instance Attribute Summary collapse
-
#from_date ⇒ Object
Specifies the date/time of the earliest invoice in the account to retrieve.
-
#to_date ⇒ Object
Specifies the date/time of the latest invoice in the account to retrieve.
Class Method Summary collapse
Instance Attribute Details
#from_date ⇒ Object
Specifies the date/time of the earliest invoice in the account to retrieve.
39 40 41 |
# File 'lib/docusign_esign/api/billing_api.rb', line 39 def from_date @from_date end |
#to_date ⇒ Object
Specifies the date/time of the latest invoice in the account to retrieve.
42 43 44 |
# File 'lib/docusign_esign/api/billing_api.rb', line 42 def to_date @to_date end |
Class Method Details
.default ⇒ Object
44 45 46 |
# File 'lib/docusign_esign/api/billing_api.rb', line 44 def self.default @@default ||= ListInvoicesOptions.new end |