Source code for kittycad.models.payment_method_type
fromenumimportEnum
[docs]classPaymentMethodType(str,Enum):"""An enum representing the possible values of an `PaymentMethod`'s `type` field."""# noqa: E501"""# A card payment method. """# noqa: E501CARD="card"