Merchant.Fee (Merchant v0.6.0)

View Source

Provides struct and type for a Fee

Summary

Types

t()

@type t() :: %Merchant.Fee{
  amount: (integer() | nil) | nil,
  currency: (String.t() | nil) | nil,
  type: (String.t() | nil) | nil
}