LatticeStripe.Mandate.SingleUse (LatticeStripe v1.7.12)

Copy Markdown View Source

Represents the single_use nested object on a Stripe Mandate.

Unknown fields from the Stripe API response are preserved in :extra for forward compatibility.

Summary

Types

t()

@type t() :: %LatticeStripe.Mandate.SingleUse{
  amount: integer() | nil,
  currency: String.t() | nil,
  extra: map()
}

Functions

from_map(map)

@spec from_map(map() | nil) :: t() | nil