defmodule ExKeyCDN.CreditStatistic do @moduledoc """ Client api for https://www.ExKeyCDN.com/api#reports-api """ defstruct amount: 0, type: "traffic", timestamp: 0 end