Stripe.Resources.PaymentMethodDomain (tiger_stripe v0.4.0)

Copy Markdown View Source

PaymentMethodDomainResourcePaymentMethodDomain

A payment method domain represents a web domain that you have registered with Stripe. Stripe Elements use registered payment method domains to control where certain payment methods are shown.

Related guide: Payment method domains.

Summary

Types

t()

@type t() :: %Stripe.Resources.PaymentMethodDomain{
  amazon_pay: term(),
  apple_pay: term(),
  created: term(),
  domain_name: term(),
  enabled: term(),
  google_pay: term(),
  id: term(),
  klarna: term(),
  link: term(),
  livemode: term(),
  object: term(),
  paypal: term()
}
  • amazon_pay - Expandable.
  • apple_pay - Expandable.
  • created - Time at which the object was created. Measured in seconds since the Unix epoch. Format: Unix timestamp.
  • 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.
  • google_pay - Expandable.
  • id - Unique identifier for the object. Max length: 5000.
  • klarna - Expandable.
  • link - Expandable.
  • livemode - If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
  • object - String representing the object's type. Objects of the same type share the same value. Possible values: payment_method_domain.
  • paypal - Expandable.

Functions

expandable_fields()

object_name()