View Source ExOAPI.Stripe.Schemas.AccountCardPaymentsSettings (exoapi_stripe v0.1.4)

:decline_on :: ExOAPI.Stripe.Schemas.AccountDeclineChargeOn

:statement_descriptor_prefix :: :string

The default text that appears on credit card statements when a charge is made. This field prefixes any dynamic statement_descriptor specified on the charge. statement_descriptor_prefix is useful for maximizing descriptor space for the dynamic portion.

Link to this section Summary

Link to this section Types

@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.AccountCardPaymentsSettings{
  decline_on: ExOAPI.Stripe.Schemas.AccountDeclineChargeOn.t() | nil,
  statement_descriptor_prefix: String.t() | nil
}

Link to this section Functions

Link to this function

changeset(struct \\ %__MODULE__{}, params)

View Source
@spec changeset(t(), params()) :: Ecto.Changeset.t()