Files
plexswift/Sources/Plexswift/models/operations/InternalPaymentMethod.swift

19 lines
331 B
Swift

// Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
import Foundation
extension Operations {
/// A model object
public struct InternalPaymentMethod {
/// Creates an object
///
///
public init() {
}
}}
extension Operations.InternalPaymentMethod: Codable {
}