Provides 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 }
Provides struct and type for a CustomerWallet
@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 }