Stripe.Params.PaymentMethodDomainCreateParams (tiger_stripe v0.4.0)

Copy Markdown View Source

Parameters for payment method domain create.

Summary

Types

t()

@type t() :: %Stripe.Params.PaymentMethodDomainCreateParams{
  domain_name: term(),
  enabled: term(),
  expand: term()
}
  • domain_name - The domain name that this payment method domain object represents. Max length: 5000.
  • enabled - Whether this payment method domain is enabled. If the domain is not enabled, payment methods that require a payment method domain will not appear in Elements or Embedded Checkout.
  • expand - Specifies which fields in the response should be expanded.