ApplePayDomain
Summary
Functions
Create an apple pay domain.
Delete an apple pay domain.
List apple pay domains.
Retrieve an apple pay domain.
Functions
@spec create(Stripe.Client.t(), map(), keyword()) :: {:ok, Stripe.Resources.ApplePayDomain.t()} | {:error, Stripe.Error.t()}
Create an apple pay domain.
@spec delete(Stripe.Client.t(), String.t(), map(), keyword()) :: {:ok, Stripe.Resources.ApplePayDomain.t()} | {:error, Stripe.Error.t()}
Delete an apple pay domain.
@spec list(Stripe.Client.t(), map(), keyword()) :: {:ok, Stripe.ListObject.t()} | {:error, Stripe.Error.t()}
List apple pay domains.
@spec retrieve(Stripe.Client.t(), String.t(), map(), keyword()) :: {:ok, Stripe.Resources.ApplePayDomain.t()} | {:error, Stripe.Error.t()}
Retrieve an apple pay domain.