BigCommerceChannel

algoliasearch.ingestion.BigCommerceChannel
case class BigCommerceChannel(id: Int, currencies: Option[Seq[String]])

BigCommerceChannel

Value parameters

currencies

An array of currencies for the given channel ID, a currency is a trigram string that represents the currency code.

id

The ID of the bigcommerce channel.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product