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

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.Mandate.CustomerAcceptance.Online{
  ip_address: String.t() | nil,
  user_agent: String.t() | nil
}
  • ip_address - The customer accepts the mandate from this IP address. Max length: 5000. Nullable.
  • user_agent - The customer accepts the mandate using the user agent of the browser. Max length: 5000. Nullable.