Stripe.Resources.Mandate.CustomerAcceptance (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.Mandate.CustomerAcceptance{
  accepted_at: integer() | nil,
  offline: map() | nil,
  online: Stripe.Resources.Mandate.CustomerAcceptance.Online.t() | nil,
  type: String.t() | nil
}
  • accepted_at - The time that the customer accepts the mandate. Format: Unix timestamp. Nullable.
  • offline
  • online
  • type - The mandate includes the type of customer acceptance information, such as: online or offline. Possible values: offline, online.