Polarex.CustomerWallet (Polarex v0.2.8)
View SourceProvides struct and type for a CustomerWallet
Summary
Types
@type t() :: %Polarex.CustomerWallet{ balance: integer(), created_at: DateTime.t(), currency: String.t(), customer_id: String.t(), id: String.t(), modified_at: DateTime.t() | nil }