Merchant.CryptoTransactions (Merchant v0.2.0)

View Source

Provides struct and type for a CryptoTransactions

Summary

Types

t()

@type t() :: %Merchant.CryptoTransactions{
  subseller_mcc: (String.t() | nil) | nil,
  subseller_url: (String.t() | nil) | nil,
  transactions: [Merchant.CryptoTransaction.t()] | nil,
  type: String.t() | nil
}