Skip to content
This repository was archived by the owner on Feb 27, 2023. It is now read-only.
This repository was archived by the owner on Feb 27, 2023. It is now read-only.

Price Plan Models #3

@chargio

Description

@chargio

Define models for Price Plan models for storing Price Plans. Currently won't be backed up by a database.

Please update with implementation details

Implementation Details

Price Plan

Key Type
uuid UUIDField; Primary key; read-only
price_plan_name TextField; required

_Rate

Key Type
uuid UUIDField; Primary key; read-only
price_plan_name TextField; required
price_plan_id Integer; required

Rate

Key Type
uuid UUIDField; Primary key; read-only
bucket CharField; max_length=63; required

Tier

Key Type
uuid UUIDField; Primary key; read-only
bucket CharField; max_length=63; required

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions