Class: DocuSign_eSign::ListPaymentsOptions
- Inherits:
-
Object
- Object
- DocuSign_eSign::ListPaymentsOptions
- Defined in:
- lib/docusign_esign/api/billing_api.rb
Instance Attribute Summary collapse
-
#from_date ⇒ Object
Specifies the date/time of the earliest payment in the account to retrieve.
-
#to_date ⇒ Object
Specifies the date/time of the latest payment in the account to retrieve.
Class Method Summary collapse
Instance Attribute Details
#from_date ⇒ Object
Specifies the date/time of the earliest payment in the account to retrieve.
46 47 48 |
# File 'lib/docusign_esign/api/billing_api.rb', line 46 def from_date @from_date end |
#to_date ⇒ Object
Specifies the date/time of the latest payment in the account to retrieve.
49 50 51 |
# File 'lib/docusign_esign/api/billing_api.rb', line 49 def to_date @to_date end |
Class Method Details
.default ⇒ Object
51 52 53 |
# File 'lib/docusign_esign/api/billing_api.rb', line 51 def self.default @@default ||= ListPaymentsOptions.new end |