View Source ExOAPI.Stripe.SDK.ApplePay (exoapi_stripe v0.1.2)
Link to this section Summary
Functions
description: <p>Delete an apple pay domain.</p>
description: <p>List apple pay domains.</p>
description: <p>Retrieve an apple pay domain.</p>
description: <p>Create an apple pay domain.</p>
Link to this section Types
@type get_apple_pay_domains_domain_opts() :: {:expand, String.t()}
Link to this section Functions
@spec delete_apple_pay_domains_domain( client :: ExOAPI.Client.t(), body :: %{} | map(), domain :: String.t() ) :: {:ok, any()} | {:error, any()}
description: <p>Delete an apple pay domain.</p>
@spec get_apple_pay_domains(client :: ExOAPI.Client.t(), [ get_apple_pay_domains_opts() ]) :: {:ok, any()} | {:error, any()}
description: <p>List apple pay domains.</p>
@spec get_apple_pay_domains_domain( client :: ExOAPI.Client.t(), domain :: String.t(), [get_apple_pay_domains_domain_opts()] ) :: {:ok, any()} | {:error, any()}
description: <p>Retrieve an apple pay domain.</p>
@spec post_apple_pay_domains( client :: ExOAPI.Client.t(), body :: %{expand: [String.t()], domain_name: String.t()} | map() ) :: {:ok, any()} | {:error, any()}
description: <p>Create an apple pay domain.</p>