module SezzleClient
#Sezzle API
#The Sezzle API is intended for merchants interested in accepting Sezzle Pay as a payment option.
OpenAPI spec version: 2.0.0
Generated by: github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 3.0.25
#Sezzle API
#The Sezzle API is intended for merchants interested in accepting Sezzle Pay as a payment option.
OpenAPI spec version: 2.0.0
Generated by: github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 3.0.25
#Sezzle API
#The Sezzle API is intended for merchants interested in accepting Sezzle Pay as a payment option.
OpenAPI spec version: 2.0.0
Generated by: github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 3.0.25
#Sezzle API
#The Sezzle API is intended for merchants interested in accepting Sezzle Pay as a payment option.
OpenAPI spec version: 2.0.0
Generated by: github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 3.0.25
#Sezzle API
#The Sezzle API is intended for merchants interested in accepting Sezzle Pay as a payment option.
OpenAPI spec version: 2.0.0
Generated by: github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 3.0.25
#Sezzle API
#The Sezzle API is intended for merchants interested in accepting Sezzle Pay as a payment option.
OpenAPI spec version: 2.0.0
Generated by: github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 3.0.25
#Sezzle API
#The Sezzle API is intended for merchants interested in accepting Sezzle Pay as a payment option.
OpenAPI spec version: 2.0.0
Generated by: github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 3.0.25
#Sezzle API
#The Sezzle API is intended for merchants interested in accepting Sezzle Pay as a payment option.
OpenAPI spec version: 2.0.0
Generated by: github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 3.0.25
#Sezzle API
#The Sezzle API is intended for merchants interested in accepting Sezzle Pay as a payment option.
OpenAPI spec version: 2.0.0
Generated by: github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 3.0.25
#Sezzle API
#The Sezzle API is intended for merchants interested in accepting Sezzle Pay as a payment option.
OpenAPI spec version: 2.0.0
Generated by: github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 3.0.25
Constants
- VERSION
Public Class Methods
Customize default settings for the SDK using block.
SezzleClient.configure do |config| config.username = "xxx" config.password = "xxx" end
If no block given, return the default Configuration
object.
# File lib/sezzle_client.rb, line 82 def configure if block_given? yield(Configuration.default) else Configuration.default end end