Skip to content

Commit

Permalink
Update _pricing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kyyberi committed Oct 5, 2024
1 parent 66ec693 commit 23fb7fc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion source/includes/_pricing.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,13 @@ The 12 pricing plans enabled by ODPS are meticulously defined through an in-dept
The Pricing object is general in nature and should be enough for common (80%) use cases. You can make extensions to the standard with "x-" mechanism in order to fulfill any industry specific needs. The ["Specification extensions"](#specification-extensions) section provides details on how to use this feature.
**This version introduces "Pricing plans as Code" feature.** You can define the needed actions (CRUP) to setup and use the selected payment gateway to ignite purchase process. <br/><br/> **CRUP** stands for: **C**reate, **R**etire, **U**pdate, and **P**urchase. With this feature you can reflect the pricing plans defined in declarative part with executable code in payment gateways.
**This version introduces the "Pricing Plans as Code" feature.** You can define the necessary actions (CRUP) to set up and use the selected payment gateway, initiating the purchase process. **CRUP** stands for:
- **C**reate (create pricing plan),
- **R**etire (delete pricing plan),
- **U**pdate (update existing pricing plan) and,
- **P**urchase (generate link to ignite purchase process in the gateway).
With this feature, you can translate the pricing plans defined in the declarative part into executable code within payment gateways.
## ODPS supports 12 standardized pricing models
Expand Down

0 comments on commit 23fb7fc

Please sign in to comment.