View Source Stripe.DeletedApplePayDomain (Striped v0.4.0)

Link to this section Summary

Types

t()

The deleted_apple_pay_domain type.

Link to this section Types

@type t() :: %Stripe.DeletedApplePayDomain{
  deleted: boolean(),
  id: binary(),
  object: binary()
}

The deleted_apple_pay_domain type.

  • deleted Always true for a deleted object
  • id Unique identifier for the object.
  • object String representing the object's type. Objects of the same type share the same value.