mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-03 00:01:21 -04:00
17 lines
403 B
Ruby
17 lines
403 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 |