mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
18 lines
404 B
Ruby
18 lines
404 B
Ruby
# File generated from our OpenAPI spec
|
|
# frozen_string_literal: true
|
|
|
|
module Stripe
|
|
# Domains registered for Apple Pay on the Web
|
|
class ApplePayDomain < APIResource
|
|
extend Stripe::APIOperations::Create
|
|
include Stripe::APIOperations::Delete
|
|
extend Stripe::APIOperations::List
|
|
|
|
OBJECT_NAME = "apple_pay_domain"
|
|
|
|
def self.resource_url
|
|
"/v1/apple_pay/domains"
|
|
end
|
|
end
|
|
end
|