Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 488 Bytes

File metadata and controls

24 lines (18 loc) · 488 Bytes

Unifapi::Billing

Properties

Name Type Description Notes
credits_charged Integer
records_charged Integer
balance_remaining Integer
truncated_due_to_balance Boolean

Example

require 'unifapi'

instance = Unifapi::Billing.new(
  credits_charged: null,
  records_charged: null,
  balance_remaining: null,
  truncated_due_to_balance: null
)