Typed Inttegro domain value.
Summary
Types
@type t() :: %Inttegro.PaymentMethods.PaymentMethodSnapshot{ bank_account: Inttegro.PaymentMethods.PaymentMethodSnapshotBankAccount.t() | nil, card: %{optional(String.t()) => term()} | nil, created_at: String.t(), customer_id: String.t(), id: String.t(), mobile_money: Inttegro.PaymentMethods.PaymentMethodSnapshotMobileMoney.t() | nil, owner: Inttegro.PaymentMethods.PaymentMethodSnapshotOwner.t() | nil, type: Inttegro.PaymentMethods.PaymentMethodType.t(), verified: boolean(), verified_at: String.t() | nil }