Merchant.CryptoTransactions (Merchant v0.2.0)
View SourceProvides struct and type for a CryptoTransactions
Summary
Types
@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 }