Merchant.UpcomingPayment (Merchant v0.2.0)

View Source

Provides struct and type for a UpcomingPayment

Summary

Types

t()

@type t() :: %Merchant.UpcomingPayment{
  date: DateTime.t() | nil,
  payment_method_id: String.t() | nil
}