BumperCrop.Client (bumper_crop v0.3.0)

This struct represents a Client in Harvest

Link to this section Summary

Link to this section Types

@type t() :: %BumperCrop.Client{
  address: String.t() | nil,
  created_at: DateTime.t() | nil,
  currency: String.t() | nil,
  id: integer() | nil,
  is_active: boolean() | nil,
  name: String.t() | nil,
  statement_key: boolean() | nil,
  updated_at: DateTime.t() | nil
}

Link to this section Functions