Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 554 Bytes

EstimatedRevenue.md

File metadata and controls

22 lines (16 loc) · 554 Bytes

Synctera::EstimatedRevenue

Properties

Name Type Description Notes
amount Integer The amount earned at the specified frequency. For example, $112.35 USD is represented as 11235 cents). [optional]
currency String The currency in ISO 4217 format. [optional]
frequency Frequency [optional]

Example

require 'synctera'

instance = Synctera::EstimatedRevenue.new(
  amount: 1000,
  currency: USD,
  frequency: null
)