Sha256: 1bc81bd3b79c177a8a8f2326df9362ad7883b05739abd20a495b7e4ce0f50d82

Contents?: true

Size: 408 Bytes

Versions: 4

Compression:

Stored size: 408 Bytes

Contents

# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.

# typed: true
# frozen_string_literal: true


module OpenApiSDK
  module Operations
  
    # PaymentProcessor - The payment processor via which the sale was made.
    class PaymentProcessor < T::Enum
      enums do
        STRIPE = new('stripe')
        SHOPIFY = new('shopify')
        PADDLE = new('paddle')
      end
    end

  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dub-0.2.2.pre.alpha.8 lib/open_api_sdk/models/operations/paymentprocessor.rb
dub-0.2.2.pre.alpha.7 lib/open_api_sdk/models/operations/paymentprocessor.rb
dub-0.2.2.pre.alpha.6 lib/open_api_sdk/models/operations/paymentprocessor.rb
dub-0.2.2.pre.alpha.5 lib/open_api_sdk/models/operations/paymentprocessor.rb