LatticeStripe.Mandate.CustomerAcceptance (LatticeStripe v1.7.3)

Copy Markdown View Source

Represents the customer_acceptance 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.CustomerAcceptance{
  accepted_at: integer() | nil,
  extra: map(),
  offline: map() | nil,
  online: map() | nil,
  type: atom() | String.t() | nil
}

Functions

from_map(map)

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