Nested struct within the parent resource.
Summary
Types
@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.offlineonlinetype- The mandate includes the type of customer acceptance information, such as:onlineoroffline. Possible values:offline,online.