Sha256: cdc1a1e6e9efdd7ddcdea7680cb1419b49c3ac026c05f371de724e8265c12068
Contents?: true
Size: 262 Bytes
Versions: 14
Compression:
Stored size: 262 Bytes
Contents
# frozen_string_literal: true module Telnyx class BillingGroup < APIResource extend APIOperations::List extend APIOperations::Create include APIOperations::Delete include APIOperations::Save OBJECT_NAME = "billing_group".freeze end end
Version data entries
14 entries across 14 versions & 1 rubygems