Merchant.Subseller (Merchant v0.2.0)

View Source

Provides struct and type for a Subseller

Summary

Types

t()

@type t() :: %Merchant.Subseller{
  address: Merchant.AddressV4.t() | nil,
  id: String.t() | nil,
  name: String.t() | nil,
  phone: String.t() | nil,
  website: String.t() | nil
}