Nested struct within the parent resource.
Summary
Types
@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.