Provides struct and type for a Fee
@type t() :: %Merchant.Fee{ amount: (integer() | nil) | nil, currency: (String.t() | nil) | nil, type: (String.t() | nil) | nil }